- 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
-
A
MessagingMessageConverter
that lazily invoke payload extraction and
delegate it to
#extractMessage(javax.jms.Message)
in order to enforce
backward compatibility.
- AbstractAdaptableMessageListener.MessagingMessageConverterAdapter.LazyResolutionMessage - Class in org.springframework.jms.listener.adapter
-
- AbstractAdvisingBeanPostProcessor - Class in org.springframework.aop.framework
-
- 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
-
- AbstractAliasAwareAnnotationAttributeExtractor(Class<? extends Annotation>, Object, S) - Constructor for class org.springframework.core.annotation.AbstractAliasAwareAnnotationAttributeExtractor
-
Construct a new AbstractAliasAwareAnnotationAttributeExtractor
.
- AbstractAnnotationConfigDispatcherServletInitializer - Class in org.springframework.web.servlet.support
-
- AbstractAnnotationConfigDispatcherServletInitializer() - Constructor for class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
-
- AbstractApplicationContext - Class in org.springframework.context.support
-
- 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
-
- 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
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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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() - Constructor for class org.springframework.cache.interceptor.AbstractCacheInvoker
-
- AbstractCacheInvoker(CacheErrorHandler) - 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
-
- 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
-
- 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
-
- AbstractClientHttpResponse() - Constructor for class org.springframework.http.client.AbstractClientHttpResponse
-
- AbstractClientSockJsSession - Class in org.springframework.web.socket.sockjs.client
-
- 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
-
- 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
-
- AbstractComponentDefinition() - Constructor for class org.springframework.beans.factory.parsing.AbstractComponentDefinition
-
- AbstractConditionalEnumConverter - Class in org.springframework.core.convert.support
-
- AbstractConditionalEnumConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.AbstractConditionalEnumConverter
-
- 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
-
- 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
-
Create a new AbstractController which supports
HTTP methods GET, HEAD and POST by default.
- AbstractController(boolean) - Constructor for class org.springframework.web.servlet.mvc.AbstractController
-
Create a new AbstractController.
- AbstractControllerUrlHandlerMapping - Class in org.springframework.web.servlet.mvc.support
-
- AbstractControllerUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
-
Deprecated.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- AbstractEnvironment() - Constructor for class org.springframework.core.env.AbstractEnvironment
-
- 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
-
- 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
-
- AbstractFallbackSQLExceptionTranslator() - Constructor for class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
-
- AbstractFallbackTransactionAttributeSource - Class in org.springframework.transaction.interceptor
-
- AbstractFallbackTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
-
- 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
-
- 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
-
- 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
-
- AbstractGenericContextLoader() - Constructor for class org.springframework.test.context.support.AbstractGenericContextLoader
-
- AbstractGenericHttpMessageConverter<T> - Class in org.springframework.http.converter
-
- 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
-
- AbstractGenericWebContextLoader() - Constructor for class org.springframework.test.context.web.AbstractGenericWebContextLoader
-
- AbstractHandlerExceptionResolver - Class in org.springframework.web.portlet.handler
-
- AbstractHandlerExceptionResolver() - Constructor for class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
-
- AbstractHandlerExceptionResolver - Class in org.springframework.web.servlet.handler
-
- AbstractHandlerExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
- AbstractHandlerMapping - Class in org.springframework.web.portlet.handler
-
- AbstractHandlerMapping() - Constructor for class org.springframework.web.portlet.handler.AbstractHandlerMapping
-
- AbstractHandlerMapping - Class in org.springframework.web.servlet.handler
-
- 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
-
- AbstractHandlerMethodAdapter() - Constructor for class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
-
- AbstractHandlerMethodExceptionResolver - Class in org.springframework.web.servlet.handler
-
- AbstractHandlerMethodExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
-
- AbstractHandlerMethodMapping<T> - Class in org.springframework.web.servlet.handler
-
- 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
-
- AbstractHeaderMapper<T> - Class in org.springframework.messaging.support
-
- 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
-
- abstractHttpClientClass - Static variable in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
- abstractHttpClientClass - Static variable in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
- 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
-
- 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 types.
- AbstractHttpMessageConverter(Charset, MediaType...) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
-
Construct an AbstractHttpMessageConverter
with a default charset and
multiple supported media types.
- 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
-
- 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
-
- AbstractInterceptorDrivenBeanDefinitionDecorator() - Constructor for class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
-
- AbstractInterruptibleBatchPreparedStatementSetter - Class in org.springframework.jdbc.core.support
-
- 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
-
- 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
-
- 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
-
- 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
-
- AbstractJExcelView() - Constructor for class org.springframework.web.servlet.view.document.AbstractJExcelView
-
Deprecated.
Default Constructor.
- AbstractJmsListenerContainerFactory<C extends AbstractMessageListenerContainer> - Class in org.springframework.jms.config
-
- 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
-
- 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
-
- 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
-
- AbstractLobType() - Constructor for class org.springframework.orm.hibernate3.support.AbstractLobType
-
Deprecated.
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
-
Deprecated.
Constructor used for testing: takes an explicit LobHandler
and an explicit JTA TransactionManager (can be null
).
- AbstractLocaleContextResolver - Class in org.springframework.web.servlet.i18n
-
- AbstractLocaleContextResolver() - Constructor for class org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
-
- AbstractLocaleResolver - Class in org.springframework.web.servlet.i18n
-
- 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
-
- 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
-
- 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
HttpMessageConverter
s.
- 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
-
- AbstractMessageConverterMethodArgumentResolver.OptionalResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Inner class to avoid hard-coded dependency on Java 8 Optional type...
- AbstractMessageConverterMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
-
- 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
-
- AbstractMessageReceivingTemplate() - Constructor for class org.springframework.messaging.core.AbstractMessageReceivingTemplate
-
- AbstractMessageSendingTemplate<D> - Class in org.springframework.messaging.core
-
- 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
-
- AbstractMessagingTemplate() - Constructor for class org.springframework.messaging.core.AbstractMessagingTemplate
-
- AbstractMethodArgumentResolutionException - Exception in org.springframework.messaging.handler.annotation.support
-
- AbstractMethodArgumentResolutionException(Message<?>, MethodParameter) - Constructor for exception org.springframework.messaging.handler.annotation.support.AbstractMethodArgumentResolutionException
-
Deprecated.
- AbstractMethodArgumentResolutionException(Message<?>, MethodParameter, String) - Constructor for exception org.springframework.messaging.handler.annotation.support.AbstractMethodArgumentResolutionException
-
Deprecated.
- 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
-
- 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
-
- 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
-
- 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
-
- AbstractNestablePropertyAccessor.PropertyTokenHolder - Class in org.springframework.beans
-
- AbstractNumberFormatter - Class in org.springframework.format.number
-
- 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
-
- 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
-
- AbstractPropertyAccessor() - Constructor for class org.springframework.beans.AbstractPropertyAccessor
-
- AbstractPropertyBindingResult - Class in org.springframework.validation
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- AbstractRequestExpectationManager - Class in org.springframework.test.web.client
-
Base class for RequestExpectationManager
implementations responsible
for storing expectations and actual requests, and checking for unsatisfied
expectations at the end.
- AbstractRequestExpectationManager() - Constructor for class org.springframework.test.web.client.AbstractRequestExpectationManager
-
- AbstractRequestExpectationManager.RequestExpectationGroup - Class in org.springframework.test.web.client
-
Helper class to manage a group of request expectations.
- AbstractRequestLoggingFilter - Class in org.springframework.web.filter
-
Base class for Filter
s 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
-
- AbstractResourceBasedMessageSource - Class in org.springframework.context.support
-
- AbstractResourceBasedMessageSource() - Constructor for class org.springframework.context.support.AbstractResourceBasedMessageSource
-
- AbstractResourceResolver - Class in org.springframework.web.servlet.resource
-
- AbstractResourceResolver() - Constructor for class org.springframework.web.servlet.resource.AbstractResourceResolver
-
- AbstractRoutingDataSource - Class in org.springframework.jdbc.datasource.lookup
-
- 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
-
- 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
-
- AbstractSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
-
Deprecated.
- 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
-
- 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.HeartbeatTask - Class in org.springframework.web.socket.sockjs.transport.session
-
- AbstractSockJsSession.State - Enum in org.springframework.web.socket.sockjs.transport.session
-
- AbstractSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles2
-
- AbstractSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
-
Deprecated.
- AbstractSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles3
-
- AbstractSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
-
- AbstractSqlParameterSource - Class in org.springframework.jdbc.core.namedparam
-
- 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 based on a given 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
-
- 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
-
- 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
-
- 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
-
- AbstractTransactionalJUnit4SpringContextTests() - Constructor for class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-
- AbstractTransactionalTestNGSpringContextTests - Class in org.springframework.test.context.testng
-
- 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
-
- 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.
- AbstractUriTemplateHandler - Class in org.springframework.web.util
-
- AbstractUriTemplateHandler() - Constructor for class org.springframework.web.util.AbstractUriTemplateHandler
-
- 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
-
- AbstractUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
- AbstractUrlHandlerMapping.PathExposingHandlerInterceptor - Class in org.springframework.web.servlet.handler
-
- AbstractUrlHandlerMapping.UriTemplateVariablesHandlerInterceptor - Class in org.springframework.web.servlet.handler
-
- AbstractUrlMethodNameResolver - Class in org.springframework.web.servlet.mvc.multiaction
-
- AbstractUrlMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
-
Deprecated.
- 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
-
- 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
-
- AbstractWebArgumentResolverAdapter(WebArgumentResolver) - Constructor for class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
-
Create a new instance.
- AbstractWebSocketClient - Class in org.springframework.web.socket.client
-
- AbstractWebSocketClient() - Constructor for class org.springframework.web.socket.client.AbstractWebSocketClient
-
- AbstractWebSocketHandler - Class in org.springframework.web.socket.handler
-
- AbstractWebSocketHandler() - Constructor for class org.springframework.web.socket.handler.AbstractWebSocketHandler
-
- AbstractWebSocketHandlerRegistration<M> - Class in org.springframework.web.socket.config.annotation
-
Base class for
WebSocketHandlerRegistration
s 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
-
- AbstractWebSocketMessageBrokerConfigurer() - Constructor for class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
-
- AbstractWebSocketSession<T> - Class in org.springframework.web.socket.adapter
-
- 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
-
- 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
-
- 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 XMLStreamReader
s.
- 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(String, boolean) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- acknowledge(String, boolean) - Method in interface org.springframework.messaging.simp.stomp.StompSession
-
Send an acknowledgement whether a message was consumed or not resulting
in an ACK or NACK frame respectively.
- 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.
- ACTIVATE_LISTENER - Static variable in class org.springframework.test.context.web.ServletTestExecutionListener
-
Attribute name for a
TestContext
attribute which indicates that the
ServletTestExecutionListener
should be activated.
- 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 - Class in org.springframework.http.converter
-
Resolve
MediaType
for a given
Resource
using JAF.
- ActivationMediaTypeFactory() - Constructor for class org.springframework.http.converter.ActivationMediaTypeFactory
-
- ActivationMediaTypeFactory() - Constructor for class org.springframework.web.accept.PathExtensionContentNegotiationStrategy.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
-
- 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
-
- actualResources - Variable in class org.springframework.beans.factory.parsing.ImportDefinition
-
- actualSessionAttributeNames - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- 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.
- adaptArgumentIfNecessary(Object, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
-
Adapt the given argument against the method parameter, if necessary.
- 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
-
- adapterMap - Variable in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
-
- adapterMap - Variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
-
- 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
-
- adaptForwardedHost(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
- adaptFromForwardedHeaders(HttpHeaders) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Adapt this builder's scheme+host+port from the given headers, specifically
"Forwarded" (
RFC 7239,
or "X-Forwarded-Host", "X-Forwarded-Port", and "X-Forwarded-Proto" if
"Forwarded" is not found.
- 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
-
- 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.
- adaptToAllowHeader(ListenableFuture<HttpHeaders>) - Static method in class org.springframework.web.client.AsyncRestTemplate
-
- adaptToDeferredResult(Object) - Method in interface org.springframework.web.servlet.mvc.method.annotation.DeferredResultAdapter
-
Deprecated.
Create a DeferredResult
for the given return value.
- adaptToDeferredResult(Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler.CompletionStageAdapter
-
- adaptToDeferredResult(Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler.ListenableFutureAdapter
-
- adaptToDeferredResult(Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler.SimpleDeferredResultAdapter
-
- adaptToEmitter(Object, ServerHttpResponse) - Method in interface org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterAdapter
-
Deprecated.
Obtain a ResponseBodyEmitter
for the given return value.
- adaptToEmitter(Object, ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.SimpleResponseBodyEmitterAdapter
-
- adaptToInterfaces(Object, ScriptSource, Class<?>...) - Method in class org.springframework.scripting.support.StandardScriptFactory
-
- adaptToLocationHeader(ListenableFuture<HttpHeaders>) - Static method in class org.springframework.web.client.AsyncRestTemplate
-
- adaptToMultipartHttpServletRequest(HttpServletRequest) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
-
- adaptValue(Object, 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- addAttributesIfNotNull(Set<AnnotationAttributes>, Map<String, Object>) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
-
- addBasenames(String...) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Add the specified basenames to the existing basename configuration.
- 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
-
- addCacheHeaders(ServerHttpResponse) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
- addCacheMapping(CacheControl, String...) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
- 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
-
Register the given ListenableFutureCallback
.
- addCallback(SuccessCallback<? super T>, FailureCallback) - Method in interface org.springframework.util.concurrent.ListenableFuture
-
Java 8 lambda-friendly alternative with success and failure callbacks.
- 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
-
- addCandidateEntry(Map<String, Object>, String, DependencyDescriptor, Class<?>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Add an entry to the candidate map: a bean instance if available or just the resolved
type, preventing early bean initialization ahead of primary candidate selection.
- addCc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- addCc(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- addCharsetParameter(Charset, Map<String, String>) - Static method in class org.springframework.util.MimeType
-
- addClassPathManifestEntries(Set<Resource>) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Determine jar file references from the "java.class.path." manifest property and add them
to the given set of resources in the form of pointers to the root of the jar file content.
- 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
-
- addConstructorArg(Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
- 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<S>, Class<T>, Converter<? super S, ? extends T>) - 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<S>, Class<T>, Converter<? super S, ? extends T>) - 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
-
- 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
-
- 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
delegate to the list of
discoverers that this
PrioritizedParameterNameDiscoverer
checks.
- addDispatcherServletCustomizer(DispatcherServletCustomizer) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
-
- 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(Class<?>) - Method in class org.springframework.test.context.web.socket.MockServerContainer
-
- addEndpoint(ServerEndpointConfig) - Method in class org.springframework.test.context.web.socket.MockServerContainer
-
- 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
-
Deprecated.
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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- addFormatters(FormatterRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
- addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-
- 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
-
- 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<String, ?>) - 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.
- addPlaceHolderValue(String, String) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
- 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
.
- addPropertiesFilesToEnvironment(ConfigurableEnvironment, ResourceLoader, String...) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
-
Add the
Properties
files from the given resource
locations
to the supplied
environment
.
- addProperty(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
-
- addProperty(String, String) - Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- addProperty(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
Add a single value for the specified property.
- addProperty(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- addProperty(Cookie) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- addProperty(String, Element) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- addProperty(String, String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- addPropertyAccessor(PropertyAccessor) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- addPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Add a PropertyEditorRegistrar to be applied to all bean creation processes.
- addPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- addPropertyReference(String, String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Add a reference to the specified bean name under the property specified.
- addPropertySource(PropertySource<?>) - Method in class org.springframework.context.annotation.ConfigurationClassParser
-
- addPropertySource(PropertySource<?>) - Method in class org.springframework.core.env.CompositePropertySource
-
- addPropertyValue(String, Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Add the supplied property value under the given name.
- addPropertyValue(PropertyValue) - Method in class org.springframework.beans.MutablePropertyValues
-
Add a PropertyValue object, replacing any existing one for the
corresponding property or getting merged with it (if applicable).
- addPropertyValue(String, Object) - Method in class org.springframework.beans.MutablePropertyValues
-
Overloaded version of addPropertyValue
that takes
a property name and a property value.
- addPropertyValues(PropertyValues) - Method in class org.springframework.beans.MutablePropertyValues
-
Copy all given PropertyValues into this object.
- addPropertyValues(Map<?, ?>) - Method in class org.springframework.beans.MutablePropertyValues
-
Add all property values from the given Map.
- addProtocolHandler(SubProtocolHandler) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Register a sub-protocol handler.
- addProtocolResolver(ProtocolResolver) - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Register the given protocol resolver with this application context,
allowing for additional resource protocols to be handled.
- addProtocolResolver(ProtocolResolver) - Method in class org.springframework.core.io.DefaultResourceLoader
-
Register the given resolver with this resource loader, allowing for
additional protocols to be handled.
- 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 occurred
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
-
- addRequestParams(MockHttpServletRequest, MultiValueMap<String, String>) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
- 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(HandlerMethodArgumentResolver...) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
-
- addResolvers(List<? extends HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
-
- addResolvers(HandlerMethodArgumentResolver...) - Method in class org.springframework.web.method.support.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
-
Deprecated.
- 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
-
- 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
-
- addScheduledTask(ScheduledTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- 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
-
Deprecated.
- addSession(Object, Session) - Method in class org.springframework.orm.hibernate3.SessionHolder
-
Deprecated.
- addSession(SimpSession) - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpUser
-
- addSessionCookie(MockHttpServletRequest, String) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
-
- addSessions(Map<String, SimpSession>) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpUser
-
- 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
-
- 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.LocalSimpSession
-
- 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
-
- 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
-
- addType(Item) - Method in class org.springframework.asm.ClassWriter
-
- 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
-
- 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
-
- 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 - Interface in org.aopalliance.aop
-
Tag interface for Advice.
- 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
-
- AdviceEntry(String) - Constructor for class org.springframework.aop.config.AdviceEntry
-
- 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?
- 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
-
- 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
-
- AdvisorEntry(String) - Constructor for class org.springframework.aop.config.AdvisorEntry
-
- 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
-
- 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
-
Deprecated.
- 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
-
Deprecated.
- afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
-
Deprecated.
- afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
-
Deprecated.
- afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
-
Deprecated.
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
-
Deprecated.
- 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.
- afterDeserialization() - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSession
-
- afterDeserialization(MultiServerUserRegistry.SessionLookup) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpUser
-
- 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.
- afterExpectationsDeclared() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
-
Invoked after the phase of declaring expected requests is over.
- afterExpectationsDeclared() - Method in class org.springframework.test.web.client.SimpleRequestExpectationManager
-
- afterExpectationsDeclared() - Method in class org.springframework.test.web.client.UnorderedRequestExpectationManager
-
- 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
-
- 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
-
- 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
-
- 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
-
Deprecated.
Build and expose the SessionFactory.
- afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
-
Deprecated.
- afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
- afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
- afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInterceptor
-
Deprecated.
- afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
-
Deprecated.
- 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
-
- 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
-
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Deprecated.
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
-
- AfterReturningAdviceAdapter() - Constructor for class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter
-
- AfterReturningAdviceInterceptor - Class in org.springframework.aop.framework.adapter
-
- 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
-
- afterSessionFactoryCreation() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
-
Deprecated.
Hook that allows post-processing after the SessionFactory has been
successfully created.
- afterSessionFactoryCreation() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
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
-
- 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
-
- 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
-
- 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
-
- afterTestMethod(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
-
- AfterTransaction - Annotation Type in org.springframework.test.context.transaction
-
Test annotation which indicates that the annotated void
method
should be executed after a transaction is ended for a test method
configured to run within a transaction via Spring's @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
-
- aggregatedResults - Variable in class org.springframework.core.annotation.AnnotatedElementUtils.MergedAnnotationAttributesProcessor
-
- aggregates - Variable in class org.springframework.core.annotation.AnnotatedElementUtils.MergedAnnotationAttributesProcessor
-
- aggregates() - Method in class org.springframework.core.annotation.AnnotatedElementUtils.MergedAnnotationAttributesProcessor
-
- aggregates() - Method in interface org.springframework.core.annotation.AnnotatedElementUtils.Processor
-
- aggregates() - Method in class org.springframework.core.annotation.AnnotatedElementUtils.SimpleAnnotationProcessor
-
- 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
-
- ALL_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
-
- 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
-
- 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
-
Deprecated.
- 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
-
Whether user credentials are supported.
- 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
-
Set the list of headers that a pre-flight request can list as allowed
for use during an actual request.
- 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
-
Set the HTTP methods to allow, e.g.
- 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
-
Set the origins to allow, e.g.
- 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
-
Deprecated.
- 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
-
- allowHeader - Variable in class org.springframework.web.servlet.support.WebContentGenerator
-
- allowNullValues - Variable in class org.springframework.cache.caffeine.CaffeineCacheManager
-
- 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
-
- alwaysProcesses() - Method in class org.springframework.core.annotation.AnnotatedElementUtils.MergedAnnotationAttributesProcessor
-
- alwaysProcesses() - Method in interface org.springframework.core.annotation.AnnotatedElementUtils.Processor
-
Determine if this processor always processes annotations regardless of
whether or not the target annotation has been found.
- alwaysProcesses - Variable in class org.springframework.core.annotation.AnnotatedElementUtils.SimpleAnnotationProcessor
-
- alwaysProcesses() - Method in class org.springframework.core.annotation.AnnotatedElementUtils.SimpleAnnotationProcessor
-
- alwaysTranslate - Variable in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
-
- alwaysTrueAnnotationProcessor - Static variable in class org.springframework.core.annotation.AnnotatedElementUtils
-
- AlwaysTrueBooleanAnnotationProcessor() - Constructor for class org.springframework.core.annotation.AnnotatedElementUtils.AlwaysTrueBooleanAnnotationProcessor
-
- 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
-
Deprecated.
- 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.DefaultRequestExpectation
-
- 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.DefaultRequestExpectation
-
- 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
-
- 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
-
Deprecated.
- 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
-
- annotatedElement - Variable in class org.springframework.core.convert.TypeDescriptor
-
- AnnotatedElementAdapter(Annotation[]) - Constructor for class org.springframework.core.convert.TypeDescriptor.AnnotatedElementAdapter
-
- 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, meta-annotations, and
repeatable annotations on AnnotatedElements
.
- AnnotatedElementUtils() - Constructor for class org.springframework.core.annotation.AnnotatedElementUtils
-
- AnnotatedElementUtils.AlwaysTrueBooleanAnnotationProcessor - Class in org.springframework.core.annotation
-
- 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
-
- annotatedEndpointClasses - Variable in class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
- AnnotatedEndpointConnectionManager - Class in org.springframework.web.socket.client.standard
-
- 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
-
- 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
-
Deprecated.
- 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
-
- AnnotationAsyncExecutionInterceptor(Executor) - Constructor for class org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
-
- 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
-
- AnnotationAttributes() - Constructor for class org.springframework.core.annotation.AnnotationAttributes
-
- 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(Class<? extends Annotation>) - Constructor for class org.springframework.core.annotation.AnnotationAttributes
-
- AnnotationAttributes(String, ClassLoader) - Constructor for class org.springframework.core.annotation.AnnotationAttributes
-
- AnnotationAttributes(Map<String, Object>) - Constructor for class org.springframework.core.annotation.AnnotationAttributes
-
- AnnotationAttributes(AnnotationAttributes) - Constructor for class org.springframework.core.annotation.AnnotationAttributes
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- AnnotationConfigContextLoader() - Constructor for class org.springframework.test.context.support.AnnotationConfigContextLoader
-
- AnnotationConfigContextLoaderUtils - Class in org.springframework.test.context.support
-
- 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
-
- 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
-
- AnnotationConfigUtils() - Constructor for class org.springframework.context.annotation.AnnotationConfigUtils
-
- AnnotationConfigWebApplicationContext - Class in org.springframework.web.context.support
-
- AnnotationConfigWebApplicationContext() - Constructor for class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
- AnnotationConfigWebContextLoader - Class in org.springframework.test.context.web
-
- AnnotationConfigWebContextLoader() - Constructor for class org.springframework.test.context.web.AnnotationConfigWebContextLoader
-
- AnnotationControllerTypePredicate - Class in org.springframework.web.servlet.mvc.support
-
- AnnotationControllerTypePredicate() - Constructor for class org.springframework.web.servlet.mvc.support.AnnotationControllerTypePredicate
-
Deprecated.
- 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.
- annotationEquals(Annotation, Annotation) - Method in class org.springframework.core.convert.TypeDescriptor
-
- AnnotationExceptionHandlerMethodResolver - Class in org.springframework.messaging.handler.annotation.support
-
- AnnotationExceptionHandlerMethodResolver(Class<?>) - Constructor for class org.springframework.messaging.handler.annotation.support.AnnotationExceptionHandlerMethodResolver
-
- 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
-
- 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
-
- 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.
- AnnotationMethodHandlerAdapter.RequestSpecificMappingInfoComparator - Class in org.springframework.web.servlet.mvc.annotation
-
Deprecated.
- 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
-
- AnnotationMethodHandlerExceptionResolver() - Constructor for class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
- AnnotationMethodHandlerExceptionResolver - Class in org.springframework.web.servlet.mvc.annotation
-
- AnnotationMethodHandlerExceptionResolver() - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Deprecated.
- AnnotationMethodMatcher - Class in org.springframework.aop.support.annotation
-
Simple MethodMatcher that looks for a specific Java 5 annotation
being present on a method (checking both the method on the invoked
interface, if any, and the corresponding method on the target class).
- AnnotationMethodMatcher(Class<? extends Annotation>) - Constructor for class org.springframework.aop.support.annotation.AnnotationMethodMatcher
-
Create a new AnnotationClassFilter for the given annotation type.
- annotationNotRequired - Variable in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
- AnnotationParserConverter(Class<? extends Annotation>, AnnotationFormatterFactory<?>, Class<?>) - Constructor for class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
-
- annotationParsers - Variable in class org.springframework.cache.annotation.AnnotationCacheOperationSource
-
- annotationParsers - Variable in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
-
- AnnotationPrinterConverter(Class<? extends Annotation>, AnnotationFormatterFactory<?>, Class<?>) - Constructor for class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
-
- AnnotationReadingVisitorUtils - Class in org.springframework.core.type.classreading
-
Internal utility class used when reading annotations 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.AnnotatedElementAdapter
-
- 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
-
- 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
-
- AnnotationSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
-
Deprecated.
- annotationSet - Variable in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
-
- annotationsMatch(TypeDescriptor) - Method in class org.springframework.core.convert.TypeDescriptor
-
- 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
-
- 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.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.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
-
- 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
-
- AnnotationVisitor(int, AnnotationVisitor) - Constructor for class org.springframework.asm.AnnotationVisitor
-
- AnnotationWriter - Class in org.springframework.asm
-
- AnnotationWriter(ClassWriter, boolean, ByteVector, ByteVector, int) - Constructor for class org.springframework.asm.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
-
- 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
-
- 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.
- AnyThrow - Class in org.springframework.cache.aspectj
-
Utility to trick the compiler to throw a valid checked
exceptions within the interceptor.
- AnyThrow() - Constructor for class org.springframework.cache.aspectj.AnyThrow
-
- 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
-
- 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.
- appendArray(StringBuilder, String[]) - Method in class org.springframework.context.support.LiveBeansView
-
- 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
-
- APPLICATION_ATOM_XML_VALUE - Static variable in class org.springframework.http.MediaType
-
- APPLICATION_ATOM_XML_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
-
- 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
-
- 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
-
- APPLICATION_JSON_VALUE - Static variable in class org.springframework.http.MediaType
-
- APPLICATION_JSON_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
-
- 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
-
- APPLICATION_OCTET_STREAM_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
-
- APPLICATION_PDF - Static variable in class org.springframework.http.MediaType
-
Public constant media type for application/pdf
.
- APPLICATION_PDF_VALUE - Static variable in class org.springframework.http.MediaType
-
- APPLICATION_RSS_XML - Static variable in class org.springframework.http.MediaType
-
Public constant media type for application/rss+xml
.
- APPLICATION_RSS_XML_VALUE - Static variable in class org.springframework.http.MediaType
-
- 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
-
- APPLICATION_XHTML_XML_VALUE - Static variable in class org.springframework.http.MediaType
-
- APPLICATION_XHTML_XML_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
-
- 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
-
- APPLICATION_XML_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
-
- applicationAttributes - Variable in class org.springframework.mock.web.portlet.MockPortletSession
-
- applicationContext - Variable in class org.springframework.context.access.ContextBeanFactoryReference
-
- ApplicationContext - Interface in org.springframework.context
-
Central interface to provide configuration for an application.
- applicationContext - Variable in class org.springframework.context.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.ApplicationListenerDetector
-
- 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.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.jms.config.JmsListenerEndpointRegistry
-
- 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.ResourceHandlerRegistry
-
- 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
-
- ApplicationContextAwareProcessor(ConfigurableApplicationContext) - Constructor for class org.springframework.context.support.ApplicationContextAwareProcessor
-
Create a new ApplicationContextAwareProcessor for the given context.
- 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
-
- ApplicationContextInitializerUtils - Class in org.springframework.test.context.support
-
- 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 - Class in org.springframework.context.support
-
BeanPostProcessor
that detects beans which implement the ApplicationListener
interface.
- ApplicationListenerDetector(AbstractApplicationContext) - Constructor for class org.springframework.context.support.ApplicationListenerDetector
-
- ApplicationListenerMethodAdapter - Class in org.springframework.context.event
-
- ApplicationListenerMethodAdapter(String, Class<?>, Method) - Constructor for class org.springframework.context.event.ApplicationListenerMethodAdapter
-
- ApplicationListenerMethodTransactionalAdapter - Class in org.springframework.transaction.event
-
- 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
- applicationName - Static variable in class org.springframework.context.support.LiveBeansView
-
- 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
-
- ApplicationScope - Annotation Type in org.springframework.web.context.annotation
-
@ApplicationScope
is a specialization of
@Scope
for a
component whose lifecycle is bound to the current web application.
- 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.caffeine.CaffeineCache.LoadFunction
-
- apply(Object) - Method in class org.springframework.cache.caffeine.CaffeineCache.PutIfAbsentFunction
-
- 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
-
- 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.Builder) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser.DefaultCacheConfig
-
Apply the defaults to the specified CacheOperation.Builder
.
- applyDefaultCharset() - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Apply the configured charset as a default to registered part converters.
- 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
-
Deprecated.
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
-
Deprecated.
- 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
-
Deprecated.
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(org.hibernate.Query, String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Apply the given name parameter to the given Query object.
- applyPermitDefaultValues() - Method in class org.springframework.web.cors.CorsConfiguration
-
By default a newly created CorsConfiguration
does not permit any
cross-origin requests and must be configured explicitly to indicate what
should be allowed.
- 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
-
Deprecated.
- applySessionBindingInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
-
Deprecated.
- 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).
- applyStrictEncoding(Object) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
-
- 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
-
Deprecated.
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
-
Deprecated.
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
-
- areAllEmpty(Collection<?>...) - Static method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- 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
-
Deprecated.
- 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
-
- areValidCronFields(String[]) - Static method in class org.springframework.scheduling.support.CronSequenceGenerator
-
- 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.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
-
- 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
-
- 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.config.annotation.WebMvcConfigurationSupport
-
- 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.expression.MethodBasedEvaluationContext
-
- 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
-
- argumentsLoaded - Variable in class org.springframework.context.expression.MethodBasedEvaluationContext
-
- 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
-
- 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.
- arrayEquals(Object, Object) - Static method in class org.springframework.util.ObjectUtils
-
Compare the given arrays with Arrays.equals
, performing an equality
check based on the array elements rather than the array reference.
- 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
-
- 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_LABEL_INSN - Static variable in class org.springframework.asm.ClassWriter
-
The type of the ASM pseudo instructions with an unsigned 2 bytes offset
label (see Label#resolve).
- 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
-
- asMultipartHttpServletRequest(HttpServletRequest) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
-
- 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.annotation.AspectMetadata
-
The aspect class, stored separately for re-resolution of the
corresponding AjType on deserialization.
- aspectClass - Variable in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
-
- AspectComponentDefinition - Class in org.springframework.aop.config
-
- AspectComponentDefinition(String, BeanDefinition[], BeanReference[], Object) - Constructor for class org.springframework.aop.config.AspectComponentDefinition
-
- AspectEntry - Class in org.springframework.aop.config
-
- AspectEntry(String, String) - Constructor for class org.springframework.aop.config.AspectEntry
-
Create a new AspectEntry.
- AspectException - Exception in org.aopalliance.aop
-
Superclass for all AOP infrastructure exceptions.
- AspectException(String) - Constructor for exception org.aopalliance.aop.AspectException
-
Constructor for AspectException.
- AspectException(String, Throwable) - Constructor for exception org.aopalliance.aop.AspectException
-
Constructor for AspectException.
- 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_BEAN_NAME - Static variable in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
-
The bean name of the internally managed AspectJ weaving enabler.
- ASPECTJ_WEAVING_ENABLER_CLASS_NAME - Static variable in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
-
- aspectJAdviceMethod - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- aspectJAdviceMethod - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
- 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.
- aspectJAdvisorFactory - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
- 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
-
- AspectJAutoProxyBeanDefinitionParser() - Constructor for class org.springframework.aop.config.AspectJAutoProxyBeanDefinitionParser
-
- AspectJAutoProxyRegistrar - Class in org.springframework.context.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(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
-
Deprecated.
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
-
- 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
-
- 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.
- 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
-
- 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, <any>, Class<T>) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
An overloaded variant of #assertValue(String, Matcher)
that also
accepts a target type for the resulting value.
- 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.
- assertValueCount(String, String, MultiValueMap<String, String>, int) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
- 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
-
- assignableCheckFailed(Class<?>, Class<?>, String) - Static method in class org.springframework.util.Assert
-
- 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
-
- asSourceClass(Class<?>) - Method in class org.springframework.context.annotation.ConfigurationClassParser
-
- asSourceClass(String) - Method in class org.springframework.context.annotation.ConfigurationClassParser
-
- asSourceClasses(String[]) - Method in class org.springframework.context.annotation.ConfigurationClassParser
-
- 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
-
- asyncClient - Variable in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
- AsyncClientHttpRequest - Interface in org.springframework.http.client
-
Represents a client-side asynchronous HTTP request.
- AsyncClientHttpRequestExecution - Interface in org.springframework.http.client
-
Represents the context of a client-side HTTP request execution.
- AsyncClientHttpRequestFactory - Interface in org.springframework.http.client
-
- AsyncClientHttpRequestInterceptor - Interface in org.springframework.http.client
-
Intercepts client-side HTTP requests.
- 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
-
- 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
-
- 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) - Constructor for class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
-
- AsyncExecutionAspectSupport(Executor, AsyncUncaughtExceptionHandler) - Constructor for class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
-
- 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) - Constructor for class org.springframework.aop.interceptor.AsyncExecutionInterceptor
-
- AsyncExecutionInterceptor(Executor, AsyncUncaughtExceptionHandler) - Constructor for class org.springframework.aop.interceptor.AsyncExecutionInterceptor
-
Create a new AsyncExecutionInterceptor
.
- AsyncHandlerInterceptor - Interface in org.springframework.web.servlet
-
Extends HandlerInterceptor
with a callback method invoked after the
start of asynchronous request handling.
- AsyncHandlerMethodReturnValueHandler - Interface in org.springframework.messaging.handler.invocation
-
- AsyncHandlerMethodReturnValueHandler - Interface in org.springframework.web.method.support
-
A return value handler that supports async types.
- AsyncHttpAccessor - Class in org.springframework.http.client.support
-
- AsyncHttpAccessor() - Constructor for class org.springframework.http.client.support.AsyncHttpAccessor
-
- AsyncListenableTaskExecutor - Interface in org.springframework.core.task
-
- 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
-
- AsyncRequestCallbackAdapter(RequestCallback) - Constructor for class org.springframework.web.client.AsyncRestTemplate.AsyncRequestCallbackAdapter
-
- asyncRequestControl - Variable in class org.springframework.http.server.ServletServerHttpRequest
-
- asyncRequestControl - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- AsyncRequestExecution() - Constructor for class org.springframework.http.client.InterceptingAsyncClientHttpRequest.AsyncRequestExecution
-
- asyncRequestFactory - Variable in class org.springframework.http.client.support.AsyncHttpAccessor
-
- AsyncRequestInterceptor - Class in org.springframework.orm.hibernate3.support
-
- AsyncRequestInterceptor(SessionFactory, SessionHolder) - Constructor for class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
-
Deprecated.
- 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
-
- AsyncRequestTimeoutException - Exception in org.springframework.web.context.request.async
-
Exception to be thrown when an async request times out.
- AsyncRequestTimeoutException() - Constructor for exception org.springframework.web.context.request.async.AsyncRequestTimeoutException
-
- AsyncRestOperations - Interface in org.springframework.web.client
-
Interface specifying a basic set of asynchronous RESTful operations.
- asyncRestTemplate - Variable in class org.springframework.test.web.client.MockRestServiceServer.DefaultBuilder
-
- 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
-
- AsyncRestTemplate(AsyncClientHttpRequestFactory) - Constructor for class org.springframework.web.client.AsyncRestTemplate
-
- 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
-
- AsyncRestTemplate.AsyncRequestCallbackAdapter - Class in org.springframework.web.client
-
- 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
-
- AsyncResultMethodParameter(InvocableHandlerMethod.AsyncResultMethodParameter) - 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
-
- asyncTaskExecutor - Variable in class org.springframework.jca.work.SimpleTaskWorkManager
-
- AsyncTaskMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
-
- 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
-
- 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
-
- ATHROW - Static variable in interface org.springframework.asm.Opcodes
-
- AtomFeedHttpMessageConverter - Class in org.springframework.http.converter.feed
-
- 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
-
- 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 method on a specific target class.
- attributeCache - Variable in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
-
Cache of TransactionAttributes, keyed by method on a specific 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
-
- 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 String
s 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.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
-
- 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
-
- autodetectDataSource - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
- 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
-
Deprecated.
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
-
- AutoPopulatingList(List<E>, AutoPopulatingList.ElementFactory<E>) - Constructor for class org.springframework.util.AutoPopulatingList
-
- 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
-
- AUTOWIRE_AUTODETECT - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
- 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.
- AutowiredAnnotationBeanPostProcessor.ShortcutDependencyDescriptor - Class in org.springframework.beans.factory.annotation
-
DependencyDescriptor variant with a pre-resolved target bean name.
- 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
-
- 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.
- C3P0NativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
-
- 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.caffeine.CaffeineCache
-
- 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.ValueRetrievalException - Exception in org.springframework.cache
-
- 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
-
Deprecated.
- 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(CacheableOperation.Builder) - Constructor for class org.springframework.cache.interceptor.CacheableOperation
-
- CacheableOperation.Builder - Class in org.springframework.cache.interceptor
-
- CacheAdviceParser - Class in org.springframework.cache.config
-
- 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
-
- CacheAspectSupport.OptionalUnwrapper - Class in org.springframework.cache.interceptor
-
Inner class to avoid a hard dependency on Java 8.
- 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.caffeine.CaffeineCacheManager
-
- 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
-
- CachedExpressionEvaluator() - Constructor for class org.springframework.context.expression.CachedExpressionEvaluator
-
- 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(CacheEvictOperation.Builder) - Constructor for class org.springframework.cache.interceptor.CacheEvictOperation
-
- CacheEvictOperation.Builder - Class in org.springframework.cache.interceptor
-
- 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
-
- 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
-
- cacheLimit - Variable in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
- cacheLimit - Variable in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
- 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.caffeine.CaffeineCacheManager
-
- 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.Builder
-
- 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.caffeine.CaffeineCacheManager
-
- 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.AbstractResourceBasedMessageSource
-
- 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.Builder
-
- 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(CacheOperation.Builder) - Constructor for class org.springframework.cache.interceptor.CacheOperation
-
- CacheOperation.Builder - Class in org.springframework.cache.interceptor
-
- 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
-
- CacheOperationExpressionEvaluator - Class in org.springframework.cache.interceptor
-
Utility class handling the SpEL expression parsing.
- CacheOperationExpressionEvaluator() - Constructor for class org.springframework.cache.interceptor.CacheOperationExpressionEvaluator
-
- 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
-
- 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
-
- 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
-
- 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(CachePutOperation.Builder) - Constructor for class org.springframework.cache.interceptor.CachePutOperation
-
- CachePutOperation - Class in org.springframework.cache.jcache.interceptor
-
- CachePutOperation(<any>, CacheResolver, KeyGenerator) - Constructor for class org.springframework.cache.jcache.interceptor.CachePutOperation
-
- CachePutOperation.Builder - Class in org.springframework.cache.interceptor
-
- CachePutRequest(CacheAspectSupport.CacheOperationContext, Object) - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport.CachePutRequest
-
- cacheQueries - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- 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
-
Deprecated.
- 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
-
- 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
-
- 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.Builder
-
- 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
-
- 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
-
Deprecated.
- 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.Builder
-
- 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
-
- 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
-
- 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
-
- CachingDestinationResolverProxy() - Constructor for class org.springframework.messaging.core.CachingDestinationResolverProxy
-
- 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
-
- 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
-
- CaffeineCache - Class in org.springframework.cache.caffeine
-
Spring
Cache
adapter implementation
on top of a Caffeine
com.github.benmanes.caffeine.cache.Cache
instance.
- CaffeineCache(String, <any>) - Constructor for class org.springframework.cache.caffeine.CaffeineCache
-
Create a
CaffeineCache
instance with the specified name and the
given internal
com.github.benmanes.caffeine.cache.Cache
to use.
- CaffeineCache(String, <any>, boolean) - Constructor for class org.springframework.cache.caffeine.CaffeineCache
-
Create a
CaffeineCache
instance with the specified name and the
given internal
com.github.benmanes.caffeine.cache.Cache
to use.
- CaffeineCache.LoadFunction - Class in org.springframework.cache.caffeine
-
- CaffeineCache.PutIfAbsentFunction - Class in org.springframework.cache.caffeine
-
- CaffeineCacheManager - Class in org.springframework.cache.caffeine
-
- CaffeineCacheManager() - Constructor for class org.springframework.cache.caffeine.CaffeineCacheManager
-
Construct a dynamic CaffeineCacheManager,
lazily creating cache instances as they are being requested.
- CaffeineCacheManager(String...) - Constructor for class org.springframework.cache.caffeine.CaffeineCacheManager
-
Construct a static CaffeineCacheManager,
managing caches for the specified cache names only.
- 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.OkHttp3AsyncClientHttpRequest.OkHttpListenableFuture
-
- call - Variable in class org.springframework.http.client.OkHttpAsyncClientHttpRequest.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.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
-
- 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
-
- 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
-
- 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.caffeine.CaffeineCache.PutIfAbsentFunction
-
- 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 source type and the target type 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() - Method in class org.springframework.scheduling.config.ScheduledTask
-
Trigger cancellation of this scheduled task.
- 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
-
- cancel() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession.HeartbeatTask
-
- 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
-
- 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
-
- cancelTask() - Method in class org.springframework.web.context.request.async.CallableInterceptorChain
-
- 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
-
- 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
-
- 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
-
- 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
-
- canRead(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- 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.ObjectToStringHttpMessageConverter
-
- canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
-
- canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
-
- 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
-
- canWrite(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- 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.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.ResourceRegionHttpMessageConverter
-
- canWrite(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
-
- 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
-
Deprecated.
- 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
-
- 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
-
- catalog - Variable in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
- catalog - Variable in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
- 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 this context
- 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
-
- 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: "$$"
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- CharacterEncodingFilter(String, boolean, 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
-
- checkAndPrepare(HttpServletRequest, HttpServletResponse, int, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
- checkBeanNotOfRequiredType(Class<?>, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Raise a BeanNotOfRequiredTypeException for an unresolvable dependency, if applicable,
i.e.
- 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.
- checkCompletingThread() - Method in class org.springframework.util.concurrent.SettableListenableFuture.SettableTask
-
- 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
-
- 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
-
Deprecated.
- 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
-
- checkedLongValue(Number, Class<? extends Number>) - Static method in class org.springframework.util.NumberUtils
-
Check for a BigInteger
/BigDecimal
long overflow
before returning the given number as a long value.
- 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 requested resource has been 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 requested resource has been 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 requested resource has been 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
-
Return 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.
- checkPropertyName(String) - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
-
- 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.
- checkRequired(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
- 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.script.ScriptTemplateView
-
- 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
-
Deprecated.
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
-
Deprecated.
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.
- checkSessionType(SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
-
- checkSessionType(SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.EventSourceTransportHandler
-
- checkSessionType(SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
-
- checkSessionType(SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.JsonpPollingTransportHandler
-
- checkSessionType(SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
-
- checkSessionType(SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrPollingTransportHandler
-
- checkSessionType(SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrStreamingTransportHandler
-
- checkSessionType(SockJsSession) - Method in interface org.springframework.web.socket.sockjs.transport.TransportHandler
-
Check whether the type of the given session matches the transport type
of this TransportHandler
where session id and the transport type
are extracted from the SockJS URL.
- 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
-
Deprecated.
- checkWriteOperationAllowed(Session) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
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
-
Deprecated.
- 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
-
- 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, Deque<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
-
Deprecated.
- ClassConversionException(String, Class<?>, Exception) - Constructor for exception org.springframework.core.env.PropertySourcesPropertyResolver.ClassConversionException
-
Deprecated.
- 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
-
- 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
-
- 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.expression.spel.CodeFlow
-
Name of the class being generated.
- 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.
- ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean, Environment, ResourceLoader) - 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() - Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Protected constructor for flexible subclass initialization.
- ClassPathScanningCandidateComponentProvider(boolean) - Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
- 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
-
- ClassReader(byte[], int, int) - Constructor for class org.springframework.asm.ClassReader
-
- ClassReader(InputStream) - Constructor for class org.springframework.asm.ClassReader
-
- ClassReader(String) - Constructor for class org.springframework.asm.ClassReader
-
- 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
-
- ClassVisitor(int, ClassVisitor) - Constructor for class org.springframework.asm.ClassVisitor
-
- ClassWriter - Class in org.springframework.asm
-
- ClassWriter(int) - Constructor for class org.springframework.asm.ClassWriter
-
- ClassWriter(ClassReader, int) - Constructor for class org.springframework.asm.ClassWriter
-
Constructs a new
ClassWriter
object and enables optimizations for
"mostly add" bytecode transformations.
- classWriter - Variable in class org.springframework.expression.spel.CodeFlow
-
The current class being generated.
- 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.PropertyCacheKey
-
- 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(SimpleTransactionScope.ScopedObjectsHolder) - Constructor for class org.springframework.transaction.support.SimpleTransactionScope.CleanupSynchronization
-
- cleanupTask - Variable in class org.springframework.messaging.tcp.reactor.Reactor2TcpClient.MessageChannelStreamHandler
-
- 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.caffeine.CaffeineCache
-
- 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.CacheOperationExpressionEvaluator
-
Clear all caches.
- clear() - Method in class org.springframework.cache.jcache.JCacheCache
-
- clear() - Method in class org.springframework.cache.support.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
-
Deprecated.
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
-
Deprecated.
- clear() - Method in class org.springframework.orm.hibernate3.SessionHolder
-
Deprecated.
- 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
-
Remove all declared prefixes.
- clear() - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
-
Clear the list of configured resolvers.
- 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
/SerializableTypeWrapper
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
-
- cleared - Variable in class org.springframework.web.servlet.ModelAndView
-
- 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.OkHttp3AsyncClientHttpRequest
-
- client - Variable in class org.springframework.http.client.OkHttp3ClientHttpRequest
-
- client - Variable in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
- client - Variable in class org.springframework.http.client.OkHttpAsyncClientHttpRequest
-
- 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
-
- 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
-
- ClobStringType() - Constructor for class org.springframework.orm.hibernate3.support.ClobStringType
-
Deprecated.
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
-
Deprecated.
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.core.annotation.SynthesizingMethodParameter
-
- clone() - Method in class org.springframework.core.MethodParameter
-
- clone() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- clone() - Method in class org.springframework.messaging.handler.HandlerMethod.HandlerMethodParameter
-
- clone() - Method in class org.springframework.messaging.handler.HandlerMethod.ReturnValueMethodParameter
-
- clone() - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod.AsyncResultMethodParameter
-
- clone() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-
- clone() - Method in class org.springframework.util.LinkedMultiValueMap
-
Create a regular copy of this Map.
- clone() - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
-
- clone() - Method in class org.springframework.web.method.HandlerMethod.ReturnValueMethodParameter
-
- clone() - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.ConcurrentResultMethodParameter
-
- clone() - Method in class org.springframework.web.util.UriComponentsBuilder
-
Public declaration of Object's clone()
method.
- 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
-
- cloneBuilder() - Method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
- cloneBuilder() - Method in class org.springframework.web.util.UriComponentsBuilder
-
Clone this UriComponentsBuilder
.
- cloneBuilder() - Method in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
-
- cloneBuilder() - Method in class org.springframework.web.util.UriComponentsBuilder.FullPathComponentBuilder
-
- cloneBuilder() - Method in interface org.springframework.web.util.UriComponentsBuilder.PathComponentBuilder
-
- cloneBuilder() - Method in class org.springframework.web.util.UriComponentsBuilder.PathSegmentComponentBuilder
-
- 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.OkHttp3ClientHttpResponse
-
- 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
-
Deprecated.
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
-
- close(CloseStatus) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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
-
- 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
-
- closeInProgress - Variable in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
-
- 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
-
Deprecated.
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
-
Deprecated.
- 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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
- CloseStatus(int, String) - Constructor for class org.springframework.web.socket.CloseStatus
-
- 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
-
Deprecated.
- 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.messaging.simp.stomp.Reactor2TcpStompClient.StompTcpClientSpecFactory
-
- 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
-
Construct a new CodeFlow
for the given class.
- 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
-
Deprecated.
- 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
-
- 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
-
Combine this condition with another such as conditions from a
type-level and method-level @RequestMapping
annotation.
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- CommonsPoolTargetSource() - Constructor for class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
Create a CommonsPoolTargetSource with default settings.
- CommonsPortletMultipartResolver - Class in org.springframework.web.portlet.multipart
-
- 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(AdvisedSupport.MethodCacheKey) - Method in class org.springframework.aop.framework.AdvisedSupport.MethodCacheKey
-
- compareTo(CacheAspectSupport.CacheOperationCacheKey) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationCacheKey
-
- compareTo(AbstractApplicationEventMulticaster.ListenerCacheKey) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerCacheKey
-
- compareTo(AnnotatedElementKey) - Method in class org.springframework.context.expression.AnnotatedElementKey
-
- compareTo(CachedExpressionEvaluator.ExpressionKey) - Method in class org.springframework.context.expression.CachedExpressionEvaluator.ExpressionKey
-
- compareTo(DefaultLifecycleProcessor.LifecycleGroupMember) - Method in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroupMember
-
- compareTo(AnnotationUtils.AnnotationCacheKey) - Method in class org.springframework.core.annotation.AnnotationUtils.AnnotationCacheKey
-
- compareTo(GenericConversionService.ConverterCacheKey) - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterCacheKey
-
- compareTo(MethodClassKey) - Method in class org.springframework.core.MethodClassKey
-
- compareTo(ReflectivePropertyAccessor.PropertyCacheKey) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.PropertyCacheKey
-
- compareTo(CachingConnectionFactory.DestinationCacheKey) - Method in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
-
- compareTo(MBeanClientInterceptor.MethodCacheKey) - Method in class org.springframework.jmx.access.MBeanClientInterceptor.MethodCacheKey
-
- 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
-
- compareTo(T, HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.condition.RequestCondition
-
Compare 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.
- 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
-
- compilerConfiguration - Variable in class org.springframework.scripting.groovy.GroovyScriptEvaluator
-
- compilerConfiguration - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- 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
(and as of 4.3.7 also CompletionStage
)
as a return value type.
- CompletableFutureReturnValueHandler() - Constructor for class org.springframework.messaging.handler.invocation.CompletableFutureReturnValueHandler
-
- CompletableToListenableFutureAdapter<T> - Class in org.springframework.util.concurrent
-
- CompletableToListenableFutureAdapter(CompletionStage<T>) - Constructor for class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
-
Create a new adapter for the given CompletionStage
.
- CompletableToListenableFutureAdapter(CompletableFuture<T>) - Constructor for class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
-
Create a new adapter for the given CompletableFuture
.
- 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.
- completeProxiedInterfaces(AdvisedSupport, boolean) - 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
-
- completingThread - Variable in class org.springframework.util.concurrent.SettableListenableFuture.SettableTask
-
- 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
-
- CompletionStageAdapter() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler.CompletionStageAdapter
-
- CompletionStageReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
-
- CompletionStageReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.CompletionStageReturnValueHandler
-
Deprecated.
- 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
-
- 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
-
- ComponentScanAnnotationParser - Class in org.springframework.context.annotation
-
- ComponentScanAnnotationParser(Environment, ResourceLoader, 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
-
- ComponentScans - Annotation Type in org.springframework.context.annotation
-
Container annotation that aggregates several
ComponentScan
annotations.
- 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
-
- 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
-
- CompositeComponentDefinition(String, Object) - Constructor for class org.springframework.beans.factory.parsing.CompositeComponentDefinition
-
Create a new CompositeComponentDefinition.
- CompositeDatabasePopulator - Class in org.springframework.jdbc.datasource.init
-
Composite
DatabasePopulator
that delegates to a list of given
DatabasePopulator
implementations, executing all scripts.
- CompositeDatabasePopulator() - Constructor for class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
-
Create an empty CompositeDatabasePopulator
.
- CompositeDatabasePopulator(Collection<DatabasePopulator>) - Constructor for class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
-
Create a CompositeDatabasePopulator
with the given populators.
- CompositeDatabasePopulator(DatabasePopulator...) - Constructor for class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
-
Create a CompositeDatabasePopulator
with the given populators.
- 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
-
- 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
-
- 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
-
- 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
-
- CompositeUriComponentsContributor(UriComponentsContributor...) - Constructor for class org.springframework.web.method.support.CompositeUriComponentsContributor
-
- CompositeUriComponentsContributor(Collection<?>) - Constructor for class org.springframework.web.method.support.CompositeUriComponentsContributor
-
- CompositeUriComponentsContributor(Collection<?>, ConversionService) - Constructor for class org.springframework.web.method.support.CompositeUriComponentsContributor
-
- 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 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.ClassWriter
-
Indicates what must be automatically computed.
- 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
-
- computeKey(HttpServletRequest, String) - Method in class org.springframework.web.servlet.resource.CachingResourceResolver
-
- computeLvtSlotIndices(boolean, Type[]) - Static method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
-
- 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.
- ConcurrentMapCache(String, ConcurrentMap<Object, Object>, boolean, SerializationDelegate) - 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
-
- ConcurrentMapCacheFactoryBean() - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- ConcurrentMapCacheManager - Class in org.springframework.cache.concurrent
-
- 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
-
- 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
-
- ConcurrentReferenceHashMap.ReferenceManager - Class in org.springframework.util
-
- 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
-
- ConcurrentReferenceHashMap.Task<T> - Class in org.springframework.util
-
- ConcurrentReferenceHashMap.TaskOption - Enum in org.springframework.util
-
Various options supported by a Task
.
- ConcurrentReferenceHashMap.WeakEntryReference<K,V> - Class in org.springframework.util
-
- 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
-
- ConcurrentResultMethodParameter(ServletInvocableHandlerMethod.ConcurrentResultMethodParameter) - 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
-
Wrap a
WebSocketSession
to guarantee 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.Builder
-
- condition - Variable in class org.springframework.cache.interceptor.CacheOperation
-
- condition(String, AnnotatedElementKey, EvaluationContext) - Method in class org.springframework.cache.interceptor.CacheOperationExpressionEvaluator
-
- 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
-
- ConditionalCallbackFilter(Callback[]) - Constructor for class org.springframework.context.annotation.ConfigurationClassEnhancer.ConditionalCallbackFilter
-
- ConditionalConverter - Interface in org.springframework.core.convert.converter
-
- ConditionalGenericConverter - Interface in org.springframework.core.convert.converter
-
- conditionCache - Variable in class org.springframework.cache.interceptor.CacheOperationExpressionEvaluator
-
- conditionCache - Variable in class org.springframework.context.event.EventExpressionEvaluator
-
- ConditionContext - Interface in org.springframework.context.annotation
-
- 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
-
- 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
-
- 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
-
- 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
-
Deprecated.
- configLocations - Variable in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
- configLocations - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
- 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
-
Deprecated.
- configTimeDataSourceHolder - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- configTimeLobHandlerHolder - Static variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
- configTimeNonTransactionalDataSourceHolder - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- configTimeRegionFactoryHolder - Static variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
- 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
-
Deprecated.
- 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
-
- ConfigurableWebApplicationContext - Interface in org.springframework.web.context
-
Interface to be implemented by configurable web application contexts.
- ConfigurableWebBindingInitializer - Class in org.springframework.web.bind.support
-
- 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
-
Deprecated.
- 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
-
- ConfigurationClass(MetadataReader, String) - Constructor for class org.springframework.context.annotation.ConfigurationClass
-
- 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
-
- 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
-
- 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
-
Deprecated.
- 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
-
- 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
-
- 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
-
- 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
-
- ConfigurationClassParser.CircularImportProblem - Class in org.springframework.context.annotation
-
- 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
-
- ConfigurationClassPostProcessor() - Constructor for class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- ConfigurationClassPostProcessor.ImportAwareBeanPostProcessor - Class in org.springframework.context.annotation
-
- ConfigurationClassUtils - Class in org.springframework.context.annotation
-
- 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
-
Deprecated.
- configure(Properties) - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
-
Deprecated.
- 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
-
- 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 subclasses 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 subclasses 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
-
- configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Configure exception resolvers.
- configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-
Configure exception resolvers.
- 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
-
- configureMessageBroker(MessageBrokerRegistry) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
-
A hook for subclasses 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
-
- configureMessageConverters(List<HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Configure the
HttpMessageConverter
s 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
HttpMessageConverter
s 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
-
- 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(StompHeaders, StompSessionHandler) - Method in class org.springframework.messaging.simp.stomp.Reactor2TcpStompClient
-
- 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
-
- connect(String, WebSocketHttpHeaders, StompHeaders, StompSessionHandler, Object...) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
- connect(URI, WebSocketHttpHeaders, StompHeaders, StompSessionHandler) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
- 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
-
- connected - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.Stats
-
- connected - Variable in class org.springframework.web.socket.messaging.StompSubProtocolHandler.Stats
-
- connected - Variable in class org.springframework.web.socket.sockjs.client.WebSocketTransport.ClientSockJsWebSocketHandler
-
- 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
-
- 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
-
- 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
-
Deprecated.
- 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
-
- connectToServer(Object, URI) - Method in class org.springframework.test.context.web.socket.MockServerContainer
-
- connectToServer(Class<?>, URI) - Method in class org.springframework.test.context.web.socket.MockServerContainer
-
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in class org.springframework.test.context.web.socket.MockServerContainer
-
- connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in class org.springframework.test.context.web.socket.MockServerContainer
-
- 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
-
Deprecated.
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
-
- construct(ConstructorInvocation) - Method in interface org.aopalliance.intercept.ConstructorInterceptor
-
Implement this method to perform extra treatments before and
after the construction of a new object.
- constructedNodes - Variable in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
-
- constructingMethod - Variable in exception org.springframework.beans.BeanInstantiationException
-
- constructMapping(MappingNode) - Method in class org.springframework.beans.factory.config.YamlProcessor.StrictMapAppenderConstructor
-
- constructor - Variable in exception org.springframework.beans.BeanInstantiationException
-
- 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
-
- constructorArgumentLock - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
-
Common lock for the four constructor fields below
- 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.
- ConstructorInterceptor - Interface in org.aopalliance.intercept
-
Intercepts the construction of a new object.
- ConstructorInvocation - Interface in org.aopalliance.intercept
-
Description of an invocation to a constuctor, given to an
interceptor upon constructor-call.
- 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
-
- consumesMatch - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.PartialMatchHelper.PartialMatch
-
- 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
-
- containerHolder - Static variable in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
-
- 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(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
-
Deprecated.
Check whether the given object is in the Session cache.
- contains(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- 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.AbstractPropertyResolver
-
- containsProperty(String) - Method in class org.springframework.core.env.CommandLinePropertySource
-
- 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.
- 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
-
Deprecated.
- 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
-
- 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.LinkedCaseInsensitiveMap
-
- 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, Charset) - 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
-
- contentCacheLimit - Variable in class org.springframework.web.util.ContentCachingRequestWrapper
-
- 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(HttpServletRequest, int) - 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() - Method in class org.springframework.web.servlet.resource.VersionResourceResolver.FileNameVersionedResource
-
- contentLength - Variable in class org.springframework.web.util.ContentCachingResponseWrapper
-
- contentLengthLongAvailable - Static variable in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
- 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
-
- 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
-
- contentNegotiationManager - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- contentNegotiationManager - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
-
- 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.resource.ResourceHttpRequestHandler
-
- 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.
- contentNegotiationStrategy - Variable in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
- 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
-
- 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
-
Deprecated.
- 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
-
- contentTypeCompatibleWith(MediaType) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
-
- contentTypeCompatibleWith(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
-
- contentTypeCompatibleWith(MediaType) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
-
- 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
-
- 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
-
- ContextCacheUtils - Class in org.springframework.test.context.cache
-
- ContextCacheUtils() - Constructor for class org.springframework.test.context.cache.ContextCacheUtils
-
- 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<?>) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
-
- ContextConfigurationAttributes(Class<?>, ContextConfiguration) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
-
- ContextConfigurationAttributes(Class<?>, AnnotationAttributes) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
-
- ContextConfigurationAttributes(Class<?>, String[], Class<?>[], boolean, Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>[], boolean, Class<? extends ContextLoader>) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
-
- ContextConfigurationAttributes(Class<?>, String[], Class<?>[], boolean, Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>[], boolean, String, Class<? extends ContextLoader>) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
-
- ContextCustomizer - Interface in org.springframework.test.context
-
Strategy interface for customizing
application contexts
that are created and managed by the
Spring
TestContext Framework.
- ContextCustomizerFactory - Interface in org.springframework.test.context
-
- contextCustomizers - Variable in class org.springframework.test.context.MergedContextConfiguration
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- contextPath - Variable in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderExtractingRequest
-
- contextRefreshed - Variable in class org.springframework.jms.config.JmsListenerEndpointRegistry
-
- 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
-
- ContextSingletonBeanFactoryLocator(String) - Constructor for class org.springframework.context.access.ContextSingletonBeanFactoryLocator
-
Constructor which uses 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
-
- 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
-
null
constant used to denote that the search algorithm should continue.
- 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
-
- ControlFlowFactory - Class in org.springframework.core
-
- ControlFlowFactory() - Constructor for class org.springframework.core.ControlFlowFactory
-
Deprecated.
- ControlFlowFactory.Jdk14ControlFlow - Class in org.springframework.core
-
Deprecated.
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
-
Deprecated.
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
-
- 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
-
- ControllerBeanNameHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
-
Deprecated.
- ControllerClassNameHandlerMapping - Class in org.springframework.web.servlet.mvc.support
-
- ControllerClassNameHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
-
Deprecated.
- 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
-
- ControllerTypePredicate() - Constructor for class org.springframework.web.servlet.mvc.support.ControllerTypePredicate
-
Deprecated.
- 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.AbstractConditionalEnumConverter
-
- 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.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.jdbc.core.BeanPropertyRowMapper
-
ConversionService for binding JDBC values to bean properties
- 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
-
- 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(ClassWriter, int, Object[], int[]) - Static method in class org.springframework.asm.Frame
-
Converts types from the MethodWriter.visitFrame() format to the Frame
format.
- 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.EnumToIntegerConverter
-
- 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 target type 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(Integer) - Method in class org.springframework.core.convert.support.IntegerToEnumConverterFactory.IntegerToEnum
-
- 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(Object, 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
-
- 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.MessageMethodArgumentResolver
-
- 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
-
- converterInstance(<any>, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
-
- 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
-
Create 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 String
s 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
-
- 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
-
Deprecated.
Convert the given HibernateException to an appropriate exception
from the org.springframework.dao
hierarchy.
- convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate3.HibernateExceptionTranslator
-
Deprecated.
Convert the given HibernateException to an appropriate exception from the
org.springframework.dao
hierarchy.
- convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
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
-
Deprecated.
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
-
- 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
-
- 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
-
- ConvertingComparator(Comparator<T>, Converter<S, T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator
-
- ConvertingComparator(Comparator<T>, ConversionService, Class<? extends T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator
-
- ConvertingComparator.ConversionServiceConverter<S,T> - Class in org.springframework.core.convert.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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
- 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
.
- convertPayload(Message<?>, MethodParameter, Class<?>) - Method in class org.springframework.messaging.handler.annotation.support.MessageMethodArgumentResolver
-
- 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
-
- 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
-
- 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
-
- convertToResources(ResourceLoader, String...) - Static method in class org.springframework.test.context.util.TestContextResourceUtils
-
- 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
.
- convertValueIfNecessary(Object, Class<T>) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
Convert the given value to the specified target type, if necessary.
- 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
-
- 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) - Static method in class org.springframework.util.StreamUtils
-
Copy a range of content of the given InputStream to the given OutputStream.
- 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
-
- 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 along with methods to check against the
actual origin, HTTP methods, and headers of a given request.
- CorsConfiguration() - Constructor for class org.springframework.web.cors.CorsConfiguration
-
Construct a new CorsConfiguration
instance with no cross-origin
requests allowed for any origin by default.
- 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
-
- CorsFilter(CorsConfigurationSource) - Constructor for class org.springframework.web.filter.CorsFilter
-
- 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
-
- corsProcessor - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
- CorsRegistration - Class in org.springframework.web.servlet.config.annotation
-
- CorsRegistration(String) - Constructor for class org.springframework.web.servlet.config.annotation.CorsRegistration
-
Create a new
CorsRegistration
that allows all origins, headers, and
credentials for
GET
,
HEAD
, and
POST
requests with
max age set to 1800 seconds (30 minutes) for the specified path.
- 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
-
- 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.core.io.support.ResourceRegion
-
- 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(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder.XmlObjectMapperInitializer
-
- create() - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- create(SimpMessageType) - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- createAspectMetadata(Class<?>, String) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
-
- createAsyncRequest(URI, HttpMethod) - Method in interface org.springframework.http.client.AsyncClientHttpRequestFactory
-
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory
-
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
-
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.http.client.support.AsyncHttpAccessor
-
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.test.web.client.MockRestServiceServer.MockClientHttpRequestFactory
-
- 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
-
- createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
-
- createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
-
- 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
-
- 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
-
Deprecated.
- createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
-
- createBinder(NativeWebRequest, Object, String) - Method in interface org.springframework.web.bind.support.WebDataBinderFactory
-
- 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
-
Deprecated.
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
-
- 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
-
- createCaffeineCache(String) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Create a new CaffeineCache instance for the specified cache name.
- 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.
- createCglibProxyForFactoryBean(Object, ConfigurableBeanFactory, String) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
-
- createChannelMethod - Static variable in class org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy.FallbackStrategy
-
- createClass(Enhancer) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer
-
Uses enhancer to generate a subclass of superclass,
ensuring that callbacks are registered for the new subclass.
- createCollection(Class<? extends Collection>, int) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
-
Create a Collection of the given type, with the given
initial capacity (if supported by the Collection type).
- createCollection(Class<?>, int) - Static method in class org.springframework.core.CollectionFactory
-
Create the most appropriate collection for the given collection type.
- createCollection(Class<?>, 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.FallbackStrategy
-
- 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
-
- createConnection(WebClient) - 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.
- createConnection(WebClient, WebConnection) - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
-
- 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 characteristics.
- 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
-
- 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
-
- 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 Node
s.
- 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
-
- createContextCustomizer(Class<?>, List<ContextConfigurationAttributes>) - Method in interface org.springframework.test.context.ContextCustomizerFactory
-
- createContextCustomizer(Class<?>, List<ContextConfigurationAttributes>) - Method in class org.springframework.test.context.web.socket.MockServerContainerContextCustomizerFactory
-
- createControlFlow() - Static method in class org.springframework.core.ControlFlowFactory
-
Deprecated.
- 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(Cookie) - Static method in class org.springframework.test.web.servlet.htmlunit.MockWebResponseBuilder
-
- 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
-
- createDatabasePopulator(Element, List<Element>, String) - Static method in class org.springframework.jdbc.config.DatabasePopulatorConfigUtils
-
- createDatabaseSchema() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
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.
- createDecoratedContainer(TilesContainer, ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
-
- 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
-
- 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
-
- 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.Jsr330ProviderFactory
-
- 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
-
- createDisconnectMessage(WebSocketSession) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- createDispatcherServlet(WebApplicationContext) - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
- 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
-
- 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
-
- createEnvironment() - Method in class org.springframework.jca.context.SpringContextResourceAdapter
-
- createEnvironment() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- createEnvironment() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- createEnvironment() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- createEnvironment() - Method in class org.springframework.web.filter.GenericFilterBean
-
- createEnvironment() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- createEnvironment() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- createEnvironment() - Method in class org.springframework.web.portlet.GenericPortletBean
-
- createEnvironment() - Method in class org.springframework.web.servlet.HttpServletBean
-
- createEvaluationContext(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- createEvaluationContext(Collection<? extends Cache>, Method, Object[], Object, Class<?>, BeanFactory) - Method in class org.springframework.cache.interceptor.CacheOperationExpressionEvaluator
-
- createEvaluationContext(Collection<? extends Cache>, Method, Object[], Object, Class<?>, Object, BeanFactory) - Method in class org.springframework.cache.interceptor.CacheOperationExpressionEvaluator
-
- createEvaluationContext(ApplicationEvent, Class<?>, Method, Object[], BeanFactory) - 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
.
- createExceptionHandlerExceptionResolver() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- 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.
- createFactory(WebSocketPolicy) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.LegacyJettyWebSocketServerFactoryAdapter
-
- createFactory(WebSocketPolicy) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.ModernJettyWebSocketServerFactoryAdapter
-
- createFactory(WebSocketPolicy) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.WebSocketServerFactoryAdapter
-
- 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
-
Deprecated.
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.FallbackStrategy
-
- createHttpInputMessage(NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- 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
-
Deprecated.
- 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
-
- 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.FallbackStrategy.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.
- createInterfaceProxyForFactoryBean(Object, Class<?>, ConfigurableBeanFactory, String) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
-
- 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
-
- createInvocableHandlerMethod(HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- 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.
- 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, Object) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.MessagingMessageConverterAdapter
-
- createMessageForPayload(Object, Session) - Method in class org.springframework.jms.support.converter.MessagingMessageConverter
-
- createMessageForPayload(Object, Session, Object) - Method in class org.springframework.jms.support.converter.MessagingMessageConverter
-
Create a JMS message for the specified payload and conversionHint.
- 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
-
- 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 metadata.
- createMetaDataProvider(DataSource, TableMetaDataContext, NativeJdbcExtractor) - Static method in class org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
-
Create a TableMetaDataProvider based on the database metadata.
- 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
-
Deprecated.
- createMockMvc(Filter[], MockServletConfig, WebApplicationContext, RequestBuilder, List<ResultMatcher>, List<ResultHandler>, List<DispatcherServletCustomizer>) - 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.
- createMultipartFile(FileItem) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
- createNamedValueInfo(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
-
- 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
-
- 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
-
- createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestAttributeMethodArgumentResolver
-
- createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.SessionAttributeMethodArgumentResolver
-
- createNativeCaffeineCache(String) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Create a native Caffeine Cache instance for the specified cache name.
- 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
-
- 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, Object...) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory.OptionalDependencyFactory
-
- createOutputMessage(NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
- 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
-
- createPointcutDefinition(String) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
-
- 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.
- createPropertySource(String, EncodedResource) - Method in class org.springframework.core.io.support.DefaultPropertySourceFactory
-
- createPropertySource(String, EncodedResource) - Method in interface org.springframework.core.io.support.PropertySourceFactory
-
- 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
-
- createQueryMethod - Static variable in class org.springframework.orm.hibernate5.HibernateTemplate
-
- 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
-
- 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
-
- createReferenceArray(int) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
-
- createReferenceManager() - Method in class org.springframework.util.ConcurrentReferenceHashMap
-
- 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 PathResource, 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
-
- createRelative(String) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver.FileNameVersionedResource
-
- 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
-
- 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
-
- 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.OkHttp3ClientHttpRequestFactory
-
- 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
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.test.web.client.MockMvcClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.test.web.client.MockRestServiceServer.MockClientHttpRequestFactory
-
- 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.test.web.client.MockRestServiceServer.MockClientHttpRequestFactory
-
- createRequestMappingHandlerAdapter() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- createRequestMappingHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- createRequestMappingInfo(AnnotatedElement) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
- 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.DefaultRequestExpectation
-
- 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
-
A shortcut for bindTo(restTemplate).build()
.
- createServer(AsyncRestTemplate) - Static method in class org.springframework.test.web.client.MockRestServiceServer
-
A shortcut for bindTo(asyncRestTemplate).build()
.
- createServer(RestGatewaySupport) - Static method in class org.springframework.test.web.client.MockRestServiceServer
-
A shortcut for bindTo(restGateway).build()
.
- 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
-
- createServletRequest(ServletContext) - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
-
- createSession(Connection) - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
-
Create a new JMS Session for registration with a JmsResourceHolder.
- createSession(Connection) - Method in class org.springframework.jms.connection.JmsTransactionManager
-
Create a JMS Session for the given Connection.
- createSession(Connection, Integer) - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Create a default Session for this ConnectionFactory,
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
-
Deprecated.
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
.
- createStringAdaptingProperties() - Static method in class org.springframework.core.CollectionFactory
-
Create a variant of java.util.Properties
that automatically adapts
non-String values to String representations on Properties.getProperty(java.lang.String)
.
- 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
-
- 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
-
Deprecated.
- 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
-
- createUnexpectedRequestError(ClientHttpRequest) - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
-
Return an AssertionError
that a sub-class can raise for an
unexpected request.
- 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.
- createUri(UriComponents) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
-
- 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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
- createWebApplicationContext(WebApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
-
- 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
-
- CronSequenceGenerator(String, TimeZone) - Constructor for class org.springframework.scheduling.support.CronSequenceGenerator
-
- CronSequenceGenerator(String, String[]) - Constructor for class org.springframework.scheduling.support.CronSequenceGenerator
-
- CronTask - Class in org.springframework.scheduling.config
-
- 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
-
- 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
-
- CurrentFrame - Class in org.springframework.asm
-
Information about the input stack map frame at the "current" instruction of a
method.
- CurrentFrame() - Constructor for class org.springframework.asm.CurrentFrame
-
- currentFuture - Variable in class org.springframework.scheduling.concurrent.ReschedulingRunnable
-
- currentInjectionPoint - Static variable in class org.springframework.beans.factory.support.ConstructorResolver
-
- 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
-
- currentlyTransforming - Variable in class org.springframework.orm.jpa.persistenceunit.ClassFileTransformerAdapter
-
- 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
-
Deprecated.
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
-
Deprecated.
- 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
-
- 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.
- customClassLoader - Variable in class org.springframework.context.support.GenericApplicationContext
-
- 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
-
- 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
.
- customize(DispatcherServlet) - Method in interface org.springframework.test.web.servlet.DispatcherServletCustomizer
-
- customize(DispatcherServlet) - Method in class org.springframework.test.web.servlet.MockMvcBuilderSupport.DispatchOptionsDispatcherServletCustomizer
-
- 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(ConfigurableApplicationContext, MergedContextConfiguration) - Method in interface org.springframework.test.context.ContextCustomizer
-
Customize the supplied ConfigurableApplicationContext
after
bean definitions have been loaded into the context but before the
context has been refreshed.
- customizeContext(ConfigurableApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractContextLoader
-
Customize the
ConfigurableApplicationContext
created by this
ContextLoader
after bean definitions have been loaded
into the context but
before the context has been refreshed.
- 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(ConfigurableApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.web.socket.MockServerContainerContextCustomizer
-
- 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
-
- customizePropertySources(MutablePropertySources) - Method in class org.springframework.core.env.StandardEnvironment
-
- customizePropertySources(MutablePropertySources) - Method in class org.springframework.web.context.support.StandardServletEnvironment
-
- customizePropertySources(MutablePropertySources) - Method in class org.springframework.web.portlet.context.StandardPortletEnvironment
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- GAE_DEFAULT_SERVLET_NAME - Static variable in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
-
Default Servlet name used by Google App Engine
- generate(ClassGenerator) - Method in class org.springframework.aop.framework.CglibAopProxy.ClassLoaderAwareUndeclaredThrowableStrategy
-
- generate(ClassGenerator) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.ClassLoaderAwareGeneratorStrategy
-
- generate(Object, Method, Object...) - Method in class org.springframework.cache.interceptor.DefaultKeyGenerator
-
Deprecated.
- generate(Object, Method, Object...) - Method in interface org.springframework.cache.interceptor.KeyGenerator
-
Generate a key for the given method and its parameters.
- generate(Object, Method, Object...) - Method in class org.springframework.cache.interceptor.SimpleKeyGenerator
-
- generate(Object, Method, Object...) - Method in class org.springframework.cache.jcache.interceptor.KeyGeneratorAdapter
-
- generate(ClassGenerator) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanFactoryAwareGeneratorStrategy
-
- GENERATE_NAME_ATTRIBUTE - Static variable in class org.springframework.jdbc.config.EmbeddedDatabaseBeanDefinitionParser
-
Constant for the "generate-name" attribute.
- generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
-
Generate a bean name for the given top-level bean definition,
unique within the given bean factory.
- generateBeanName(BeanDefinition, BeanDefinitionRegistry, boolean) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
-
Generate a bean name for the given bean definition, unique within the
given bean factory.
- generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in interface org.springframework.beans.factory.support.BeanNameGenerator
-
Generate a bean name for the given bean definition.
- generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.beans.factory.support.DefaultBeanNameGenerator
-
- generateBeanName(BeanDefinition) - Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
- generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
-
- generateClinitCode(String, String, MethodVisitor, CodeFlow, boolean) - Method in class org.springframework.expression.spel.ast.InlineList
-
- generateCode(String, MethodVisitor, CodeFlow) - Method in class org.springframework.context.expression.MapAccessor
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.BooleanLiteral
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.CompoundExpression
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.ConstructorReference
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.Elvis
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.FloatLiteral
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.FunctionReference
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.Indexer
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.InlineList
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.IntLiteral
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.LongLiteral
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.MethodReference
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.NullLiteral
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpAnd
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpDivide
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpEQ
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OperatorInstanceof
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OperatorNot
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpGE
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpGT
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpLE
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpLT
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpMinus
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpModulus
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpMultiply
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpNE
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpOr
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.OpPlus
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.RealLiteral
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
Generate the bytecode for this node into the supplied visitor.
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.StringLiteral
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.Ternary
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.TypeReference
-
- generateCode(MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.ast.VariableReference
-
- generateCode(MethodVisitor, CodeFlow) - Method in interface org.springframework.expression.spel.CodeFlow.ClinitAdder
-
- generateCode(String, MethodVisitor, CodeFlow) - Method in interface org.springframework.expression.spel.CompilablePropertyAccessor
-
Generate the bytecode the performs the access operation into the specified MethodVisitor
using context information from the codeflow where necessary.
- generateCode(String, MethodVisitor, CodeFlow) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
-
- generateCodeForArgument(MethodVisitor, CodeFlow, SpelNodeImpl, String) - Static method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
Ask an argument to generate its bytecode and then follow it up
with any boxing/unboxing/checkcasting to ensure it matches the expected parameter descriptor.
- generateCodeForArguments(MethodVisitor, CodeFlow, Member, SpelNodeImpl[]) - Static method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
Generate code that handles building the argument values for the specified method.
- generateComparisonCode(MethodVisitor, CodeFlow, int, int) - Method in class org.springframework.expression.spel.ast.Operator
-
Numeric comparison operators share very similar generated code, only differing in
two comparison instructions.
- GENERATED_BEAN_NAME_SEPARATOR - Static variable in class org.springframework.beans.factory.BeanFactoryUtils
-
Separator for generated bean names.
- GENERATED_BEAN_NAME_SEPARATOR - Static variable in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
-
Separator for generated bean names.
- GENERATED_CONTEXT_HIERARCHY_LEVEL_PREFIX - Static variable in class org.springframework.test.context.support.ContextLoaderUtils
-
- generateDdl - Variable in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
- generateDefaultCacheName(Method) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
-
Generate a default cache name for the specified Method
.
- generateDefaultLocations(Class<?>) - Method in class org.springframework.test.context.support.AbstractContextLoader
-
Generate the default classpath resource locations array based on the
supplied class.
- generateDefaultLocations(Class<?>) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
-
- generateDefaultLocations(Class<?>) - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
-
- generatedKeyColumnsUsed - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
are we using generated key columns
- GeneratedKeyHolder - Class in org.springframework.jdbc.support
-
Default implementation of the
KeyHolder
interface, to be used for
holding auto-generated keys (as potentially returned by JDBC insert statements).
- GeneratedKeyHolder() - Constructor for class org.springframework.jdbc.support.GeneratedKeyHolder
-
Create a new GeneratedKeyHolder with a default list.
- GeneratedKeyHolder(List<Map<String, Object>>) - Constructor for class org.springframework.jdbc.support.GeneratedKeyHolder
-
Create a new GeneratedKeyHolder with a given list.
- generatedKeyNames - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
The names of the columns holding the generated key
- generatedKeysColumnNameArraySupported - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
indicates whether the use of a String[] for generated keys is supported
- generatedKeysColumnNames - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
- generatedKeysColumnNames - Variable in class org.springframework.jdbc.object.RdbmsOperation
-
- generateETagHeaderValue(InputStream, boolean) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
Generate the ETag header value from the given response body byte array.
- generateField(ClassWriter, CodeFlow) - Method in interface org.springframework.expression.spel.CodeFlow.FieldAdder
-
- generateId() - Static method in class org.springframework.messaging.simp.user.MultiServerUserRegistry
-
- generateId() - Method in class org.springframework.util.AlternativeJdkIdGenerator
-
- generateId() - Method in interface org.springframework.util.IdGenerator
-
Generate a new identifier.
- generateId() - Method in class org.springframework.util.JdkIdGenerator
-
- generateId() - Method in class org.springframework.util.SimpleIdGenerator
-
- generateJson(Set<ConfigurableApplicationContext>) - Method in class org.springframework.context.support.LiveBeansView
-
Actually generate a JSON snapshot of the beans in the given ApplicationContexts.
- generateKey(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
Compute the key for the given caching operation.
- generateKey(CacheAspectSupport.CacheOperationContext, Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
- generateKey(Object...) - Static method in class org.springframework.cache.interceptor.SimpleKeyGenerator
-
Generate a key based on the specified parameters.
- generateKey(CacheOperationInvocationContext<O>) - Method in class org.springframework.cache.jcache.interceptor.AbstractKeyCacheInterceptor
-
Generate a key for the specified invocation.
- generateMultipartBoundary() - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Generate a multipart boundary.
- generateMultipartBoundary() - Static method in class org.springframework.util.MimeTypeUtils
-
Generate a random MIME boundary as bytes, often used in multipart mime types.
- generateMultipartBoundaryString() - Static method in class org.springframework.util.MimeTypeUtils
-
Generate a random MIME boundary as String, often used in multipart mime types.
- generatePathMapping(String) - Method in class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
-
Deprecated.
Prepends a '/' if required and appends the URL suffix to the name.
- generatePathMappings(Class<?>) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
-
Deprecated.
Generate the actual URL paths for the given controller class.
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.AbstractView
-
Return whether this view generates download content
(typically binary content like PDF or Excel files).
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
-
Deprecated.
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
-
Deprecated.
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractPdfStamperView
-
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
-
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractXlsView
-
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
-
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
-
- generateUniqueDatabaseName - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
- generateUniqueName(boolean) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Specify whether a unique ID should be generated and used as the database name.
- GENERIC_CLASS_LOADER_NAME - Static variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
-
- GenericApplicationContext - Class in org.springframework.context.support
-
Generic ApplicationContext implementation that holds a single internal
DefaultListableBeanFactory
instance and does not assume a specific bean definition format.
- GenericApplicationContext() - Constructor for class org.springframework.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext.
- GenericApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
- GenericApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext with the given parent.
- GenericApplicationContext(DefaultListableBeanFactory, ApplicationContext) - Constructor for class org.springframework.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
- GenericApplicationListener - Interface in org.springframework.context.event
-
Extended variant of the standard
ApplicationListener
interface,
exposing further metadata such as the supported event type.
- GenericApplicationListenerAdapter - Class in org.springframework.context.event
-
GenericApplicationListener
adapter that determines supported event types
through introspecting the generically declared type of the target listener.
- GenericApplicationListenerAdapter(ApplicationListener<?>) - Constructor for class org.springframework.context.event.GenericApplicationListenerAdapter
-
Create a new GenericApplicationListener for the given delegate.
- genericArgumentValues - Variable in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
- genericBeanDefinition() - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
- genericBeanDefinition(Class<?>) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
- genericBeanDefinition(String) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
- GenericBeanDefinition - Class in org.springframework.beans.factory.support
-
GenericBeanDefinition is a one-stop shop for standard bean definition purposes.
- GenericBeanDefinition() - Constructor for class org.springframework.beans.factory.support.GenericBeanDefinition
-
Create a new GenericBeanDefinition, to be configured through its bean
properties and configuration methods.
- GenericBeanDefinition(BeanDefinition) - Constructor for class org.springframework.beans.factory.support.GenericBeanDefinition
-
Create a new GenericBeanDefinition as deep copy of the given
bean definition.
- GenericCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
-
- GenericCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Constructor used to initialize with provided database meta data.
- GenericCollectionTypeResolver - Class in org.springframework.core
-
- GenericCollectionTypeResolver() - Constructor for class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
- GenericConversionService - Class in org.springframework.core.convert.support
-
- GenericConversionService() - Constructor for class org.springframework.core.convert.support.GenericConversionService
-
- GenericConversionService.ConverterAdapter - Class in org.springframework.core.convert.support
-
- GenericConversionService.ConverterCacheKey - Class in org.springframework.core.convert.support
-
Key for use with the converter cache.
- GenericConversionService.ConverterFactoryAdapter - Class in org.springframework.core.convert.support
-
- GenericConversionService.Converters - Class in org.springframework.core.convert.support
-
Manages all converters registered with the service.
- GenericConversionService.ConvertersForPair - Class in org.springframework.core.convert.support
-
- GenericConversionService.NoOpConverter - Class in org.springframework.core.convert.support
-
Internal converter that performs no operation.
- GenericConverter - Interface in org.springframework.core.convert.converter
-
Generic converter interface for converting between two or more types.
- GenericConverter.ConvertiblePair - Class in org.springframework.core.convert.converter
-
Holder for a source-to-target class pair.
- GenericFilterBean - Class in org.springframework.web.filter
-
Simple base implementation of javax.servlet.Filter
which treats
its config parameters (init-param
entries within the
filter
tag in web.xml
) as bean properties.
- GenericFilterBean() - Constructor for class org.springframework.web.filter.GenericFilterBean
-
- GenericFilterBean.FilterConfigPropertyValues - Class in org.springframework.web.filter
-
PropertyValues implementation created from FilterConfig init parameters.
- GenericGroovyApplicationContext - Class in org.springframework.context.support
-
- GenericGroovyApplicationContext() - Constructor for class org.springframework.context.support.GenericGroovyApplicationContext
-
Create a new GenericGroovyApplicationContext that needs to be
loaded
and then manually
refreshed
.
- GenericGroovyApplicationContext(Resource...) - Constructor for class org.springframework.context.support.GenericGroovyApplicationContext
-
Create a new GenericGroovyApplicationContext, loading bean definitions
from the given resources and automatically refreshing the context.
- GenericGroovyApplicationContext(String...) - Constructor for class org.springframework.context.support.GenericGroovyApplicationContext
-
Create a new GenericGroovyApplicationContext, loading bean definitions
from the given resource locations and automatically refreshing the context.
- GenericGroovyApplicationContext(Class<?>, String...) - Constructor for class org.springframework.context.support.GenericGroovyApplicationContext
-
Create a new GenericGroovyApplicationContext, loading bean definitions
from the given resource locations and automatically refreshing the context.
- GenericGroovyXmlContextLoader - Class in org.springframework.test.context.support
-
- GenericGroovyXmlContextLoader() - Constructor for class org.springframework.test.context.support.GenericGroovyXmlContextLoader
-
- GenericGroovyXmlWebContextLoader - Class in org.springframework.test.context.web
-
- GenericGroovyXmlWebContextLoader() - Constructor for class org.springframework.test.context.web.GenericGroovyXmlWebContextLoader
-
- GenericHttpMessageConverter<T> - Interface in org.springframework.http.converter
-
A specialization of
HttpMessageConverter
that can convert an HTTP request
into a target object of a specified generic type and a source object of a specified
generic type into an HTTP response.
- GenericMarshaller - Interface in org.springframework.oxm
-
Subinterface of
Marshaller
that has support for Java 5 generics.
- GenericMessage<T> - Class in org.springframework.messaging.support
-
An implementation of
Message
with a generic payload.
- GenericMessage(T) - Constructor for class org.springframework.messaging.support.GenericMessage
-
Create a new message with the given payload.
- GenericMessage(T, Map<String, Object>) - Constructor for class org.springframework.messaging.support.GenericMessage
-
Create a new message with the given payload and headers.
- GenericMessage(T, MessageHeaders) - Constructor for class org.springframework.messaging.support.GenericMessage
-
- GenericMessageConverter - Class in org.springframework.messaging.converter
-
- GenericMessageConverter() - Constructor for class org.springframework.messaging.converter.GenericMessageConverter
-
- GenericMessageConverter(ConversionService) - Constructor for class org.springframework.messaging.converter.GenericMessageConverter
-
- GenericMessageEndpoint() - Constructor for class org.springframework.jca.endpoint.GenericMessageEndpointFactory.GenericMessageEndpoint
-
- GenericMessageEndpointFactory - Class in org.springframework.jca.endpoint
-
Generic implementation of the JCA 1.5
javax.resource.spi.endpoint.MessageEndpointFactory
interface,
providing transaction management capabilities for any kind of message
listener object (e.g.
- GenericMessageEndpointFactory() - Constructor for class org.springframework.jca.endpoint.GenericMessageEndpointFactory
-
- GenericMessageEndpointFactory.GenericMessageEndpoint - Class in org.springframework.jca.endpoint
-
Private inner class that implements the concrete generic message endpoint,
as an AOP Alliance MethodInterceptor that will be invoked by a proxy.
- GenericMessageEndpointFactory.InternalResourceException - Exception in org.springframework.jca.endpoint
-
Internal exception thrown when a ResourceException has been encountered
during the endpoint invocation.
- GenericMessageEndpointManager - Class in org.springframework.jca.endpoint
-
Generic bean that manages JCA 1.5 message endpoints within a Spring
application context, activating and deactivating the endpoint as part
of the application context's lifecycle.
- GenericMessageEndpointManager() - Constructor for class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
- GenericMessagingTemplate - Class in org.springframework.messaging.core
-
A messaging template that resolves destinations names to
MessageChannel
's
to send and receive messages from.
- GenericMessagingTemplate() - Constructor for class org.springframework.messaging.core.GenericMessagingTemplate
-
- GenericMessagingTemplate.TemporaryReplyChannel - Class in org.springframework.messaging.core
-
A temporary channel for receiving a single reply message.
- genericParameterType - Variable in class org.springframework.core.MethodParameter
-
- GenericPortletBean - Class in org.springframework.web.portlet
-
Simple extension of javax.portlet.GenericPortlet
that treats
its config parameters as bean properties.
- GenericPortletBean() - Constructor for class org.springframework.web.portlet.GenericPortletBean
-
- GenericPortletBean.PortletConfigPropertyValues - Class in org.springframework.web.portlet
-
PropertyValues implementation created from PortletConfig init parameters.
- GenericPropertiesContextLoader - Class in org.springframework.test.context.support
-
- GenericPropertiesContextLoader() - Constructor for class org.springframework.test.context.support.GenericPropertiesContextLoader
-
- generics - Variable in class org.springframework.core.ResolvableType
-
- generics - Variable in class org.springframework.core.ResolvableType.TypeVariablesVariableResolver
-
- GenericServletAdapter() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerView.GenericServletAdapter
-
- GenericSqlQuery<T> - Class in org.springframework.jdbc.object
-
- GenericSqlQuery() - Constructor for class org.springframework.jdbc.object.GenericSqlQuery
-
- GenericStoredProcedure - Class in org.springframework.jdbc.object
-
Concrete implementation making it possible to define the RDBMS stored procedures
in an application context without writing a custom Java implementation class.
- GenericStoredProcedure() - Constructor for class org.springframework.jdbc.object.GenericStoredProcedure
-
- GenericTableMetaDataProvider - Class in org.springframework.jdbc.core.metadata
-
A generic implementation of the
TableMetaDataProvider
that should provide
enough features for all supported databases.
- GenericTableMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
Constructor used to initialize with provided database metadata.
- GenericTableMetaDataProvider.TableMetaData - Class in org.springframework.jdbc.core.metadata
-
Inner class representing table meta data.
- GenericTypeAwareAutowireCandidateResolver - Class in org.springframework.beans.factory.support
-
Basic
AutowireCandidateResolver
that performs a full generic type
match with the candidate's type if the dependency is declared as a generic type
(e.g.
- GenericTypeAwareAutowireCandidateResolver() - Constructor for class org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver
-
- GenericTypeAwarePropertyDescriptor - Class in org.springframework.beans
-
Extension of the standard JavaBeans PropertyDescriptor
class,
overriding getPropertyType()
such that a generically declared
type variable will be resolved against the containing bean class.
- GenericTypeAwarePropertyDescriptor(Class<?>, String, Method, Method, Class<?>) - Constructor for class org.springframework.beans.GenericTypeAwarePropertyDescriptor
-
- GenericTypeDescriptor(TypeDescriptor) - Constructor for class org.springframework.core.convert.support.ObjectToOptionalConverter.GenericTypeDescriptor
-
- GenericTypeResolver - Class in org.springframework.core
-
Helper class for resolving generic types against type variables.
- GenericTypeResolver() - Constructor for class org.springframework.core.GenericTypeResolver
-
- GenericTypeResolver.TypeVariableMapVariableResolver - Class in org.springframework.core
-
- GenericUnmarshaller - Interface in org.springframework.oxm
-
Subinterface of
Unmarshaller
that has support for Java 5 generics.
- GenericWebApplicationContext - Class in org.springframework.web.context.support
-
- GenericWebApplicationContext() - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
-
Create a new GenericWebApplicationContext.
- GenericWebApplicationContext(ServletContext) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
-
Create a new GenericWebApplicationContext for the given ServletContext.
- GenericWebApplicationContext(DefaultListableBeanFactory, ServletContext) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
-
Create a new GenericWebApplicationContext with the given DefaultListableBeanFactory.
- GenericXmlApplicationContext - Class in org.springframework.context.support
-
Convenient application context with built-in XML support.
- GenericXmlApplicationContext() - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext that needs to be
loaded
and then manually
refreshed
.
- GenericXmlApplicationContext(Resource...) - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext, loading bean definitions
from the given resources and automatically refreshing the context.
- GenericXmlApplicationContext(String...) - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext, loading bean definitions
from the given resource locations and automatically refreshing the context.
- GenericXmlApplicationContext(Class<?>, String...) - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext, loading bean definitions
from the given resource locations and automatically refreshing the context.
- GenericXmlContextLoader - Class in org.springframework.test.context.support
-
- GenericXmlContextLoader() - Constructor for class org.springframework.test.context.support.GenericXmlContextLoader
-
- GenericXmlWebContextLoader - Class in org.springframework.test.context.web
-
- GenericXmlWebContextLoader() - Constructor for class org.springframework.test.context.web.GenericXmlWebContextLoader
-
- get(Item) - Method in class org.springframework.asm.ClassWriter
-
Returns the constant pool's hash table item which is equal to the given
item.
- get(int) - Method in class org.springframework.asm.Frame
-
Returns the output frame local variable type at the given index.
- get() - Method in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean.TargetBeanProvider
-
- get(String, ObjectFactory<?>) - Method in interface org.springframework.beans.factory.config.Scope
-
Return the object with the given name from the underlying scope,
creating it
if not found in the underlying storage mechanism.
- get() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory.Jsr330DependencyProvider
-
- get(String) - Method in class org.springframework.beans.MutablePropertyValues
-
Get the raw property value, if any.
- get(Object) - Method in interface org.springframework.cache.Cache
-
Return the value to which this cache maps the specified key.
- get(Object, Class<T>) - Method in interface org.springframework.cache.Cache
-
Return the value to which this cache maps the specified key,
generically specifying a type that return value will be cast to.
- get(Object, Callable<T>) - Method in interface org.springframework.cache.Cache
-
Return the value to which this cache maps the specified key, obtaining
that value from valueLoader
if necessary.
- get() - Method in interface org.springframework.cache.Cache.ValueWrapper
-
Return the actual value in the cache.
- get(Object) - Method in class org.springframework.cache.caffeine.CaffeineCache
-
- get(Object, Callable<T>) - Method in class org.springframework.cache.caffeine.CaffeineCache
-
- get(Object, Callable<T>) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
-
- get(Object) - Method in class org.springframework.cache.ehcache.EhCacheCache
-
- get(Object, Callable<T>) - Method in class org.springframework.cache.ehcache.EhCacheCache
-
- get(Object, Class<T>) - Method in class org.springframework.cache.ehcache.EhCacheCache
-
- get(Object) - Method in class org.springframework.cache.guava.GuavaCache
-
- get(Object, Callable<T>) - Method in class org.springframework.cache.guava.GuavaCache
-
- get(Class<? extends CacheOperation>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContexts
-
- get(Object, Callable<T>) - Method in class org.springframework.cache.jcache.JCacheCache
-
- get(Object) - Method in class org.springframework.cache.support.AbstractValueAdaptingCache
-
- get(Object, Class<T>) - Method in class org.springframework.cache.support.AbstractValueAdaptingCache
-
- get(Object) - Method in class org.springframework.cache.support.NoOpCache
-
- get(Object, Class<T>) - Method in class org.springframework.cache.support.NoOpCache
-
- get(Object, Callable<T>) - Method in class org.springframework.cache.support.NoOpCache
-
- get() - Method in class org.springframework.cache.support.SimpleValueWrapper
-
Simply returns the value as given at construction time.
- get(Object) - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
-
- get(Object, Class<T>) - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
-
- get(Object, Callable<T>) - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
-
- get() - Static method in enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
-
- get(String, ObjectFactory<?>) - Method in class org.springframework.context.support.SimpleThreadScope
-
- get(String) - Method in class org.springframework.core.env.MutablePropertySources
-
- get(String) - Method in interface org.springframework.core.env.PropertySources
-
Return the property source with the given name, null
if not found.
- get(Object) - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
-
- get(ResolvableType) - Static method in class org.springframework.core.ResolvableType.WildcardBounds
-
- get() - Method in class org.springframework.expression.spel.ast.MethodReference.CachedMethodExecutor
-
- get(Object) - Method in class org.springframework.http.HttpHeaders
-
- get(URI) - Static method in class org.springframework.http.RequestEntity
-
Create an HTTP GET builder with the given url.
- get(Object) - Method in class org.springframework.http.server.ServletServerHttpResponse.ServletResponseHttpHeaders
-
- get(Object, Class<T>) - Method in class org.springframework.messaging.MessageHeaders
-
- get(Object) - Method in class org.springframework.messaging.MessageHeaders
-
- get(String, ObjectFactory<?>) - Method in class org.springframework.messaging.simp.SimpSessionScope
-
- get(Object) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
- get() - Method in class org.springframework.messaging.tcp.reactor.AbstractPromiseToListenableFutureAdapter
-
- get(long, TimeUnit) - Method in class org.springframework.messaging.tcp.reactor.AbstractPromiseToListenableFutureAdapter
-
- get(Class<T>, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Return the persistent instance of the given entity class
with the given identifier, or null
if not found.
- get(Class<T>, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Return the persistent instance of the given entity class
with the given identifier, or null
if not found.
- get(String, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Return the persistent instance of the given entity class
with the given identifier, or null
if not found.
- get(String, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Return the persistent instance of the given entity class
with the given identifier, or null
if not found.
- get(Class<T>, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- get(Class<T>, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- get(String, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- get(String, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- get(Class<T>, Serializable) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Return the persistent instance of the given entity class
with the given identifier, or null
if not found.
- get(Class<T>, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Return the persistent instance of the given entity class
with the given identifier, or null
if not found.
- get(String, Serializable) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Return the persistent instance of the given entity class
with the given identifier, or null
if not found.
- get(String, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Return the persistent instance of the given entity class
with the given identifier, or null
if not found.
- get(Class<T>, Serializable) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- get(Class<T>, Serializable, LockMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- get(String, Serializable) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- get(String, Serializable, LockMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- get(Class<T>, Serializable) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Return the persistent instance of the given entity class
with the given identifier, or null
if not found.
- get(Class<T>, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Return the persistent instance of the given entity class
with the given identifier, or null
if not found.
- get(String, Serializable) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Return the persistent instance of the given entity class
with the given identifier, or null
if not found.
- get(String, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Return the persistent instance of the given entity class
with the given identifier, or null
if not found.
- get(Class<T>, Serializable) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- get(Class<T>, Serializable, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- get(String, Serializable) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- get(String, Serializable, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- get() - Method in class org.springframework.scheduling.annotation.AsyncResult
-
- get(long, TimeUnit) - Method in class org.springframework.scheduling.annotation.AsyncResult
-
- get() - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
-
- get(long, TimeUnit) - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
-
- get(String) - Method in interface org.springframework.test.annotation.ProfileValueSource
-
Get the profile value indicated by the specified key.
- get(String) - Method in class org.springframework.test.annotation.SystemProfileValueSource
-
Get the profile value indicated by the specified key from the
system properties.
- get(MergedContextConfiguration) - Method in interface org.springframework.test.context.cache.ContextCache
-
Obtain a cached ApplicationContext
for the given key.
- get(MergedContextConfiguration) - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Obtain a cached ApplicationContext
for the given key.
- get(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- get(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- get(String, ObjectFactory<?>) - Method in class org.springframework.transaction.support.SimpleTransactionScope
-
- get(int) - Method in class org.springframework.util.AutoPopulatingList
-
Get the element at the supplied index, creating it if there is
no element at that index.
- get(Object) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
-
- get() - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
-
- get(long, TimeUnit) - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
-
- get() - Method in class org.springframework.util.concurrent.FutureAdapter
-
- get(long, TimeUnit) - Method in class org.springframework.util.concurrent.FutureAdapter
-
- get() - Method in class org.springframework.util.concurrent.SettableListenableFuture
-
Retrieve the value.
- get(long, TimeUnit) - Method in class org.springframework.util.concurrent.SettableListenableFuture
-
Retrieve the value.
- get(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
-
- get() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
-
Returns the referenced entry or null
if the entry is no longer
available.
- get(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-
- get(Object) - Method in class org.springframework.util.LinkedMultiValueMap
-
- get(String, ObjectFactory<?>) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
- get(String, ObjectFactory<?>) - Method in class org.springframework.web.context.request.SessionScope
-
- get(String, ObjectFactory<?>) - Method in class org.springframework.web.context.support.ServletContextScope
-
- get(String, ObjectFactory<?>) - Method in class org.springframework.web.portlet.context.PortletContextScope
-
- get(Object) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
- GET_CONDITION - Static variable in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
-
- GET_INNERMOST_DELEGATE_METHOD_NAME - Static variable in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
-
Deprecated.
- GET_MBEAN_FACTORY_METHOD - Static variable in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
-
- GET_MBEAN_SERVER_METHOD - Static variable in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
-
- GET_PHYSICAL_FILE - Static variable in class org.springframework.core.io.VfsUtils
-
- GET_THROWAWAY_CLASS_LOADER_METHOD_NAME - Static variable in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
-
- getAccept() - Method in class org.springframework.http.HttpHeaders
-
Return the list of acceptable
media types,
as specified by the
Accept
header.
- getAcceptableMediaTypes(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
- getAcceptCharset() - Method in class org.springframework.http.HttpHeaders
-
Return the list of acceptable charsets,
as specified by the Accept-Charset
header.
- getAcceptCharset() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'acceptCharset
' attribute.
- getAcceptedCharsets() - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
Return the list of supported Charset
s.
- getAcceptedMediaTypes(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
- getAcceptedProtocol() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getAcceptedProtocol() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getAcceptedProtocol() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- getAcceptedProtocol() - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
-
- getAcceptedProtocol() - Method in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
-
- getAcceptedProtocol() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
Return the selected sub-protocol to use.
- getAcceptedProtocol() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getAcceptedProtocol() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return the negotiated sub-protocol.
- getAcceptedSubProtocol - Static variable in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getAcceptHeaderValue(AnnotationMethodHandlerAdapter.RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfoComparator
-
Deprecated.
- getAcceptVersion() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getAccess() - Method in class org.springframework.asm.ClassReader
-
Returns the class's access flags (see
Opcodes
).
- getAccessControlAllowCredentials() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Access-Control-Allow-Credentials
response header.
- getAccessControlAllowHeaders() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Access-Control-Allow-Headers
response header.
- getAccessControlAllowMethods() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Access-Control-Allow-Methods
response header.
- getAccessControlAllowOrigin() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Access-Control-Allow-Origin
response header.
- getAccessControlContext() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Provides a security access control context relevant to this factory.
- getAccessControlContext() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getAccessControlContext() - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
-
Return the security context for this bean factory.
- getAccessControlContext() - Method in interface org.springframework.beans.factory.support.SecurityContextProvider
-
Provides a security access control context relevant to a bean factory.
- getAccessControlContext() - Method in class org.springframework.beans.factory.support.SimpleSecurityContextProvider
-
- getAccessControlExposeHeaders() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Access-Control-Expose-Headers
response header.
- getAccessControlMaxAge() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Access-Control-Max-Age
response header.
- getAccessControlRequestHeaders() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Access-Control-Request-Headers
request header.
- getAccessControlRequestMethod() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Access-Control-Request-Method
request header.
- getAccesskey() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Get the value of the 'accesskey
' attribute.
- getAccessor(Message<?>, Class<T>) - Static method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Return the original MessageHeaderAccessor
used to create the headers
of the given Message
, or null
if that's not available or if
its type does not match the required type.
- getAccessor(MessageHeaders, Class<T>) - Static method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- getAccessor() - Method in class org.springframework.messaging.support.MessageHeaderAccessor.MutableMessageHeaders
-
- getAck() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getAck() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Get the ack header.
- getAcknowledgeMode() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
Return the JMS acknowledgement mode to use.
- getAction() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'action
' attribute.
- getActivationName() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
-
Implementation of the JCA 1.7 #getActivationName()
method,
returning the bean name as set on this MessageEndpointFactory.
- getActivationSpec() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Return the JCA ActivationSpec to use for activating the endpoint.
- getActivationSpecConfig() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
- getActiveConsumerCount() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Return the number of currently active consumers.
- getActiveContextObject() - Method in class org.springframework.expression.spel.ExpressionState
-
The active context object is what unqualified references to properties/etc are resolved against.
- getActiveCount() - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
- getActiveCount() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
- getActiveCount() - Method in interface org.springframework.aop.target.PoolingConfig
-
Return the number of active objects in the pool.
- getActiveCount() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the number of currently active threads.
- getActiveCount() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the number of currently active threads.
- getActiveProfiles() - Method in class org.springframework.core.env.AbstractEnvironment
-
- getActiveProfiles() - Method in interface org.springframework.core.env.Environment
-
Return the set of profiles explicitly made active for this environment.
- getActiveProfiles() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged active bean definition profiles for the
test class.
- getActualCount() - Method in exception org.springframework.jdbc.IncorrectResultSetColumnCountException
-
Return the actual column count.
- getActualDestination() - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver.ParseResult
-
- getActualFieldValue(String) - Method in class org.springframework.validation.AbstractBindingResult
-
Extract the actual field value for the given field.
- getActualFieldValue(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
-
Fetches the field value from the PropertyAccessor.
- getActualFieldValue(String) - Method in class org.springframework.validation.MapBindingResult
-
- getActualParams() - Method in class org.springframework.web.bind.UnsatisfiedServletRequestParameterException
-
Return the actual parameter Map associated with the ServletRequest.
- getActualResources() - Method in class org.springframework.beans.factory.parsing.ImportDefinition
-
- getActualRowsAffected() - Method in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
-
Return the number of rows that have actually been affected.
- getActualSessionAttributeNames() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- getActualSize() - Method in exception org.springframework.dao.IncorrectResultSizeDataAccessException
-
Return the actual result size (or -1 if unknown).
- getActualType() - Method in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
-
Return the actual type of the instance found.
- getActualType() - Method in exception org.springframework.jndi.TypeMismatchNamingException
-
Return the actual type that the lookup returned, if available.
- getActualTypeArguments() - Method in class org.springframework.core.ResolvableType.SyntheticParameterizedType
-
- getActualValue() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the actual value of the field, i.e.
- getAdaptedInterceptors() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
-
Return the adapted interceptors as HandlerInterceptor array.
- getAdaptedInterceptors() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
- getAdaptedValue(AnnotatedElement, Annotation, String) - Method in class org.springframework.core.annotation.AnnotatedElementUtils.MergedAnnotationAttributesProcessor
-
- getAdaptee() - Method in class org.springframework.util.concurrent.FutureAdapter
-
Returns the adaptee.
- getAdapterFor(Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
-
- getAdapterFor(Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
-
- getAdapterMap() - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
-
- getAdapterMap() - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
-
- getAdditionalBeanInfo() - Method in class org.springframework.beans.ExtendedBeanInfo
-
- getAdvice() - Method in interface org.springframework.aop.Advisor
-
Return the advice part of this aspect.
- getAdvice(Method, AspectJExpressionPointcut, MetadataAwareAspectInstanceFactory, int, String) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
-
Build a Spring AOP Advice for the given AspectJ advice method.
- getAdvice() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
Lazily instantiate advice if necessary.
- getAdvice(Method, AspectJExpressionPointcut, MetadataAwareAspectInstanceFactory, int, String) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
-
- getAdvice() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
-
- getAdvice() - Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
-
- getAdvice() - Method in class org.springframework.aop.framework.ProxyFactoryBean.PrototypePlaceholderAdvisor
-
- getAdvice() - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
-
- getAdvice() - Method in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
-
- getAdvice() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- getAdvice() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
- getAdvice() - Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
-
- getAdvice() - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
- getAdvice() - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
-
- getAdvice() - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
-
- getAdvice(Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyAdviceChain
-
- getAdviceBeanName() - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
-
Return the name of the advice bean that this advisor refers to, if any.
- getAdviceClass(Element, ParserContext) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
-
Gets the advice implementation class corresponding to the supplied Element
.
- getAdviceModeAttributeName() - Method in class org.springframework.context.annotation.AdviceModeImportSelector
-
The name of the
AdviceMode
attribute for the annotation specified by the
generic type
A
.
- getAdvicesAndAdvisorsForBean(Class<?>, String, TargetSource) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
-
- getAdvicesAndAdvisorsForBean(Class<?>, String, TargetSource) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Return whether the given bean is to be proxied, what additional
advices (e.g.
- getAdvicesAndAdvisorsForBean(Class<?>, String, TargetSource) - Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
-
Identify as bean to proxy if the bean name is in the configured list of names.
- getAdvisor(Method, MetadataAwareAspectInstanceFactory, int, String) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
-
Build a Spring AOP Advisor for the given AspectJ advice method.
- getAdvisor(Method, MetadataAwareAspectInstanceFactory, int, String) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
-
- getAdvisor() - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder
-
- getAdvisorBeanNamePrefix() - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
-
Return the prefix for bean names that will cause them to be included
for auto-proxying by this object.
- getAdvisorChainFactory() - Method in class org.springframework.aop.framework.AdvisedSupport
-
Return the advisor chain factory to use (never null
).
- getAdvisorMethods(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
-
- getAdvisors(MetadataAwareAspectInstanceFactory) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
-
Build Spring AOP Advisors for all annotated At-AspectJ methods
on the specified aspect instance.
- getAdvisors(MetadataAwareAspectInstanceFactory) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
-
- getAdvisors() - Method in interface org.springframework.aop.framework.Advised
-
Return the advisors applying to this proxy.
- getAdvisors() - Method in class org.springframework.aop.framework.AdvisedSupport
-
- getAdvisorsInternal() - Method in class org.springframework.aop.framework.AdvisedSupport
-
Allows uncontrolled access to the
List
of
Advisors
.
- getAfterMessage(HttpServletRequest) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Get the message to write to the log after the request.
- getAggregatedResults() - Method in class org.springframework.core.annotation.AnnotatedElementUtils.MergedAnnotationAttributesProcessor
-
- getAggregatedResults() - Method in interface org.springframework.core.annotation.AnnotatedElementUtils.Processor
-
Get the list of results aggregated by this processor.
- getAggregatedResults() - Method in class org.springframework.core.annotation.AnnotatedElementUtils.SimpleAnnotationProcessor
-
- getAggregateTemplateLoader(List<TemplateLoader>) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Return a TemplateLoader based on the given TemplateLoader list.
- getAjType() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
-
Return AspectJ reflection information.
- getAlias() - Method in class org.springframework.beans.factory.parsing.AliasDefinition
-
Return the alias registered for the bean.
- getAliasedAttributeName(AliasFor, Method) - Method in class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
-
Get the name of the aliased attribute configured via the supplied
@AliasFor
annotation on the supplied
attribute
,
or the original attribute if no aliased one specified (indicating that
the reference goes to a same-named attribute on a meta-annotation).
- getAliasedClassArray(String, Class<? extends Annotation>, Object) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
- getAliasedString(String, Class<? extends Annotation>, Object) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
- getAliasedStringArray(String, Class<? extends Annotation>, Object) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
- getAliases(String) - Method in interface org.springframework.beans.factory.BeanFactory
-
Return the aliases for the given bean name, if any.
- getAliases() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
-
Return the alias names for the bean, as specified directly for the bean definition.
- getAliases(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getAliases(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getAliases(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getAliases(String) - Method in interface org.springframework.core.AliasRegistry
-
Return the aliases for the given name, if defined.
- getAliases(String) - Method in class org.springframework.core.SimpleAliasRegistry
-
- getAliases(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getAliases(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getAllAnnotationAttributes(AnnotatedElement, String) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Get the annotation attributes of
all annotations of the specified
annotationName
in the annotation hierarchy above the supplied
AnnotatedElement
and store the results in a
MultiValueMap
.
- getAllAnnotationAttributes(AnnotatedElement, String, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Get the annotation attributes of
all annotations of
the specified
annotationName
in the annotation hierarchy above
the supplied
AnnotatedElement
and store the results in a
MultiValueMap
.
- getAllAnnotationAttributes(String) - Method in interface org.springframework.core.type.AnnotatedTypeMetadata
-
Retrieve all attributes of all annotations of the given type, if any (i.e.
- getAllAnnotationAttributes(String, boolean) - Method in interface org.springframework.core.type.AnnotatedTypeMetadata
-
Retrieve all attributes of all annotations of the given type, if any (i.e.
- getAllAnnotationAttributes(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
-
- getAllAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
-
- getAllAnnotationAttributes(String) - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
-
- getAllAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
-
- getAllAnnotationAttributes(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
-
- getAllAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.StandardAnnotationMetadata
-
- getAllAnnotationAttributes(String) - Method in class org.springframework.core.type.StandardMethodMetadata
-
- getAllAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.StandardMethodMetadata
-
- getAllDeclaredMethods(Class<?>) - Static method in class org.springframework.util.ReflectionUtils
-
Get all declared methods on the leaf class and all superclasses.
- getAllErrors() - Method in class org.springframework.validation.AbstractBindingResult
-
- getAllErrors() - Method in class org.springframework.validation.AbstractErrors
-
- getAllErrors() - Method in exception org.springframework.validation.BindException
-
- getAllErrors() - Method in interface org.springframework.validation.Errors
-
Get all errors, both global and field ones.
- getAllErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- getAllFileExtensions() - Method in class org.springframework.web.accept.ContentNegotiationManager
-
Return all registered file extensions.
- getAllFileExtensions() - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
-
- getAllFileExtensions() - Method in interface org.springframework.web.accept.MediaTypeFileExtensionResolver
-
Return all registered file extensions.
- getAllInterfaces(Object) - Static method in class org.springframework.util.ClassUtils
-
Return all interfaces that the given instance implements as an array,
including ones implemented by superclasses.
- getAllInterfacesAsSet(Object) - Static method in class org.springframework.util.ClassUtils
-
Return all interfaces that the given instance implements as a Set,
including ones implemented by superclasses.
- getAllInterfacesForClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Return all interfaces that the given class implements as an array,
including ones implemented by superclasses.
- getAllInterfacesForClass(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Return all interfaces that the given class implements as an array,
including ones implemented by superclasses.
- getAllInterfacesForClassAsSet(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Return all interfaces that the given class implements as a Set,
including ones implemented by superclasses.
- getAllInterfacesForClassAsSet(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Return all interfaces that the given class implements as a Set,
including ones implemented by superclasses.
- getAllMediaTypes() - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
-
- getAllMergedAnnotations(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Get all annotations of the specified annotationType
within the annotation hierarchy above the supplied element
;
and for each annotation found, merge that annotation's attributes with
matching attributes from annotations in lower levels of the annotation
hierarchy and synthesize the results back into an annotation of the specified
annotationType
.
- getAllow() - Method in class org.springframework.http.HttpHeaders
-
Return the set of allowed
HTTP methods
,
as specified by the
Allow
header.
- getAllowCredentials() - Method in class org.springframework.web.cors.CorsConfiguration
-
Return the configured allowCredentials
flag, or null
if none.
- getAllowedFields() - Method in class org.springframework.validation.DataBinder
-
Return the fields that should be allowed for binding.
- getAllowedHeaders() - Method in class org.springframework.web.cors.CorsConfiguration
-
Return the allowed actual request headers, or null
if none.
- getAllowedLocations() - Method in class org.springframework.web.servlet.resource.PathResourceResolver
-
- getAllowedMethods() - Method in class org.springframework.web.cors.CorsConfiguration
-
Return the allowed HTTP methods, or null
in which case
only "GET"
and "HEAD"
allowed.
- getAllowedMethods() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.PartialMatchHelper
-
Return declared HTTP methods.
- getAllowedOrigins() - Method in class org.springframework.web.cors.CorsConfiguration
-
Return the configured origins to allow, or null
if none.
- getAllowedOrigins() - Method in class org.springframework.web.socket.server.support.OriginHandshakeInterceptor
-
- getAllowedOrigins() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
- getAllowHeader() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Return the "Allow" header value to use in response to an HTTP OPTIONS
request based on the configured
supported
methods
also automatically adding "OPTIONS" to the list even if not
present as a supported method.
- getAllParameters(Object...) - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
-
- getAllParameters() - Method in class org.springframework.cache.jcache.interceptor.DefaultCacheInvocationContext
-
- getAllParameters(Object...) - Method in interface org.springframework.cache.jcache.interceptor.JCacheOperation
-
Return the CacheInvocationParameter
instances based on the
specified method arguments.
- getAllSubscriptions() - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionRegistry
-
- getAllSupportedMediaTypes(List<HttpMessageConverter<?>>) - Static method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
-
- getAlreadyFilteredAttributeName() - Method in class org.springframework.web.filter.OncePerRequestFilter
-
Return the name of the request attribute that identifies that a request
is already filtered.
- getAlt() - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Get the value of the 'alt
' attribute.
- getAnnotatedBeanDefinitionReader(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
- getAnnotatedElement() - Method in class org.springframework.beans.factory.InjectionPoint
-
Return the wrapped annotated element.
- getAnnotatedElement() - Method in class org.springframework.core.annotation.AbstractAliasAwareAnnotationAttributeExtractor
-
- getAnnotatedElement() - Method in interface org.springframework.core.annotation.AnnotationAttributeExtractor
-
Get the element that is annotated with an annotation of the annotation
type supported by this extractor.
- getAnnotatedElement() - Method in class org.springframework.core.MethodParameter
-
Return the wrapped annotated element.
- getAnnotatedMethods(String) - Method in interface org.springframework.core.type.AnnotationMetadata
-
Retrieve the method metadata for all methods that are annotated
(or meta-annotated) with the given annotation type.
- getAnnotatedMethods(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
-
- getAnnotatedMethods(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
-
- getAnnotatedMethods(Class<?>, Class<? extends Annotation>) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
Get all methods in the supplied class
and its superclasses
which are annotated with the supplied annotationType
but
which are not shadowed by methods overridden in subclasses.
- getAnnotation() - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
-
- getAnnotation(Class<A>) - Method in class org.springframework.beans.factory.InjectionPoint
-
Retrieve a field/parameter annotation of the given type, if any.
- getAnnotation(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
- getAnnotation(String, Class<A>) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
Get the annotation of type annotationType
stored under the
specified attributeName
.
- getAnnotation(Annotation, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Get a single Annotation
of annotationType
from the supplied
annotation: either the given annotation itself or a direct meta-annotation
thereof.
- getAnnotation(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Get a single Annotation
of annotationType
from the supplied
AnnotatedElement
, where the annotation is either present or
meta-present on the AnnotatedElement
.
- getAnnotation(Method, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Get a single Annotation
of annotationType
from the
supplied Method
, where the annotation is either present
or meta-present on the method.
- getAnnotation(AnnotatedElement, String) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Get the annotation with the supplied annotationName
on the
supplied element
.
- getAnnotation(Class<T>) - Method in class org.springframework.core.convert.TypeDescriptor.AnnotatedElementAdapter
-
- getAnnotation(Class<T>) - Method in class org.springframework.core.convert.TypeDescriptor
-
Obtain the annotation of the specified annotationType
that is on this type descriptor.
- getAnnotation() - Method in class org.springframework.format.support.FormattingConversionService.AnnotationConverterKey
-
- getAnnotation() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- getAnnotationArray(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
- getAnnotationArray(String, Class<A>) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
Get the array of type annotationType
stored under the specified
attributeName
.
- getAnnotationAttributes(String, String) - Method in class org.springframework.context.annotation.ConfigurationClassParser.SourceClass
-
- getAnnotationAttributes(AnnotatedElement, String) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
- getAnnotationAttributes(AnnotatedElement, String, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
- getAnnotationAttributes(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Retrieve the given annotation's attributes as a Map
, preserving all
attribute types.
- getAnnotationAttributes(Annotation, boolean) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Retrieve the given annotation's attributes as a Map
.
- getAnnotationAttributes(Annotation, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
- getAnnotationAttributes(AnnotatedElement, Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
- getAnnotationAttributes(AnnotatedElement, Annotation, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
- getAnnotationAttributes(Object, Annotation, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
- getAnnotationAttributes(String) - Method in interface org.springframework.core.type.AnnotatedTypeMetadata
-
Retrieve the attributes of the annotation of the given type, if any (i.e.
- getAnnotationAttributes(String, boolean) - Method in interface org.springframework.core.type.AnnotatedTypeMetadata
-
Retrieve the attributes of the annotation of the given type, if any (i.e.
- getAnnotationAttributes(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
-
- getAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
-
- getAnnotationAttributes(String) - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
-
- getAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
-
- getAnnotationAttributes(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
-
- getAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.StandardAnnotationMetadata
-
- getAnnotationAttributes(String) - Method in class org.springframework.core.type.StandardMethodMetadata
-
- getAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.StandardMethodMetadata
-
- getAnnotationAttributes() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- getAnnotationConfigLoader() - Method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
-
Get the delegate SmartContextLoader
that supports annotated classes.
- getAnnotationConfigLoader() - Method in class org.springframework.test.context.support.DelegatingSmartContextLoader
-
- getAnnotationConfigLoader() - Method in class org.springframework.test.context.web.WebDelegatingSmartContextLoader
-
- getAnnotationMetadata() - Method in interface org.springframework.core.type.classreading.MetadataReader
-
Read full annotation metadata for the underlying class,
including metadata for annotated methods.
- getAnnotationMetadata() - Method in class org.springframework.core.type.classreading.SimpleMetadataReader
-
- getAnnotations() - Method in class org.springframework.beans.factory.InjectionPoint
-
Obtain the annotations associated with the wrapped field or method/constructor parameter.
- getAnnotations() - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation.CacheInvocationParameterImpl
-
- getAnnotations() - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
-
- getAnnotations() - Method in class org.springframework.cache.jcache.interceptor.DefaultCacheInvocationContext
-
- getAnnotations() - Method in class org.springframework.cache.jcache.interceptor.DefaultCacheMethodDetails
-
- getAnnotations() - Method in class org.springframework.context.annotation.ConfigurationClassParser.SourceClass
-
- getAnnotations(AnnotatedElement) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Get all Annotations
that are present on the
supplied AnnotatedElement
.
- getAnnotations(Method) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Get all Annotations
that are present on the
supplied Method
.
- getAnnotations() - Method in class org.springframework.core.convert.Property
-
- getAnnotations() - Method in class org.springframework.core.convert.TypeDescriptor.AnnotatedElementAdapter
-
- getAnnotations() - Method in class org.springframework.core.convert.TypeDescriptor
-
Return the annotations associated with this type descriptor, if any.
- getAnnotationType() - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
-
- getAnnotationType() - Method in class org.springframework.core.annotation.AbstractAliasAwareAnnotationAttributeExtractor
-
- getAnnotationType() - Method in interface org.springframework.core.annotation.AnnotationAttributeExtractor
-
Get the type of annotation that this extractor extracts attribute
values for.
- getAnnotationType(String, ClassLoader) - Static method in class org.springframework.core.annotation.AnnotationAttributes
-
- getAnnotationType(AnnotationFormatterFactory<? extends Annotation>) - Static method in class org.springframework.format.support.FormattingConversionService
-
- getAnnotationType() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- getAnnotationTypes() - Method in interface org.springframework.core.type.AnnotationMetadata
-
Get the fully qualified class names of all annotation types that
are present on the underlying class.
- getAnnotationTypes() - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
-
- getAnnotationTypes() - Method in class org.springframework.core.type.StandardAnnotationMetadata
-
- getAnySession() - Method in class org.springframework.orm.hibernate3.SessionHolder
-
Deprecated.
- getAopProxyFactory() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
-
Return the AopProxyFactory that this ProxyConfig uses.
- getApplicationContext() - Method in class org.springframework.context.event.ApplicationContextEvent
-
Get the ApplicationContext
that the event was raised for.
- getApplicationContext() - Method in class org.springframework.context.support.ApplicationObjectSupport
-
Return the ApplicationContext that this object is associated with.
- getApplicationContext() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
- getApplicationContext() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
-
- getApplicationContext() - Method in class org.springframework.test.context.support.DefaultTestContext
-
- getApplicationContext() - Method in interface org.springframework.test.context.TestContext
-
- getApplicationContext() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- getApplicationContext() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- getApplicationContext() - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
-
- getApplicationContext() - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
-
- getApplicationDestinationPrefixes() - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
- getApplicationEventMulticaster() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the internal ApplicationEventMulticaster used by the context.
- getApplicationEventPublisher() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- getApplicationException() - Method in exception org.springframework.transaction.TransactionSystemException
-
Return the application exception that was thrown before this transaction exception,
if any.
- getApplicationListeners() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
Return a Collection containing all ApplicationListeners.
- getApplicationListeners(ApplicationEvent, ResolvableType) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
Return a Collection of ApplicationListeners matching the given
event type.
- getApplicationListeners() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerRetriever
-
- getApplicationListeners() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the list of statically specified ApplicationListeners.
- getApplicationName() - Method in interface org.springframework.context.ApplicationContext
-
Return a name for the deployed application that this context belongs to.
- getApplicationName() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getApplicationName() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getApplicationName() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getApplicationName() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getApplicationName() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- getAppliedPropertySources() - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
-
Returns the property sources that were actually applied during
post-processing
.
- getArgs() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
- getArgs() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getArgs() - Method in class org.springframework.cache.interceptor.CacheExpressionRootObject
-
- getArgs() - Method in interface org.springframework.cache.interceptor.CacheOperationInvocationContext
-
Return the argument list used to invoke the method.
- getArgs() - Method in class org.springframework.cache.jcache.interceptor.DefaultCacheInvocationContext
-
- getArgs() - Method in class org.springframework.context.event.EventExpressionRootObject
-
- getArgumentCount() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
Return the number of argument values held in this instance,
counting both indexed and generic argument values.
- getArgumentNames() - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
-
- getArgumentResolutionErrorMessage(String, int) - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
- getArgumentResolutionErrorMessage(String, int) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
- getArgumentResolver(MethodParameter) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
-
- getArgumentResolver(MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
-
- getArgumentResolvers() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Return the complete list of argument resolvers.
- getArgumentResolvers() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- getArgumentResolvers(Element, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
-
- getArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- getArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- getArguments() - Method in interface org.aopalliance.intercept.Invocation
-
Get the arguments as an array object.
- getArguments() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- getArguments() - Method in interface org.springframework.context.MessageSourceResolvable
-
Return the array of arguments to be used to resolve this message.
- getArguments() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
- getArguments(ExpressionState) - Method in class org.springframework.expression.spel.ast.FunctionReference
-
Compute the arguments to the function, they are the children of this expression node.
- getArguments(ExpressionState) - Method in class org.springframework.expression.spel.ast.MethodReference
-
- getArguments() - Method in class org.springframework.remoting.support.RemoteInvocation
-
Return the arguments for the target method call.
- getArguments() - Method in class org.springframework.util.MethodInvoker
-
Return the arguments for the method invocation.
- getArguments() - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter.ResolvableAttribute
-
- getArgumentsAndReturnSizes(String) - Static method in class org.springframework.asm.Type
-
Computes the size of the arguments and of the return value of a method.
- getArgumentsAndReturnSizes() - Method in class org.springframework.asm.Type
-
Returns the size of the arguments and of the return value of methods of
this type.
- getArgumentsForBindError(String, String) - Method in class org.springframework.validation.DefaultBindingErrorProcessor
-
Return FieldError arguments for a binding error on the given field.
- getArgumentsForConstraint(String, String, <any>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
Return FieldError arguments for a validation error on the given field.
- getArgumentTypes(String) - Static method in class org.springframework.asm.Type
-
Returns the Java types corresponding to the argument types of the given
method descriptor.
- getArgumentTypes(Method) - Static method in class org.springframework.asm.Type
-
Returns the Java types corresponding to the argument types of the given
method.
- getArgumentTypes() - Method in class org.springframework.asm.Type
-
Returns the argument types of methods of this type.
- getArgumentTypes(Object...) - Method in class org.springframework.expression.spel.ast.MethodReference
-
- getArgumentValue(int, Class<?>) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
Look for an argument value that either corresponds to the given index
in the constructor argument list or generically matches by type.
- getArgumentValue(int, Class<?>, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
Look for an argument value that either corresponds to the given index
in the constructor argument list or generically matches by type.
- getArgumentValue(int, Class<?>, String, Set<ConstructorArgumentValues.ValueHolder>) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
Look for an argument value that either corresponds to the given index
in the constructor argument list or generically matches by type.
- getArgumentValues - Static variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.ControllerMethodInvocationInterceptor
-
- getArgumentValues() - Method in interface org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodInvocationInfo
-
- getAsciiBytes(String) - Method in class org.springframework.http.converter.FormHttpMessageConverter.MultipartHttpOutputMessage
-
- getAsciiStream() - Method in class org.springframework.jdbc.support.lob.PassThroughClob
-
- getAspectClass() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
-
Return the aspect class.
- getAspectClass() - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
-
Return the specified aspect class (never null
).
- getAspectClassLoader() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Return the ClassLoader for aspect instances.
- getAspectClassLoader() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
-
- getAspectClassLoader() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
-
- getAspectClassLoader() - Method in interface org.springframework.aop.aspectj.AspectInstanceFactory
-
Expose the aspect class loader that this factory uses.
- getAspectClassLoader() - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
-
- getAspectClassLoader() - Method in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
-
- getAspectClassLoader() - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
-
- getAspectCreationMutex() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
-
- getAspectCreationMutex() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
-
- getAspectCreationMutex() - Method in interface org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory
-
Return the best possible creation mutex for this factory.
- getAspectCreationMutex() - Method in class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
-
- getAspectCreationMutex() - Method in class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
-
- getAspectDeclarationOrder(Advisor) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
-
- getAspectInstance() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
-
- getAspectInstance() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
-
- getAspectInstance() - Method in interface org.springframework.aop.aspectj.AspectInstanceFactory
-
Create an instance of this factory's aspect.
- getAspectInstance() - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
-
- getAspectInstance() - Method in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
-
- getAspectInstance() - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
-
Look up the aspect bean from the
BeanFactory
and returns it.
- getAspectInstanceFactory() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Return the factory for aspect instances.
- getAspectInstanceFactory() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
- getAspectJAdviceMethod() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Return the AspectJ-style advice method.
- getAspectJImports() - Method in class org.springframework.cache.annotation.CachingConfigurationSelector
-
- getAspectJPrecedenceInformationFor(Advisor) - Static method in class org.springframework.aop.aspectj.AspectJAopUtils
-
Return the AspectJPrecedenceInformation provided by this advisor or its advice.
- getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
-
- getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
Return the AspectJ AspectMetadata for this advisor.
- getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
-
- getAspectMetadata() - Method in interface org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory
-
Return the AspectJ AspectMetadata for this factory's aspect.
- getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
-
- getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
-
- getAspectName() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getAspectName() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
-
Return the aspect class.
- getAspectName() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
- getAspectName() - Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
-
The name of the aspect (bean) in which the advice was declared.
- getAspectName(Advisor) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
-
- getAssignabilityWeight(Class<?>[]) - Method in class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
-
- getAST() - Method in class org.springframework.expression.spel.standard.SpelExpression
-
Return the Abstract Syntax Tree for the expression.
- getAsText() - Method in class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.CharacterEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.CharArrayPropertyEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.CharsetEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.ClassArrayEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.ClassEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.CurrencyEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
-
This implementation returns null
to indicate that
there is no appropriate text representation.
- getAsText() - Method in class org.springframework.beans.propertyeditors.CustomDateEditor
-
Format the Date as String, using the specified DateFormat.
- getAsText() - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
-
This implementation returns null
to indicate that
there is no appropriate text representation.
- getAsText() - Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
-
Format the Number as String, using the specified NumberFormat.
- getAsText() - Method in class org.springframework.beans.propertyeditors.FileEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.InputSourceEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.InputStreamEditor
-
This implementation returns null
to indicate that
there is no appropriate text representation.
- getAsText() - Method in class org.springframework.beans.propertyeditors.LocaleEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.PathEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.PatternEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.ReaderEditor
-
This implementation returns null
to indicate that
there is no appropriate text representation.
- getAsText() - Method in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.StringTrimmerEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.TimeZoneEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.URIEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.URLEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.UUIDEditor
-
- getAsText() - Method in class org.springframework.beans.propertyeditors.ZoneIdEditor
-
- getAsText() - Method in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
-
- getAsText() - Method in class org.springframework.core.io.ResourceEditor
-
- getAsText() - Method in class org.springframework.format.support.FormatterPropertyEditorAdapter
-
- getAsText() - Method in class org.springframework.http.MediaTypeEditor
-
- getAsText() - Method in class org.springframework.mail.javamail.InternetAddressEditor
-
- getAsText() - Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
-
- getAsyncClient() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
- getAsyncContext() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getAsyncExecutor() - Method in interface org.springframework.scheduling.annotation.AsyncConfigurer
-
The Executor
instance to be used when processing async
method invocations.
- getAsyncExecutor() - Method in class org.springframework.scheduling.annotation.AsyncConfigurerSupport
-
- getAsyncExecutor(Element) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
-
- getAsyncManager(ServletRequest) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
-
Obtain the
WebAsyncManager
for the current request, or if not
found, create and associate it with the request.
- getAsyncRequestControl(ServerHttpResponse) - Method in interface org.springframework.http.server.ServerHttpRequest
-
Return a control that allows putting the request in asynchronous mode so the
response remains open until closed explicitly from the current or another thread.
- getAsyncRequestControl(ServerHttpResponse) - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getAsyncRequestFactory() - Method in class org.springframework.http.client.support.AsyncHttpAccessor
-
Return the request factory that this accessor uses for obtaining
HttpRequests
.
- getAsyncRequestFactory() - Method in class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
-
- getAsyncResult() - Method in class org.springframework.test.web.servlet.DefaultMvcResult
-
- getAsyncResult(long) - Method in class org.springframework.test.web.servlet.DefaultMvcResult
-
- getAsyncResult() - Method in interface org.springframework.test.web.servlet.MvcResult
-
Get the result of async execution.
- getAsyncResult(long) - Method in interface org.springframework.test.web.servlet.MvcResult
-
Get the result of async execution.
- getAsyncReturnValueType(Object) - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
- getAsyncSendTimeout() - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- getAsyncSendTimeout() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- getAsyncTimeout(Element) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
-
- getAsyncUncaughtExceptionHandler() - Method in interface org.springframework.scheduling.annotation.AsyncConfigurer
-
- getAsyncUncaughtExceptionHandler() - Method in class org.springframework.scheduling.annotation.AsyncConfigurerSupport
-
- getAttachment(String) - Method in interface org.springframework.oxm.mime.MimeContainer
-
Return the attachment with the given content id, or null
if not found.
- getAttachmentAsByteArray(String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentUnmarshaller
-
- getAttachmentAsDataHandler(String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentUnmarshaller
-
- getAttribute(String) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
-
- getAttribute(String, Class<T>) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
Get the value stored under the specified attributeName
,
ensuring that the value is of the expectedType
.
- getAttribute(String) - Method in interface org.springframework.core.AttributeAccessor
-
Get the value of the attribute identified by name
.
- getAttribute(String) - Method in class org.springframework.core.AttributeAccessorSupport
-
- getAttribute(String) - Method in class org.springframework.jmx.export.SpringModelMBean
-
Switches the context ClassLoader
for the
managed resources ClassLoader
before allowing the invocation to occur.
- getAttribute(String) - Method in class org.springframework.messaging.simp.SimpAttributes
-
Return the value for the attribute of the given name, if any.
- getAttribute(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getAttribute(String) - Method in class org.springframework.mock.web.MockHttpSession
-
- getAttribute(String) - Method in class org.springframework.mock.web.MockPageContext
-
- getAttribute(String, int) - Method in class org.springframework.mock.web.MockPageContext
-
- getAttribute(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getAttribute(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getAttribute(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getAttribute(String) - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getAttribute(String, int) - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getAttribute(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- getAttribute(String) - Method in class org.springframework.remoting.support.RemoteInvocation
-
Retrieve the attribute for the given key, if any.
- getAttribute(int) - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getAttribute(String, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- getAttribute(String, ExternalContext) - Static method in class org.springframework.web.context.request.FacesRequestAttributes.PortletSessionAccessor
-
- getAttribute(String, int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Return the value for the scoped attribute of the given name, if any.
- getAttribute(String, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getAttribute(String) - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
-
- getAttribute(String, int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- getAttributeAliasMap(Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Get a map of all attribute aliases declared via @AliasFor
in the supplied annotation type.
- getAttributeAliasNames() - Method in class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
-
- getAttributeAliasNames(Method) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Get the names of the aliased attributes configured via
@AliasFor
for the supplied annotation
attribute
.
- getAttributeCount() - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getAttributeDescription(PropertyDescriptor, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Get the description for a particular attribute.
- getAttributeDescription(PropertyDescriptor, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Creates a description for the attribute corresponding to this property
descriptor.
- getAttributeDescription() - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
-
Return an identifying description for this transaction attribute.
- getAttributeInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the attribute metadata for the MBean resource.
- getAttributeInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Iterate through all properties on the MBean class and gives subclasses
the chance to vote on the inclusion of both the accessor and mutator.
- getAttributeLocalName(int) - Method in class org.springframework.util.xml.AbstractXMLStreamReader
-
- getAttributeMap() - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getAttributeMap(int) - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getAttributeMap(int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
Return the JSF attribute Map for the specified scope
- getAttributeMethods(Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Get all methods declared in the supplied annotationType
that
match Java's requirements for annotation attributes.
- getAttributeName(PropertyDescriptor, boolean) - Static method in class org.springframework.jmx.support.JmxUtils
-
Return the JMX attribute name to use for the given JavaBeans property.
- getAttributeName(int) - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getAttributeNameInSession(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
Calculate the attribute name in the backend session.
- getAttributeNames() - Method in class org.springframework.messaging.simp.SimpAttributes
-
Retrieve the names of all attributes.
- getAttributeNames() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getAttributeNames() - Method in class org.springframework.mock.web.MockHttpSession
-
- getAttributeNames() - Method in class org.springframework.mock.web.MockPageContext
-
- getAttributeNames() - Method in class org.springframework.mock.web.MockServletContext
-
- getAttributeNames() - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getAttributeNames() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getAttributeNames() - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getAttributeNames(int) - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getAttributeNames() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- getAttributeNames(int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- getAttributeNames(ExternalContext) - Static method in class org.springframework.web.context.request.FacesRequestAttributes.PortletSessionAccessor
-
- getAttributeNames(int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Retrieve the names of all attributes in the scope.
- getAttributeNames(int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getAttributeNames(int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- getAttributeNames() - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
-
Return the configured attribute names to copy (read-only).
- getAttributeNamesInScope(int) - Method in class org.springframework.mock.web.MockPageContext
-
- getAttributeNamespace(int) - Method in class org.springframework.util.xml.AbstractXMLStreamReader
-
- getAttributeOverrideDescriptor() - Method in class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
-
- getAttributeOverrideName(Class<? extends Annotation>) - Method in class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
-
- getAttributeOverrideName(Method, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Get the name of the overridden attribute configured via
@AliasFor
for the supplied annotation
attribute
.
- getAttributePrefix(int) - Method in class org.springframework.util.xml.AbstractXMLStreamReader
-
- getAttributes() - Method in class org.springframework.asm.ClassReader
-
Returns the start index of the attribute_info structure of this class.
- getAttributes() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
-
- getAttributes(String[]) - Method in class org.springframework.jmx.export.SpringModelMBean
-
Switches the context ClassLoader
for the
managed resources ClassLoader
before allowing the invocation to occur.
- getAttributes() - Static method in class org.springframework.messaging.simp.SimpAttributesContextHolder
-
Return the SimpAttributes currently bound to the thread.
- getAttributes() - Method in class org.springframework.remoting.support.RemoteInvocation
-
Return the attributes Map.
- getAttributes(Attributes) - Method in class org.springframework.util.xml.StaxEventHandler
-
- getAttributes(StartElement) - Method in class org.springframework.util.xml.StaxEventXMLReader
-
- getAttributes() - Method in class org.springframework.util.xml.StaxStreamXMLReader
-
- getAttributes() - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- getAttributes() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- getAttributes() - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
-
- getAttributes() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- getAttributes() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return the map with attributes associated with the WebSocket session.
- getAttributesMap() - Method in class org.springframework.web.servlet.view.AbstractView
-
Allow Map access to the static attributes of this view,
with the option to add or override specific entries.
- getAttributesMap() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Allow Map access to the static attributes for views returned by
this resolver, with the option to add or override specific entries.
- getAttributesScope(String) - Method in class org.springframework.mock.web.MockPageContext
-
- getAttributeType(int) - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getAttributeValue(Element, String, String) - Static method in class org.springframework.cache.config.CacheAdviceParser
-
- getAttributeValue(Method) - Method in class org.springframework.core.annotation.AbstractAliasAwareAnnotationAttributeExtractor
-
- getAttributeValue(Method) - Method in interface org.springframework.core.annotation.AnnotationAttributeExtractor
-
Get the attribute value from the underlying
source
that corresponds to the supplied attribute method.
- getAttributeValue(Method) - Method in class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
-
- getAttributeValue(String, String) - Method in class org.springframework.util.xml.AbstractXMLStreamReader
-
- getAttributeValue(int) - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getAuthType() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getAuthType() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getAutoCommitValue() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Return whether the returned Connection's "autoCommit" setting should be overridden.
- getAutocomplete() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'autocomplete
' attribute.
- getAutocomplete() - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Get the value of the 'autocomplete
' attribute.
- getAutoGrowCollectionLimit() - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
Return the limit for array and collection auto-growing.
- getAutoGrowCollectionLimit() - Method in interface org.springframework.beans.BeanWrapper
-
Return the limit for array and collection auto-growing.
- getAutoGrowCollectionLimit() - Method in class org.springframework.validation.DataBinder
-
Return the current limit for array and collection auto-growing.
- getAutowire() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Return the default autowire setting for the document that's currently parsed.
- getAutowireCandidatePatterns() - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Return any patterns provided in the 'default-autowire-candidates'
attribute of the top-level <beans/>
element.
- getAutowireCandidateResolver() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Return the autowire candidate resolver for this BeanFactory (never null
).
- getAutowireCandidates() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Return the default autowire-candidate pattern for the document that's currently parsed.
- getAutowireCapableBeanFactory() - Method in interface org.springframework.context.ApplicationContext
-
Expose AutowireCapableBeanFactory functionality for this context.
- getAutowireCapableBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return this context's internal bean factory as AutowireCapableBeanFactory,
if already available.
- getAutowireCapableBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
-
- getAutowireCapableBeanFactory() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getAutowireMode() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the autowire mode as specified in the bean definition.
- getAutowireMode() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- getAutowireMode() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
-
- getAutowireMode(String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- getBadSqlGrammarCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getBaseLogMessage() - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- getBasenameSet() - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Return this MessageSource
's basename set, containing entries
in the order of registration.
- getBaseUrl() - Method in class org.springframework.web.util.AbstractUriTemplateHandler
-
Return the configured base URL.
- getBaseUrlToUse(UriComponentsBuilder) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
- getBatchSize() - Method in interface org.springframework.jdbc.core.BatchPreparedStatementSetter
-
Return the size of the batch.
- getBatchSize() - Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
-
This implementation returns Integer.MAX_VALUE
.
- getBcc() - Method in class org.springframework.mail.SimpleMailMessage
-
- getBean(String) - Method in interface org.springframework.beans.factory.BeanFactory
-
Return an instance, which may be shared or independent, of the specified bean.
- getBean(String, Class<T>) - Method in interface org.springframework.beans.factory.BeanFactory
-
Return an instance, which may be shared or independent, of the specified bean.
- getBean(Class<T>) - Method in interface org.springframework.beans.factory.BeanFactory
-
Return the bean instance that uniquely matches the given object type, if any.
- getBean(String, Object...) - Method in interface org.springframework.beans.factory.BeanFactory
-
Return an instance, which may be shared or independent, of the specified bean.
- getBean(Class<T>, Object...) - Method in interface org.springframework.beans.factory.BeanFactory
-
Return an instance, which may be shared or independent, of the specified bean.
- getBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getBean(String, Class<T>) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getBean(String, Object...) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getBean(String, Class<T>, Object...) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Return an instance, which may be shared or independent, of the specified bean.
- getBean(Class<T>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBean(Class<T>, Object...) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBean(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBean(String, Class<T>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBean(Class<T>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBean(String, Object...) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBean(Class<T>, Object...) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBean(String, Class<T>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Return a bean with the specified name and type.
- getBean(Class<T>) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
-
Locate or create an instance of the specified cache strategy type
.
- getBean(Class<T>) - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
- getBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBean(String, Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBean(Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBean(String, Object...) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBean(Class<T>, Object...) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBean() - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
- getBean(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean(String, Class<T>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean(Class<T>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean(String, Object...) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean(Class<T>, Object...) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean() - Method in class org.springframework.messaging.handler.HandlerMethod
-
Return the bean for this handler method.
- getBean(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getBean(String, Class<T>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getBean(Class<T>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getBean(String, Object...) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getBean(Class<T>, Object...) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getBean() - Method in class org.springframework.web.method.HandlerMethod
-
Return the bean for this handler method.
- getBeanClass() - Method in exception org.springframework.beans.BeanInstantiationException
-
Return the offending bean class (never null
).
- getBeanClass() - Method in class org.springframework.beans.CachedIntrospectionResults
-
- getBeanClass() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the class of the wrapped bean, if already resolved.
- getBeanClass(Element) - Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
-
Determine the bean class corresponding to the supplied Element
.
- getBeanClass(Element) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.ConstantBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.ListBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.MapBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.PropertiesBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.PropertyPathBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.SetBeanDefinitionParser
-
- getBeanClass() - Method in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
-
- getBeanClass() - Method in exception org.springframework.beans.InvalidPropertyException
-
Return the offending bean class.
- getBeanClass(Element) - Method in class org.springframework.cache.config.CacheAdviceParser
-
- getBeanClass(Element) - Method in class org.springframework.context.config.PropertyOverrideBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.springframework.context.config.PropertyPlaceholderBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.springframework.ejb.config.JndiLookupBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
-
- getBeanClassLoader() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return this factory's class loader for loading bean classes.
- getBeanClassLoader() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- getBeanClassLoader() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getBeanClassLoader() - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
-
Return the class loader to use for bean classes.
- getBeanClassLoader() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
- getBeanClassLoader() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getBeanClassLoader() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
-
Return the ClassLoader that the application's beans are loaded with.
- getBeanClassLoader() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Return the bean ClassLoader that this executor is supposed to use.
- getBeanClassLoader() - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
- getBeanClassLoader() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the bean ClassLoader to use for this interceptor.
- getBeanClassLoader() - Method in class org.springframework.remoting.support.RemotingSupport
-
Return the ClassLoader that this accessor operates in,
to be used for deserializing and for generating proxies.
- getBeanClassName() - Method in exception org.springframework.beans.factory.CannotLoadBeanClassException
-
Return the name of the class we were trying to load.
- getBeanClassName() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return the current bean class name of this bean definition.
- getBeanClassName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the current bean class name of this bean definition.
- getBeanClassName(Element) - Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
-
Determine the bean class name corresponding to the supplied Element
.
- getBeanClassName(Element) - Method in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.ejb.config.LocalStatelessSessionBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.ejb.config.RemoteStatelessSessionBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.oxm.config.CastorMarshallerBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.oxm.config.Jaxb2MarshallerBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.oxm.config.JibxMarshallerBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.oxm.config.XmlBeansMarshallerBeanDefinitionParser
-
Deprecated.
- getBeanClassName(Element) - Method in class org.springframework.scheduling.config.ExecutorBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.scheduling.config.SchedulerBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.web.servlet.config.FreeMarkerConfigurerBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.web.servlet.config.GroovyMarkupConfigurerBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.web.servlet.config.TilesConfigurerBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.web.servlet.config.VelocityConfigurerBeanDefinitionParser
-
- getBeanDefinition() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
-
Return the wrapped BeanDefinition.
- getBeanDefinition(String) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
-
Return the registered BeanDefinition for the specified bean, allowing access
to its property values and constructor argument value (which can be
modified during bean factory post-processing).
- getBeanDefinition() - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
-
- getBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Return the bean definition for the given bean name.
- getBeanDefinition() - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Validate and return the created BeanDefinition object.
- getBeanDefinition(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
-
Return the BeanDefinition for the given bean name.
- getBeanDefinition() - Method in class org.springframework.beans.factory.support.BeanDefinitionResource
-
Return the wrapped BeanDefinition object.
- getBeanDefinition() - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibIdentitySupport
-
- getBeanDefinition(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanDefinition(String) - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
-
- getBeanDefinition(String) - Method in class org.springframework.context.support.GenericApplicationContext
-
- getBeanDefinitionCount() - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Return the number of beans defined in the factory.
- getBeanDefinitionCount() - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
-
Return the number of beans defined in the registry.
- getBeanDefinitionCount() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanDefinitionCount() - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
-
- getBeanDefinitionCount() - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanDefinitionCount() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanDefinitionCount() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getBeanDefinitionDefaults() - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Return the default settings for bean definitions as indicated within
the attributes of the top-level <beans/>
element.
- getBeanDefinitionDefaults() - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Return the defaults to use for detected beans (never null
).
- getBeanDefinitionHolder() - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
-
- getBeanDefinitionNames() - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Return the names of all beans defined in this factory.
- getBeanDefinitionNames() - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
-
Return the names of all beans defined in this registry.
- getBeanDefinitionNames() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanDefinitionNames() - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
-
- getBeanDefinitionNames() - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanDefinitionNames() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanDefinitionNames() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getBeanDefinitions() - Method in class org.springframework.aop.config.AdvisorComponentDefinition
-
- getBeanDefinitions() - Method in class org.springframework.aop.config.AspectComponentDefinition
-
- getBeanDefinitions() - Method in class org.springframework.aop.config.PointcutComponentDefinition
-
- getBeanDefinitions() - Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
-
Returns an empty array.
- getBeanDefinitions() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
-
- getBeanDefinitions() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
-
Return the
BeanDefinitions
that were registered
to form this
ComponentDefinition
.
- getBeanDescriptor() - Method in class org.springframework.beans.ExtendedBeanInfo
-
- getBeanExpressionResolver() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return the resolution strategy for expressions in bean definition values.
- getBeanExpressionResolver() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getBeanFactory() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
- getBeanFactory() - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
-
Return the BeanFactory that this TargetSourceCreators runs in.
- getBeanFactory() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
-
Return the owning BeanFactory.
- getBeanFactory(ELContext) - Method in class org.springframework.beans.factory.access.el.SimpleSpringBeanELResolver
-
- getBeanFactory(ELContext) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
-
Retrieve the Spring BeanFactory to delegate bean name resolution to.
- getBeanFactory() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
Return the BeanFactory that this bean runs in.
- getBeanFactory() - Method in class org.springframework.beans.factory.config.BeanExpressionContext
-
- getBeanFactory() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- getBeanFactory() - Method in class org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver
-
- getBeanFactory() - Method in interface org.springframework.context.annotation.ConditionContext
-
- getBeanFactory() - Method in class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
-
- getBeanFactory(Object) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
-
- getBeanFactory() - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Return the internal bean factory of this application context.
- getBeanFactory() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
- getBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Subclasses must return their internal bean factory here.
- getBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
-
- getBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
-
Return the single internal BeanFactory held by this context
(as ConfigurableListableBeanFactory).
- getBeanFactory(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
-
Determine the BeanFactory for autowiring the given target bean.
- getBeanFactory() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Return the BeanFactory to use for retrieving PlatformTransactionManager beans.
- getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
-
Retrieve the Spring BeanFactory to delegate bean name resolution to.
- getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
-
Retrieve the Spring BeanFactory to delegate bean name resolution to.
- getBeanFactory(ELContext) - Method in class org.springframework.web.jsf.el.SpringBeanFacesELResolver
-
- getBeanFactory() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Return the owning factory of this bean instance, or null
if none.
- getBeanFactoryLocator(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
-
Determine the BeanFactoryLocator to obtain the BeanFactoryReference from.
- getBeanFactoryLocatorKey(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
-
Determine the BeanFactoryLocator key to use.
- getBeanFactoryPostProcessors() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the list of BeanFactoryPostProcessors that will get applied
to the internal BeanFactory.
- getBeanFactoryReference(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
-
Determine the BeanFactoryReference for the given target bean.
- getBeanInfo(Class<?>) - Method in interface org.springframework.beans.BeanInfoFactory
-
Return the bean info for the given class, if supported.
- getBeanInfo() - Method in class org.springframework.beans.CachedIntrospectionResults
-
- getBeanInfo(Class<?>) - Method in class org.springframework.beans.ExtendedBeanInfoFactory
-
- getBeanInstance() - Method in class org.springframework.beans.factory.config.NamedBeanHolder
-
Return the corresponding bean instance (can be null
).
- getBeanMethods() - Method in class org.springframework.context.annotation.ConfigurationClass
-
- getBeanName() - Method in class org.springframework.aop.framework.ProxyFactoryBean.PrototypePlaceholderAdvisor
-
- getBeanName() - Method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors.ExposeBeanNameIntroduction
-
- getBeanName() - Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
-
Find the bean name for the current invocation.
- getBeanName(MethodInvocation) - Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
-
Find the bean name for the given invocation.
- getBeanName() - Method in exception org.springframework.beans.factory.BeanCreationException
-
Return the name of the bean requested, if any.
- getBeanName() - Method in exception org.springframework.beans.factory.BeanDefinitionStoreException
-
Return the name of the bean requested, if any.
- getBeanName() - Method in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
-
Return the name of the instance that was of the wrong type.
- getBeanName() - Method in exception org.springframework.beans.factory.CannotLoadBeanClassException
-
Return the name of the bean requested.
- getBeanName() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
-
Return the primary name of the bean, as specified for the bean definition.
- getBeanName() - Method in interface org.springframework.beans.factory.config.BeanReference
-
Return the target bean name that this reference points to (never null
).
- getBeanName() - Method in class org.springframework.beans.factory.config.NamedBeanHolder
-
Return the name of the bean (never null
).
- getBeanName() - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
-
- getBeanName() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
-
- getBeanName() - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
-
- getBeanName() - Method in interface org.springframework.beans.factory.NamedBean
-
Return the name of this bean in a Spring bean factory, if known.
- getBeanName() - Method in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
-
Return the name of the missing bean, if it was a lookup by name that failed.
- getBeanName() - Method in class org.springframework.beans.factory.parsing.AliasDefinition
-
Return the canonical name of the bean.
- getBeanName() - Method in class org.springframework.beans.factory.support.LookupOverride
-
Return the name of the bean that should be returned by this method.
- getBeanName() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
-
Return the specific bean name that this BeanWiringInfo points to, if any.
- getBeanName() - Method in class org.springframework.context.annotation.ConfigurationClass
-
- getBeanName() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Return the bean name that this listener container has been assigned
in its containing bean factory, if any.
- getBeanName() - Method in class org.springframework.messaging.support.AbstractMessageChannel
-
Return the bean name for this message channel.
- getBeanName() - Method in class org.springframework.web.servlet.view.AbstractView
-
Return the view's name.
- getBeanNameByType(WebApplicationContext, Class<?>) - Method in class org.springframework.web.socket.server.standard.SpringConfigurator
-
- getBeanNameGenerator() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- getBeanNameGenerator() - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
-
Return the BeanNameGenerator to use for anonymous beans
(without explicit bean name specified).
- getBeanNameGenerator() - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
- getBeanNamesForAnnotation(Class<? extends Annotation>) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Find all names of beans whose Class
has the supplied Annotation
type, without creating any bean instances yet.
- getBeanNamesForAnnotation(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanNamesForAnnotation(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanNamesForAnnotation(Class<? extends Annotation>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanNamesForAnnotation(Class<? extends Annotation>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getBeanNamesForType(ResolvableType) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Return the names of beans matching the given type (including subclasses),
judging from either bean definitions or the value of getObjectType
in the case of FactoryBeans.
- getBeanNamesForType(Class<?>) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Return the names of beans matching the given type (including subclasses),
judging from either bean definitions or the value of getObjectType
in the case of FactoryBeans.
- getBeanNamesForType(Class<?>, boolean, boolean) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Return the names of beans matching the given type (including subclasses),
judging from either bean definitions or the value of getObjectType
in the case of FactoryBeans.
- getBeanNamesForType(ResolvableType) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanNamesForType(Class<?>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanNamesForType(ResolvableType) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanNamesForType(Class<?>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanNamesForType(ResolvableType) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanNamesForType(Class<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanNamesForType(ResolvableType) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getBeanNamesForType(Class<?>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getBeanNamesFound() - Method in exception org.springframework.beans.factory.NoUniqueBeanDefinitionException
-
Return the names of all beans found when only one matching bean was expected.
- getBeanNamesIterator() - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
-
Return a unified view over all bean names managed by this factory.
- getBeanNamesIterator() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanPostProcessorCount() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return the current number of registered BeanPostProcessors, if any.
- getBeanPostProcessorCount() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getBeanPostProcessors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Return the list of BeanPostProcessors that will get applied
to beans created with this factory.
- getBeanReferences() - Method in class org.springframework.aop.config.AdvisorComponentDefinition
-
- getBeanReferences() - Method in class org.springframework.aop.config.AspectComponentDefinition
-
- getBeanReferences() - Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
-
Returns an empty array.
- getBeanReferences() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
-
- getBeanReferences() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
-
Return the set of
BeanReferences
that are considered
to be important to this
ComponentDefinition
.
- getBeanResolver() - Method in interface org.springframework.expression.EvaluationContext
-
Return a bean resolver that can look up beans by name.
- getBeanResolver() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- getBeansOfType(Class<T>) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Return the bean instances that match the given object type (including
subclasses), judging from either bean definitions or the value of
getObjectType
in the case of FactoryBeans.
- getBeansOfType(Class<T>, boolean, boolean) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Return the bean instances that match the given object type (including
subclasses), judging from either bean definitions or the value of
getObjectType
in the case of FactoryBeans.
- getBeansOfType(Class<T>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeansOfType(Class<T>, boolean, boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeansOfType(Class<T>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeansOfType(Class<T>, boolean, boolean) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeansOfType(Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeansOfType(Class<T>, boolean, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeansOfType(Class<T>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getBeansOfType(Class<T>, boolean, boolean) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getBeansWithAnnotation(Class<? extends Annotation>) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Find all beans whose Class
has the supplied Annotation
type,
returning a Map of bean names with corresponding bean instances.
- getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getBeanType() - Method in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
-
Return the required type of the missing bean, if it was a lookup by type
that failed.
- getBeanType() - Method in class org.springframework.messaging.handler.HandlerMethod
-
This method returns the type of the handler for this handler method.
- getBeanType() - Method in interface org.springframework.messaging.handler.MessagingAdviceBean
-
Return the type of the contained advice bean.
- getBeanType() - Method in class org.springframework.web.method.ControllerAdviceBean
-
Return the type of the contained bean.
- getBeanType() - Method in class org.springframework.web.method.HandlerMethod
-
This method returns the type of the handler for this handler method.
- getBeanType() - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.ConcurrentResultHandlerMethod
-
Bridge to actual controller type-level annotations.
- getBeanType() - Method in class org.springframework.web.socket.messaging.WebSocketAnnotationMethodMessageHandler.MessagingControllerAdviceBean
-
- getBeanTypeConverter() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
Obtain a bean type converter from the BeanFactory that this bean
runs in.
- getBeforeMessage(HttpServletRequest) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Get the message to write to the log before the request.
- getBestMatchingMethod(Map<Class<? extends Throwable>, Method>, Exception) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
- getBestMatchingMethod(Map<Class<? extends Throwable>, Method>, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Deprecated.
- getBestView(List<View>, List<MediaType>, RequestAttributes) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- getBigDecimal(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getBigDecimal(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getBigDecimal(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a BigDecimal object.
- getBigDecimal(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a BigDecimal object.
- getBinaryMessageSizeLimit() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getBinaryMessageSizeLimit() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getBinaryMessageSizeLimit() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- getBinaryMessageSizeLimit() - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
-
- getBinaryMessageSizeLimit() - Method in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
-
- getBinaryMessageSizeLimit() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getBinaryMessageSizeLimit() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getBinaryMessageSizeLimit() - Method in interface org.springframework.web.socket.WebSocketSession
-
Get the configured maximum size for an incoming binary message.
- getBinaryStream() - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
-
- getBinaryStream(long, long) - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
-
- getBinding() - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
Return a specified binding for Groovy variables, if any.
- getBindingErrorProcessor() - Method in class org.springframework.validation.DataBinder
-
Return the strategy for processing binding errors.
- getBindingErrorProcessor() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return the strategy to use for processing binding errors.
- getBindingResult() - Method in exception org.springframework.messaging.handler.annotation.support.MethodArgumentNotValidException
-
Return the BindingResult if the failure is validation-related,
or null
if none.
- getBindingResult(ModelAndView, String) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
- getBindingResult() - Method in exception org.springframework.validation.BindException
-
Return the BindingResult that this BindException wraps.
- getBindingResult(Map<?, ?>, String) - Static method in class org.springframework.validation.BindingResultUtils
-
Find the BindingResult for the given name in the given model.
- getBindingResult() - Method in class org.springframework.validation.DataBinder
-
Return the BindingResult instance created by this DataBinder.
- getBindingResult() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
-
Return the results of the failed validation.
- getBindings(Map<String, Object>) - Static method in class org.springframework.scripting.support.StandardScriptUtils
-
- getBindStatus(String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Create a BindStatus for the given bind object, using the "defaultHtmlEscape" setting.
- getBindStatus(String, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
-
Create a BindStatus for the given bind object, using the "defaultHtmlEscape" setting.
- getBindStatus() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
- getBindStatus() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
- getBindStatus() - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
- getBlobAsBinaryStream(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
-
- getBlobAsBinaryStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- getBlobAsBinaryStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as binary stream from the given ResultSet.
- getBlobAsBinaryStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as binary stream from the given ResultSet.
- getBlobAsBinaryStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
Deprecated.
- getBlobAsBytes(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
-
- getBlobAsBytes(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- getBlobAsBytes(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as bytes from the given ResultSet.
- getBlobAsBytes(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as bytes from the given ResultSet.
- getBlobAsBytes(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
Deprecated.
- getBlockCommentEndDelimiter() - Method in class org.springframework.test.context.jdbc.MergedSqlConfig
-
- getBlockCommentStartDelimiter() - Method in class org.springframework.test.context.jdbc.MergedSqlConfig
-
- getBody() - Method in class org.springframework.http.client.AbstractAsyncClientHttpRequest
-
- getBody() - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
- getBody() - Method in class org.springframework.http.client.BufferingClientHttpResponseWrapper
-
- getBody() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpResponse
-
- getBody() - Method in class org.springframework.http.client.HttpComponentsClientHttpResponse
-
- getBody() - Method in class org.springframework.http.client.Netty4ClientHttpResponse
-
- getBody() - Method in class org.springframework.http.client.OkHttp3ClientHttpResponse
-
- getBody() - Method in class org.springframework.http.client.OkHttpClientHttpResponse
-
- getBody() - Method in class org.springframework.http.client.SimpleClientHttpResponse
-
- getBody() - Method in class org.springframework.http.converter.FormHttpMessageConverter.MultipartHttpOutputMessage
-
- getBody() - Method in class org.springframework.http.converter.json.MappingJacksonInputMessage
-
- getBody() - Method in class org.springframework.http.HttpEntity
-
Returns the body of this entity.
- getBody() - Method in interface org.springframework.http.HttpInputMessage
-
Return the body of the message as an input stream.
- getBody() - Method in interface org.springframework.http.HttpOutputMessage
-
Return the body of the message as an output stream.
- getBody() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getBody() - Method in class org.springframework.http.server.ServletServerHttpResponse
-
- getBody() - Method in class org.springframework.mock.http.MockHttpInputMessage
-
- getBody() - Method in class org.springframework.mock.http.MockHttpOutputMessage
-
Return the body content.
- getBody() - Method in class org.springframework.web.client.MessageBodyClientHttpResponseWrapper
-
- getBody() - Method in class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
-
- getBody() - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver.EmptyBodyCheckingHttpInputMessage
-
- getBody() - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.StreamingServletServerHttpResponse
-
- getBodyAsBytes() - Method in class org.springframework.mock.http.MockHttpOutputMessage
-
Return body content as a byte array.
- getBodyAsString() - Method in class org.springframework.mock.http.MockHttpOutputMessage
-
Return the body content interpreted as a UTF-8 string.
- getBodyAsString(Charset) - Method in class org.springframework.mock.http.MockHttpOutputMessage
-
Return the body content as a string.
- getBodyFromServletRequestParameters(HttpServletRequest) - Static method in class org.springframework.http.server.ServletServerHttpRequest
-
Use javax.servlet.ServletRequest#getParameterMap()
to reconstruct the
body of a form 'POST' providing a predictable outcome as opposed to reading
from the body, which can fail if any other code has used the ServletRequest
to access a parameter, thus causing the input stream to be "consumed".
- getBodyInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractAsyncClientHttpRequest
-
Abstract template method that returns the body.
- getBodyInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractBufferingAsyncClientHttpRequest
-
- getBodyInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractBufferingClientHttpRequest
-
- getBodyInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
Abstract template method that returns the body.
- getBodyInternal(HttpHeaders) - Method in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest
-
- getBodyInternal(HttpHeaders) - Method in class org.springframework.http.client.Netty4ClientHttpRequest
-
- getBodyInternal(HttpHeaders) - Method in class org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest
-
- getBodyInternal(HttpHeaders) - Method in class org.springframework.http.client.SimpleStreamingClientHttpRequest
-
- getBoolean(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
Get the value stored under the specified attributeName
as a
boolean.
- getBoolean(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getBoolean(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getBoolean(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a boolean.
- getBoolean(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a boolean.
- getBooleanParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a Boolean parameter, or null
if not present.
- getBooleanParameter(ServletRequest, String, boolean) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a boolean parameter, with a fallback value.
- getBooleanParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get a Boolean parameter, or null
if not present.
- getBooleanParameter(PortletRequest, String, boolean) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get a boolean parameter, with a fallback value.
- getBooleanParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of boolean parameters, return an empty array if not found.
- getBooleanParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get an array of boolean parameters, return an empty array if not found.
- getBooleanValue(ExpressionState, SpelNodeImpl) - Method in class org.springframework.expression.spel.ast.OpAnd
-
- getBooleanValue(ExpressionState, SpelNodeImpl) - Method in class org.springframework.expression.spel.ast.OpOr
-
- getBootstrap(URI) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
- getBootstrapContext() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getBootstrapContext() - Method in interface org.springframework.test.context.TestContextBootstrapper
-
- getBootstrapExecutor() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Return the asynchronous executor for background bootstrapping, if any.
- getBoundPrefixes() - Method in class org.springframework.util.xml.SimpleNamespaceContext
-
Return all declared prefixes.
- getBounds() - Method in class org.springframework.core.ResolvableType.WildcardBounds
-
Return the underlying bounds.
- getBoundValue() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Get the bound value.
- getBridgedMethod() - Method in class org.springframework.messaging.handler.HandlerMethod
-
If the bean method is a bridge method, this method returns the bridged
(user-defined) method.
- getBridgedMethod() - Method in class org.springframework.web.method.HandlerMethod
-
If the bean method is a bridge method, this method returns the bridged
(user-defined) method.
- getBroadcastDestination() - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler.BroadcastHandler
-
- getBroadcastDestination() - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
Return the configured destination for unresolved messages.
- getBroadcastDestination() - Method in class org.springframework.messaging.simp.user.UserRegistryMessageHandler
-
Return the configured destination for broadcasting UserRegistry information.
- getBrokerChannel() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- getBrokerChannelRegistration() - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
- getBrokerMessagingTemplate() - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
Return the messaging template used to send resolved messages to the
broker channel.
- getBrokerRegistry() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
-
- getBufferPoolMethod - Static variable in class org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy.FallbackStrategy
-
- getBufferSize() - Method in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
-
Calculate the current buffer size.
- getBufferSize() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getBufferSize() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- getBufferSize() - Method in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
-
- getBufferSizeLimit() - Method in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
-
Return the configured buffer size limit.
- getBundle(String, Locale) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Obtain the resource bundle for the given basename and Locale
.
- getBundleClassLoader() - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
Return the ClassLoader to load resource bundles with.
- getBundleClassLoader() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Return the ClassLoader
to load resource bundles with.
- getBusinessInterface() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
Return the business interface of the EJB we're proxying.
- getBusinessInterface() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
Return the business interface of the EJB we're proxying.
- getByName(Map<String, HeaderValueHolder>, String) - Static method in class org.springframework.mock.web.HeaderValueHolder
-
Find a HeaderValueHolder by name, ignoring casing.
- getByte(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getByte(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getByte(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a byte.
- getByte(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a byte.
- getByteArray() - Method in class org.springframework.core.io.ByteArrayResource
-
Return the underlying byte array.
- getByteArrayOutputStream(RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Serialize the given RemoteInvocation into a ByteArrayOutputStream.
- getByteBuffer(Object) - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport.Undertow13BufferSupport
-
- getByteBuffer(Object) - Method in interface org.springframework.web.socket.sockjs.client.UndertowXhrTransport.UndertowBufferSupport
-
- getByteBuffer(Object) - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport.UndertowXnioBufferSupport
-
- getBytes(long, int) - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
-
- getBytes() - Method in class org.springframework.mock.web.MockMultipartFile
-
- getBytes() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getBytes() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return the contents of the file as an array of bytes.
- getBytes() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
-
- getCache(String) - Method in interface org.springframework.cache.CacheManager
-
Return the cache associated with the given name.
- getCache(String) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
- getCache(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
- getCache(String) - Method in class org.springframework.cache.guava.GuavaCacheManager
-
- getCache(String) - Method in class org.springframework.cache.support.AbstractCacheManager
-
- getCache(String) - Method in class org.springframework.cache.support.CompositeCacheManager
-
- getCache(String) - Method in class org.springframework.cache.support.NoOpCacheManager
-
This implementation always returns a
Cache
implementation that will not store items.
- getCache(String) - Method in class org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
-
- getCache() - Method in class org.springframework.web.servlet.resource.CachingResourceResolver
-
Return the configured Cache
.
- getCache() - Method in class org.springframework.web.servlet.resource.CachingResourceTransformer
-
Return the configured Cache
.
- getCacheability() - Method in class org.springframework.mock.web.portlet.MockResourceRequest
-
- getCacheability() - Method in class org.springframework.mock.web.portlet.MockResourceURL
-
- getCacheAnnotation() - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
-
- getCacheAnnotation() - Method in class org.springframework.cache.jcache.interceptor.DefaultCacheInvocationContext
-
- getCacheAnnotation() - Method in class org.springframework.cache.jcache.interceptor.DefaultCacheMethodDetails
-
- getCacheAwareContextLoaderDelegate() - Method in interface org.springframework.test.context.BootstrapContext
-
- getCacheAwareContextLoaderDelegate() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getCacheAwareContextLoaderDelegate() - Method in class org.springframework.test.context.support.DefaultBootstrapContext
-
- getCacheControl() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Cache-Control
header.
- getCacheControl() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- getCacheControl() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Get the
CacheControl
instance
that builds the Cache-Control HTTP response header.
- getCachedConsumer(Destination, String, Boolean, String, boolean) - Method in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
-
- getCacheDefaults(Method, Class<?>) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
-
- getCachedExecutor(EvaluationContext, Object, TypeDescriptor, List<TypeDescriptor>) - Method in class org.springframework.expression.spel.ast.MethodReference
-
- getCachedIntrospectionResults() - Method in class org.springframework.beans.BeanWrapperImpl
-
Obtain a lazily initializted CachedIntrospectionResults instance
for the wrapped object.
- getCachedObjectForFactoryBean(String) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
-
Obtain an object to expose from the given FactoryBean, if available
in cached form.
- getCachedProducer(Destination) - Method in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
-
- getCachedSessionProxy(Session, LinkedList<Session>) - Method in class org.springframework.jms.connection.CachingConnectionFactory
-
Wrap the given Session with a proxy that delegates every method call to it
but adapts close calls.
- getCacheKey(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Build a cache key for the given bean class and bean name.
- getCacheKey(Method, Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
Determine a cache key for the given method and target class.
- getCacheKey(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
-
Determine a cache key for the given method and target class.
- getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Return the cache key for the given view name and the given locale.
- getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupViewResolver
-
This resolver supports i18n, so cache keys should contain the locale.
- getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
This implementation returns just the view name,
as this ViewResolver doesn't support localized resolution.
- getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.XmlViewResolver
-
This implementation returns just the view name,
as XmlViewResolver doesn't support localized resolution.
- getCacheLevel() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Return the level of caching that this listener container is allowed to apply.
- getCacheLimit() - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
-
Return the maximum number of entries for the MetadataReader cache.
- getCacheLimit() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
-
Return the maximum number of entries for this template's SQL cache.
- getCacheLimit() - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
-
Return the maximum number of entries for the resolved destination cache.
- getCacheLimit() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Return the maximum number of entries for the view cache.
- getCacheManager() - Method in class org.springframework.cache.ehcache.EhCacheCacheManager
-
Return the backing EhCache net.sf.ehcache.CacheManager
.
- getCacheManager() - Method in class org.springframework.cache.interceptor.AbstractCacheResolver
-
- getCacheManager() - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- getCacheManager() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getCacheManager() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
Return the specified cache manager to use, if any.
- getCacheManager() - Method in class org.springframework.cache.jcache.JCacheCacheManager
-
Return the backing JCache javax.cache.CacheManager
.
- getCacheMillis() - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Return the number of milliseconds to cache loaded properties files.
- getCacheName() - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
-
- getCacheName() - Method in class org.springframework.cache.jcache.interceptor.DefaultCacheInvocationContext
-
- getCacheName() - Method in class org.springframework.cache.jcache.interceptor.DefaultCacheMethodDetails
-
- getCacheNames() - Method in interface org.springframework.cache.CacheManager
-
Return a collection of the cache names known by this manager.
- getCacheNames() - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
- getCacheNames() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
- getCacheNames() - Method in class org.springframework.cache.guava.GuavaCacheManager
-
- getCacheNames(CacheOperationInvocationContext<?>) - Method in class org.springframework.cache.interceptor.AbstractCacheResolver
-
Provide the name of the cache(s) to resolve against the current cache manager.
- getCacheNames() - Method in interface org.springframework.cache.interceptor.BasicOperation
-
Return the cache name(s) associated with the operation.
- getCacheNames() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getCacheNames() - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- getCacheNames() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getCacheNames(CacheOperationInvocationContext<?>) - Method in class org.springframework.cache.interceptor.NamedCacheResolver
-
- getCacheNames(CacheOperationInvocationContext<?>) - Method in class org.springframework.cache.interceptor.SimpleCacheResolver
-
- getCacheNames() - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
-
- getCacheNames(CacheOperationInvocationContext<?>) - Method in class org.springframework.cache.jcache.interceptor.SimpleExceptionCacheResolver
-
- getCacheNames() - Method in class org.springframework.cache.support.AbstractCacheManager
-
- getCacheNames() - Method in class org.springframework.cache.support.CompositeCacheManager
-
- getCacheNames() - Method in class org.springframework.cache.support.NoOpCacheManager
-
This implementation returns the name of the caches previously requested.
- getCacheNames() - Method in class org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
-
- getCacheOperation(Method, Class<?>) - Method in class org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
-
- getCacheOperation(Method, Class<?>) - Method in interface org.springframework.cache.jcache.interceptor.JCacheOperationSource
-
Return the cache operations for this method, or null
if the method contains no JSR-107 related metadata.
- getCacheOperationMetadata(CacheOperation, Method, Class<?>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
- getCacheOperations(CacheAnnotationParser) - Method in interface org.springframework.cache.annotation.AnnotationCacheOperationSource.CacheOperationProvider
-
Return the
CacheOperation
instance(s) provided by the specified parser.
- getCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
Determine the caching attribute for this method invocation.
- getCacheOperations(Method, Class<?>) - Method in interface org.springframework.cache.interceptor.CacheOperationSource
-
Return the collection of cache operations for this method, or null
if the method contains no cacheable annotations.
- getCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.CompositeCacheOperationSource
-
- getCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
-
- getCacheOperationSource() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Return the CacheOperationSource for this cache aspect.
- getCacheOperationSource() - Method in class org.springframework.cache.interceptor.CacheOperationSourcePointcut
-
- getCacheOperationSource() - Method in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
-
Return the CacheOperationSource for this cache aspect.
- getCacheOperationSource() - Method in class org.springframework.cache.jcache.interceptor.JCacheOperationSourcePointcut
-
- getCacheOperationSources() - Method in class org.springframework.cache.interceptor.CompositeCacheOperationSource
-
Return the CacheOperationSource
instances that this
CompositeCacheOperationSource
combines.
- getCacheResolver() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Return the default
CacheResolver
that this cache aspect delegates to.
- getCacheResolver() - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- getCacheResolver() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getCacheResolver() - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
-
- getCacheResolver(CacheResolverFactory, <any>) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
-
- getCacheResolver() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
Return the specified cache resolver to use, if any.
- getCacheResolver() - Method in interface org.springframework.cache.jcache.interceptor.JCacheOperation
-
Return the
CacheResolver
instance to use to resolve the cache
to use for this operation.
- getCaches() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getCaches(CacheOperationInvocationContext<CacheOperation>, CacheResolver) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
- getCaches() - Method in class org.springframework.cache.interceptor.CacheExpressionRootObject
-
- getCacheSeconds() - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
-
Return the number of seconds that content is cached.
- getCacheSeconds() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Return the number of seconds that content is cached.
- getCacheSize() - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
-
Return the number of buffered keys.
- getCallable() - Method in class org.springframework.web.context.request.async.WebAsyncTask
-
Return the Callable
to use for concurrent handling (never null
).
- getCallableInterceptor(Object) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- getCallableInterceptors() - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
- getCallableInterceptors(Element, Object, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
-
- getCallableStatementFactory() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
- getCallbackParam(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
-
- getCallbacks(Class<?>) - Method in class org.springframework.aop.framework.CglibAopProxy
-
- getCallbackTypes() - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.ConditionalCallbackFilter
-
- getCallParameterMetaData() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Get the call parameter metadata that is currently used.
- getCallParameterMetaData() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- getCallParameters() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Get the List of SqlParameter objects to be used in call execution.
- getCallParameters() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Get a List of all the call parameters to be used for call.
- getCallString() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Get the call string that should be used based on parameters and meta data.
- getCallString() - Method in class org.springframework.jdbc.object.SqlCall
-
Get the call string.
- getCandidateMethods(Class<?>, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.ConstructorResolver
-
- getCandidateViews(String, Locale, List<MediaType>) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- getCannotAcquireLockCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getCannotSerializeTransactionCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getCatalog() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Return the database catalog to be applied to each Connection, if any.
- getCatalogName() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Get the name of the catalog.
- getCatalogName() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
-
- getCatalogName() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Get the name of the catalog for this context.
- getCatalogName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Get the catalog name used.
- getCatalogName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Get the name of the catalog for this insert.
- getCatalogName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getCatalogName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the catalog name of the table that served as the source for the
specified column.
- getCategory() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
The category of this metric (ex.
- getCause() - Method in exception org.springframework.expression.spel.InternalParseException
-
- getCc() - Method in class org.springframework.mail.SimpleMailMessage
-
- getCciTemplate() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
-
Return the CciTemplate for this DAO,
pre-initialized with the ConnectionFactory or set explicitly.
- getCciTemplate(ConnectionSpec) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
-
Obtain a CciTemplate derived from the main template instance,
inheriting the ConnectionFactory and other settings but
overriding the ConnectionSpec used for obtaining Connections.
- getCciTemplate() - Method in class org.springframework.jca.cci.object.EisOperation
-
Return the CciTemplate used by this operation.
- getCell(HSSFSheet, int, int) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
-
Deprecated.
Convenient method to obtain the cell in the given sheet, row and column.
- getCharacterEncoding() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getCharacterEncoding() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getCharacterEncoding() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
-
- getCharacterEncoding() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- getCharacterEncoding() - Method in class org.springframework.orm.hibernate3.support.BlobStringType
-
Deprecated.
Determine the character encoding to apply to the BLOB's bytes
to turn them into a String.
- getCharacterEncoding() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
- getCharacterEncodingScheme() - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getCharacterOffset() - Method in class org.springframework.util.xml.StaxEventHandler.LocatorLocationAdapter
-
- getCharacterStream() - Method in class org.springframework.jdbc.support.lob.PassThroughClob
-
- getCharacterStream(long, long) - Method in class org.springframework.jdbc.support.lob.PassThroughClob
-
- getCharset() - Method in class org.springframework.core.io.support.EncodedResource
-
Return the
Charset
to use for reading from the
resource,
or
null
if none specified.
- getCharset(HttpHeaders) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- getCharset() - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
-
- getCharset() - Method in class org.springframework.util.MimeType
-
Return the character set, as indicated by a charset
parameter, if any.
- getCharSet() - Method in class org.springframework.util.MimeType
-
- getCharset(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
Determine the charset of the response (for inclusion in a status exception).
- getCharset() - Method in interface org.springframework.web.servlet.view.script.ScriptTemplateConfig
-
Return the charset used to read script and template files.
- getCharset() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- getCharsetMethod - Static variable in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
-
- getChild(Object, String) - Static method in class org.springframework.core.io.VfsUtils
-
- getChild(int) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- getChild(int) - Method in interface org.springframework.expression.spel.SpelNode
-
Helper method that returns a SpelNode rather than an Antlr Tree node.
- getChildCount() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- getChildCount() - Method in interface org.springframework.expression.spel.SpelNode
-
- getChildElementByTagName(Element, String) - Static method in class org.springframework.util.xml.DomUtils
-
Utility method that returns the first child element identified by its name.
- getChildElements(Element) - Static method in class org.springframework.util.xml.DomUtils
-
Retrieves all child elements of the given DOM element
- getChildElementsByTagName(Element, String...) - Static method in class org.springframework.util.xml.DomUtils
-
Retrieves all child elements of the given DOM element that match any of the given element names.
- getChildElementsByTagName(Element, String) - Static method in class org.springframework.util.xml.DomUtils
-
Retrieves all child elements of the given DOM element that match the given element name.
- getChildElementValueByTagName(Element, String) - Static method in class org.springframework.util.xml.DomUtils
-
Utility method that returns the first child element value identified by its name.
- getChronology() - Method in class org.springframework.format.datetime.joda.JodaTimeContext
-
Return the user's chronology (calendar system), if any.
- getChronology() - Method in class org.springframework.format.datetime.standard.DateTimeContext
-
Return the user's chronology (calendar system), if any.
- getClass(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
Get the value stored under the specified attributeName
as a
class.
- getClassArray(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
Get the value stored under the specified attributeName
as an
array of classes.
- getClasses() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- getClasses() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged annotated classes for the
test class.
- getClassesToBeBound() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Return the list of Java classes to be recognized by a newly created JAXBContext.
- getClassFileName(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Determine the name of the class file, relative to the containing
package: e.g.
- getClassFilter() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- getClassFilter() - Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
-
- getClassFilter() - Method in interface org.springframework.aop.IntroductionAdvisor
-
Return the filter determining which target classes this introduction
should apply to.
- getClassFilter() - Method in interface org.springframework.aop.Pointcut
-
Return the ClassFilter for this pointcut.
- getClassFilter() - Method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
-
- getClassFilter() - Method in class org.springframework.aop.support.ComposablePointcut
-
- getClassFilter() - Method in class org.springframework.aop.support.ControlFlowPointcut
-
- getClassFilter() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- getClassFilter() - Method in class org.springframework.aop.support.DynamicMethodMatcherPointcut
-
- getClassFilter() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
-
- getClassFilter() - Method in class org.springframework.aop.TruePointcut
-
- getClassFinderMethod - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
-
- getClassForDescriptor(Object) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return the class to be used for the JMX descriptor field "class".
- getClassForLogging(Object) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Determine the class to use for logging purposes.
- getClassForValue(Object) - Static method in class org.springframework.core.Conventions
-
Determines the class to use for naming a variable that contains
the given value.
- getClassHierarchy(Class<?>) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
-
Returns an ordered class hierarchy for the given type.
- getClassLoader() - Method in class org.springframework.asm.ClassWriter
-
- getClassLoader() - Method in interface org.springframework.context.annotation.ConditionContext
-
Return the ClassLoader
that should be used to load additional
classes or null
if the default classloader should be used.
- getClassLoader() - Method in class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
-
- getClassLoader() - Method in class org.springframework.context.support.GenericApplicationContext
-
- getClassLoader() - Method in class org.springframework.core.io.ClassPathResource
-
Return the ClassLoader that this resource will be obtained from.
- getClassLoader() - Method in class org.springframework.core.io.DefaultResourceLoader
-
Return the ClassLoader to load class path resources with.
- getClassLoader() - Method in interface org.springframework.core.io.ResourceLoader
-
Expose the ClassLoader used by this ResourceLoader.
- getClassLoader() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
- getClassLoader() - Method in class org.springframework.expression.spel.standard.SpelCompiler.ExpressionClassWriter
-
- getClassLoader() - Method in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
-
- getClassLoader() - Method in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
-
- getClassLoader() - Method in class org.springframework.mock.web.MockServletContext
-
- getClassLoader() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
This implementation returns the default ClassLoader.
- getClassLoader() - Method in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
-
This implementation returns the LoadTimeWeaver's instrumentable ClassLoader,
if specified.
- getClassLoader() - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
-
- getClassLoader() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getClassMetadata() - Method in interface org.springframework.core.type.classreading.MetadataReader
-
Read basic class metadata for the underlying class.
- getClassMetadata() - Method in class org.springframework.core.type.classreading.SimpleMetadataReader
-
- getClassName() - Method in class org.springframework.asm.ClassReader
-
- getClassName() - Method in class org.springframework.asm.Type
-
Returns the binary name of the class corresponding to this type.
- getClassName() - Method in class org.springframework.core.Constants
-
Return the name of the analyzed class.
- getClassName() - Method in interface org.springframework.core.type.ClassMetadata
-
Return the name of the underlying class.
- getClassName() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- getClassName() - Method in class org.springframework.core.type.StandardClassMetadata
-
- getClassName() - Method in class org.springframework.expression.spel.CodeFlow
-
- getClassname() - Method in class org.springframework.expression.spel.CodeFlow
-
Deprecated.
- getClassName(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the class name of the MBean resource.
- getClassPathBeanDefinitionScanner(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
- getClassToExpose(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Return the class or interface to expose for the given bean.
- getClassToExpose(Class<?>) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Return the class or interface to expose for the given bean class.
- getClassToExpose(Object) - Static method in class org.springframework.jmx.support.JmxUtils
-
Return the class or interface to expose for the given bean.
- getClassToExpose(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
-
Return the class or interface to expose for the given bean class.
- getCleanedUrl(URL, String) - Method in class org.springframework.core.io.UrlResource
-
Determine a cleaned URL for the given original URL.
- getClientAddress() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
Return the IP address that the request came from.
- getClientId() - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Return a JMS client ID for the single Connection created and exposed
by this ConnectionFactory, if any.
- getClientId() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Return the JMS client ID for the shared Connection created and used
by this container, if any.
- getClientId() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- getClientInboundChannel() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- getClientInboundChannel() - Method in class org.springframework.messaging.simp.config.AbstractBrokerRegistration
-
- getClientInboundChannelRegistration() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
-
- getClientInboundExecutorStatsInfo() - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
Get stats about the executor processing incoming messages from WebSocket clients.
- getClientLogin() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Return the configured login to use for connections to the STOMP broker
on behalf of connected clients.
- getClientOutboundChannel() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- getClientOutboundChannel() - Method in class org.springframework.messaging.simp.config.AbstractBrokerRegistration
-
- getClientOutboundChannelRegistration() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
-
- getClientOutboundExecutorStatsInfo() - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
Get stats about the executor processing outgoing messages to WebSocket clients.
- getClientPasscode() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Return the configured passcode to use for connections to the STOMP broker on
behalf of connected clients.
- getClobAsAsciiStream(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
-
- getClobAsAsciiStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- getClobAsAsciiStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as ASCII stream from the given ResultSet.
- getClobAsAsciiStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as ASCII stream from the given ResultSet.
- getClobAsAsciiStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
Deprecated.
- getClobAsCharacterStream(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
-
- getClobAsCharacterStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- getClobAsCharacterStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as character stream from the given ResultSet.
- getClobAsCharacterStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as character stream from the given ResultSet.
- getClobAsCharacterStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
Deprecated.
- getClobAsString(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
-
- getClobAsString(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- getClobAsString(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as String from the given ResultSet.
- getClobAsString(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
Retrieve the given column as String from the given ResultSet.
- getClobAsString(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
Deprecated.
- getCloseStatus() - Method in class org.springframework.web.socket.messaging.SessionDisconnectEvent
-
Return the status with which the session was closed.
- getCloseSuppressingConnectionProxy(Connection) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
-
Wrap the given Connection with a proxy that delegates every method call to it
but suppresses close calls.
- getCloseSuppressingConnectionProxy(Connection) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Wrap the given Connection with a proxy that delegates every method call to it
but suppresses close calls.
- getCloseSuppressingSessionProxy(Session) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy.TransactionAwareConnectionInvocationHandler
-
- getCode() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
Return the default code of this resolvable, that is,
the last one in the codes array.
- getCode() - Method in class org.springframework.web.socket.CloseStatus
-
Return the status code.
- getCodebaseUrl() - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
-
Return the codebase URL to download classes from if not found locally.
- getCodebaseUrl() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
Return the codebase URL to download classes from if not found locally.
- getCodes() - Method in interface org.springframework.context.MessageSourceResolvable
-
Return the codes to be used to resolve this message, in the order that
they should get tried.
- getCodes() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
- getCodes() - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter.ResolvableAttribute
-
- getCollectionFieldType(Field) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic element type of the given Collection field.
- getCollectionFieldType(Field, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic element type of the given Collection field.
- getCollectionFieldType(Field, int, Map<Integer, Integer>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
- getCollectionParameterType(MethodParameter) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic element type of the given Collection parameter.
- getCollectionParameterType(MethodParameter) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
-
- getCollectionReturnType(Method) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic element type of the given Collection return type.
- getCollectionReturnType(Method, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic element type of the given Collection return type.
- getCollectionType(int) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
-
- getCollectionType() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
- getCollectionType(Class<? extends Collection>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic element type of the given Collection class
(if it declares one through a generic superclass or generic interface).
- getCollectionTypeString(Collection<?>) - Method in class org.springframework.core.style.DefaultValueStyler
-
- getCols() - Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
Get the value of the 'cols
' attribute.
- getColumn() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.SourceLocationImpl
-
Deprecated.
- getColumnClassName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnClassName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the fully qualified class that the specified column will be mapped to.
- getColumnCount() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
-
Return the number of columns in this result set.
- getColumnCount() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnCount() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the number of columns in the RowSet.
- getColumnDisplaySize(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnDisplaySize(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the maximum width of the designated column.
- getColumnKey(String) - Method in class org.springframework.jdbc.core.ColumnMapRowMapper
-
Determine the key to use for the given column in the column Map.
- getColumnLabel(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnLabel(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the suggested column title for the column specified.
- getColumnMapRowMapper() - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Create a new RowMapper for reading columns as key-value pairs.
- getColumnName() - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
-
Return the name of the column in the sequence table.
- getColumnName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the column name for the indicated column.
- getColumnNames() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
-
Return the names of the columns.
- getColumnNames() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Get the names of the columns used.
- getColumnNames() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnNames() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Return the column names of the table that the result set represents.
- getColumnNumber() - Method in class org.springframework.util.xml.AbstractStaxXMLReader.StaxLocator
-
- getColumnNumber() - Method in class org.springframework.util.xml.StaxEventHandler.LocatorLocationAdapter
-
- getColumnType(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnType(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the SQL type code for the indicated column.
- getColumnTypeName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnTypeName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the DBMS-specific type name for the indicated column.
- getColumnTypes() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
-
Return the types of the columns as java.sql.Types constants
Valid after processRow is invoked the first time.
- getColumnValue(ResultSet, int, PropertyDescriptor) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Retrieve a JDBC object value for the specified column.
- getColumnValue(ResultSet, int) - Method in class org.springframework.jdbc.core.ColumnMapRowMapper
-
Retrieve a JDBC object value for the specified column.
- getColumnValue(ResultSet, int, Class<?>) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
-
Retrieve a JDBC object value for the specified column.
- getColumnValue(ResultSet, int) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
-
Retrieve a JDBC object value for the specified column, using the most
appropriate value type.
- getCombinedPattern(String, String, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver
-
Deprecated.
Determines the combined pattern for the given methodLevelPattern and path.
- getCommand() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
Return the STOMP command, or null
if not yet set.
- getCommand(Map<String, Object>) - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
Return the STOMP command from the given headers, or null
if not set.
- getCommandName(Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
Return the command name to use for the given command object.
- getCommandName() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
- getComment() - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- getCommentPrefix() - Method in class org.springframework.test.context.jdbc.MergedSqlConfig
-
- getCommonMessages() - Method in class org.springframework.context.support.AbstractMessageSource
-
Return a Properties object defining locale-independent common messages, if any.
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- getCommonSuperClass(String, String) - Method in class org.springframework.asm.ClassWriter
-
Returns the common super type of the two given types.
- getComparatorCount() - Method in class org.springframework.util.comparator.CompoundComparator
-
Returns the number of aggregated comparators.
- getCompiler(ClassLoader) - Static method in class org.springframework.expression.spel.standard.SpelCompiler
-
Factory method for compiler instances.
- getCompilerClassLoader() - Method in class org.springframework.expression.spel.SpelParserConfiguration
-
- getCompilerConfiguration() - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
-
Return this evaluator's compiler configuration (never null
).
- getCompilerMode() - Method in class org.springframework.expression.spel.SpelParserConfiguration
-
- getComponentType() - Method in class org.springframework.core.ResolvableType
-
Return the ResolvableType representing the component type of the array or
ResolvableType.NONE
if this type does not represent an array.
- getComposedAnnotation() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- getComposedAnnotationType() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- getConcurrency() - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
Return the concurrency for the listener, if any.
- getConcurrencyLimit() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Return the maximum number of parallel accesses allowed.
- getConcurrencyLimit() - Method in class org.springframework.util.ConcurrencyThrottleSupport
-
Return the maximum number of concurrent access attempts allowed.
- getConcurrentConsumers() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Return the "concurrentConsumer" setting.
- getConcurrentExecutor() - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
Return the Executor
that this adapter delegates to.
- getConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Provides access to the result from concurrent handling.
- getConcurrentResultContext() - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Provides access to additional processing context saved at the start of
concurrent handling.
- getCondition() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getCondition(String, ClassLoader) - Method in class org.springframework.context.annotation.ConditionEvaluator
-
- getCondition() - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
Return the condition to use.
- getCondition() - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
-
Return the held request condition, or null
if not holding one.
- getConditionClasses(AnnotatedTypeMetadata) - Method in class org.springframework.context.annotation.ConditionEvaluator
-
- getConditions() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
-
Return the underlying conditions, possibly empty but never null
.
- getConfigLocations() - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Return an array of resource locations, referring to the XML bean definition
files that this context should be built with.
- getConfigLocations() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Return the config locations for this web application context,
or null
if none specified.
- getConfigLocations() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getConfigLocations() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getConfigLocations() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- getConfigLocations() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- getConfigLocations() - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
-
Return the config locations for this web application context,
or null
if none specified.
- getConfigLocations() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- getConfigResources() - Method in class org.springframework.context.support.AbstractXmlApplicationContext
-
Return an array of Resource objects, referring to the XML bean definition
files that this context should be built with.
- getConfigResources() - Method in class org.springframework.context.support.ClassPathXmlApplicationContext
-
- getConfigTimeDataSource() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Return the DataSource for the currently configured Hibernate SessionFactory,
to be used by LocalDataSourceConnectionProvoder.
- getConfigTimeDataSource() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Return the DataSource for the currently configured Quartz Scheduler,
to be used by LocalDataSourceJobStore.
- getConfigTimeLobHandler() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Return the LobHandler for the currently configured Hibernate SessionFactory,
to be used by UserType implementations like ClobStringType.
- getConfigTimeNonTransactionalDataSource() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Return the non-transactional DataSource for the currently configured
Quartz Scheduler, to be used by LocalDataSourceJobStore.
- getConfigTimeRegionFactory() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Return the RegionFactory for the currently configured Hibernate SessionFactory,
to be used by LocalRegionFactoryProxy.
- getConfigTimeResourceLoader() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Return the ResourceLoader for the currently configured Quartz Scheduler,
to be used by ResourceLoaderClassLoadHelper.
- getConfigTimeTaskExecutor() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Return the TaskExecutor for the currently configured Quartz Scheduler,
to be used by LocalTaskExecutorThreadPool.
- getConfigTimeTransactionManager() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Return the JTA TransactionManager for the currently configured Hibernate
SessionFactory, to be used by LocalTransactionManagerLookup.
- getConfigurableWebBindingInitializer() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- getConfiguration() - Method in class org.springframework.expression.spel.ExpressionState
-
- getConfiguration() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Return the Configuration object used to build the SessionFactory.
- getConfiguration() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Return the Hibernate Configuration object used to build the SessionFactory.
- getConfiguration() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Return the Hibernate Configuration object used to build the SessionFactory.
- getConfiguration() - Method in interface org.springframework.web.servlet.view.freemarker.FreeMarkerConfig
-
Return the FreeMarker Configuration object for the current
web application context.
- getConfiguration() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
-
Return the Configuration object wrapped by this bean.
- getConfiguration() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Return the FreeMarker configuration used by this view.
- getConfigurationClass() - Method in class org.springframework.context.annotation.ConfigurationClassParser.DeferredImportSelectorHolder
-
- getConfigurationClass() - Method in class org.springframework.context.annotation.ConfigurationMethod
-
- getConfigurationClasses() - Method in class org.springframework.context.annotation.ConfigurationClassParser
-
- getConfigurationOnlyCopy() - Method in class org.springframework.aop.framework.AdvisedSupport
-
Build a configuration-only copy of this AdvisedSupport,
replacing the TargetSource
- getConfigurationPhase() - Method in interface org.springframework.context.annotation.ConfigurationCondition
-
- getConfigurationPhase() - Method in class org.springframework.web.servlet.config.annotation.BeanTypeNotPresentCondition
-
- getConfigurator() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getConfiguredUriComponentsContributor() - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
- getConfigurer(EmbeddedDatabaseType) - Static method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurerFactory
-
- getConnection() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Connection
header.
- getConnection(ConnectionFactory) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
-
Obtain a Connection from the given ConnectionFactory.
- getConnection(ConnectionFactory, ConnectionSpec) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
-
Obtain a Connection from the given ConnectionFactory.
- getConnection() - Method in class org.springframework.jca.cci.connection.ConnectionHolder
-
- getConnection() - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
-
Determine whether there is currently a thread-bound ConnectionSpec,
using it if available, falling back to the statically specified
"connectionSpec" property else.
- getConnection() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
- getConnection(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
- getConnection() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
-
- getConnection(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
-
- getConnection() - Method in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
-
Delegate to ConnectionFactoryUtils for automatically participating in Spring-managed
transactions.
- getConnection() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
-
Get a CCI Connection, either from the current transaction or a new one.
- getConnection() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
-
Get a JDBC Connection, either from the current transaction or a new one.
- getConnection() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
This implementation delegates to getConnectionFromDriver
,
using the default username and password of this DataSource.
- getConnection(String, String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
This implementation delegates to getConnectionFromDriver
,
using the given username and password.
- getConnection() - Method in interface org.springframework.jdbc.datasource.ConnectionHandle
-
Fetch the JDBC Connection that this handle refers to.
- getConnection() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
-
Return the current Connection held by this ConnectionHolder.
- getConnection(DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
-
Obtain a Connection from the given DataSource.
- getConnection() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- getConnection(String, String) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- getConnection() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
-
- getConnection(String, String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
-
- getConnection() - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
-
Return a Connection handle that lazily fetches an actual JDBC Connection
when asked for a Statement (or PreparedStatement or CallableStatement).
- getConnection(String, String) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
-
Return a Connection handle that lazily fetches an actual JDBC Connection
when asked for a Statement (or PreparedStatement or CallableStatement).
- getConnection() - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
- getConnection(String, String) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
- getConnection() - Method in class org.springframework.jdbc.datasource.SimpleConnectionHandle
-
Return the specified Connection as-is.
- getConnection() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
- getConnection(String, String) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Specifying a custom username and password doesn't make sense
with a single Connection.
- getConnection() - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
-
Delegates to DataSourceUtils for automatically participating in Spring-managed
transactions.
- getConnection() - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
Determine whether there are currently thread-bound credentials,
using them if available, falling back to the statically specified
username and password (i.e.
- getConnection(String, String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
- getConnection(JmsResourceHolder) - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
-
Fetch an appropriate Connection from the given JmsResourceHolder.
- getConnection() - Method in class org.springframework.jms.connection.JmsResourceHolder
-
- getConnection(Class<? extends Connection>) - Method in class org.springframework.jms.connection.JmsResourceHolder
-
- getConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Obtain an initialized shared Connection.
- getConnection(JmsResourceHolder) - Method in class org.springframework.jms.core.JmsTemplate
-
Fetch an appropriate Connection from the given JmsResourceHolder.
- getConnection(JmsResourceHolder) - Method in class org.springframework.jms.core.JmsTemplate.JmsTemplateResourceFactory
-
- getConnection(JmsResourceHolder) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Fetch an appropriate Connection from the given JmsResourceHolder.
- getConnection(JmsResourceHolder) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory
-
- getConnection() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
-
Deprecated.
This implementation delegates to the underlying DataSource.
- getConnection() - Method in class org.springframework.orm.jdo.DefaultJdoDialect.DataStoreConnectionHandle
-
- getConnection() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect.EclipseLinkConnectionHandle
-
- getConnection() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect.HibernateConnectionHandle
-
- getConnection() - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaConnectionHandle
-
- getConnectionCount() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Return the current count of TCP connection to the broker.
- getConnectionFactory() - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
-
Return the CCI ConnectionFactory that this instance manages local
transactions for.
- getConnectionFactory() - Method in class org.springframework.jca.cci.core.CciTemplate
-
Return the CCI ConnectionFactory used by this template.
- getConnectionFactory() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
-
Return the ConnectionFactory used by this DAO.
- getConnectionFactory() - Method in class org.springframework.jms.connection.JmsTransactionManager
-
Return the JMS ConnectionFactory that this instance should manage transactions for.
- getConnectionFactory() - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
Return the ConnectionFactory that the underlying
JmsTemplate
uses.
- getConnectionFactory() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
-
Return the JMS ConnectionFactory used by the gateway.
- getConnectionFactory() - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
-
Return the QueueConnectionFactory to use for obtaining JMS QueueConnections.
- getConnectionFactory() - Method in class org.springframework.jms.support.JmsAccessor
-
Return the ConnectionFactory that this accessor uses for obtaining
JMS Connections
.
- getConnectionFromDriver(String, String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Build properties for the Driver, including the given username and password (if any),
and obtain a corresponding Connection.
- getConnectionFromDriver(Properties) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Obtain a Connection using the given properties.
- getConnectionFromDriver(Properties) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
-
- getConnectionFromDriver(Properties) - Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
- getConnectionFromDriverManager(String, Properties) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
-
Getting a Connection using the nasty static from DriverManager is extracted
into a protected method to allow for easy unit testing.
- getConnectionHandle() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
-
Return the ConnectionHandle held by this ConnectionHolder.
- getConnectionHolder() - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager.CciLocalTransactionObject
-
- getConnectionHolder() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- getConnectionHolder() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.SuspendedResourcesHolder
-
Deprecated.
- getConnectionHolder() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.SuspendedResourcesHolder
-
- getConnectionHolder() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager.SuspendedResourcesHolder
-
- getConnectionHolder() - Method in class org.springframework.orm.jdo.JdoTransactionManager.SuspendedResourcesHolder
-
- getConnectionHolder() - Method in class org.springframework.orm.jpa.JpaTransactionManager.SuspendedResourcesHolder
-
- getConnectionHolderForSavepoint() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- getConnectionProperties() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Return the connection properties to be passed to the Driver, if any.
- getConnectionProperties() - Method in interface org.springframework.jdbc.datasource.embedded.DataSourceFactory
-
- getConnectionProperties() - Method in class org.springframework.jdbc.datasource.embedded.SimpleDriverDataSourceFactory
-
- getConnectionProviderMethod - Static variable in class org.springframework.orm.hibernate4.SessionFactoryUtils
-
Bridging between the different ConnectionProvider package location in 4.0-4.2 vs 4.3.
- getConnectionSpec() - Method in class org.springframework.jca.cci.core.CciTemplate
-
Return the CCI ConnectionSpec used by this template, if any.
- getConnectionSynchronizationOrder(DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
-
Determine the connection synchronization order to use for the given
DataSource.
- getConstantValue() - Method in class org.springframework.expression.spel.ast.InlineList
-
- getConstantValue() - Method in class org.springframework.expression.spel.ast.InlineMap
-
- getConstraintsForClass(Class<?>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
- getConstraintValidatorFactory() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- getConstructingMethod() - Method in exception org.springframework.beans.BeanInstantiationException
-
Return the delegate for bean construction purposes, if known.
- getConstructor() - Method in interface org.aopalliance.intercept.ConstructorInvocation
-
Get the constructor being called.
- getConstructor() - Method in exception org.springframework.beans.BeanInstantiationException
-
Return the offending constructor, if known.
- getConstructor() - Method in class org.springframework.core.MethodParameter
-
Return the wrapped Constructor, if any.
- getConstructor() - Method in class org.springframework.expression.spel.support.ReflectiveConstructorExecutor
-
- getConstructorArgumentValues() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return the constructor argument values for this bean.
- getConstructorArgumentValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return constructor argument values for this bean (never null
).
- getConstructorDescriptor(Constructor<?>) - Static method in class org.springframework.asm.Type
-
Returns the descriptor corresponding to the given constructor.
- getConstructorIfAvailable(Class<T>, Class<?>...) - Static method in class org.springframework.util.ClassUtils
-
Determine whether the given class has a public constructor with the given signature,
and return it if available (else return null
).
- getConstructorInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the constructor metadata for the MBean resource.
- getConstructorResolvers() - Method in interface org.springframework.expression.EvaluationContext
-
Return a list of resolvers that will be asked in turn to locate a constructor.
- getConstructorResolvers() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- getConsumableMediaTypes() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
Returns the media types for this condition excluding negated expressions.
- getConsumableMediaTypes() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.PartialMatchHelper
-
Return declared "consumable" types but only among those that also
match the "methods" condition.
- getConsumesCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Returns the "consumes" condition of this
RequestMappingInfo
;
or instance with 0 consumes expressions, never
null
.
- getContainer(HttpServletRequest) - Method in class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
-
- getContainer(HttpServletRequest) - Method in class org.springframework.web.socket.server.standard.TomcatRequestUpgradeStrategy
-
- getContainer(HttpServletRequest) - Method in class org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy
-
- getContainerRuntimeOptions() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- getContainerRuntimeOptions() - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getContainerRuntimeOptions() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- getContainerRuntimeOptions() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
-
- getContainerRuntimeOptions() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
-
- getContainingBeanDefinition() - Method in class org.springframework.beans.factory.xml.ParserContext
-
- getContainingClass() - Method in class org.springframework.core.MethodParameter
-
- getContainingClass() - Method in class org.springframework.messaging.handler.HandlerMethod.HandlerMethodParameter
-
- getContainingClass() - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
-
- getContainingComponent() - Method in class org.springframework.beans.factory.xml.ParserContext
-
- getContent() - Method in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity
-
- getContent() - Method in class org.springframework.messaging.handler.AbstractMessageCondition
-
Return the collection of objects the message condition is composed of
(e.g.
- getContent() - Method in class org.springframework.messaging.handler.DestinationPatternsMessageCondition
-
- getContent() - Method in class org.springframework.messaging.simp.SimpMessageTypeMessageCondition
-
- getContent() - Method in class org.springframework.oxm.support.MarshallingSource
-
Return the object to be marshalled.
- getContent(MvcResult) - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
-
Return the discrete items a request condition is composed of.
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
-
- getContent() - Method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
-
Return the SockJS frame content (never null
).
- getContentAsByteArray() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentAsByteArray() - Method in class org.springframework.mock.web.MockPageContext
-
- getContentAsByteArray() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- getContentAsByteArray() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
Return the cached request content as a byte array.
- getContentAsByteArray() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
Return the cached response content as a byte array.
- getContentAsString() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentAsString() - Method in class org.springframework.mock.web.MockPageContext
-
- getContentAsString() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- getContentBytes() - Method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
-
Return the SockJS frame content as a byte array.
- getContentDispositionMappings() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
-
Return the mappings of Content-Disposition
header values to
mapping keys.
- getContentEncoding() - Method in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity
-
- getContentEncoding() - Method in interface org.springframework.web.servlet.resource.EncodedResource
-
The content coding value, as defined in the IANA registry
- getContentEncoding() - Method in class org.springframework.web.servlet.resource.GzipResourceResolver.GzippedResource
-
- getContentHandler() - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
-
- getContentHandler() - Method in class org.springframework.util.xml.AbstractXMLReader
-
- getContentInputStream() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
Return an InputStream
to the cached content.
- getContentLength() - Method in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity
-
- getContentLength(T, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Returns the content length for the given type.
- getContentLength(byte[], MediaType) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
-
- getContentLength(Object, MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- getContentLength(Object, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- getContentLength(Resource, MediaType) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- getContentLength(String, MediaType) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- getContentLength(T, MediaType) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- getContentLength() - Method in class org.springframework.http.HttpHeaders
-
Return the length of the body in bytes, as specified by the
Content-Length
header.
- getContentLength() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getContentLength(Map<String, List<String>>) - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getContentLength() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Return the content-length header or -1 if unknown.
- getContentLength() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getContentLength() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentLength() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
-
- getContentLength() - Method in class org.springframework.mock.web.portlet.MockResourceResponse
-
- getContentLengthLong() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getContentLengthLong() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentNegotiationManager() - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
- getContentNegotiationManager(Element, Object, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
-
- getContentNegotiationManager(ParserContext) - Static method in class org.springframework.web.servlet.config.MvcNamespaceUtils
-
Find the ContentNegotiationManager
bean created by or registered
with the annotation-driven
element.
- getContentNegotiationManager() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- getContentNegotiationManager() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
- getContentNegotiationManager() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Return the ContentNegotiationManager to use for the ProducesRequestCondition,
if any.
- getContentNegotiationManager() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Return the configured content negotiation manager.
- getContentNegotiationManager() - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- getContentSize() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
Return the current size of the cached content.
- getContentType() - Method in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity
-
- getContentType(HttpHeaders) - Static method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
- getContentType(HttpHeaders) - Static method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
-
- getContentType(MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
- getContentType() - Method in class org.springframework.http.HttpHeaders
-
Return the
media type of the body, as specified
by the
Content-Type
header.
- getContentType(File) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
-
Delegates to the underlying FileTypeMap.
- getContentType(String) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
-
Delegates to the underlying FileTypeMap.
- getContentType() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Return the content-type header value.
- getContentType() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- getContentType() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getContentType() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentType() - Method in class org.springframework.mock.web.MockMultipartFile
-
- getContentType() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
-
- getContentType() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- getContentType() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
-
- getContentType() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Return the content type to use for sending HTTP invoker requests.
- getContentType() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
Return the content type to use for sending remote invocation responses.
- getContentType(ClientHttpResponse) - Method in class org.springframework.web.client.HttpMessageConverterExtractor
-
- getContentType() - Method in class org.springframework.web.HttpMediaTypeNotSupportedException
-
Return the HTTP request content type method that caused the failure.
- getContentType() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getContentType() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return the content type of the file.
- getContentType() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
-
- getContentType(MediaType, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice
-
Return the content type to set the response to.
- getContentType() - Method in class org.springframework.web.servlet.view.AbstractView
-
Return the content type for this view.
- getContentType() - Method in interface org.springframework.web.servlet.View
-
Return the content type of the view, if predetermined.
- getContentType() - Method in interface org.springframework.web.servlet.view.script.ScriptTemplateConfig
-
Return the content type to use for the response.
- getContentType() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Return the content type to use for the response.
- getContentType() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return the content type for all views, if any.
- getContentType() - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
-
- getContentType() - Method in class org.springframework.web.socket.sockjs.transport.handler.EventSourceTransportHandler
-
- getContentType() - Method in class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
-
- getContentType() - Method in class org.springframework.web.socket.sockjs.transport.handler.JsonpPollingTransportHandler
-
- getContentType() - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrPollingTransportHandler
-
- getContentType() - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrStreamingTransportHandler
-
- getContentTypeCharset(MediaType) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- getContentTypeCharset(MimeType) - Method in class org.springframework.messaging.converter.StringMessageConverter
-
- getContentTypeResolver() - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
- getContext() - Method in class org.springframework.jndi.JndiTemplate
-
Obtain a JNDI context corresponding to this template's configuration.
- getContext(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getContextAttribute() - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Return the name of the ServletContext attribute which should be used to retrieve the
WebApplicationContext
from which to load the delegate
Filter
bean.
- getContextAttribute() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return the name of the ServletContext attribute which should be used to retrieve the
WebApplicationContext
that this servlet is supposed to use.
- getContextCache() - Method in class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
-
- getContextClass() - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Return the custom context class.
- getContextClass() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return the custom context class.
- getContextConfigLocation() - Method in class org.springframework.jca.context.SpringContextResourceAdapter
-
Return the specified context configuration files.
- getContextConfigLocation() - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Return the explicit context config location, if any.
- getContextConfigLocation() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return the explicit context config location, if any.
- getContextCustomizerFactories() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getContextCustomizers() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged
ContextCustomizers
that will be applied
when the application context is loaded.
- getContextCustomizers(Class<?>, List<ContextConfigurationAttributes>) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getContextId() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return the custom WebApplicationContext id, if any.
- getContextInitializerClasses() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged
ApplicationContextInitializer
classes for the
test class.
- getContextLoader() - Method in class org.springframework.test.context.MergedContextConfiguration
-
- getContextLoaderClass() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- getContextPath() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getContextPath() - Method in class org.springframework.mock.web.MockServletContext
-
- getContextPath() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getContextPath() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Return the JAXB context path.
- getContextPath() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getContextPath() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getContextPath() - Method in interface org.springframework.web.context.request.WebRequest
-
Return the context path for this request
(usually the base path that the current web application is mapped to).
- getContextPath() - Method in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderExtractingRequest
-
- getContextPath() - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getContextPath() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the context path of the original request, that is, the path that
indicates the current web application.
- getContextPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the context path for the given request, detecting an include request
URL if called within a RequestDispatcher include.
- getContextUrl(String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Return a context-aware URl for the given relative URL.
- getContextUrl(String, Map<String, ?>) - Method in class org.springframework.web.servlet.support.RequestContext
-
Return a context-aware URl for the given relative URL with placeholders (named keys with braces {}
).
- getControllerMethod - Static variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.ControllerMethodInvocationInterceptor
-
- getControllerMethod() - Method in interface org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodInvocationInfo
-
- getControllerType - Static variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.ControllerMethodInvocationInterceptor
-
- getControllerType() - Method in interface org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodInvocationInfo
-
- getConversationId() - Method in interface org.springframework.beans.factory.config.Scope
-
Return the conversation ID for the current underlying scope, if any.
- getConversationId() - Method in class org.springframework.context.support.SimpleThreadScope
-
- getConversationId() - Method in class org.springframework.messaging.simp.SimpSessionScope
-
- getConversationId() - Method in class org.springframework.transaction.support.SimpleTransactionScope
-
- getConversationId() - Method in class org.springframework.web.context.request.RequestScope
-
There is no conversation id concept for a request, so this method
returns null
.
- getConversationId() - Method in class org.springframework.web.context.request.SessionScope
-
- getConversationId() - Method in class org.springframework.web.context.support.ServletContextScope
-
- getConversationId() - Method in class org.springframework.web.portlet.context.PortletContextScope
-
- getConversionService() - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
-
Return the associated ConversionService, if any.
- getConversionService() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return the associated ConversionService, if any.
- getConversionService() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getConversionService() - Method in class org.springframework.beans.PropertyEditorRegistrySupport
-
Return the associated ConversionService, if any.
- getConversionService() - Method in class org.springframework.core.env.AbstractEnvironment
-
- getConversionService() - Method in class org.springframework.core.env.AbstractPropertyResolver
-
- getConversionService() - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
-
- getConversionService() - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Return a
ConversionService
for binding JDBC values to bean properties,
or
null
if none.
- getConversionService() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- getConversionService() - Method in class org.springframework.validation.DataBinder
-
Return the associated ConversionService, if any.
- getConversionService() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return the ConversionService which will apply to every DataBinder.
- getConversionService(Element, Object, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
-
- getConversionService(PageContext) - Method in class org.springframework.web.servlet.tags.EvalTag
-
- getConversionService() - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
-
- getConvertedExporterParameters() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Allows subclasses to retrieve the converted exporter parameters.
- getConvertedValue() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Return the converted value of the constructor argument,
after processed type conversion.
- getConvertedValue() - Method in class org.springframework.beans.PropertyValue
-
Return the converted value of the constructor argument,
after processed type conversion.
- getConverter(Class<T>) - Method in interface org.springframework.core.convert.converter.ConverterFactory
-
Get the converter to convert from S to target type T, where T is also an instance of R.
- getConverter(Class<T>) - Method in class org.springframework.core.convert.support.CharacterToNumberFactory
-
- getConverter(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService.ConvertersForPair
-
- getConverter(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
-
Hook method to lookup the converter for a given sourceType/targetType pair.
- getConverter(Class<T>) - Method in class org.springframework.core.convert.support.IntegerToEnumConverterFactory
-
- getConverter(Class<T>) - Method in class org.springframework.core.convert.support.NumberToNumberConverterFactory
-
- getConverter(Class<T>) - Method in class org.springframework.core.convert.support.StringToEnumConverterFactory
-
- getConverter(Class<T>) - Method in class org.springframework.core.convert.support.StringToNumberConverterFactory
-
- getConverters() - Method in class org.springframework.messaging.converter.CompositeMessageConverter
-
Return the underlying list of delegate converters.
- getConverterStrings() - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
-
- getConvertibleTypes() - Method in interface org.springframework.core.convert.converter.GenericConverter
-
Return the source and target types that this converter can convert between.
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.ArrayToArrayConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.ArrayToCollectionConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.ArrayToObjectConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.ArrayToStringConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.ByteBufferConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.CollectionToArrayConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.CollectionToCollectionConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.CollectionToObjectConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.CollectionToStringConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.FallbackObjectToStringConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterAdapter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterFactoryAdapter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.GenericConversionService.NoOpConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.IdToEntityConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.MapToMapConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.ObjectToArrayConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.ObjectToCollectionConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.ObjectToObjectConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.ObjectToOptionalConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.StreamConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.StringToArrayConverter
-
- getConvertibleTypes() - Method in class org.springframework.core.convert.support.StringToCollectionConverter
-
- getConvertibleTypes() - Method in class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
-
- getConvertibleTypes() - Method in class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
-
- getConvertibleTypes() - Method in class org.springframework.format.support.FormattingConversionService.ParserConverter
-
- getConvertibleTypes() - Method in class org.springframework.format.support.FormattingConversionService.PrinterConverter
-
- getCookie(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getCookie(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- getCookie(MvcResult, String) - Static method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
- getCookie(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Retrieve the first cookie with the given name.
- getCookie(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
-
Retrieve the first cookie with the given name.
- getCookieDomain() - Method in class org.springframework.web.util.CookieGenerator
-
Return the domain for cookies created by this generator, if any.
- getCookieManager() - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
-
- getCookieMaxAge() - Method in class org.springframework.web.util.CookieGenerator
-
Return the maximum age for cookies created by this generator.
- getCookieName() - Method in class org.springframework.web.util.CookieGenerator
-
Return the given name for cookies created by this generator.
- getCookiePath() - Method in class org.springframework.web.util.CookieGenerator
-
Return the path for cookies created by this generator.
- getCookies() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getCookies() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getCookies() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getCookies() - Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- getCorePoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the ThreadPoolExecutor's core pool size.
- getCorrelationId() - Method in class org.springframework.jms.support.JmsMessageHeaderAccessor
-
- getCorsConfiguration(HttpServletRequest) - Method in interface org.springframework.web.cors.CorsConfigurationSource
-
- getCorsConfiguration(HttpServletRequest) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
- getCorsConfiguration() - Method in class org.springframework.web.servlet.config.annotation.CorsRegistration
-
- getCorsConfiguration(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping.CorsInterceptor
-
- getCorsConfiguration(Object, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Retrieve the CORS configuration for the given handler.
- getCorsConfiguration(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping.PreFlightHandler
-
- getCorsConfiguration(Object, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
- getCorsConfiguration(HandlerMethod) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
-
Return CORS configuration.
- getCorsConfiguration(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.HandlerMappingIntrospector
-
- getCorsConfiguration(HttpServletRequest) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Return the specified CORS configuration.
- getCorsConfiguration(HttpServletRequest) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
- getCorsConfiguration(HttpServletRequest) - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
-
- getCorsConfigurations() - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Get the CORS configuration.
- getCorsConfigurations() - Method in class org.springframework.web.servlet.config.annotation.CorsRegistry
-
- getCorsConfigurations() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- getCorsConfigurations() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Get the CORS configuration.
- getCorsHandlerExecutionChain(HttpServletRequest, HandlerExecutionChain, CorsConfiguration) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Update the HandlerExecutionChain for CORS-related handling.
- getCorsProcessor() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
- getCount() - Method in class org.springframework.aop.interceptor.DebugInterceptor
-
Return the number of times this interceptor has been invoked.
- getCount() - Method in class org.springframework.asm.Attribute
-
Returns the length of the attribute list that begins with this attribute.
- getCount() - Method in class org.springframework.core.io.support.ResourceRegion
-
Return the byte count of this region in the underlying
Resource
- getCount() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
-
- getCountFor(WebSocketSession) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.Stats
-
- getCreateMethod(Object) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
Check for EJB3-style home object that serves as EJB component directly.
- getCreateMethod(Object) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Determine the create method of the given EJB home object.
- getCreateMethod(Object) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
-
Check for EJB3-style home object that serves as EJB component directly.
- getCreateTime() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.WebSocketSessionHolder
-
- getCreationTime() - Method in class org.springframework.mock.web.MockHttpSession
-
- getCreationTime() - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getCronTaskList() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Get the cron tasks as an unmodifiable list of
CronTask
objects.
- getCssClass() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'class
' attribute.
- getCssErrorClass() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
The CSS class to use when the field bound to a particular tag has errors.
- getCssStyle() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'style
' attribute.
- getCurrencyTimeLimit() - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
-
Return a currency time limit for this attribute.
- getCurrentContextBuilder() - Static method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
-
Checks if a SimpleNamingContextBuilder is active.
- getCurrentIsolationLevel() - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
-
Determine the current isolation level: either the transaction's
isolation level or a statically defined isolation level.
- getCurrentlyInvokedFactoryMethod() - Static method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
-
Return the factory method currently being invoked or null
if none.
- getCurrentProxiedBeanName() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- getCurrentProxiedBeanName() - Static method in class org.springframework.aop.framework.autoproxy.ProxyCreationContext
-
Return the name of the currently proxied bean instance.
- getCurrentReadOnlyFlag() - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
-
Determine the current read-only flag: by default,
the transaction's read-only hint.
- getCurrentRequest() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
- getCurrentRequestUriVariables(HttpServletRequest) - Method in class org.springframework.web.servlet.view.RedirectView
-
- getCurrentSession() - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
-
Deprecated.
Check whether there is a Hibernate Session for the current JTA
transaction.
- getCurrentSession() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
-
- getCurrentSession() - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
-
- getCurrentStatus() - Method in class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
-
- getCurrentStatus() - Method in class org.springframework.orm.hibernate5.ConfigurableJtaPlatform
-
- getCurrentTransactionContext() - Static method in class org.springframework.test.context.transaction.TransactionContextHolder
-
- getCurrentTransactionIsolationLevel() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Return the isolation level for the current transaction, if any.
- getCurrentTransactionName() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Return the name of the current transaction, or null
if none set.
- getCurrentWebApplicationContext() - Static method in class org.springframework.web.context.ContextLoader
-
Obtain the Spring root web application context for the current thread
(i.e.
- getCustomArgumentResolvers() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Return the configured custom argument resolvers, if any.
- getCustomArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Return the custom argument resolvers, or null
.
- getCustomArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Return the custom argument resolvers, or null
.
- getCustomCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
- getCustomEditor(String, Class<?>) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
-
Get custom editor that has been registered for the given property.
- getCustomEditor(Class<?>) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
-
Get custom editor for the given type.
- getCustomEditor(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
-
Retrieve the custom PropertyEditor for the given field, if any.
- getCustomEditors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Return the map of custom editors, with Classes as keys and PropertyEditor classes as values.
- getCustomMethodCondition(Method) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Provide a custom method-level request condition.
- getCustomProperties() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Allow Map access to the custom properties to be set on the stub,
with the option to add or override specific entries.
- getCustomReturnValueHandlers() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Return the configured custom return value handlers, if any.
- getCustomReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Return the custom return value handlers, or null
.
- getCustomReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Return the custom return value handlers, or null
.
- getCustomSqlExceptionTranslator() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getCustomTargetSource(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Create a target source for bean instances.
- getCustomTranslations() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getCustomTypeCondition(Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Provide a custom type-level request condition.
- getCustomTypeConverter() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Return the custom TypeConverter to use, if any.
- getData() - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.DataWithMediaType
-
- getDataAccessResourceFailureCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDatabase() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Factory method that returns the
embedded database
instance, which is also a
DataSource
.
- getDatabase() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
Return the target database to operate on.
- getDatabasePlatform() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
Return the name of the target database to operate on.
- getDatabaseProductName() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDatabaseProductNames() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDatabaseVersion() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
Provide access to version info for subclasses.
- getDataBinderFactory(HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- getDataIntegrityViolationCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDataSource() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
-
Return the JDBC DataSource used by this DAO.
- getDataSource() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
Return the JDBC DataSource that this instance manages transactions for.
- getDataSource() - Method in interface org.springframework.jdbc.datasource.embedded.DataSourceFactory
-
- getDataSource() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Hook that gets the DataSource
that provides the connectivity to the
embedded database.
- getDataSource() - Method in class org.springframework.jdbc.datasource.embedded.SimpleDriverDataSourceFactory
-
- getDataSource(String) - Method in class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
-
- getDataSource(String) - Method in interface org.springframework.jdbc.datasource.lookup.DataSourceLookup
-
Retrieve the DataSource identified by the given name.
- getDataSource(String) - Method in class org.springframework.jdbc.datasource.lookup.JndiDataSourceLookup
-
- getDataSource(String) - Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
-
- getDataSource(String) - Method in class org.springframework.jdbc.datasource.lookup.SingleDataSourceLookup
-
- getDataSource() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
-
Return the data source to retrieve the value from.
- getDataSource() - Method in class org.springframework.jdbc.support.JdbcAccessor
-
Return the DataSource used by this template.
- getDataSource() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
-
Deprecated.
Return the DataSource to be used by the SessionFactory.
- getDataSource() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
Return the JDBC DataSource that this instance manages transactions for.
- getDataSource() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
-
Deprecated.
Return the DataSource that this ConnectionProvider wraps.
- getDataSource(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
-
Deprecated.
Determine the DataSource of the given SessionFactory.
- getDataSource() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
Return the JDBC DataSource that this instance manages transactions for.
- getDataSource(SessionFactory) - Static method in class org.springframework.orm.hibernate4.SessionFactoryUtils
-
Determine the DataSource of the given SessionFactory.
- getDataSource() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Return the JDBC DataSource that this instance manages transactions for.
- getDataSource(SessionFactory) - Static method in class org.springframework.orm.hibernate5.SessionFactoryUtils
-
Determine the DataSource of the given SessionFactory.
- getDataSource() - Method in class org.springframework.orm.jdo.JdoTransactionManager
-
Return the JDBC DataSource that this instance manages transactions for.
- getDataSource() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getDataSource() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
-
Return the JDBC DataSource that this EntityManagerFactory
obtains its JDBC Connections from.
- getDataSource() - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Return the JDBC DataSource that this instance manages transactions for.
- getDataSource() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
- getDataSource() - Method in class org.springframework.test.context.jdbc.MergedSqlConfig
-
- getDataSourceFromTransactionManager(PlatformTransactionManager) - Method in class org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
-
- getDataSourceLookup() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Return the JDBC DataSourceLookup that provides DataSources for the
persistence provider, resolving data source names in persistence.xml
against Spring-managed DataSource instances.
- getDataSources() - Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
-
Get the Map
of DataSources
maintained by this object.
- getDataSourceToUse(DataSource) - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
-
Deprecated.
Return the DataSource to use for retrieving Connections.
- getDataSourceToUse(DataSource) - Method in class org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
-
Deprecated.
Return a TransactionAwareDataSourceProxy for the given DataSource,
provided that it isn't a TransactionAwareDataSourceProxy already.
- getDate() - Method in class org.springframework.http.HttpHeaders
-
Return the date and time at which the message was created, as specified
by the Date
header.
- getDate(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDate(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDate(int, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDate(String, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDate(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a Date object.
- getDate(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a Date object.
- getDate(int, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a Date object.
- getDate(String, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a Date object.
- getDateFormat(Locale) - Method in class org.springframework.format.datetime.DateFormatter
-
- getDateHeader(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Return the long timestamp for the date header with the given name
.
- getDateHeader(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getDateTimeContext() - Static method in class org.springframework.format.datetime.standard.DateTimeContextHolder
-
Return the DateTimeContext associated with the current thread, if any.
- getDeadline() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Return the expiration deadline of this object.
- getDeadlockLoserCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDeclarationOrder() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getDeclarationOrder() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
- getDeclarationOrder() - Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
-
The declaration order of the advice member within the aspect.
- getDeclaredAnnotations() - Method in class org.springframework.core.convert.TypeDescriptor.AnnotatedElementAdapter
-
- getDeclaredFields(Class<?>) - Static method in class org.springframework.util.ReflectionUtils
-
This variant retrieves Class.getDeclaredFields()
from a local cache
in order to avoid the JVM's SecurityManager check and defensive array copying.
- getDeclaredMethods(Class<?>) - Static method in class org.springframework.util.ReflectionUtils
-
This variant retrieves Class.getDeclaredMethods()
from a local cache
in order to avoid the JVM's SecurityManager check and defensive array copying.
- getDeclaredParameters() - Method in class org.springframework.jdbc.object.RdbmsOperation
-
- getDeclaredPointcut() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
- getDeclaredRepeatableAnnotations(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Get the declared repeatable annotations
of annotationType
from the supplied AnnotatedElement
,
where such annotations are either directly present,
indirectly present, or meta-present on the element.
- getDeclaredRepeatableAnnotations(AnnotatedElement, Class<A>, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Get the declared repeatable annotations
of annotationType
from the supplied AnnotatedElement
,
where such annotations are either directly present,
indirectly present, or meta-present on the element.
- getDeclaredRoles() - Method in class org.springframework.mock.web.MockServletContext
-
- getDeclaredType() - Method in class org.springframework.beans.factory.InjectionPoint
-
Return the type declared by the underlying field or method/constructor parameter,
indicating the injection type.
- getDeclareParentsAdvisor(Field) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
-
- getDeclaringClass() - Method in class org.springframework.core.MethodParameter
-
Return the class that declares the underlying Method or Constructor.
- getDeclaringClass() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- getDeclaringClass() - Method in class org.springframework.test.context.support.TestPropertySourceAttributes
-
Get the class that declared @TestPropertySource
.
- getDeclaringClass() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- getDeclaringClassName() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
-
- getDeclaringClassName() - Method in interface org.springframework.core.type.MethodMetadata
-
Return the fully-qualified name of the class that declares this method.
- getDeclaringClassName() - Method in class org.springframework.core.type.StandardMethodMetadata
-
- getDeclaringType() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
-
- getDeclaringTypeName() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
-
- getDecoders() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getDecoratedClass() - Method in interface org.springframework.core.DecoratingProxy
-
Return the (ultimate) decorated class behind this proxy.
- getDecoratedDefinition() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Return the target definition that is being decorated by this bean definition, if any.
- getDecoratedNavigationHandler() - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
-
Return the fixed original NavigationHandler decorated by this handler, if any
(that is, if passed in through the constructor).
- getDecoratorFactories() - Method in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
-
- getDefaultAccessType() - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
-
Deprecated.
- getDefaultArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- getDefaultArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- getDefaultAsyncSendTimeout() - Method in class org.springframework.test.context.web.socket.MockServerContainer
-
- getDefaultBeanName(Object) - Method in class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
-
Determine the default bean name for the specified bean instance.
- getDefaultCacheConfig(Class<?>) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
-
- getDefaultCacheManager() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
- getDefaultCacheResolver() - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
-
- getDefaultCacheResolver() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
- getDefaultCharset() - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Return the default character set, if any.
- getDefaultClassLoader() - Static method in class org.springframework.util.ClassUtils
-
Return the default ClassLoader to use: typically the thread context
ClassLoader, if available; the ClassLoader that loaded the ClassUtils
class will be used as fallback.
- getDefaultClientSslContext() - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
- getDefaultConfigLocations() - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Return the default config locations to use, for the case where no
explicit config locations have been specified.
- getDefaultConfigLocations() - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
-
The default location for the root context is "/WEB-INF/applicationContext.groovy",
and "/WEB-INF/test-servlet.groovy" for a context with the namespace "test-servlet"
(like for a DispatcherServlet instance with the servlet-name "test").
- getDefaultConfigLocations() - Method in class org.springframework.web.context.support.XmlWebApplicationContext
-
The default location for the root context is "/WEB-INF/applicationContext.xml",
and "/WEB-INF/test-servlet.xml" for a context with the namespace "test-servlet"
(like for a DispatcherServlet instance with the servlet-name "test").
- getDefaultConfigLocations() - Method in class org.springframework.web.portlet.context.XmlPortletApplicationContext
-
The default location for the root context is "/WEB-INF/applicationContext.xml",
and "/WEB-INF/test-portlet.xml" for a context with the namespace "test-portlet"
(like for a DispatcherPortlet instance with the portlet-name "test").
- getDefaultContentType(T) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Returns the default content type for the given type.
- getDefaultContentType() - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
Returns the default Content-Type
to be used for writing.
- getDefaultContentType(Object) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- getDefaultContentType(Message) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
-
- getDefaultContentType(Resource) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- getDefaultContentType(Object) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
-
- getDefaultContentType(Object) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
Returns the default content type for the payload.
- getDefaultContextLoaderClass(Class<?>) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
Determine the default
ContextLoader
class
to use for the supplied test class.
- getDefaultContextLoaderClass(Class<?>) - Method in class org.springframework.test.context.support.DefaultTestContextBootstrapper
-
- getDefaultContextLoaderClass(Class<?>) - Method in class org.springframework.test.context.web.WebTestContextBootstrapper
-
- getDefaultConverter(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
-
Return the default converter if no converter is found for the given sourceType/targetType pair.
- getDefaultCurrencyTimeLimit() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return default value for the JMX field "currencyTimeLimit", if any.
- getDefaultDataSource() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Return the JDBC DataSource that the JPA persistence provider is supposed to use
for accessing the database if none has been specified in persistence.xml
.
- getDefaultDestination() - Method in class org.springframework.jms.core.JmsTemplate
-
Return the destination to be used on send/receive operations that do not
have a destination parameter.
- getDefaultDestination() - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
-
Return the configured default destination.
- getDefaultDestinationName() - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
Return the configured default destination name.
- getDefaultDestinationName() - Method in class org.springframework.jms.core.JmsTemplate
-
Return the destination name to be used on send/receive operations that
do not have a destination parameter.
- getDefaultDestinationPrefix() - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
-
Return the configured default destination prefix.
- getDefaultDriver() - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
- getDefaultEditor(Class<?>) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
-
Retrieve the default editor for the given property type, if any.
- getDefaultEncoding() - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Return the default charset to use for parsing properties files, if any.
- getDefaultEncoding() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Return the default encoding for MimeMessages
,
or null
if none.
- getDefaultEncoding(MimeMessage) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Determine the default encoding for the given MimeMessage.
- getDefaultEncoding() - Method in class org.springframework.mail.javamail.SmartMimeMessage
-
Return the default encoding of this message, or null
if none.
- getDefaultEncoding() - Method in class org.springframework.oxm.castor.CastorMarshaller
-
- getDefaultEncoding() - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
- getDefaultEncoding() - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Determine the default encoding to use for marshalling or unmarshalling from
a byte stream, or null
if none.
- getDefaultEncoding() - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
- getDefaultEncoding() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
- getDefaultEncoding() - Method in class org.springframework.web.util.UrlPathHelper
-
Return the default character encoding to use for URL decoding.
- getDefaultErrorHandler(boolean) - Static method in class org.springframework.scheduling.support.TaskUtils
-
Return the default
ErrorHandler
implementation based on the boolean
value indicating whether the task will be repeating or not.
- getDefaultEventIndex() - Method in class org.springframework.beans.ExtendedBeanInfo
-
- getDefaultExceptionCacheResolver() - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
-
- getDefaultExceptionCacheResolver() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
- getDefaultExecutor(BeanFactory) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
-
Retrieve or build a default executor for this advice instance.
- getDefaultExecutor(BeanFactory) - Method in class org.springframework.aop.interceptor.AsyncExecutionInterceptor
-
This implementation searches for a unique
TaskExecutor
bean in the context, or for an
Executor
bean named "taskExecutor" otherwise.
- getDefaultExecutorBeanDefinition(String) - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- getDefaultFileTypeMap() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Return the default Java Activation FileTypeMap
for
MimeMessages
, or null
if none.
- getDefaultFileTypeMap(MimeMessage) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Determine the default Java Activation FileTypeMap for the given MimeMessage.
- getDefaultFileTypeMap() - Method in class org.springframework.mail.javamail.SmartMimeMessage
-
Return the default FileTypeMap of this message, or null
if none.
- getDefaultHandler() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
-
Return the default handler for this handler mapping,
or null
if none.
- getDefaultHandler() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Return the default handler for this handler mapping,
or null
if none.
- getDefaultHeartbeat() - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
-
Return the configured default heart-beat value (never null
).
- getDefaultHtmlEscape() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the default HTML escape setting, differentiating between no default specified and an explicit value.
- getDefaultHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Return whether default HTML escaping is enabled for the web application,
i.e.
- getDefaultInitBinderArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Return the list of argument resolvers to use for @InitBinder
methods including built-in and custom resolvers.
- getDefaultJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Obtain a default SQLExceptionTranslator, lazily creating it if necessary.
- getDefaultJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
Obtain a default SQLExceptionTranslator, lazily creating it if necessary.
- getDefaultJtaDataSource() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Return the JTA-aware DataSource that the JPA persistence provider is supposed to use
for accessing the database if none has been specified in persistence.xml
.
- getDefaultKeyGenerator() - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
-
- getDefaultKeyGenerator() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
- getDefaultListableBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
-
Return the underlying bean factory of this context,
available for registering bean definitions.
- getDefaultListenerMethod() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
Return the name of the default listener method to delegate to.
- getDefaultLocale() - Method in class org.springframework.context.support.MessageSourceAccessor
-
Return the default locale to use if no explicit locale has been given.
- getDefaultLocale() - Method in class org.springframework.web.servlet.i18n.AbstractLocaleResolver
-
Return the default Locale that this resolver is supposed to fall back to, if any.
- getDefaultLocale() - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
-
The configured default locale, if any.
- getDefaultLocale() - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Return the fixed Locale that this resolver will return if no cookie found,
if any.
- getDefaultMaxBinaryMessageBufferSize() - Method in class org.springframework.test.context.web.socket.MockServerContainer
-
- getDefaultMaxSessionIdleTimeout() - Method in class org.springframework.test.context.web.socket.MockServerContainer
-
- getDefaultMaxTextMessageBufferSize() - Method in class org.springframework.test.context.web.socket.MockServerContainer
-
- getDefaultMediaTypes() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- getDefaultMediaTypes() - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
-
- getDefaultMessage() - Method in interface org.springframework.context.MessageSourceResolvable
-
Return the default message to be used to resolve this message.
- getDefaultMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
Get a default message for the given MessageSourceResolvable
.
- getDefaultMessage(String) - Method in class org.springframework.context.support.AbstractMessageSource
-
Return a fallback default message for the given code, if any.
- getDefaultMessage() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
- getDefaultMessage() - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter.ResolvableAttribute
-
- getDefaultMimeType() - Method in class org.springframework.messaging.converter.DefaultContentTypeResolver
-
- getDefaultModel() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the "default" model created at instantiation.
- getDefaultNamespace() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- getDefaultNamespace() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
-
- getDefaultNamespace() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
-
- getDefaultParentBean() - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Return the default parent bean for this bean factory.
- getDefaultProfiles() - Method in class org.springframework.core.env.AbstractEnvironment
-
- getDefaultProfiles() - Method in interface org.springframework.core.env.Environment
-
Return the set of profiles to be active by default when no active profiles have
been set explicitly.
- getDefaultPropertyIndex() - Method in class org.springframework.beans.ExtendedBeanInfo
-
- getDefaultProtocolHandler() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Return the default sub-protocol handler to use.
- getDefaultQueue() - Method in class org.springframework.jms.core.JmsTemplate
-
- getDefaultReleaseMode() - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
-
Deprecated.
Sets connection release mode "on_close" as default.
- getDefaultResponseDestination() - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
Return the default response destination, if any.
- getDefaultReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- getDefaultReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- getDefaults() - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Return the defaults definition object, or null
if the
defaults have been initialized yet.
- getDefaultSchema() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
Provide access to default schema for subclasses.
- getDefaultSchema() - Method in class org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
-
- getDefaultServletName() - Method in class org.springframework.mock.web.MockServletContext
-
Get the name of the default Servlet
.
- getDefaultSessionTrackingModes() - Method in class org.springframework.mock.web.MockServletContext
-
- getDefaultStrategies(ApplicationContext, Class<T>) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Create a List of default strategy objects for the given strategy interface.
- getDefaultStrategies(ApplicationContext, Class<T>) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Create a List of default strategy objects for the given strategy interface.
- getDefaultStrategy(ApplicationContext, Class<T>) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Return the default strategy object for the given strategy interface.
- getDefaultStrategy(ApplicationContext, Class<T>) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Return the default strategy object for the given strategy interface.
- getDefaultSubscriptionName(Object) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Determine the default subscription name for the given message listener.
- getDefaultTestExecutionListenerClasses() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getDefaultTestExecutionListenerClassNames() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getDefaultThemeName() - Method in class org.springframework.web.servlet.theme.AbstractThemeResolver
-
Return the name of the default theme.
- getDefaultThemeName() - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
-
Return the name of the default theme.
- getDefaultThreadNamePrefix() - Method in class org.springframework.util.CustomizableThreadCreator
-
Build the default thread name prefix for this factory.
- getDefaultTimeout() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Return the default timeout that this transaction manager should apply
if there is no timeout specified at the transaction level, in seconds.
- getDefaultTimeZone() - Method in class org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
-
Return the default TimeZone that this resolver is supposed to fall back to, if any.
- getDefaultTimeZone() - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Return the fixed TimeZone that this resolver will return if no cookie found,
if any.
- getDefaultTransportHandlers(Collection<TransportHandler>) - Static method in class org.springframework.web.socket.sockjs.transport.handler.DefaultSockJsService
-
- getDefaultTypeConverter() - Method in class org.springframework.beans.factory.config.MethodInvokingBean
-
Obtain the TypeConverter from the BeanFactory that this bean runs in,
if possible.
- getDefaultTypeConverter() - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
-
Obtain the default TypeConverter for this method invoker.
- getDefaultUriVariables() - Method in class org.springframework.web.util.AbstractUriTemplateHandler
-
Return a read-only copy of the configured default URI variables.
- getDefaultUserDestinationPrefix() - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
-
Return the configured default user destination prefix.
- getDefaultValue(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Retrieve the default value of the value
attribute
of a single-element Annotation, given an annotation instance.
- getDefaultValue(Annotation, String) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Retrieve the default value of a named attribute, given an annotation instance.
- getDefaultValue(Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Retrieve the default value of the value
attribute
of a single-element Annotation, given the annotation type
.
- getDefaultValue(Class<? extends Annotation>, String) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Retrieve the default value of a named attribute, given the
annotation type
.
- getDefaultValue() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-
Return the default value of this attribute.
- getDefaultValue() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Return the default value.
- getDefaultViewName(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Translate the supplied request into a default view name.
- getDefaultViews() - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- getDefaultWorkManager() - Method in class org.springframework.jca.work.glassfish.GlassFishWorkManagerTaskExecutor
-
Obtains GlassFish's default thread pool.
- getDefaultWorkManager() - Method in class org.springframework.jca.work.jboss.JBossWorkManagerTaskExecutor
-
Deprecated.
Obtains the default JBoss JCA WorkManager through a JMX lookup
for the JBossWorkManagerMBean.
- getDefaultWorkManager() - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
Obtain a default WorkManager to delegate to.
- getDeferredResultInterceptor(Object) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- getDeferredResultInterceptors() - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
- getDeferredResultInterceptors(Element, Object, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
-
- getDefinedEncoding(MockHttpServletResponse) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
-
Get the response encoding if explicitly defined in the response, {code null} otherwise.
- getDefinitionDescription() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Return an identifying description for this transaction definition.
- getDelay() - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
-
Return the delay before starting the job for the first time.
- getDelay(TimeUnit) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.TimerScheduledFuture
-
- getDelay(TimeUnit) - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
-
- getDelay() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Return the delay before starting the job for the first time.
- getDelegate() - Method in class org.springframework.beans.factory.xml.ParserContext
-
- getDelegate() - Method in class org.springframework.jca.work.DelegatingWork
-
Return the wrapped Runnable implementation.
- getDelegate() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
Return the target object to delegate message listening to.
- getDelegate() - Method in class org.springframework.scheduling.commonj.DelegatingWork
-
Return the wrapped Runnable implementation.
- getDelegate() - Method in class org.springframework.scheduling.quartz.DelegatingJob
-
Return the wrapped Runnable implementation.
- getDelegate() - Method in class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection.DelegateWebConnection
-
- getDelegate(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
-
Return the target NavigationHandler to delegate to.
- getDelegate() - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
-
- getDelegate() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- getDelegates() - Method in class org.springframework.dao.support.ChainedPersistenceExceptionTranslator
-
Return all registered PersistenceExceptionTranslator delegates (as array).
- getDelegates() - Method in class org.springframework.jms.connection.ChainedExceptionListener
-
Return all registered ExceptionListener delegates (as array).
- getDelegates(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
-
Obtain the delegate PhaseListener beans from the Spring root WebApplicationContext.
- getDeleteStatement(long[]) - Method in class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
-
Statement to use to clean up "sequence" values.
- getDelimiter() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Return the delimiter to be used between each
'input type="radio"
' tag.
- getDelimiter() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Return the delimiter to be used between error messages.
- getDeliveryDelay() - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- getDeliveryDelay() - Method in class org.springframework.jms.core.JmsTemplate
-
Return the delivery delay to use for send calls (in milliseconds).
- getDeliveryDelayMethod - Static variable in class org.springframework.jms.connection.CachedMessageProducer
-
- getDeliveryMode() - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- getDeliveryMode() - Method in class org.springframework.jms.core.JmsTemplate
-
Return the delivery mode to use when sending a message.
- getDeliveryMode() - Method in class org.springframework.jms.support.JmsMessageHeaderAccessor
-
- getDependenciesForBean(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return the names of all beans that the specified bean depends on, if any.
- getDependenciesForBean(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Return the names of all beans that the specified bean depends on, if any.
- getDependencyCheck() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the dependency check code.
- getDependencyCheck() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- getDependencyCheck() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
-
Return whether to perform a dependency check for object references
in the bean instance (after autowiring).
- getDependencyCheck(String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- getDependencyCheck() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Return the default dependency-check setting for the document that's currently parsed.
- getDependencyComparator() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Return the dependency comparator for this BeanFactory (may be null
.
- getDependencyDescriptor() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
Build a DependencyDescriptor for the underlying field/method.
- getDependencyName() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Determine the name of the wrapped parameter/field.
- getDependencyName() - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.AutowireByTypeDependencyDescriptor
-
- getDependencyType() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Determine the declared (non-generic) type of the wrapped parameter/field.
- getDependencyType() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupDependencyDescriptor
-
- getDependentBeans(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return the names of all beans which depend on the specified bean, if any.
- getDependentBeans(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Return the names of all beans which depend on the specified bean, if any.
- getDependsOn() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return the bean names that this bean depends on.
- getDependsOn() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the bean names that this bean depends on.
- getDepth(Class<?>, Class<?>, int) - Method in class org.springframework.core.ExceptionDepthComparator
-
- getDepth(Throwable) - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
-
Return the depth of the superclass matching.
- getDepth(Class<?>, int) - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
-
- getDepth(String, Exception) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
-
Return the depth to the superclass matching.
- getDepth(String, Class<?>, int) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
-
- getDepth(String, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Return the depth to the superclass matching.
- getDepth(String, Class<?>, int) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
- getDerivedTemplate(ConnectionSpec) - Method in class org.springframework.jca.cci.core.CciTemplate
-
Create a template derived from this template instance,
inheriting the ConnectionFactory and other settings but
overriding the ConnectionSpec used for obtaining Connections.
- getDesc() - Method in class org.springframework.asm.Handle
-
Returns the descriptor of the field or method designated by this handle.
- getDescription() - Method in class org.springframework.aop.config.AdvisorComponentDefinition
-
- getDescription() - Method in class org.springframework.aop.config.PointcutComponentDefinition
-
- getDescription() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return a human-readable description of this bean definition.
- getDescription() - Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
-
- getDescription() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
-
- getDescription() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
-
Return a friendly description of the described component.
- getDescription() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return a human-readable description of this bean definition.
- getDescription() - Method in class org.springframework.beans.factory.support.BeanDefinitionResource
-
- getDescription() - Method in class org.springframework.core.io.ByteArrayResource
-
This implementation returns a description that includes the passed-in
description
, if any.
- getDescription() - Method in class org.springframework.core.io.ClassPathResource
-
This implementation returns a description that includes the class path location.
- getDescription() - Method in class org.springframework.core.io.DescriptiveResource
-
- getDescription() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation returns a description that includes the absolute
path of the file.
- getDescription() - Method in class org.springframework.core.io.InputStreamResource
-
This implementation returns a description that includes the passed-in
description, if any.
- getDescription() - Method in class org.springframework.core.io.PathResource
-
- getDescription() - Method in interface org.springframework.core.io.Resource
-
Return a description for this resource,
to be used for error output when working with the resource.
- getDescription() - Method in class org.springframework.core.io.UrlResource
-
This implementation returns a description that includes the URL.
- getDescription() - Method in class org.springframework.core.io.VfsResource
-
- getDescription(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the description of the MBean resource.
- getDescription(Object, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Reads managed resource description from the source level metadata.
- getDescription() - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
-
Return a description for this attribute.
- getDescription() - Method in class org.springframework.jmx.export.metadata.ManagedNotification
-
Return a description for this notification.
- getDescription() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Return a description for this parameter.
- getDescription() - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Return a description suitable for an ignored test class if the test is
disabled via @IfProfileValue
at the class-level, and
otherwise delegate to the parent implementation.
- getDescription(boolean) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getDescription(boolean) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getDescription(boolean) - Method in interface org.springframework.web.context.request.WebRequest
-
Get a short description of this request,
typically containing request URI and session id.
- getDescription() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return a full description of this event, involving
all available context data.
- getDescription() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation returns a description that includes the ServletContext
resource location.
- getDescription() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
- getDescription() - Method in class org.springframework.web.portlet.context.PortletContextResource
-
- getDescription() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
-
- getDescription(boolean) - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getDescription() - Method in class org.springframework.web.servlet.resource.GzipResourceResolver.GzippedResource
-
- getDescription() - Method in class org.springframework.web.servlet.resource.VersionResourceResolver.FileNameVersionedResource
-
- getDescriptiveType(Object) - Static method in class org.springframework.util.ClassUtils
-
Return a descriptive name for the given object's type: usually simply
the class name, but component type class name + "[]" for arrays,
and an appended list of implemented interfaces for JDK proxies.
- getDescriptor() - Method in class org.springframework.asm.Type
-
Returns the descriptor corresponding to this Java type.
- getDescriptor(StringBuilder) - Method in class org.springframework.asm.Type
-
Appends the descriptor corresponding to this Java type to the given
string buffer.
- getDescriptor(Class<?>) - Static method in class org.springframework.asm.Type
-
Returns the descriptor corresponding to the given Java type.
- getDescriptor(StringBuilder, Class<?>) - Static method in class org.springframework.asm.Type
-
Appends the descriptor of the given class to the given string buffer.
- getDescriptor() - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
-
Return a descriptor for this transaction attribute,
or null
if none.
- getDeserializationView() - Method in class org.springframework.http.converter.json.MappingJacksonInputMessage
-
- getDesignatorName() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNamePointcutDesignatorHandler
-
- getDestination() - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
Return the name of the destination for this endpoint.
- getDestination() - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- getDestination() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return the destination to receive messages from.
- getDestination() - Method in class org.springframework.jms.support.JmsMessageHeaderAccessor
-
- getDestination(Message<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
- getDestination(Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- getDestination() - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- getDestination(Map<String, Object>) - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- getDestination() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession.DefaultSubscription
-
- getDestination() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Get the destination header.
- getDestination() - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSubscription
-
- getDestination() - Method in interface org.springframework.messaging.simp.user.SimpSubscription
-
Return the subscription's destination, never null
.
- getDestination() - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpSubscription
-
- getDestinationConditions() - Method in class org.springframework.messaging.simp.SimpMessageMappingInfo
-
- getDestinationDescription() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return a descriptive String for this container's JMS destination
(never null
).
- getDestinationName() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return the name of the destination to receive messages from.
- getDestinationName() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- getDestinationPrefix() - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
-
Return the configured prefix for user destinations.
- getDestinationPrefixes() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Return the configured destination prefixes, if any.
- getDestinationPrefixes() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- getDestinationPrefixes() - Method in class org.springframework.messaging.simp.config.AbstractBrokerRegistration
-
- getDestinationResolver() - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Return the DestinationResolver for this adapter.
- getDestinationResolver() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
- getDestinationResolver() - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
-
- getDestinationResolver() - Method in interface org.springframework.jms.listener.MessageListenerContainer
-
- getDestinationResolver() - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
-
Return the DestinationResolver for this accessor (never null
).
- getDestinationResolver() - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
-
Return the configured destination resolver.
- getDestinations() - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionInfo
-
- getDestinationString() - Method in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
-
- getDestinationUserName() - Method in interface org.springframework.messaging.simp.user.DestinationUserNameProvider
-
Return a globally unique user name for use with "user" destinations.
- getDestroyMethod() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Return the default destroy-method setting for the document that's currently parsed.
- getDestroyMethodName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the name of the destroy method.
- getDestroyMethodName() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- getDetailedErrorMessage(Object, String) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
Add additional details such as the bean type and method signature to
the given error message.
- getDetailedErrorMessage(String) - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
Adds HandlerMethod details such as the bean type and method signature to the message.
- getDetailedErrorMessage(String) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Adds HandlerMethod details such as the bean type and method signature to the message.
- getDetailedLogMessage(Object) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- getDetailedLogMessage(Object) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getDetailedLogMessage(Object) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Return a more detailed message for logging purposes.
- getDetailedPayloadLogMessage(Object) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- getDigest(String) - Static method in class org.springframework.util.DigestUtils
-
Create a new MessageDigest
with the given algorithm.
- getDimensions() - Method in class org.springframework.asm.Type
-
Returns the number of dimensions of this array type.
- getDir() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'dir
' attribute.
- getDirectLookupDestinations(T) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Return destinations contained in the mapping that are not patterns and are
therefore suitable for direct lookups.
- getDirectLookupDestinations(SimpMessageMappingInfo) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- getDirectUrls() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistration
-
- getDirectUrls(T) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
-
- getDisableMessageID() - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- getDisableMessageTimestamp() - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- getDisallowedFields() - Method in class org.springframework.validation.DataBinder
-
Return the fields that should not be allowed for binding.
- getDisconnectDelay() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Return the amount of time in milliseconds before a client is considered disconnected.
- getDisconnectReceipt(SimpMessageHeaderAccessor) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- getDiscoveredReturningGenericType() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getDiscoveredReturningType() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getDiscoveredThrowingType() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getDispatchedPath() - Method in class org.springframework.mock.web.MockAsyncContext
-
- getDispatcherType() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getDispatcherTypes() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
- getDisplayName() - Method in interface org.springframework.context.ApplicationContext
-
Return a friendly name for this context.
- getDisplayName() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return a friendly name for this context.
- getDisplayName() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
A display name for this metric.
- getDisplayName() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getDisplayString(Object) - Static method in class org.springframework.util.ObjectUtils
-
Return a content-based String representation if obj
is
not null
; otherwise returns an empty String.
- getDisplayString(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
-
Get the display value of the supplied Object
, HTML escaped
as required.
- getDisplayString(Object, PropertyEditor) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
-
Get the display value of the supplied Object
, HTML escaped
as required.
- getDisplayString(Object) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
-
Determines the display value of the supplied Object
,
HTML-escaped as required.
- getDisplayString(Object, boolean) - Static method in class org.springframework.web.servlet.tags.form.ValueFormatter
-
Build the display value of the supplied Object
, HTML escaped
as required.
- getDisplayString(Object, PropertyEditor, boolean) - Static method in class org.springframework.web.servlet.tags.form.ValueFormatter
-
Build the display value of the supplied Object
, HTML escaped
as required.
- getDisplayValue() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return a suitable display value for the field, i.e.
- getDomain() - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- getDouble(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDouble(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDouble(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a Double object.
- getDouble(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a Double object.
- getDoubleParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a Double parameter, or null
if not present.
- getDoubleParameter(ServletRequest, String, double) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a double parameter, with a fallback value.
- getDoubleParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get a Double parameter, or null
if not present.
- getDoubleParameter(PortletRequest, String, double) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get a double parameter, with a fallback value.
- getDoubleParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of double parameters, return an empty array if not found.
- getDoubleParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get an array of double parameters, return an empty array if not found.
- getDoubleWildcards() - Method in class org.springframework.util.AntPathMatcher.AntPatternComparator.PatternInfo
-
- getDriver() - Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
Return the JDBC Driver instance to use.
- getDTDHandler() - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
-
- getDTDHandler() - Method in class org.springframework.util.xml.AbstractXMLReader
-
- getDummyName() - Method in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
-
Return the name of the dummy column.
- getDuplicateKeyCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDurableSubscriptionName() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return the name of a durable subscription to create, if any.
- getDurableSubscriptionName() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- getDynamicAttributes() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the map of dynamic attributes.
- getEarlyBeanReference(Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
- getEarlyBeanReference(Object, String) - Method in class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
-
- getEarlyBeanReference(Object, String) - Method in interface org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
-
Obtain a reference for early access to the specified bean,
typically for the purpose of resolving a circular reference.
- getEarlyBeanReference(String, RootBeanDefinition, Object) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Obtain a reference for early access to the specified bean,
typically for the purpose of resolving a circular reference.
- getEarlySingletonInstance() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
Determine an 'eager singleton' instance, exposed in case of a
circular reference.
- getEarlySingletonInterfaces() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
Return an array of interfaces that a singleton object exposed by this
FactoryBean is supposed to implement, for use with an 'early singleton
proxy' that will be exposed in case of a circular reference.
- getEditor() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the PropertyEditor for the property that this bind status
is currently bound to.
- getEditor() - Method in class org.springframework.web.servlet.tags.BindTag
-
- getEditor() - Method in interface org.springframework.web.servlet.tags.EditorAwareTag
-
Retrieve the PropertyEditor for the property that this tag is
currently bound to.
- getEditor() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
- getEffectiveMajorVersion() - Method in class org.springframework.mock.web.MockServletContext
-
- getEffectiveMinorVersion() - Method in class org.springframework.mock.web.MockServletContext
-
- getEffectiveSessionTrackingModes() - Method in class org.springframework.mock.web.MockServletContext
-
- getELContext() - Method in class org.springframework.mock.web.MockPageContext
-
- getElement() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Get the HTML element used to enclose
'input type="checkbox/radio"
' tag.
- getElement() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Get the HTML element must be used to render the error messages.
- getElementText() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
-
- getElementType() - Method in class org.springframework.asm.Type
-
Returns the type of the elements of this array type.
- getElementTypeDescriptor() - Method in class org.springframework.core.convert.TypeDescriptor
-
If this type is an array, returns the array's component type.
- getElementTypeName() - Method in class org.springframework.beans.factory.support.ManagedList
-
Return the default element type name (class name) to be used for this list.
- getElementTypeName() - Method in class org.springframework.beans.factory.support.ManagedSet
-
Return the default element type name (class name) to be used for this set.
- getEmptyValue(String, Class<?>) - Method in class org.springframework.web.bind.WebDataBinder
-
Determine an empty value for the specified field.
- getEnclosingClassName() - Method in interface org.springframework.core.type.ClassMetadata
-
Return the name of the enclosing class of the underlying class,
or null
if the underlying class is a top-level class.
- getEnclosingClassName() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- getEnclosingClassName() - Method in class org.springframework.core.type.StandardClassMetadata
-
- getEncoders() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getEncoding() - Method in class org.springframework.core.io.support.EncodedResource
-
Return the encoding to use for reading from the
resource,
or
null
if none specified.
- getEncoding() - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Return the specific character encoding used for this message, if any.
- getEncoding() - Method in class org.springframework.test.context.jdbc.MergedSqlConfig
-
- getEncoding() - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getEncoding() - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Return the configured encoding for requests and/or responses
- getEncoding() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Return the encoding for the FreeMarker template.
- getEncoding() - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Return the JsonEncoding
for this view.
- getEncoding() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Deprecated.
Return the encoding for the Velocity template.
- getEnctype() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'enctype
' attribute.
- getEnd() - Method in class org.springframework.web.servlet.resource.CssLinkResourceTransformer.CssLinkInfo
-
- getEndIndex() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils.ParameterHolder
-
- getEndPathIndex(String) - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
-
- getEndpoint() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getEndpointAddress() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the endpoint address to specify on the stub.
- getEndpointClass() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getEndpointClassLoader() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
-
Template method for exposing the endpoint's ClassLoader
(typically the ClassLoader that the message listener class
has been loaded with).
- getEndpointClassLoader() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory.GenericMessageEndpoint
-
- getEndpointClassLoader() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory.JmsMessageEndpoint
-
- getEndpointConstructor() - Static method in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy.Tyrus17EndpointHelper
-
- getEndpointDescription() - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
Return a description for this endpoint.
- getEndpointDescription() - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
- getEndpointDescription() - Method in class org.springframework.jms.config.SimpleJmsListenerEndpoint
-
- getEndpointHelper() - Method in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
-
- getEndpointHelper() - Method in class org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy
-
- getEndpointHelper() - Method in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy
-
- getEndpointId(JmsListener) - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
-
- getEndpointInstance(Class<T>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getEndpointInstance(Class<T>) - Method in class org.springframework.web.socket.server.standard.SpringConfigurator
-
- getEndpointRegistry() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
- getEndPosition() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- getEndPosition() - Method in interface org.springframework.expression.spel.SpelNode
-
- getEndsOnDoubleWildCard() - Method in class org.springframework.util.AntPathMatcher.PathSeparatorPatternCache
-
- getEndsOnWildCard() - Method in class org.springframework.util.AntPathMatcher.PathSeparatorPatternCache
-
- getEngine() - Method in interface org.springframework.web.servlet.view.script.ScriptTemplateConfig
-
Return the ScriptEngine
to use by the views.
- getEngine() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- getEngine() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- getEngineName() - Method in interface org.springframework.web.servlet.view.script.ScriptTemplateConfig
-
Return the engine name that will be used to instantiate the ScriptEngine
.
- getEngineName() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- getEntityInterceptor() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Return the current Hibernate entity interceptor, or null
if none.
- getEntityInterceptor() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
Return the current Hibernate entity interceptor, or null
if none.
- getEntityInterceptor() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
Return the current Hibernate entity interceptor, or null
if none.
- getEntityInterceptor() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Return the current Hibernate entity interceptor, or null
if none.
- getEntityManager() - Method in class org.springframework.orm.jpa.EntityManagerHolder
-
- getEntityManagerFactory() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
-
Return the JPA EntityManagerFactory that should be used to create
EntityManagers.
- getEntityManagerFactory() - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Return the EntityManagerFactory that this instance should manage transactions for.
- getEntityManagerFactoryBeanName() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
-
Return the bean name of the EntityManagerFactory to fetch from Spring's
root application context.
- getEntityManagerFactoryInterface() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
-
Return the vendor-specific EntityManagerFactory interface
that the EntityManagerFactory proxy is supposed to implement.
- getEntityManagerFactoryInterface() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
- getEntityManagerFactoryInterface() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
-
- getEntityManagerFactoryInterface() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
-
- getEntityManagerHolder() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
-
- getEntityManagerHolder() - Method in class org.springframework.orm.jpa.JpaTransactionManager.SuspendedResourcesHolder
-
- getEntityManagerInterface() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getEntityManagerInterface() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
-
Return the (potentially vendor-specific) EntityManager interface
that this factory's EntityManagers will implement.
- getEntityManagerInterface() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
-
Return the vendor-specific EntityManager interface
that this provider's EntityManagers will implement.
- getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
- getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
-
- getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
-
- getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
-
- getEntityName(Class<?>) - Method in class org.springframework.core.convert.support.IdToEntityConverter
-
- getEntityName(Object) - Method in class org.springframework.orm.hibernate3.support.ScopedBeanInterceptor
-
Deprecated.
- getEntityResolver() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Return the EntityResolver to use, building a default resolver
if none specified.
- getEntityResolver() - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
-
- getEntityResolver() - Method in class org.springframework.util.xml.AbstractXMLReader
-
- getEnum(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
Get the value stored under the specified attributeName
as an
enum.
- getEnum(AnnotationAttributes, String, E, E) - Static method in class org.springframework.test.context.jdbc.MergedSqlConfig
-
- getEnumType(Class<?>) - Static method in class org.springframework.core.convert.support.ConversionUtils
-
- getEnumValue(String, String) - Method in class org.springframework.core.type.classreading.AbstractRecursiveAnnotationVisitor
-
- getEnvironment() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- getEnvironment() - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- getEnvironment() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
- getEnvironment() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
- getEnvironment() - Method in interface org.springframework.context.annotation.ConditionContext
-
Return the
Environment
for which the current application is running
or
null
if no environment is available.
- getEnvironment() - Method in class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
-
- getEnvironment() - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Return the Environment
for this application context in configurable
form, allowing for further customization.
- getEnvironment() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the Environment
for this application context in configurable
form, allowing for further customization.
- getEnvironment() - Method in interface org.springframework.core.env.EnvironmentCapable
-
Return the
Environment
associated with this component
(may be
null
or a default environment).
- getEnvironment() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Allow Map access to the environment to be set for the connector,
with the option to add or override specific entries.
- getEnvironment() - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
-
Allow Map access to the environment to be set for the connector,
with the option to add or override specific entries.
- getEnvironment() - Method in class org.springframework.jndi.JndiTemplate
-
Return the environment for the JNDI InitialContext, if any.
- getEnvironment() - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- getEnvironment() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getEnvironment() - Method in class org.springframework.web.filter.GenericFilterBean
-
- getEnvironment() - Method in class org.springframework.web.portlet.GenericPortletBean
-
Return the
Environment
associated with this component
(may be
null
or a default environment).
- getEnvironment() - Method in class org.springframework.web.servlet.HttpServletBean
-
- getErrorChannel() - Method in class org.springframework.messaging.MessageHeaders
-
- getErrorChannel() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- getErrorCode() - Method in exception org.springframework.beans.MethodInvocationException
-
- getErrorCode() - Method in exception org.springframework.beans.PropertyAccessException
-
Return a corresponding error code for this type of exception.
- getErrorCode() - Method in exception org.springframework.beans.TypeMismatchException
-
- getErrorCode() - Method in interface org.springframework.core.ErrorCoded
-
Deprecated.
Return the error code associated with this failure.
- getErrorCode() - Method in exception org.springframework.jms.JmsException
-
Convenience method to get the vendor specific error code if
the root cause was an instance of JMSException.
- getErrorCode() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the first error codes for the field or object, if any.
- getErrorCodes() - Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
-
Return the SQL error codes to match.
- getErrorCodes(String) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
-
- getErrorCodes(DataSource) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
-
Return
SQLErrorCodes
for the given
DataSource
,
evaluating "databaseProductName" from the
DatabaseMetaData
, or an empty error codes
instance if no
SQLErrorCodes
were found.
- getErrorCodes() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the error codes for the field or object, if any.
- getErrorCount(ModelMap) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
- getErrorCount() - Method in class org.springframework.validation.AbstractBindingResult
-
- getErrorCount() - Method in class org.springframework.validation.AbstractErrors
-
- getErrorCount() - Method in exception org.springframework.validation.BindException
-
- getErrorCount() - Method in interface org.springframework.validation.Errors
-
Return the total number of errors.
- getErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
-
- getErrorHandler() - Method in class org.springframework.cache.interceptor.AbstractCacheInvoker
-
- getErrorHandler() - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
-
Return the current error handler for this multicaster.
- getErrorHandler() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return the ErrorHandler to be invoked in case of any uncaught exceptions thrown
while processing a Message.
- getErrorHandler() - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
-
- getErrorHandler() - Method in class org.springframework.util.xml.AbstractXMLReader
-
- getErrorHandler() - Method in class org.springframework.web.client.AsyncRestTemplate
-
Return the error handler.
- getErrorHandler() - Method in class org.springframework.web.client.RestTemplate
-
Return the error handler.
- getErrorHandler() - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
Return the configured error handler.
- getErrorMessage() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getErrorMessage() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the first error message for the field or object, if any.
- getErrorMessages() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the resolved error messages for the field or object,
if any.
- getErrorMessagesAsString(String) - Method in class org.springframework.web.servlet.support.BindStatus
-
Return an error message string, concatenating all messages
separated by the given delimiter.
- getErrorMode() - Method in class org.springframework.test.context.jdbc.MergedSqlConfig
-
- getErrors() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the Errors instance (typically a BindingResult) that this
bind status is currently associated with.
- getErrors(String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the Errors instance for the given bind object, using the "defaultHtmlEscape" setting.
- getErrors(String, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the Errors instance for the given bind object.
- getErrors() - Method in class org.springframework.web.servlet.tags.BindErrorsTag
-
Retrieve the Errors instance that this tag is currently bound to.
- getErrors() - Method in class org.springframework.web.servlet.tags.BindTag
-
Retrieve the Errors instance that this tag is currently bound to.
- getEscapedResourceDescription(BeanDefinition) - Method in class org.springframework.context.support.LiveBeansView
-
Determine a resource description for the given bean definition and
apply basic JSON escaping (backslashes, double quotes) to it.
- getETag() - Method in class org.springframework.http.HttpHeaders
-
Return the entity tag of the body, as specified by the ETag
header.
- getETag() - Method in class org.springframework.mock.web.portlet.MockCacheControl
-
- getETag() - Method in class org.springframework.mock.web.portlet.MockRenderRequest
-
- getETag() - Method in class org.springframework.mock.web.portlet.MockResourceRequest
-
- getETagValuesAsList(String) - Method in class org.springframework.http.HttpHeaders
-
Retrieve a combined result from the field values of the ETag header.
- getEvaluationContext() - Method in class org.springframework.expression.spel.ExpressionState
-
- getEvaluationContext() - Method in class org.springframework.expression.spel.standard.SpelExpression
-
Return the default evaluation context that will be used if none is supplied on an evaluation call.
- getEvaluations() - Method in class org.springframework.aop.support.ControlFlowPointcut
-
It's useful to know how many times we've fired, for optimization.
- getEvent() - Method in class org.springframework.context.event.EventExpressionRootObject
-
- getEvent() - Method in class org.springframework.mock.web.portlet.MockEventRequest
-
- getEvent(QName) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- getEvent(String) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- getEventListenerFactories() - Method in class org.springframework.context.event.EventListenerMethodProcessor
-
- getEventNames() - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- getEventSetDescriptors() - Method in class org.springframework.beans.ExtendedBeanInfo
-
- getEventType() - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getException() - Method in class org.springframework.mock.web.MockPageContext
-
- getException() - Method in class org.springframework.remoting.support.RemoteInvocationResult
-
Return the exception thrown by an unsuccessful invocation
of the target method, if any.
- getExceptionCacheName() - Method in class org.springframework.cache.jcache.interceptor.CacheResultOperation
-
Return the name of the cache to cache exceptions, or null
if
caching exceptions should be disabled.
- getExceptionCacheResolver(CacheResolverFactory, <any>) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
-
- getExceptionCacheResolver() - Method in class org.springframework.cache.jcache.interceptor.CacheResultOperation
-
Return the
CacheResolver
instance to use to resolve the cache to
use for matching exceptions thrown by this operation.
- getExceptionCacheResolver() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
Return the specified exception cache resolver to use, if any.
- getExceptionClass() - Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
-
Return the exception class for the specified error codes.
- getExceptionCount() - Method in exception org.springframework.beans.PropertyBatchUpdateException
-
If this returns 0, no errors were encountered during binding.
- getExceptionHandler(Throwable) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
-
Determine the exception handle method.
- getExceptionHandler(Throwable) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
Determine the exception handler method for the given exception.
- getExceptionHandlerAdviceCache() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Return an unmodifiable Map with the
@ControllerAdvice
beans discovered in the ApplicationContext.
- getExceptionHandlerMethod(HandlerMethod, Exception) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Find an @MessageExceptionHandler
method for the given exception.
- getExceptionHandlerMethod(HandlerMethod, Exception) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Find an @ExceptionHandler
method for the given exception.
- getExceptionIndex() - Method in class org.springframework.asm.TypeReference
-
Returns the index of the exception, in a 'throws' clause of a method,
whose type is referenced by this type reference.
- getExceptionListener() - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Return the JMS ExceptionListener implementation that should be registered
with the single Connection created by this factory, if any.
- getExceptionListener() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return the JMS ExceptionListener to notify in case of a JMSException thrown
by the registered message listener or the invocation infrastructure, if any.
- getExceptionName() - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
-
Return the pattern for the exception name.
- getExceptionResolvers() - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
-
Return the list of exception resolvers to delegate to.
- getExceptionsFromMethodSignature(Method) - Static method in class org.springframework.messaging.handler.invocation.AbstractExceptionHandlerMethodResolver
-
Extract the exceptions this method handles.This implementation looks for
sub-classes of Throwable in the method signature.
- getExceptionTranslator() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
-
Return the SQLExceptionTranslator of this DAO's JdbcTemplate,
for translating SQLExceptions in custom JDBC access code.
- getExceptionTranslator() - Method in class org.springframework.jdbc.support.JdbcAccessor
-
Return the exception translator for this instance.
- getExceptionTypeFilter() - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
-
- getExceptionTypeFilter() - Method in class org.springframework.cache.jcache.interceptor.CachePutOperation
-
- getExceptionTypeFilter() - Method in class org.springframework.cache.jcache.interceptor.CacheRemoveAllOperation
-
- getExceptionTypeFilter() - Method in class org.springframework.cache.jcache.interceptor.CacheRemoveOperation
-
- getExceptionTypeFilter() - Method in class org.springframework.cache.jcache.interceptor.CacheResultOperation
-
- getExceptionTypes() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
-
- getExcludedPatterns() - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Returns the regular expressions for exclusion matching.
- getExecutionCount() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
-
Return the number of already executed statements.
- getExecutor() - Method in class org.springframework.messaging.support.ExecutorSubscribableChannel
-
- getExecutor() - Method in class org.springframework.web.context.request.async.WebAsyncTask
-
Return the AsyncTaskExecutor to use for concurrent handling,
or null
if none specified.
- getExecutorQualifier(Method) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
-
Return the qualifier or bean name of the executor to be used when executing the
given async method, typically specified in the form of an annotation attribute.
- getExecutorQualifier(Method) - Method in class org.springframework.aop.interceptor.AsyncExecutionInterceptor
-
This implementation is a no-op for compatibility in Spring 3.1.2.
- getExecutorQualifier(Method) - Method in class org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
-
Return the qualifier or bean name of the executor to be used when executing the
given method, specified via
Async.value()
at the method or declaring
class level.
- getExecutorStatsInfo(Executor) - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
- getExitDescriptor() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- getExpectations() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
-
- getExpectations() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
-
- getExpectedAttribute() - Method in class org.springframework.web.HttpSessionRequiredException
-
Return the name of the expected session attribute, if any.
- getExpectedContentLength() - Method in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
-
Get the expected content length of the currently buffered, incomplete STOMP frame.
- getExpectedCount() - Method in exception org.springframework.jdbc.IncorrectResultSetColumnCountException
-
Return the expected column count.
- getExpectedCount() - Method in class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
-
- getExpectedException(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Get the exception
that the supplied test method is expected to throw.
- getExpectedRowsAffected() - Method in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
-
Return the number of rows that should have been affected.
- getExpectedSize() - Method in exception org.springframework.dao.IncorrectResultSizeDataAccessException
-
Return the expected result size.
- getExpectedType() - Method in class org.springframework.jndi.JndiObjectLocator
-
Return the type that the located JNDI object is supposed
to be assignable to, if any.
- getExpiration() - Method in class org.springframework.jms.support.JmsMessageHeaderAccessor
-
- getExpirationTime() - Method in class org.springframework.mock.web.portlet.MockCacheControl
-
- getExpirationTime() - Method in class org.springframework.web.servlet.FlashMap
-
Return the expiration time for the FlashMap or -1 if the expiration
period has not started.
- getExpiredFlashMaps(List<FlashMap>) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Return a list of expired FlashMap instances contained in the given list.
- getExpires() - Method in class org.springframework.http.HttpHeaders
-
Return the date and time at which the message is no longer valid,
as specified by the Expires
header.
- getExporterName() - Method in class org.springframework.remoting.support.RemoteExporter
-
Return a short name for this exporter.
- getExporterParameter(Object) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Return a JRExporterParameter
for the given parameter object,
converting it from a String if necessary.
- getExporterParameters() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Return the exporter parameters that this view uses, if any.
- getExposeContextBeansAsAttributes() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
- getExposedContextBeanNames() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
- getExposedHeaders() - Method in class org.springframework.web.cors.CorsConfiguration
-
Return the configured response headers to expose, or null
if none.
- getExposePathVariables() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return whether views resolved by this resolver should add path variables to the model or not.
- getExpression() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- getExpression() - Method in class org.springframework.aop.support.AbstractExpressionPointcut
-
Return this pointcut's expression.
- getExpression() - Method in interface org.springframework.aop.support.ExpressionPointcut
-
Return the String expression for this pointcut.
- getExpression(Map<CachedExpressionEvaluator.ExpressionKey, Expression>, AnnotatedElementKey, String) - Method in class org.springframework.context.expression.CachedExpressionEvaluator
-
Return the
Expression
for the specified SpEL value
- getExpression() - Method in class org.springframework.scheduling.config.CronTask
-
- getExpression() - Method in class org.springframework.scheduling.support.CronSequenceGenerator
-
Return the cron pattern that this sequence generator has been built for.
- getExpression() - Method in class org.springframework.scheduling.support.CronTrigger
-
Return the cron pattern that this trigger has been built with.
- getExpression() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return a bind expression that can be used in HTML forms as input name
for the respective field, or null
if not field-specific.
- getExpressionEvaluator() - Method in class org.springframework.mock.web.MockPageContext
-
Deprecated.
- getExpressionPrefix() - Method in class org.springframework.expression.common.TemplateParserContext
-
- getExpressionPrefix() - Method in interface org.springframework.expression.ParserContext
-
For template expressions, returns the prefix that identifies the start of an
expression block within a string.
- getExpressions() - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getExpressions() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
Return the contained MediaType expressions.
- getExpressions() - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
-
Return the contained request header expressions.
- getExpressions() - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
-
Return the contained request parameter expressions.
- getExpressions() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
Return the contained "produces" expressions.
- getExpressionsToCompare() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
Return the contained "produces" expressions or if that's empty, a list
with a MediaType_ALL
expression.
- getExpressionString() - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getExpressionString() - Method in class org.springframework.expression.common.LiteralExpression
-
- getExpressionString() - Method in interface org.springframework.expression.Expression
-
Return the original string used to create this expression (unmodified).
- getExpressionString() - Method in exception org.springframework.expression.ExpressionException
-
Return the expression string.
- getExpressionString() - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- getExpressionSuffix() - Method in class org.springframework.expression.common.TemplateParserContext
-
- getExpressionSuffix() - Method in interface org.springframework.expression.ParserContext
-
For template expressions, return the prefix that identifies the end of an
expression block within a string.
- getExtensionConfigs() - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.WebSocketHandlerContainer
-
- getExtensions - Static variable in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getExtensions() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getExtensions() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getExtensions() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- getExtensions() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getExtensions() - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
-
- getExtensions() - Method in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
-
- getExtensions() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getExtensions() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getExtensions() - Method in interface org.springframework.web.socket.WebSocketSession
-
Determine the negotiated extensions.
- getExternalContext() - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
Return the JSF ExternalContext that this adapter operates on.
- getExtraHiddenFields(HttpServletRequest) - Method in interface org.springframework.web.servlet.support.RequestDataValueProcessor
-
Invoked after all form fields have been rendered.
- getFacesContext() - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
Return the JSF FacesContext that this adapter operates on.
- getFacesRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder.FacesRequestAttributesFactory
-
- getFactory() - Method in interface org.springframework.beans.factory.access.BeanFactoryReference
-
Return the
BeanFactory
instance held by this reference.
- getFactory() - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.CountingBeanFactoryReference
-
- getFactory() - Method in class org.springframework.context.access.ContextBeanFactoryReference
-
- getFactory() - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.WebSocketServerFactoryAdapter
-
- getFactoryBean(String, Object) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
-
Get a FactoryBean for the given bean if possible.
- getFactoryBeanName() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return the factory bean name, if any.
- getFactoryBeanName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the factory bean name, if any.
- getFactoryMethodAnnotation(RootBeanDefinition, Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
-
- getFactoryMethodMetadata() - Method in interface org.springframework.beans.factory.annotation.AnnotatedBeanDefinition
-
Obtain metadata for this bean definition's factory method, if any.
- getFactoryMethodMetadata() - Method in class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
-
- getFactoryMethodMetadata() - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
-
- getFactoryMethodMetadata() - Method in class org.springframework.context.annotation.ScannedGenericBeanDefinition
-
- getFactoryMethodName() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return a factory method, if any.
- getFactoryMethodName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return a factory method, if any.
- getFailedMessage() - Method in exception org.springframework.messaging.MessagingException
-
- getFailedMessages() - Method in exception org.springframework.mail.MailSendException
-
Return a Map with the failed messages as keys, and the thrown exceptions
as values.
- getFailureCause() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return the cause of failure, if any.
- getFallbackClassLoader() - Method in class org.springframework.core.ConfigurableObjectInputStream
-
Return the fallback ClassLoader to use when no ClassLoader was specified
and ObjectInputStream's own default class loader failed.
- getFallbackClassLoader() - Method in class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
-
- getFallbackFormatter(JodaTimeFormatterRegistrar.Type) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
- getFallbackFormatter(DateTimeFormatterRegistrar.Type) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
- getFallbackLocale(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource.MessageSourceControl
-
- getFallbackLocale() - Method in class org.springframework.web.servlet.support.JspAwareRequestContext
-
This implementation checks for a JSTL locale attribute in page,
request, session or application scope; if not found, returns the
HttpServletRequest.getLocale()
.
- getFallbackLocale() - Method in class org.springframework.web.servlet.support.RequestContext
-
Determine the fallback locale for this context.
- getFallbackPointcutExpression(Class<?>) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
Get a new pointcut expression based on a target class's loader rather than the default.
- getFallbackTheme() - Method in class org.springframework.web.servlet.support.RequestContext
-
Determine the fallback theme for this context.
- getFallbackTimeZone() - Method in class org.springframework.web.servlet.support.JspAwareRequestContext
-
This implementation checks for a JSTL time zone attribute in page,
request, session or application scope; if not found, returns null
.
- getFallbackTimeZone() - Method in class org.springframework.web.servlet.support.RequestContext
-
Determine the fallback time zone for this context.
- getFallbackTranslator() - Method in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
-
Return the fallback exception translator, if any.
- getFault() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
-
Return the wrapped JAX-WS SOAPFault.
- getFaultActor() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
-
- getFaultActor() - Method in exception org.springframework.remoting.soap.SoapFaultException
-
Return the actor that caused this fault.
- getFaultCode() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
-
- getFaultCode() - Method in exception org.springframework.remoting.soap.SoapFaultException
-
Return the SOAP fault code.
- getFaultCodeAsQName() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
-
- getFaultCodeAsQName() - Method in exception org.springframework.remoting.soap.SoapFaultException
-
Return the SOAP fault code as a QName
object.
- getFaultString() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
-
- getFaultString() - Method in exception org.springframework.remoting.soap.SoapFaultException
-
Return the descriptive SOAP fault string.
- getFeature(String) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
-
- getFeature(String) - Method in class org.springframework.util.xml.AbstractStaxXMLReader
-
- getFeature(String) - Method in class org.springframework.util.xml.AbstractXMLReader
-
This implementation throws a SAXNotRecognizedException
exception
for any feature outside of the "http://xml.org/sax/features/" namespace
and returns false
for any feature within.
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- getFetchSize() - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Return the fetch size specified for this JdbcTemplate.
- getFetchSize() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
Return the fetch size specified for this HibernateTemplate.
- getFetchSize() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
Return the fetch size specified for this HibernateTemplate.
- getFetchSize() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Return the fetch size specified for this HibernateTemplate.
- GETFIELD - Static variable in interface org.springframework.asm.Opcodes
-
- getField() - Method in class org.springframework.beans.factory.InjectionPoint
-
Return the wrapped Field, if any.
- getField() - Method in class org.springframework.core.convert.Property
-
- getField(Object, String) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Get the value of the field with the given name
from the provided targetObject
.
- getField(Class<?>, String) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Get the value of the static field with the given
name
from the provided targetClass
.
- getField(Object, Class<?>, String) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Get the value of the field with the given name
from the provided targetObject
/targetClass
.
- getField(Field, Object) - Static method in class org.springframework.util.ReflectionUtils
-
Get the field represented by the supplied field object
on the
specified target object
.
- getField() - Method in class org.springframework.validation.FieldError
-
Return the affected field of the object.
- getFieldCache() - Method in class org.springframework.core.Constants
-
Exposes the field cache to subclasses:
a Map from String field name to object value.
- getFieldDefaultPrefix() - Method in class org.springframework.web.bind.WebDataBinder
-
Return the prefix for parameters that mark default fields.
- getFieldError() - Method in class org.springframework.validation.AbstractBindingResult
-
- getFieldError(String) - Method in class org.springframework.validation.AbstractBindingResult
-
- getFieldError() - Method in class org.springframework.validation.AbstractErrors
-
- getFieldError(String) - Method in class org.springframework.validation.AbstractErrors
-
- getFieldError() - Method in exception org.springframework.validation.BindException
-
- getFieldError(String) - Method in exception org.springframework.validation.BindException
-
- getFieldError() - Method in interface org.springframework.validation.Errors
-
Get the first error associated with a field, if any.
- getFieldError(String) - Method in interface org.springframework.validation.Errors
-
Get the first error associated with the given field, if any.
- getFieldError() - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldError(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrorCount() - Method in class org.springframework.validation.AbstractErrors
-
- getFieldErrorCount(String) - Method in class org.springframework.validation.AbstractErrors
-
- getFieldErrorCount() - Method in exception org.springframework.validation.BindException
-
- getFieldErrorCount(String) - Method in exception org.springframework.validation.BindException
-
- getFieldErrorCount() - Method in interface org.springframework.validation.Errors
-
Return the number of errors associated with a field.
- getFieldErrorCount(String) - Method in interface org.springframework.validation.Errors
-
Return the number of errors associated with the given field.
- getFieldErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrorCount(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrors() - Method in class org.springframework.validation.AbstractBindingResult
-
- getFieldErrors(String) - Method in class org.springframework.validation.AbstractBindingResult
-
- getFieldErrors(String) - Method in class org.springframework.validation.AbstractErrors
-
- getFieldErrors() - Method in exception org.springframework.validation.BindException
-
- getFieldErrors(String) - Method in exception org.springframework.validation.BindException
-
- getFieldErrors() - Method in interface org.springframework.validation.Errors
-
Get all errors associated with a field.
- getFieldErrors(String) - Method in interface org.springframework.validation.Errors
-
Get all errors associated with the given field.
- getFieldErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrors(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldMarkerPrefix() - Method in class org.springframework.web.bind.WebDataBinder
-
Return the prefix for parameters that mark potentially empty fields.
- getFieldType() - Method in class org.springframework.format.support.FormatterPropertyEditorAdapter
-
- getFieldType() - Method in class org.springframework.format.support.FormattingConversionService.AnnotationConverterKey
-
- getFieldType(Formatter<?>) - Static method in class org.springframework.format.support.FormattingConversionService
-
- getFieldType(String) - Method in class org.springframework.validation.AbstractBindingResult
-
This default implementation determines the type based on the actual
field value, if any.
- getFieldType(String) - Method in class org.springframework.validation.AbstractErrors
-
- getFieldType(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
-
Determines the field type from the property type.
- getFieldType(String) - Method in exception org.springframework.validation.BindException
-
- getFieldType(String) - Method in interface org.springframework.validation.Errors
-
Return the type of a given field.
- getFieldType(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldTypes() - Method in interface org.springframework.format.AnnotationFormatterFactory
-
The types of fields that may be annotated with the <A> annotation.
- getFieldTypes() - Method in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
-
- getFieldTypes() - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
-
- getFieldTypes() - Method in class org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
-
- getFieldTypes() - Method in class org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
-
- getFieldTypes() - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
-
- getFieldValue(String) - Method in class org.springframework.validation.AbstractBindingResult
-
- getFieldValue(String) - Method in exception org.springframework.validation.BindException
-
- getFieldValue(String) - Method in interface org.springframework.validation.Errors
-
Return the current value of the given field, either the current
bean property value or a rejected update from the last binding.
- getFieldValue(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldValues(String) - Method in class org.springframework.http.HttpHeaders
-
Retrieve a combined result from the field values of multi-valued headers.
- getFile() - Method in class org.springframework.core.io.AbstractFileResolvingResource
-
This implementation returns a File reference for the underlying class path
resource, provided that it refers to a file in the file system.
- getFile(URI) - Method in class org.springframework.core.io.AbstractFileResolvingResource
-
This implementation returns a File reference for the given URI-identified
resource, provided that it refers to a file in the file system.
- getFile() - Method in class org.springframework.core.io.AbstractResource
-
This implementation throws a FileNotFoundException, assuming
that the resource cannot be resolved to an absolute file path.
- getFile() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation returns the underlying File reference.
- getFile() - Method in class org.springframework.core.io.PathResource
-
This implementation returns the underlying File reference.
- getFile() - Method in interface org.springframework.core.io.Resource
-
Return a File handle for this resource.
- getFile() - Method in class org.springframework.core.io.UrlResource
-
This implementation returns a File reference for the underlying URL/URI,
provided that it refers to a file in the file system.
- getFile() - Method in class org.springframework.core.io.VfsResource
-
- getFile(Object) - Static method in class org.springframework.core.io.VfsUtils
-
- getFile(String) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getFile(String) - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
-
- getFile(String) - Static method in class org.springframework.util.ResourceUtils
-
Resolve the given resource location to a java.io.File
,
i.e.
- getFile(URL) - Static method in class org.springframework.util.ResourceUtils
-
Resolve the given resource URL to a java.io.File
,
i.e.
- getFile(URL, String) - Static method in class org.springframework.util.ResourceUtils
-
Resolve the given resource URL to a java.io.File
,
i.e.
- getFile(URI) - Static method in class org.springframework.util.ResourceUtils
-
Resolve the given resource URI to a java.io.File
,
i.e.
- getFile(URI, String) - Static method in class org.springframework.util.ResourceUtils
-
Resolve the given resource URI to a java.io.File
,
i.e.
- getFile() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation resolves "file:" URLs or alternatively delegates to
ServletContext.getRealPath
, throwing a FileNotFoundException
if not found or not resolvable.
- getFile(String) - Method in interface org.springframework.web.multipart.MultipartRequest
-
Return the contents plus description of an uploaded file in this request,
or null
if it does not exist.
- getFile(String) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getFile() - Method in class org.springframework.web.portlet.context.PortletContextResource
-
This implementation resolves "file:" URLs or alternatively delegates to
PortletContext.getRealPath
, throwing a FileNotFoundException
if not found or not resolvable.
- getFile(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
- getFile() - Method in class org.springframework.web.servlet.resource.GzipResourceResolver.GzippedResource
-
- getFile() - Method in class org.springframework.web.servlet.resource.VersionResourceResolver.FileNameVersionedResource
-
- getFileExtensions() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Return the file extensions to use for suffix pattern matching.
- getFileExtensions() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Return the file extensions to use for suffix pattern matching.
- getFileForLastModifiedCheck() - Method in class org.springframework.core.io.AbstractFileResolvingResource
-
This implementation determines the underlying File
(or jar file, in case of a resource in a jar/zip).
- getFileForLastModifiedCheck() - Method in class org.springframework.core.io.AbstractResource
-
Determine the File to use for timestamp checking.
- getFileItem() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
Return the underlying org.apache.commons.fileupload.FileItem
instance.
- getFileItemFactory() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Return the underlying org.apache.commons.fileupload.disk.DiskFileItemFactory
instance.
- getFileMap() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getFileMap() - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
-
- getFileMap() - Method in interface org.springframework.web.multipart.MultipartRequest
-
Return a Map
of the multipart files contained in this request.
- getFileMap() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getFileMap() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
- getFileName() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.SourceLocationImpl
-
- getFilename() - Method in class org.springframework.core.io.AbstractResource
-
This implementation always returns null
,
assuming that this resource type does not have a filename.
- getFilename() - Method in class org.springframework.core.io.ClassPathResource
-
This implementation returns the name of the file that this class path
resource refers to.
- getFilename() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation returns the name of the file.
- getFilename() - Method in class org.springframework.core.io.PathResource
-
This implementation returns the name of the file.
- getFilename() - Method in interface org.springframework.core.io.Resource
-
Determine a filename for this resource, i.e.
- getFilename() - Method in class org.springframework.core.io.UrlResource
-
This implementation returns the name of the file that this URL refers to.
- getFilename() - Method in class org.springframework.core.io.VfsResource
-
- getFilename(Object) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Return the filename of the given multipart part.
- getFilename(String) - Static method in class org.springframework.util.StringUtils
-
Extract the filename from the given Java resource path,
e.g.
- getFilename() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation returns the name of the file that this ServletContext
resource refers to.
- getFilename() - Method in class org.springframework.web.portlet.context.PortletContextResource
-
- getFilename() - Method in class org.springframework.web.servlet.resource.GzipResourceResolver.GzippedResource
-
- getFilename() - Method in class org.springframework.web.servlet.resource.TransformedResource
-
- getFilename() - Method in class org.springframework.web.servlet.resource.VersionResourceResolver.FileNameVersionedResource
-
- getFilenameExtension(String) - Static method in class org.springframework.util.StringUtils
-
Extract the filename extension from the given Java resource path,
e.g.
- getFileNames() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getFileNames() - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
-
- getFileNames() - Method in interface org.springframework.web.multipart.MultipartRequest
-
Return an Iterator
of String objects containing the
parameter names of the multipart files contained in this request.
- getFileNames() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getFileNames() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
- getFiles(String) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getFiles(String) - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
-
- getFiles(String) - Method in interface org.springframework.web.multipart.MultipartRequest
-
Return the contents plus description of uploaded files in this request,
or an empty list if it does not exist.
- getFiles(String) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getFiles(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
- getFileTimestamp() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getFileTimestamp(String) - Method in class org.springframework.web.servlet.ResourceServlet
-
Deprecated.
Return the file timestamp for the given resource.
- getFileTypeMap() - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
-
Return the delegate FileTypeMap, compiled from the mappings in the mapping file
and the entries in the mappings
property.
- getFileTypeMap() - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Return the FileTypeMap
used by this MimeMessageHelper.
- getFileUpload() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Return the underlying org.apache.commons.fileupload.FileUpload
instance.
- getFilterConfig() - Method in class org.springframework.web.filter.GenericFilterBean
-
Make the FilterConfig of this filter available, if any.
- getFilterName() - Method in class org.springframework.mock.web.MockFilterConfig
-
- getFilterName() - Method in class org.springframework.web.filter.GenericFilterBean
-
Make the name of this filter available to subclasses.
- getFilterNames() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Return the names of Hibernate filters to be activated, if any.
- getFilterNames() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
Return the names of Hibernate filters to be activated, if any.
- getFilterNames() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Return the names of Hibernate filters to be activated, if any.
- getFilterRegistration(String) - Method in class org.springframework.mock.web.MockServletContext
-
This method always returns null
.
- getFilterRegistrations() - Method in class org.springframework.mock.web.MockServletContext
-
This method always returns an empty map.
- getFilters() - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Return the Jackson filter provider to use.
- getFinalPath(AbstractNestablePropertyAccessor, String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
Get the last component of the path.
- getFinder(Class<?>) - Method in class org.springframework.core.convert.support.IdToEntityConverter
-
- getFirst() - Method in class org.springframework.asm.Label
-
Returns the first label of the series to which this label belongs.
- getFirst(String) - Method in class org.springframework.http.HttpHeaders
-
Return the first header value for the given header name, if any.
- getFirst(String) - Method in class org.springframework.http.server.ServletServerHttpResponse.ServletResponseHttpHeaders
-
- getFirst(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Return the first header value for the given header name, if any.
- getFirst(K) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
-
- getFirst(K) - Method in class org.springframework.util.LinkedMultiValueMap
-
- getFirst(K) - Method in interface org.springframework.util.MultiValueMap
-
Return the first value for the given key.
- getFirst(String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Return the first header value for the given header name, if any.
- getFirstDate(String) - Method in class org.springframework.http.HttpHeaders
-
Parse the first header value for the given header name as a date,
return -1 if there is no value, or raise IllegalArgumentException
if the value cannot be parsed as a date.
- getFirstDate(String, boolean) - Method in class org.springframework.http.HttpHeaders
-
Parse the first header value for the given header name as a date,
return -1 if there is no value or also in case of an invalid value
(if rejectInvalid=false
), or raise IllegalArgumentException
if the value cannot be parsed as a date.
- getFirstElementOnPage() - Method in class org.springframework.beans.support.PagedListHolder
-
Return the element index of the first element on the current page.
- getFirstLinkedPage() - Method in class org.springframework.beans.support.PagedListHolder
-
Return the first page to which create a link around the current page.
- getFirstNativeHeader(String) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
-
- getFirstNativeHeader(String, Map<String, Object>) - Static method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
-
- getFirstNestedPropertySeparatorIndex(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
-
Determine the first nested property separator in the
given property path, ignoring dots in keys (like "map[my.key]").
- getFixedDelayTaskList() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Get the fixed-delay tasks as an unmodifiable list of
IntervalTask
objects.
- getFixedRateTaskList() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Get the fixed-rate tasks as an unmodifiable list of
IntervalTask
objects.
- getFlag(String) - Static method in class org.springframework.core.SpringProperties
-
Retrieve the flag for the given property key.
- getFlashAttributes() - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
-
Return the attributes candidate for flash storage or an empty Map.
- getFlashAttributes() - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
-
Return the attributes candidate for flash storage or an empty Map.
- getFlashMap() - Method in class org.springframework.test.web.servlet.DefaultMvcResult
-
- getFlashMap() - Method in interface org.springframework.test.web.servlet.MvcResult
-
Return the "output" flash attributes saved during request processing.
- getFlashMapManager(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
- getFlashMapManager(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Return the FlashMapManager instance to save flash attributes with
before a redirect.
- getFlashMapsMutex(HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
- getFlashMapsMutex(HttpServletRequest) - Method in class org.springframework.web.servlet.support.SessionFlashMapManager
-
Exposes the best available session mutex.
- getFlashMapTimeout() - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Return the amount of time in seconds before a FlashMap expires.
- getFlattenedMap(Map<String, Object>) - Method in class org.springframework.beans.factory.config.YamlProcessor
-
Return a flattened version of the given map, recursively following any nested Map
or Collection values.
- getFloat(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getFloat(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getFloat(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a float.
- getFloat(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a float.
- getFloatParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a Float parameter, or null
if not present.
- getFloatParameter(ServletRequest, String, float) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a float parameter, with a fallback value.
- getFloatParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get a Float parameter, or null
if not present.
- getFloatParameter(PortletRequest, String, float) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get a float parameter, with a fallback value.
- getFloatParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of float parameters, return an empty array if not found.
- getFloatParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get an array of float parameters, return an empty array if not found.
- getFlushMode() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Return if a flush should be forced after executing the callback code.
- getFlushMode() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
-
Deprecated.
Return the Hibernate FlushMode that this filter applies to its
org.hibernate.Session
(in single session mode).
- getFlushMode - Static variable in class org.springframework.orm.hibernate5.SessionFactoryUtils
-
- getFlushMode(Session) - Static method in class org.springframework.orm.hibernate5.SessionFactoryUtils
-
Get the native Hibernate FlushMode, adapting between Hibernate 5.0/5.1 and 5.2+.
- getFlushMode - Static variable in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
-
- getFor() - Method in class org.springframework.web.servlet.tags.form.LabelTag
-
Get the value of the 'id
' attribute.
- getForEntity(String, Class<T>, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
-
Asynchronously retrieve an entity by doing a GET on the specified URL.
- getForEntity(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
-
Asynchronously retrieve a representation by doing a GET on the URI template.
- getForEntity(URI, Class<T>) - Method in interface org.springframework.web.client.AsyncRestOperations
-
Asynchronously retrieve a representation by doing a GET on the URL.
- getForEntity(String, Class<T>, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
-
- getForEntity(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
-
- getForEntity(URI, Class<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
-
- getForEntity(String, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve an entity by doing a GET on the specified URL.
- getForEntity(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the URI template.
- getForEntity(URI, Class<T>) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the URL .
- getForEntity(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- getForEntity(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- getForEntity(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
-
- getForLookupPath(String) - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
-
Compare the given path against configured resource handler mappings and
if a match is found use the ResourceResolver
chain of the matched
ResourceHttpRequestHandler
to resolve the URL path to expose for
public use.
- getFormalParameterIndex() - Method in class org.springframework.asm.TypeReference
-
Returns the index of the formal parameter whose type is referenced by
this type reference.
- getFormatter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
-
- getFormatter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
-
Factory method used to create a DateTimeFormatter
.
- getFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.JodaTimeContext
-
Get the DateTimeFormatter with the this context's settings
applied to the base formatter
.
- getFormatter(DateTimeFormatter, Locale) - Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
-
Obtain a DateTimeFormatter with user-specific settings applied to the given base Formatter.
- getFormatter(JodaTimeFormatterRegistrar.Type) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
- getFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.standard.DateTimeContext
-
Get the DateTimeFormatter with the this context's settings
applied to the base formatter
.
- getFormatter(DateTimeFormatter, Locale) - Static method in class org.springframework.format.datetime.standard.DateTimeContextHolder
-
Obtain a DateTimeFormatter with user-specific settings applied to the given base Formatter.
- getFormatter(DateTimeFormatterRegistrar.Type) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
- getFormatter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
-
Factory method used to create a DateTimeFormatter
.
- getFormConverter() - Method in class org.springframework.web.filter.HttpPutFormContentFilter
-
- getForObject(String, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the specified URL.
- getForObject(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the URI template.
- getForObject(URI, Class<T>) - Method in interface org.springframework.web.client.RestOperations
-
Retrieve a representation by doing a GET on the URL .
- getForObject(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- getForObject(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- getForObject(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
-
- getForRequestUrl(HttpServletRequest, String) - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
-
- getForwardedPrefix(HttpServletRequest) - Static method in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderExtractingRequest
-
- getForwardedUrl() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getForwardedUrl() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- getFragment() - Method in class org.springframework.web.util.UriComponents
-
Return the fragment.
- getFrameData() - Method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
-
Return data contained in a SockJS "message" and "close" frames.
- getFrameFormat(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
-
- getFrameFormat(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.EventSourceTransportHandler
-
- getFrameFormat(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
-
- getFrameFormat(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.JsonpPollingTransportHandler
-
- getFrameFormat(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrPollingTransportHandler
-
- getFrameFormat(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrStreamingTransportHandler
-
- getFrom() - Method in class org.springframework.mail.SimpleMailMessage
-
- getFullyQualifiedMethodName() - Method in class org.springframework.context.annotation.ConfigurationMethod
-
- getFunctionReturnName() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Get the name used for the return value of the function.
- getGeneratedKeyNames() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Get the names of any generated keys.
- getGeneratedKeysColumnNames() - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Return the column names of the auto generated keys.
- getGeneratedKeysSupported - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
indicates whether generated keys retrieval is supported
- getGeneric(int...) - Method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
representing the generic parameter for the given
indexes.
- getGenericArgumentValue(Class<?>) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
Look for a generic argument value that matches the given type.
- getGenericArgumentValue(Class<?>, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
Look for a generic argument value that matches the given type.
- getGenericArgumentValue(Class<?>, String, Set<ConstructorArgumentValues.ValueHolder>) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
Look for the next generic argument value that matches the given type,
ignoring argument values that have already been used in the current
resolution process.
- getGenericArgumentValues() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
Return the list of generic argument values.
- getGenericParameterType() - Method in class org.springframework.core.MethodParameter
-
Return the generic type of the method/constructor parameter.
- getGenericParameterType() - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod.AsyncResultMethodParameter
-
- getGenericParameterType() - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.ConcurrentResultMethodParameter
-
- getGenerics() - Method in class org.springframework.core.ResolvableType
-
Return an array of
ResolvableType
s representing the generic parameters of
this type.
- getGenericType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
Return the generic type of the
returnType
(or of the nested type
if it is an
HttpEntity
).
- getGlobalError() - Method in class org.springframework.validation.AbstractBindingResult
-
- getGlobalError() - Method in class org.springframework.validation.AbstractErrors
-
- getGlobalError() - Method in exception org.springframework.validation.BindException
-
- getGlobalError() - Method in interface org.springframework.validation.Errors
-
Get the first global error, if any.
- getGlobalError() - Method in class org.springframework.web.bind.EscapedErrors
-
- getGlobalErrorCount() - Method in class org.springframework.validation.AbstractErrors
-
- getGlobalErrorCount() - Method in exception org.springframework.validation.BindException
-
- getGlobalErrorCount() - Method in interface org.springframework.validation.Errors
-
Return the number of global errors.
- getGlobalErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
-
- getGlobalErrors() - Method in class org.springframework.validation.AbstractBindingResult
-
- getGlobalErrors() - Method in exception org.springframework.validation.BindException
-
- getGlobalErrors() - Method in interface org.springframework.validation.Errors
-
Get all global errors.
- getGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
-
- getGroovyClassLoader() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
Return the GroovyClassLoader used by this script factory.
- getGson() - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Return the configured Gson
instance for this converter.
- getHandback() - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
Return the (arbitrary) object that will be 'handed back' as-is by an
NotificationBroadcaster
when notifying
any NotificationListener
.
- getHandledExceptions(Method) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Returns all the exception classes handled by the given method.
- getHandledExceptions(Method) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Deprecated.
Returns all the exception classes handled by the given method.
- getHandler() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession.DefaultSubscription
-
- getHandler() - Method in class org.springframework.test.web.servlet.DefaultMvcResult
-
- getHandler() - Method in interface org.springframework.test.web.servlet.MvcResult
-
Return the executed handler.
- getHandler(HttpServletRequest) - Method in class org.springframework.test.web.servlet.TestDispatcherServlet
-
- getHandler(PortletRequest) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Return the HandlerExecutionChain for this request.
- getHandler(PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
-
Look up a handler for the given request, falling back to the default
handler if no specific one is found.
- getHandler() - Method in class org.springframework.web.portlet.HandlerExecutionChain
-
Return the handler object to execute.
- getHandler(PortletRequest) - Method in interface org.springframework.web.portlet.HandlerMapping
-
Return a handler and any interceptors for this request.
- getHandler(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Return the HandlerExecutionChain for this request.
- getHandler(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Look up a handler for the given request, falling back to the default
handler if no specific one is found.
- getHandler() - Method in class org.springframework.web.servlet.HandlerExecutionChain
-
Return the handler object to execute.
- getHandler(HttpServletRequest) - Method in interface org.springframework.web.servlet.HandlerMapping
-
Return a handler and any interceptors for this request.
- getHandler() - Method in class org.springframework.web.socket.handler.BeanCreatingHandlerProvider
-
- getHandler(WebSocketSession) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
-
- getHandler() - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.WebSocketHandlerContainer
-
- getHandlerAdapter(Object) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Return the HandlerAdapter for this handler object.
- getHandlerAdapter(Object) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Return the HandlerAdapter for this handler object.
- getHandlerDescription(Object) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
- getHandlerExecutionChain(Object, PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
-
Build a HandlerExecutionChain for the given handler, including applicable interceptors.
- getHandlerExecutionChain(Object, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
- getHandlerInternal(PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
-
Look up a handler for the given request, returning null
if no
specific one is found.
- getHandlerInternal(PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
-
Determines a handler for the computed lookup key for the given request.
- getHandlerInternal(HttpServletRequest) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport.EmptyHandlerMapping
-
- getHandlerInternal(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Look up a handler for the given request, returning null
if no
specific one is found.
- getHandlerInternal(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Look up a handler method for the given request.
- getHandlerInternal(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Look up a handler for the URL path of the given request.
- getHandlerMap() - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Return the registered handlers as an unmodifiable Map, with the registered path
as key and the handler object (or handler bean name in case of a lazy-init handler)
as value.
- getHandlerMap() - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
-
Return the resource mappings, either manually configured or auto-detected
when the Spring ApplicationContext
is refreshed.
- getHandlerMapping() - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
-
- getHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
-
Return a handler mapping instance ordered at
Integer.MAX_VALUE
containing the
DefaultServletHttpRequestHandler
instance mapped to
"/**"
; or
null
if
default servlet handling was not been enabled.
- getHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
-
Return a handler mapping with the mapped resource handlers; or null
in case
of no registrations.
- getHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
-
Return the HandlerMapping
that contains the registered view
controller mappings, or null
for no registrations.
- getHandlerMapping() - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
-
- getHandlerMapping() - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
Return a handler mapping with the mapped ViewControllers; or null
in case of no registrations.
- getHandlerMappings() - Method in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
-
Load the specified NamespaceHandler mappings lazily.
- getHandlerMappings() - Method in class org.springframework.web.servlet.handler.HandlerMappingIntrospector
-
Return the configured HandlerMapping's.
- getHandlerMethod(MvcResult) - Static method in class org.springframework.test.web.servlet.result.HandlerResultMatchers
-
- getHandlerMethod() - Method in class org.springframework.web.method.annotation.ModelFactory.ModelMethod
-
- getHandlerMethod() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistration
-
- getHandlerMethodCount() - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
-
- getHandlerMethodName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
-
Deprecated.
Retrieves the URL path to use for lookup and delegates to
getHandlerMethodNameForUrlPath
.
- getHandlerMethodName(HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.multiaction.MethodNameResolver
-
Deprecated.
Return a method name that can handle this request.
- getHandlerMethodName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
-
Deprecated.
- getHandlerMethodNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
-
Deprecated.
Return a method name that can handle this request, based on the
given lookup path.
- getHandlerMethodNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
-
Deprecated.
Extracts the method name indicated by the URL path.
- getHandlerMethodNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
-
Deprecated.
- getHandlerMethods() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Return a map with all handler methods and their mappings.
- getHandlerMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- getHandlerMethods() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Return a (read-only) map with all mappings and HandlerMethod's.
- getHandlerMethodsByMappingName(String) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
-
Return handler methods by mapping name.
- getHandlerMethodsForMappingName(String) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Return the handler methods for the given mapping name.
- getHandlers() - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
-
Return a read-only list with the registered handlers, or an empty list.
- getHandlerType() - Method in class org.springframework.web.socket.handler.BeanCreatingHandlerProvider
-
- getHandshakeHandler() - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
-
- getHandshakeHandler() - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
Return the HandshakeHandler.
- getHandshakeHandler() - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
-
- getHandshakeHeaders() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getHandshakeHeaders() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getHandshakeHeaders() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- getHandshakeHeaders() - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
-
- getHandshakeHeaders() - Method in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
-
- getHandshakeHeaders() - Method in interface org.springframework.web.socket.sockjs.client.TransportRequest
-
Return the headers to send with the connect request.
- getHandshakeHeaders() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getHandshakeHeaders() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getHandshakeHeaders() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return the headers used in the handshake request (never null
).
- getHandshakeInterceptors() - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
Return the configured WebSocket handshake request interceptors.
- getHandshakeInterceptors() - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
Return the configured WebSocket handshake request interceptors.
- getHandshakeToUse(ServletWebSocketHttpExchange, ConfiguredServerEndpoint) - Method in class org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy.FallbackStrategy
-
- getHash(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
-
Get the hash for a given object, apply an additional hash function to reduce
collisions.
- getHash() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
-
Returns the hash for the reference.
- getHash() - Method in class org.springframework.util.ConcurrentReferenceHashMap.SoftEntryReference
-
- getHash() - Method in class org.springframework.util.ConcurrentReferenceHashMap.WeakEntryReference
-
- getHeader(String) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Retrieve the value for the header with the given name.
- getHeader(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getHeader(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Return the primary value for the given header as a String, if any.
- getHeader(String) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getHeader(String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getHeader(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Return the request header of the given name, or null
if none.
- getHeader(String) - Method in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderRemovingRequest
-
- getHeader(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getHeaderCount() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
-
Deprecated.
- getHeaderIfAvailable(Map<String, Object>, String, Class<V>) - Method in class org.springframework.messaging.support.AbstractHeaderMapper
-
Return the header value, or null
if it does not exist
or does not match the requested type
.
- getHeaderInitializer() - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
-
- getHeaderInitializer() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
Return the configured header initializer.
- getHeaderInitializer() - Method in class org.springframework.messaging.simp.annotation.support.SubscriptionMethodReturnValueHandler
-
Return the configured header initializer.
- getHeaderInitializer() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
Return the configured header initializer.
- getHeaderInitializer() - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
-
Return the configured header initializer.
- getHeaderInitializer() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Return the configured header initializer.
- getHeaderInitializer() - Method in class org.springframework.messaging.simp.stomp.StompDecoder
-
Return the configured MessageHeaderInitializer
, if any.
- getHeaderInitializer() - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
Return the configured header initializer.
- getHeaderInitializer() - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
Return the configured header initializer.
- getHeaderNames() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getHeaderNames() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Return the names of all specified headers as a Set of Strings.
- getHeaderNames() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getHeaderNames() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getHeaderNames() - Method in interface org.springframework.web.context.request.WebRequest
-
Return a Iterator over request header names.
- getHeaderNames() - Method in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderRemovingRequest
-
- getHeaderNames() - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getHeaders() - Method in class org.springframework.http.client.AbstractAsyncClientHttpRequest
-
- getHeaders() - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
- getHeaders() - Method in class org.springframework.http.client.BufferingClientHttpResponseWrapper
-
- getHeaders() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpResponse
-
- getHeaders() - Method in class org.springframework.http.client.HttpComponentsClientHttpResponse
-
- getHeaders() - Method in class org.springframework.http.client.Netty4ClientHttpResponse
-
- getHeaders() - Method in class org.springframework.http.client.OkHttp3ClientHttpResponse
-
- getHeaders() - Method in class org.springframework.http.client.OkHttpClientHttpResponse
-
- getHeaders() - Method in class org.springframework.http.client.SimpleClientHttpResponse
-
- getHeaders() - Method in class org.springframework.http.client.support.HttpRequestWrapper
-
Return the headers of the wrapped request.
- getHeaders() - Method in class org.springframework.http.converter.FormHttpMessageConverter.MultipartHttpOutputMessage
-
- getHeaders() - Method in class org.springframework.http.converter.json.MappingJacksonInputMessage
-
- getHeaders() - Method in class org.springframework.http.HttpEntity
-
Returns the headers of this entity.
- getHeaders() - Method in interface org.springframework.http.HttpMessage
-
Return the headers of this message.
- getHeaders() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getHeaders() - Method in class org.springframework.http.server.ServletServerHttpResponse
-
- getHeaders() - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.MessagingMessageConverterAdapter.LazyResolutionMessage
-
- getHeaders() - Method in interface org.springframework.messaging.Message
-
Return message headers for the message (never null
but may be empty).
- getHeaders() - Method in class org.springframework.messaging.support.GenericMessage
-
- getHeaders() - Method in class org.springframework.mock.http.MockHttpInputMessage
-
- getHeaders() - Method in class org.springframework.mock.http.MockHttpOutputMessage
-
Return the headers.
- getHeaders(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getHeaders(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Return all values for the given header as a List of Strings.
- getHeaders() - Method in class org.springframework.web.client.MessageBodyClientHttpResponseWrapper
-
- getHeaders(String) - Method in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderRemovingRequest
-
- getHeaders() - Method in class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
-
- getHeaders() - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver.EmptyBodyCheckingHttpInputMessage
-
- getHeaders() - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.StreamingServletServerHttpResponse
-
- getHeaders() - Method in class org.springframework.web.servlet.NoHandlerFoundException
-
- getHeaders - Static variable in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getHeaders() - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
Return the default headers for the WebSocket handshake request.
- getHeaders() - Method in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
-
- getHeadersCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Returns the "headers" condition of this
RequestMappingInfo
;
or instance with 0 header expressions, never
null
.
- getHeadersToUse(ServerHttpRequest, boolean) - Method in class org.springframework.web.cors.DefaultCorsProcessor
-
- getHeaderValue() - Method in class org.springframework.http.CacheControl
-
Return the "Cache-Control" header value.
- getHeaderValue(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Return the primary value for the given header, if any.
- getHeaderValues(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Return all values for the given header as a List of value objects.
- getHeaderValues(String) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getHeaderValues(String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getHeaderValues(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Return the request header values for the given header name,
or null
if none.
- getHeaderValues(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getHeartbeat(Map<String, Object>) - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- getHeartbeat() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getHeartbeat() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Get the heartbeat header.
- getHeartbeatTime() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Return the amount of time in milliseconds when the server has not sent
any messages.
- getHeartbeatTime() - Method in interface org.springframework.web.socket.sockjs.transport.SockJsServiceConfig
-
The amount of time in milliseconds when the server has not sent any
messages and after which the server should send a heartbeat frame to the
client in order to keep the connection from breaking.
- getHeartbeatValue() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
The configured value for the heart-beat settings.
- getHibernateProperties() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Return the Hibernate properties, if any.
- getHibernateProperties() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Return the Hibernate properties, if any.
- getHibernateProperties() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Return the Hibernate properties, if any.
- getHibernateTemplate() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
Deprecated.
Return the HibernateTemplate for this DAO,
pre-initialized with the SessionFactory or set explicitly.
- getHibernateTemplate() - Method in class org.springframework.orm.hibernate4.support.HibernateDaoSupport
-
Return the HibernateTemplate for this DAO,
pre-initialized with the SessionFactory or set explicitly.
- getHibernateTemplate() - Method in class org.springframework.orm.hibernate5.support.HibernateDaoSupport
-
Return the HibernateTemplate for this DAO,
pre-initialized with the SessionFactory or set explicitly.
- getHitCount() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
-
- getHitCount() - Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
-
Return the number of hits that were satisfied by a thread-bound object.
- getHitCount() - Method in interface org.springframework.test.context.cache.ContextCache
-
Get the overall hit count for this cache.
- getHitCount() - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Get the overall hit count for this cache.
- getHome() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Return the EJB home object to use.
- getHost() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Return the mail server host.
- getHost() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getHost() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Get the host header.
- getHost(String, DataHandler) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
-
- getHost() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Return the host of the registry for the exported RMI service.
- getHost() - Method in class org.springframework.web.util.HierarchicalUriComponents
-
- getHost() - Method in class org.springframework.web.util.OpaqueUriComponents
-
- getHost() - Method in class org.springframework.web.util.UriComponents
-
Return the host.
- getHosts() - Method in class org.springframework.web.servlet.view.RedirectView
-
Return the configured application hosts.
- getHostType() - Method in class org.springframework.web.util.HierarchicalUriComponents
-
- getHttp11StatusCode(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.view.RedirectView
-
Determines the status code to use for HTTP 1.1 compatible requests.
- getHttpAsyncClient() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
- getHttpClient() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
- getHttpClient() - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Return the HttpClient
instance that this request executor uses.
- getHttpClient() - Method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
-
- getHttpClient() - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
-
Return Undertow's native HTTP client
- getHttpContext() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest
-
- getHttpContext() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequest
-
- getHttpEntity(Object) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- getHttpEntityType(MethodParameter) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- getHttpEntityType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
-
- getHttpHeaderNames() - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
The configured HTTP header names to be copied from the handshake
headers and also included in other HTTP requests.
- getHttpInvokerRequestExecutor() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
Return the HttpInvokerRequestExecutor used by this remote accessor.
- getHttpMessageCacheSize() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Return the size of the HTTP message cache.
- getHttpMessageCacheSize() - Method in interface org.springframework.web.socket.sockjs.transport.SockJsServiceConfig
-
The number of server-to-client messages that a session can cache while waiting for
the next HTTP polling request from the client.
- getHttpMethod() - Method in class org.springframework.web.context.request.ServletWebRequest
-
Return the HTTP method of the request.
- getHttpMethod() - Method in class org.springframework.web.servlet.NoHandlerFoundException
-
- getHttpMethod() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
- getHttpMethod() - Method in enum org.springframework.web.socket.sockjs.transport.TransportType
-
- getHttpMethods() - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
-
Return the configured HTTP methods.
- getHttpRequestHeaders() - Method in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
-
- getHttpRequestHeaders(HttpHeaders) - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
- getHttpRequestHeaders() - Method in interface org.springframework.web.socket.sockjs.client.TransportRequest
-
Return the headers to add to all other HTTP requests besides the handshake
request such as XHR receive and send requests.
- getHttpServletRequest(ServerHttpRequest) - Method in class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
-
- getHttpServletResponse(ServerHttpResponse) - Method in class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
-
- getHttpStatusCode(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
Determine the HTTP status of the given response.
- getHttpStatusSeries(MvcResult) - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
- getIcon(int) - Method in class org.springframework.beans.ExtendedBeanInfo
-
- getId() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
- getId() - Method in interface org.springframework.context.ApplicationContext
-
Return the unique id of this application context.
- getId() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getId() - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
- getId() - Method in interface org.springframework.jms.config.JmsListenerEndpoint
-
Return the id of this endpoint.
- getId() - Method in class org.springframework.messaging.MessageHeaders
-
- getId() - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.Subscription
-
- getId() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Get the id header.
- getId() - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSession
-
- getId() - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSubscription
-
- getId() - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.UserRegistrySnapshot
-
- getId() - Method in interface org.springframework.messaging.simp.user.SimpSession
-
Return the session id.
- getId() - Method in interface org.springframework.messaging.simp.user.SimpSubscription
-
Return the id associated of the subscription, never null
.
- getId() - Method in class org.springframework.messaging.simp.user.UserSessionRegistryAdapter.SimpSessionAdapter
-
- getId() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- getId() - Method in class org.springframework.mock.web.MockHttpSession
-
- getId() - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getId() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getId() - Method in class org.springframework.util.StopWatch
-
Return the id of this stop watch, as specified on construction.
- getId() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Get the value of the 'id
' attribute.
- getId() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getId() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getId() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- getId() - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpSession
-
- getId() - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpSubscription
-
- getId() - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
-
- getId() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- getId() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return a unique session identifier.
- getIdentifier() - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleElement
-
- getIdentifier() - Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
-
Return the identifier of the object for which the locking failed.
- getIdentifier() - Method in exception org.springframework.orm.ObjectRetrievalFailureException
-
Return the identifier of the object that was not found.
- getIdentityHexString(Object) - Static method in class org.springframework.util.ObjectUtils
-
Return a hex String form of an object's identity hash code.
- getIdentityStatement() - Method in class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
-
Statement to use to obtain the current identity value.
- getIdentityStatement() - Method in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
-
- getIdentityStatement() - Method in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
-
- getIdentityStatement() - Method in class org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
-
- getIdentityStatement() - Method in class org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
-
- getIdGenerator() - Static method in class org.springframework.messaging.MessageHeaders
-
- getIdGenerator() - Method in class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
-
Return the configured IdGenerator
, if any.
- getIdleConsumerLimit() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Return the limit for the number of idle consumers.
- getIdleCount() - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
- getIdleCount() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
- getIdleCount() - Method in interface org.springframework.aop.target.PoolingConfig
-
Return the number of idle objects in the pool.
- getIdleInvokerCount() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Determine whether this listener container currently has more
than one idle instance among its scheduled invokers.
- getIdleTaskExecutionLimit() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Return the limit for idle executions of a consumer task.
- getIfAvailable() - Method in interface org.springframework.beans.factory.ObjectProvider
-
Return an instance (possibly shared or independent) of the object
managed by this factory.
- getIfAvailable() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyObjectProvider
-
- getIfMatch() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the If-Match
header.
- getIfModifiedSince() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the If-Modified-Since
header.
- getIfNoneMatch() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the If-None-Match
header.
- getIfUnique() - Method in interface org.springframework.beans.factory.ObjectProvider
-
Return an instance (possibly shared or independent) of the object
managed by this factory.
- getIfUnique() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyObjectProvider
-
- getIfUnmodifiedSince() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the If-Unmodified-Since
header.
- getImplicitFrame(Context) - Method in class org.springframework.asm.ClassReader
-
Computes the implicit frame of the method currently being parsed (as
defined in the given
Context
) and stores it in the given context.
- getImportBeanDefinitionRegistrars() - Method in class org.springframework.context.annotation.ConfigurationClass
-
- getImportedBy() - Method in class org.springframework.context.annotation.ConfigurationClass
-
Return the configuration classes that imported this class,
or an empty Set if this configuration was not imported.
- getImportedResource() - Method in class org.springframework.beans.factory.parsing.ImportDefinition
-
Return the location of the imported resource.
- getImportedResources() - Method in class org.springframework.context.annotation.ConfigurationClass
-
- getImportingClassFor(String) - Method in class org.springframework.context.annotation.ConfigurationClassParser.ImportStack
-
- getImportingClassFor(String) - Method in interface org.springframework.context.annotation.ImportRegistry
-
- getImportPrefixes() - Method in class org.springframework.expression.spel.support.StandardTypeLocator
-
Return a list of all the import prefixes registered with this StandardTypeLocator.
- getImportRegistry() - Method in class org.springframework.context.annotation.ConfigurationClassParser
-
- getImports(ConfigurationClassParser.SourceClass) - Method in class org.springframework.context.annotation.ConfigurationClassParser
-
Returns @Import
class, considering all meta-annotations.
- getImportSelector() - Method in class org.springframework.context.annotation.ConfigurationClassParser.DeferredImportSelectorHolder
-
- getInboundMessageSizeLimit() - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
Get the configured inbound message buffer size in bytes.
- getIncludedUrl() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getIncludedUrl() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- getIncludedUrls() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getIncludePatterns(Element, String) - Method in class org.springframework.web.servlet.config.InterceptorsBeanDefinitionParser
-
- getIncrementerName() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
-
Return the name of the sequence/table.
- getIncrementStatement() - Method in class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
-
Statement to use to increment the "sequence" value.
- getIncrementStatement() - Method in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
-
- getIncrementStatement() - Method in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
-
- getIncrementStatement() - Method in class org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
-
- getIncrementStatement() - Method in class org.springframework.jdbc.support.incrementer.SybaseAnywhereMaxValueIncrementer
-
- getIncrementStatement() - Method in class org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
-
- getIndex() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Return the index of this parameter in the operation signature.
- getIndex(int, ConcurrentReferenceHashMap.Reference<K, V>[]) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
-
- getIndexedArgumentValue(int, Class<?>) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
Get argument value for the given index in the constructor argument list.
- getIndexedArgumentValue(int, Class<?>, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
Get argument value for the given index in the constructor argument list.
- getIndexedArgumentValues() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
Return the map of indexed argument values.
- getIndexedPropertyType() - Method in class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- getIndexedReadMethod() - Method in class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- getIndexedWriteMethod() - Method in class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- getInfo() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.PartialMatchHelper.PartialMatch
-
- getInfoReceiver() - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
Return the configured InfoReceiver
(never null
).
- getInfoUrl() - Method in class org.springframework.web.socket.sockjs.client.SockJsUrlInfo
-
- getInitBinderArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- getInitBinderMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- getInitialDelay() - Method in class org.springframework.scheduling.config.IntervalTask
-
- getInitialInterval() - Method in class org.springframework.util.backoff.ExponentialBackOff
-
Return the initial interval in milliseconds.
- getInitializers() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- getInitMethod() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Return the default init-method setting for the document that's currently parsed.
- getInitMethodName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the name of the initializer method.
- getInitMethodName() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- getInitParameter(String) - Method in class org.springframework.mock.web.MockFilterConfig
-
- getInitParameter(String) - Method in class org.springframework.mock.web.MockServletConfig
-
- getInitParameter(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getInitParameter(String) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- getInitParameter(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getInitParameter(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- getInitParameter(String) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
-
- getInitParameter(String) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
-
- getInitParameter(String) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor.DelegatingServletConfig
-
- getInitParameter(String) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController.DelegatingServletConfig
-
- getInitParameter(String) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView.DelegatingServletConfig
-
- getInitParameterNames() - Method in class org.springframework.mock.web.MockFilterConfig
-
- getInitParameterNames() - Method in class org.springframework.mock.web.MockServletConfig
-
- getInitParameterNames() - Method in class org.springframework.mock.web.MockServletContext
-
- getInitParameterNames() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- getInitParameterNames() - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getInitParameterNames() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- getInitParameterNames() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
-
- getInitParameterNames() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
-
- getInitParameterNames() - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor.DelegatingServletConfig
-
- getInitParameterNames() - Method in class org.springframework.web.servlet.mvc.ServletWrappingController.DelegatingServletConfig
-
- getInitParameterNames() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView.DelegatingServletConfig
-
- getInjectionPoint() - Method in exception org.springframework.beans.factory.UnsatisfiedDependencyException
-
Return the injection point (field or method/constructor parameter), if known.
- getInnerBeanDefinitions() - Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
-
Returns an empty array.
- getInnerBeanDefinitions() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
-
- getInnerBeanDefinitions() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
-
Return the
BeanDefinitions
that represent all relevant
inner beans within this component.
- getInnermostDelegate(Object) - Static method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
-
Deprecated.
Extracts the innermost delegate from the given Commons DBCP object.
- getInParameterNames() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Get the names of in parameters to be used.
- getInputFlashMap(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Return a read-only Map
with "input" flash attributes saved on a
previous request.
- getInputStream() - Method in class org.springframework.beans.factory.support.BeanDefinitionResource
-
- getInputStream() - Method in class org.springframework.core.io.ByteArrayResource
-
This implementation returns a ByteArrayInputStream for the
underlying byte array.
- getInputStream() - Method in class org.springframework.core.io.ClassPathResource
-
This implementation opens an InputStream for the given class path resource.
- getInputStream() - Method in class org.springframework.core.io.DescriptiveResource
-
- getInputStream() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation opens a FileInputStream for the underlying file.
- getInputStream() - Method in class org.springframework.core.io.InputStreamResource
-
This implementation throws IllegalStateException if attempting to
read the underlying stream multiple times.
- getInputStream() - Method in interface org.springframework.core.io.InputStreamSource
-
Return an InputStream
for the content of an underlying resource.
- getInputStream() - Method in class org.springframework.core.io.PathResource
-
This implementation opens a InputStream for the underlying file.
- getInputStream() - Method in class org.springframework.core.io.support.EncodedResource
-
Open an
InputStream
for the specified resource, ignoring any specified
Charset
or
encoding.
- getInputStream() - Method in class org.springframework.core.io.UrlResource
-
This implementation opens an InputStream for the given URL.
- getInputStream() - Method in class org.springframework.core.io.VfsResource
-
- getInputStream(Object) - Static method in class org.springframework.core.io.VfsUtils
-
- getInputStream() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getInputStream() - Method in class org.springframework.mock.web.MockMultipartFile
-
- getInputStream() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
-
- getInputStream() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
-
Deprecated.
- getInputStream() - Method in class org.springframework.util.FastByteArrayOutputStream
-
Get an InputStream
to retrieve the data in this OutputStream.
- getInputStream() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation delegates to ServletContext.getResourceAsStream
,
but throws a FileNotFoundException if no resource found.
- getInputStream() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getInputStream() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return an InputStream to read the contents of the file from.
- getInputStream() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
-
- getInputStream() - Method in class org.springframework.web.portlet.context.PortletContextResource
-
This implementation delegates to PortletContext.getResourceAsStream
,
but throws a FileNotFoundException if not found.
- getInputStream() - Method in class org.springframework.web.servlet.resource.GzipResourceResolver.GzippedResource
-
- getInputStream() - Method in class org.springframework.web.servlet.resource.VersionResourceResolver.FileNameVersionedResource
-
- getInputStream() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
- getInputType() - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
-
Return the type of the HTML input element to generate:
"checkbox" or "radio".
- getInputType() - Method in class org.springframework.web.servlet.tags.form.CheckboxesTag
-
- getInputType() - Method in class org.springframework.web.servlet.tags.form.CheckboxTag
-
- getInputType() - Method in class org.springframework.web.servlet.tags.form.RadioButtonsTag
-
- getInputType() - Method in class org.springframework.web.servlet.tags.form.RadioButtonTag
-
- getInserts() - Method in exception org.springframework.expression.spel.SpelEvaluationException
-
Return the message inserts.
- getInserts() - Method in exception org.springframework.expression.spel.SpelParseException
-
Return the message inserts.
- getInsertString() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Get the insert string to be used.
- getInsertTypes() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Get the array of Types
to be used for insert.
- getInstalledExtensions() - Method in class org.springframework.test.context.web.socket.MockServerContainer
-
- getInstalledExtensions(WebSocketContainer) - Method in class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
-
- getInstalledExtensions(WebSocketContainer) - Method in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
-
- getInstance() - Static method in class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
-
- getInstance() - Static method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
-
Returns an instance which uses the default "classpath*:beanRefFactory.xml",
as the name of the definition file(s).
- getInstance(String) - Static method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
-
Returns an instance which uses the specified selector, as the name of the
definition file(s).
- getInstance() - Static method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
-
Returns an instance which uses the default "classpath*:beanRefContext.xml", as
the name of the definition file(s).
- getInstance(String) - Static method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
-
Returns an instance which uses the specified selector, as the name of the
definition file(s).
- getInstance() - Static method in class org.springframework.context.access.DefaultLocatorFactory
-
Return an instance object implementing BeanFactoryLocator.
- getInstance(String) - Static method in class org.springframework.context.access.DefaultLocatorFactory
-
Return an instance object implementing BeanFactoryLocator.
- getInstance() - Static method in class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
-
- getInstance() - Static method in class org.springframework.jdbc.datasource.embedded.H2EmbeddedDatabaseConfigurer
-
Get the singleton H2EmbeddedDatabaseConfigurer
instance.
- getInstance() - Static method in class org.springframework.jdbc.datasource.embedded.HsqlEmbeddedDatabaseConfigurer
-
- getInstance() - Static method in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
-
Return the singleton instance.
- getInstance() - Static method in class org.springframework.jdbc.support.SQLErrorCodesFactory
-
Return the singleton instance.
- getInstance(Object) - Static method in class org.springframework.jmx.support.ObjectNameManager
-
Retrieve the ObjectName
instance corresponding to the supplied name.
- getInstance(String) - Static method in class org.springframework.jmx.support.ObjectNameManager
-
Retrieve the ObjectName
instance corresponding to the supplied name.
- getInstance(String, String, String) - Static method in class org.springframework.jmx.support.ObjectNameManager
-
Retrieve an ObjectName
instance for the specified domain and a
single property with the supplied key and value.
- getInstance(String, Hashtable<String, String>) - Static method in class org.springframework.jmx.support.ObjectNameManager
-
Retrieve an ObjectName
instance with the specified domain name
and the supplied key/name properties.
- getInstance() - Static method in class org.springframework.test.annotation.SystemProfileValueSource
-
Obtain the canonical instance of this ProfileValueSource.
- getInstance(Class<T>) - Method in class org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
-
- getInstance(Class<T>) - Method in class org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
-
- getInstantiationStrategy() - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Return the instantiation strategy to use for creating bean instances.
- getInstantiatorOf(Class<T>) - Method in class org.springframework.objenesis.SpringObjenesis
-
- getInstrumentableClassLoader() - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
-
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
-
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
We have the ability to weave the current class loader when starting the
JVM in this way, so the instrumentable class loader will always be the
current loader.
- getInstrumentableClassLoader() - Method in interface org.springframework.instrument.classloading.jboss.JBossClassLoaderAdapter
-
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
-
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
-
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.jboss.JBossModulesAdapter
-
- getInstrumentableClassLoader() - Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
-
Return a ClassLoader
that supports instrumentation
through AspectJ-style load-time weaving based on user-defined
ClassFileTransformers
.
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
-
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
-
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
-
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
-
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
-
- getInstrumentation() - Static method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
Obtain the Instrumentation instance for the current VM, if available.
- getInstrumentation() - Static method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver.InstrumentationAccessor
-
- getInstrumentation() - Static method in class org.springframework.instrument.InstrumentationSavingAgent
-
Return the Instrumentation
interface exposed by the JVM.
- getInt(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getInt(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getInt(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as an int.
- getInt(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as an int.
- getInteractionSpec() - Method in class org.springframework.jca.cci.object.EisOperation
-
Return the CCI InteractionSpec for this operation.
- getInterceptor(Advisor) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapter
-
Return an AOP Alliance MethodInterceptor exposing the behavior of
the given advice to an interception-based AOP framework.
- getInterceptor(Advisor) - Method in class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter
-
- getInterceptor(Advisor) - Method in class org.springframework.aop.framework.adapter.MethodBeforeAdviceAdapter
-
- getInterceptor(Advisor) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceAdapter
-
- getInterceptor() - Method in class org.springframework.web.context.request.async.DeferredResult
-
- getInterceptor() - Method in class org.springframework.web.context.request.async.WebAsyncTask
-
- getInterceptor() - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
-
Returns the underlying interceptor.
- getInterceptor() - Method in class org.springframework.web.servlet.handler.MappedInterceptor
-
The actual Interceptor reference.
- getInterceptorNameSuffix(BeanDefinition) - Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
-
- getInterceptors(Advisor) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
-
Return an array of AOP Alliance MethodInterceptors to allow use of the
given Advisor in an interception-based framework.
- getInterceptors(Advisor) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
-
- getInterceptors() - Method in class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
-
Return the request interceptor that this accessor uses.
- getInterceptors() - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
-
Return the request interceptor that this accessor uses.
- getInterceptors() - Method in class org.springframework.messaging.simp.config.ChannelRegistration
-
- getInterceptors() - Method in class org.springframework.messaging.support.AbstractMessageChannel
-
- getInterceptors() - Method in interface org.springframework.messaging.support.InterceptableChannel
-
Return the list of configured interceptors.
- getInterceptors() - Method in class org.springframework.test.web.servlet.DefaultMvcResult
-
- getInterceptors() - Method in interface org.springframework.test.web.servlet.MvcResult
-
Return interceptors around the handler.
- getInterceptors() - Method in class org.springframework.web.portlet.HandlerExecutionChain
-
Return the array of interceptors to apply (in the given order).
- getInterceptors() - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistry
-
Returns all registered interceptors.
- getInterceptors() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Provide access to the shared handler interceptors used to configure
HandlerMapping
instances with.
- getInterceptors() - Method in class org.springframework.web.servlet.HandlerExecutionChain
-
Return the array of interceptors to apply (in the given order).
- getInterceptors() - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
-
- getInterceptors() - Method in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
-
- getInterceptorsAndDynamicInterceptionAdvice(Method, Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
-
Determine a list of
MethodInterceptor
objects
for the given method, based on this configuration.
- getInterceptorsAndDynamicInterceptionAdvice(Advised, Method, Class<?>) - Method in interface org.springframework.aop.framework.AdvisorChainFactory
-
Determine a list of
MethodInterceptor
objects
for the given advisor chain configuration.
- getInterceptorsAndDynamicInterceptionAdvice(Advised, Method, Class<?>) - Method in class org.springframework.aop.framework.DefaultAdvisorChainFactory
-
- getInterfaceNames() - Method in interface org.springframework.core.type.ClassMetadata
-
Return the names of all interfaces that the underlying class
implements, or an empty array if there are none.
- getInterfaceNames() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- getInterfaceNames() - Method in class org.springframework.core.type.StandardClassMetadata
-
- getInterfaces() - Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
-
- getInterfaces() - Method in interface org.springframework.aop.IntroductionInfo
-
Return the additional interfaces introduced by this Advisor or Advice.
- getInterfaces() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- getInterfaces() - Method in class org.springframework.aop.support.IntroductionInfoSupport
-
- getInterfaces() - Method in class org.springframework.asm.ClassReader
-
Returns the internal names of the class's interfaces (see
getInternalName
).
- getInterfaces() - Method in class org.springframework.context.annotation.ConfigurationClassParser.SourceClass
-
- getInterfaces() - Method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
array representing the direct interfaces
implemented by this type.
- getInternalBeanFactoryForBean(String) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
-
Return the internal BeanFactory to be used for the specified bean.
- getInternalBindingResult() - Method in class org.springframework.validation.DataBinder
-
Return the internal BindingResult held by this DataBinder,
as an AbstractPropertyBindingResult.
- getInternalName() - Method in class org.springframework.asm.Type
-
Returns the internal name of the class corresponding to this object or
array type.
- getInternalName(Class<?>) - Static method in class org.springframework.asm.Type
-
Returns the internal name of the given class.
- getInternalParentBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the internal bean factory of the parent context if it implements
ConfigurableApplicationContext; else, return the parent context itself.
- getInternalParentMessageSource() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the internal message source of the parent context if it is an
AbstractApplicationContext too; else, return the parent context itself.
- getInterval() - Method in class org.springframework.scheduling.config.IntervalTask
-
- getInterval() - Method in class org.springframework.util.backoff.FixedBackOff
-
Return the interval between two attempts in milliseconds.
- getIntHeader(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getIntLiteral(String, int, int) - Static method in class org.springframework.expression.spel.ast.Literal
-
Process the string form of a number, using the specified base if supplied
and return an appropriate literal to hold it.
- getIntParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an Integer parameter, or null
if not present.
- getIntParameter(ServletRequest, String, int) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an int parameter, with a fallback value.
- getIntParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get an Integer parameter, or null
if not present.
- getIntParameter(PortletRequest, String, int) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get an int parameter, with a fallback value.
- getIntParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of int parameters, return an empty array if not found.
- getIntParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get an array of int parameters, return an empty array if not found.
- getIntroductionDelegateFor(Object) - Method in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
-
- getIntrospectedClass() - Method in class org.springframework.core.type.StandardClassMetadata
-
Return the underlying Class.
- getIntrospectedMethod() - Method in class org.springframework.core.type.StandardMethodMetadata
-
Return the underlying Method.
- getInvalidResultSetAccessCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getInvocationCount() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
-
- getInvocationCount() - Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
-
Return the number of client invocations.
- getInvocationDescription(MethodInvocation) - Method in class org.springframework.aop.interceptor.DebugInterceptor
-
- getInvocationDescription(MethodInvocation) - Method in class org.springframework.aop.interceptor.SimpleTraceInterceptor
-
Return a description for the given method invocation.
- getInvocationErrorMessage(Object, String, Object[]) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
- getInvocationErrorMessage(String, Object[]) - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
- getInvocationErrorMessage(String, Object[]) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
- getInvocationFailureMessage() - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
-
Build a message for an invocation failure exception.
- getIsolationLevel() - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
-
Return the statically specified isolation level,
or null
if none.
- getIsolationLevel() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
- getIsolationLevel() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
-
- getIsolationLevel() - Method in interface org.springframework.transaction.TransactionDefinition
-
Return the isolation level.
- getItem(int) - Method in class org.springframework.asm.ClassReader
-
Returns the start index of the constant pool item in
b
, plus
one.
- getItemCount() - Method in class org.springframework.asm.ClassReader
-
Returns the number of constant pool items in
b
.
- getItemLabel() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Get the value to be displayed as part of the
'input type="checkbox/radio"
' tag.
- getItemLabel() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Get the name of the property mapped to the label (inner text) of the
'option
' tag.
- getItemLabel() - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Get the value of the 'itemLabel
' attribute.
- getItems() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Get the Collection
, Map
or array of objects
used to generate the 'input type="checkbox/radio"
' tags.
- getItems() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Get the Collection
, Map
or array
of objects used to generate the inner 'option
' tags.
- getItems() - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Get the value of the 'items
' attribute.
- getItemValue() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Get the name of the property mapped to the 'value
' attribute
of the 'input type="checkbox/radio"
' tag.
- getItemValue() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Return the name of the property mapped to the 'value
'
attribute of the 'option
' tag.
- getItemValue() - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Get the value of the 'itemValue
' attribute.
- getJarFile(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Resolve the given jar file URL into a JarFile object.
- getJarFileUrls() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getJavaMailProperties() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Allow Map access to the JavaMail properties of this sender,
with the option to add or override specific entries.
- getJavaType(Type, Class<?>) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Return the Jackson JavaType
for the specified type and context class.
- getJavaTypeForMessage(Message) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
Determine a Jackson JavaType for the given JMS Message,
typically parsing a type id message property.
- getJavaVersion() - Static method in class org.springframework.core.JdkVersion
-
Deprecated.
Return the full Java version string, as returned by
System.getProperty("java.version")
.
- getJaxbContext(Class<?>) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
-
Return a JAXBContext
for the given class.
- getJaxbContext() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Return the JAXBContext used by this marshaller, lazily building it if necessary.
- getJaxWsService() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return a reference to an existing JAX-WS Service instance, if any.
- getJdbcConnection(PersistenceManager, boolean) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
-
This implementation returns a DataStoreConnectionHandle for JDO.
- getJdbcConnection(PersistenceManager, boolean) - Method in interface org.springframework.orm.jdo.JdoDialect
-
Retrieve the JDBC Connection that the given JDO PersistenceManager uses underneath,
if accessing a relational database.
- getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
-
This implementation always returns null
,
indicating that no JDBC Connection can be provided.
- getJdbcConnection(EntityManager, boolean) - Method in interface org.springframework.orm.jpa.JpaDialect
-
Retrieve the JDBC Connection that the given JPA EntityManager uses underneath,
if accessing a relational database.
- getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
-
- getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
-
- getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect
-
- getJdbcDataSource() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Return the javax.sql.DataSource
that this view uses, if any.
- getJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Return the JDBC exception translator for this instance, if any.
- getJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
Return the JDBC exception translator for this transaction manager, if any.
- getJdbcExceptionTranslator() - Method in class org.springframework.orm.jdo.DefaultJdoDialect
-
Return the JDBC exception translator for this dialect, if any.
- getJdbcOperations() - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
-
Expose the classic Spring JdbcTemplate to allow invocation of
classic JDBC operations.
- getJdbcOperations() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
-
Expose the classic Spring JdbcTemplate to allow invocation of
less commonly used methods.
- getJdbcTemplate() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
- getJdbcTemplate() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
- getJdbcTemplate() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
-
Return the JdbcTemplate for this DAO,
pre-initialized with the DataSource or set explicitly.
- getJdbcTemplate() - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Return the JdbcTemplate object used by this object.
- getJdoDialect() - Method in class org.springframework.orm.jdo.JdoTransactionManager
-
Return the JDO dialect to use for this transaction manager.
- getJdoDialect() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
-
Return the JDO dialect to use for this proxy.
- getJdoIsolationLevel(TransactionDefinition) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
-
Determine the JDO isolation level String to use for the given
Spring transaction definition.
- getJdoPropertyMap() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
-
Allow Map access to the JDO properties to be passed to the JDOHelper,
with the option to add or override specific entries.
- getJmsMessageConverter() - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
- getJmsTemplate() - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
- getJmsTemplate() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
-
Return the JmsTemplate for the gateway.
- getJndiEnvironment() - Method in class org.springframework.jndi.JndiAccessor
-
Return the JNDI environment to use for JNDI lookups.
- getJndiEnvironment() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Return the JNDI environment to use for JNDI lookups.
- getJndiName() - Method in class org.springframework.jndi.JndiObjectLocator
-
Return the JNDI name to look up.
- getJndiTemplate() - Method in class org.springframework.jndi.JndiAccessor
-
Return the JNDI template to use for JNDI lookups.
- getJndiTemplate() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Return the JndiTemplate used for JNDI lookups.
- getJobDataMap() - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Return the trigger's JobDataMap.
- getJobDataMap() - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Return the job's JobDataMap.
- getJobDataMap() - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Return the trigger's JobDataMap.
- getJodaTimeContext() - Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
-
Return the JodaTimeContext associated with the current thread, if any.
- getJoinPoint() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Overridden in around advice to return proceeding join point.
- getJoinpointIdentification() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
-
Return a String representation of this joinpoint (usually a Method call)
for use in logging.
- getJoinPointMatch() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Get the current join point match at the join point we are being dispatched on.
- getJoinPointMatch(ProxyMethodInvocation) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getJpaDialect() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getJpaDialect() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
-
Return the vendor-specific JpaDialect implementation for this
EntityManagerFactory, or null
if not known.
- getJpaDialect() - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Return the JPA dialect to use for this transaction manager.
- getJpaDialect() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
-
Return the vendor-specific JpaDialect implementation for this
provider, or null
if there is none.
- getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
- getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
-
- getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
-
- getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
-
- getJpaPropertyMap() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Allow Map access to the JPA properties to be passed to the persistence
provider, with the option to add or override specific entries.
- getJpaPropertyMap() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
-
Allow Map access to the JPA properties to be passed to the persistence
provider, with the option to add or override specific entries.
- getJpaPropertyMap() - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Allow Map access to the JPA properties to be passed to the persistence
provider, with the option to add or override specific entries.
- getJpaPropertyMap() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
-
Return a Map of vendor-specific JPA properties,
typically based on settings in this JpaVendorAdapter instance.
- getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
- getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
-
- getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
-
- getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
-
- getJpaVendorAdapter() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Return the JpaVendorAdapter implementation for this
EntityManagerFactory, or null
if not known.
- getJsonEncoding(MediaType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Determine the JSON encoding to use for the given content type.
- getJsonEncoding(MimeType) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
-
Determine the JSON encoding to use for the given content type.
- getJsonpFunction() - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Return the configured JSONP function name.
- getJsonpParameterValue(HttpServletRequest) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
- getJspConfigDescriptor() - Method in class org.springframework.mock.web.MockServletContext
-
- getJstlAwareMessageSource(ServletContext, MessageSource) - Static method in class org.springframework.web.servlet.support.JstlUtils
-
Checks JSTL's "javax.servlet.jsp.jstl.fmt.localizationContext"
context-param and creates a corresponding child message source,
with the provided Spring-defined MessageSource as parent.
- getJstlLocale(PageContext) - Static method in class org.springframework.web.servlet.support.JspAwareRequestContext.JstlPageLocaleResolver
-
- getJstlLocale(HttpServletRequest, ServletContext) - Static method in class org.springframework.web.servlet.support.RequestContext.JstlLocaleResolver
-
- getJstlTimeZone(PageContext) - Static method in class org.springframework.web.servlet.support.JspAwareRequestContext.JstlPageLocaleResolver
-
- getJstlTimeZone(HttpServletRequest, ServletContext) - Static method in class org.springframework.web.servlet.support.RequestContext.JstlLocaleResolver
-
- getJtaDataSource() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getJtaPlatformBasePackage() - Static method in class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
-
- getJtaPlatformProxy() - Method in class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
-
Obtain a proxy that implements the current Hibernate version's JtaPlatform interface
in the right package location, delegating all invocations to the same-named methods
on this ConfigurableJtaPlatform class itself.
- getJtaSynchronizedSession(SessionHolder, SessionFactory, SQLExceptionTranslator) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
-
Deprecated.
Retrieve a Session from the given SessionHolder, potentially from a
JTA transaction synchronization.
- getJtaTransactionManager(SessionFactory, Session) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
-
Deprecated.
Try to retrieve the JTA TransactionManager from the given SessionFactory
and/or Session.
- getJUnitTimeout(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Retrieve the configured JUnit timeout
from the @Test
annotation on the supplied test method.
- getKeepAliveSeconds() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the ThreadPoolExecutor's keep-alive seconds.
- getKey() - Method in exception org.springframework.cache.Cache.ValueRetrievalException
-
- getKey() - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- getKey() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getKey() - Method in class org.springframework.jdbc.support.GeneratedKeyHolder
-
- getKey() - Method in interface org.springframework.jdbc.support.KeyHolder
-
Retrieve the first item from the first map, assuming that there is just
one item and just one map, and that the item is a number.
- getKey() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
-
- getKeyGenerator() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Return the default
KeyGenerator
that this cache aspect delegates to.
- getKeyGenerator() - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- getKeyGenerator() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getKeyGenerator() - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheKeyOperation
-
- getKeyGenerator() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
Return the specified key generator to use, if any.
- getKeyList() - Method in class org.springframework.jdbc.support.GeneratedKeyHolder
-
- getKeyList() - Method in interface org.springframework.jdbc.support.KeyHolder
-
Return a reference to the List that contains the keys.
- getKeyParameters(Object...) - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheKeyOperation
-
Return the CacheInvocationParameter
for the parameters that are to be
used to compute the key.
- getKeyParameters() - Method in class org.springframework.cache.jcache.interceptor.DefaultCacheKeyInvocationContext
-
- getKeys() - Method in class org.springframework.context.support.MessageSourceResourceBundle
-
This implementation throws UnsupportedOperationException
,
as a MessageSource does not allow for enumerating the defined message codes.
- getKeys() - Method in class org.springframework.jdbc.support.GeneratedKeyHolder
-
- getKeys() - Method in interface org.springframework.jdbc.support.KeyHolder
-
Retrieve the first map of keys.
- getKeyTypeName() - Method in class org.springframework.beans.factory.support.ManagedMap
-
Return the default key type name (class name) to be used for this map.
- getKeyword() - Method in class org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractCssLinkParser
-
Return the keyword to use to search for links.
- getKeyword() - Method in class org.springframework.web.servlet.resource.CssLinkResourceTransformer.ImportStatementCssLinkParser
-
- getKeyword() - Method in class org.springframework.web.servlet.resource.CssLinkResourceTransformer.UrlFunctionCssLinkParser
-
- getKind() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
- getKind() - Method in class org.springframework.expression.spel.standard.Token
-
- getLabel() - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
-
Get the value of the 'label
' attribute.
- getLabel() - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Get the text body of the rendered HTML <option>
tag.
- getLabels() - Method in class org.springframework.asm.Attribute
-
Returns the labels corresponding to this attribute.
- getLabelValue(Object) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Returns the value of the label for this 'option
' element.
- getLang() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'lang
' attribute.
- getLastAccessedTime() - Method in class org.springframework.mock.web.MockHttpSession
-
- getLastAccessedTime() - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getLastBuilder(Class<T>) - Method in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
-
- getLastElementOnPage() - Method in class org.springframework.beans.support.PagedListHolder
-
Return the element index of the last element on the current page.
- getLastHandler() - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
-
- getLastLinkedPage() - Method in class org.springframework.beans.support.PagedListHolder
-
Return the last page to which create a link around the current page.
- getLastModified(Object) - Static method in class org.springframework.core.io.VfsUtils
-
- getLastModified() - Method in class org.springframework.http.HttpHeaders
-
Return the time the resource was last changed, as specified by the
Last-Modified
header.
- getLastModified(Object) - Method in class org.springframework.ui.freemarker.SpringTemplateLoader
-
- getLastModified(Resource) - Method in class org.springframework.ui.velocity.SpringResourceLoader
-
- getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
-
- getLastModified(HttpServletRequest, Object) - Method in interface org.springframework.web.servlet.HandlerAdapter
-
Same contract as for HttpServlet's getLastModified
method.
- getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
This method always returns -1 since an annotated controller can have many methods,
each requiring separate lastModified calculations.
- getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
-
- getLastModified(HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.LastModified
-
Same contract as for HttpServlet's getLastModified
method.
- getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
-
- getLastModified(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
Try to find an XXXXLastModified method, where XXXX is the name of a handler.
- getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
-
- getLastModified(HttpServletRequest) - Method in class org.springframework.web.servlet.ResourceServlet
-
Deprecated.
Return the last-modified timestamp of the file that corresponds
to the target resource URL (i.e.
- getLastModifiedInternal(HttpServletRequest, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
-
Same contract as for javax.servlet.http.HttpServlet#getLastModified(HttpServletRequest)
.
- getLastModifiedInternal(HttpServletRequest, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
This implementation always returns -1.
- getLastNestedPropertySeparatorIndex(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
-
Determine the first nested property separator in the
given property path, ignoring dots in keys (like "map[my.key]").
- getLastReadInvokerPair() - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
- getLastReadTime() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler.SessionInfo
-
- getLastRefreshTime() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
- getLastRefreshTime() - Method in interface org.springframework.aop.target.dynamic.Refreshable
-
Return the last time an actual refresh happened (as timestamp).
- getLastSession() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- getLastTaskInfo() - Method in class org.springframework.util.StopWatch
-
Return the last task as a TaskInfo object.
- getLastTaskName() - Method in class org.springframework.util.StopWatch
-
Return the name of the last task.
- getLastTaskTimeMillis() - Method in class org.springframework.util.StopWatch
-
Return the time taken by the last task.
- getLastWriteTime() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler.SessionInfo
-
- getLazyInit() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Return the default lazy-init flag for the document that's currently parsed.
- getLazyResolutionProxyIfNecessary(DependencyDescriptor, String) - Method in interface org.springframework.beans.factory.support.AutowireCandidateResolver
-
Build a proxy for lazy resolution of the actual dependency target,
if demanded by the injection point.
- getLazyResolutionProxyIfNecessary(DependencyDescriptor, String) - Method in class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
-
- getLazyResolutionProxyIfNecessary(DependencyDescriptor, String) - Method in class org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
-
- getLeftOperand() - Method in class org.springframework.expression.spel.ast.Operator
-
- getLength() - Method in class org.springframework.asm.TypePath
-
Returns the length of this path.
- getLength() - Method in enum org.springframework.expression.spel.standard.TokenKind
-
- getLength() - Method in class org.springframework.util.AntPathMatcher.AntPatternComparator.PatternInfo
-
Returns the length of the given pattern, where template variables are considered to be 1 long.
- getLength() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
-
- getLexicalHandler() - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
-
- getLexicalHandler() - Method in class org.springframework.util.xml.AbstractXMLReader
-
- getLifecycleBeans() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
Retrieve all applicable Lifecycle beans: all singletons that have already been created,
as well as all SmartLifecycle beans (even if they are marked as lazy-init).
- getLifecyclePhase() - Method in class org.springframework.mock.web.portlet.MockActionRequest
-
- getLifecyclePhase() - Method in class org.springframework.mock.web.portlet.MockEventRequest
-
- getLifecyclePhase() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
Return the Portlet 2.0 lifecycle id for the current phase.
- getLifecyclePhase() - Method in class org.springframework.mock.web.portlet.MockRenderRequest
-
- getLifecyclePhase() - Method in class org.springframework.mock.web.portlet.MockResourceRequest
-
- getLifecycleProcessor() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the internal LifecycleProcessor used by the context.
- getLimitedInParameterNames() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Get a limited set of in parameters to be used.
- getLine() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.SourceLocationImpl
-
- getLineNumber() - Method in exception org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException
-
Return the line number in the XML resource that failed.
- getLineNumber() - Method in class org.springframework.util.xml.AbstractStaxXMLReader.StaxLocator
-
- getLineNumber() - Method in class org.springframework.util.xml.StaxEventHandler.LocatorLocationAdapter
-
- getListenerContainer(String) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
-
- getListenerContainerIds() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
-
- getListenerContainers() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
-
- getListenerMethodName(Message, Object) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
Determine the name of the listener method that is supposed to
handle the given message.
- getListeners() - Method in class org.springframework.mock.web.MockAsyncContext
-
- getLiteralValue() - Method in class org.springframework.expression.spel.ast.BooleanLiteral
-
- getLiteralValue() - Method in class org.springframework.expression.spel.ast.FloatLiteral
-
- getLiteralValue() - Method in class org.springframework.expression.spel.ast.IntLiteral
-
- getLiteralValue() - Method in class org.springframework.expression.spel.ast.Literal
-
- getLiteralValue() - Method in class org.springframework.expression.spel.ast.LongLiteral
-
- getLiteralValue() - Method in class org.springframework.expression.spel.ast.NullLiteral
-
- getLiteralValue() - Method in class org.springframework.expression.spel.ast.RealLiteral
-
- getLiteralValue() - Method in class org.springframework.expression.spel.ast.StringLiteral
-
- getLoadFactor() - Method in class org.springframework.util.ConcurrentReferenceHashMap
-
- getLoadTimeWeaver() - Method in interface org.springframework.context.annotation.LoadTimeWeavingConfigurer
-
Create, configure and return the LoadTimeWeaver
instance to be used.
- getLoadTimeWeaver() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Return the Spring LoadTimeWeaver to use for class instrumentation according
to the JPA class transformer contract.
- getLobCreator() - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- getLobCreator() - Method in interface org.springframework.jdbc.support.lob.LobHandler
-
- getLobCreator() - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
Deprecated.
- getLocalAddr() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getLocalAddress() - Method in interface org.springframework.http.server.ServerHttpRequest
-
Return the address on which the request was received.
- getLocalAddress() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getLocalAddress() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getLocalAddress() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getLocalAddress() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- getLocalAddress() - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
-
- getLocalAddress() - Method in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
-
- getLocalAddress() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getLocalAddress() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getLocalAddress() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return the address on which the request was received.
- getLocale() - Method in interface org.springframework.context.i18n.LocaleContext
-
Return the current Locale, which can be fixed or determined dynamically,
depending on the implementation strategy.
- getLocale() - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Return the Locale associated with the current thread, if any,
or the system default Locale otherwise.
- getLocale() - Method in class org.springframework.context.i18n.SimpleLocaleContext
-
- getLocale() - Method in class org.springframework.context.support.MessageSourceResourceBundle
-
This implementation exposes the specified Locale for introspection
through the standard ResourceBundle.getLocale()
method.
- getLocale() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Return the first preferred locale configured
in this mock request.
- getLocale() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getLocale() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- getLocale() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getLocale() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-
Return the locale used by this LinkedCaseInsensitiveMap
.
- getLocale() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getLocale() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getLocale() - Method in interface org.springframework.web.context.request.WebRequest
-
Return the primary Locale for this request.
- getLocale() - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getLocale() - Method in class org.springframework.web.servlet.handler.DispatcherServletWebRequest
-
- getLocale() - Method in class org.springframework.web.servlet.support.JstlUtils.SpringLocalizationContext
-
- getLocale() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the current Locale (falling back to the request locale; never null
).
- getLocale(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Retrieve the current locale from the given request, using the
LocaleResolver bound to the request by the DispatcherServlet
(if available), falling back to the request's accept-header Locale.
- getLocale() - Method in class org.springframework.web.servlet.view.velocity.VelocityView.LocaleAwareDateTool
-
Deprecated.
- getLocale() - Method in class org.springframework.web.servlet.view.velocity.VelocityView.LocaleAwareNumberTool
-
Deprecated.
- getLocaleContext() - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Return the LocaleContext associated with the current thread, if any.
- getLocaleResolver(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Return the LocaleResolver that has been bound to the request by the
DispatcherServlet.
- getLocales() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Return an enumeration of the preferred
locales configured in this mock request.
- getLocales() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getLocalHost() - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient
-
- getLocalName(Node) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Get the local name for the supplied Node
.
- getLocalName() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getLocalName() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
-
- getLocalPort() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getLocalPropertyHandler(String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- getLocalPropertyHandler(String) - Method in class org.springframework.beans.BeanWrapperImpl
-
- getLocalPropertyHandler(String) - Method in class org.springframework.beans.DirectFieldAccessor
-
- getLocalRegistryDto() - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry
-
- getLocation() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- getLocation() - Method in class org.springframework.aop.support.AbstractExpressionPointcut
-
Return location information about the pointcut expression
if available.
- getLocation() - Method in class org.springframework.beans.factory.parsing.Problem
-
Get the location within a bean configuration source that triggered the error.
- getLocation() - Method in class org.springframework.http.HttpHeaders
-
Return the (new) location of a resource
as specified by the Location
header.
- getLocation() - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getLocations() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- getLocations() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged resource locations for
ApplicationContext
configuration files for the
test class.
- getLocations() - Method in class org.springframework.test.context.support.MergedTestPropertySources
-
Get the resource locations of properties files.
- getLocations() - Method in class org.springframework.test.context.support.TestPropertySourceAttributes
-
Get the resource locations that were declared via @TestPropertySource
.
- getLocations() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Return the List
of Resource
paths to use as sources
for serving static resources.
- getLogFile() - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- getLoggerForInvocation(MethodInvocation) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Return the appropriate Log
instance to use for the given
MethodInvocation
.
- getLoggingPeriod() - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
Return the configured logging period frequency in milliseconds.
- getLogin() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getLogin() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Get the login header.
- getLoginTimeout() - Method in class org.springframework.jdbc.datasource.AbstractDataSource
-
Returns 0, indicating the default system timeout is to be used.
- getLoginTimeout() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- getLoginTimeout() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
-
- getLogWriter() - Method in class org.springframework.jdbc.datasource.AbstractDataSource
-
LogWriter methods are not supported.
- getLogWriter() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- getLogWriter() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
-
- getLong(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getLong(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getLong(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a long.
- getLong(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a long.
- getLongDescription() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
-
Return a long description for the bean, including name and aliases
as well as a description of the contained
BeanDefinition
.
- getLongLiteral(String, int, int) - Static method in class org.springframework.expression.spel.ast.Literal
-
- getLongParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a Long parameter, or null
if not present.
- getLongParameter(ServletRequest, String, long) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a long parameter, with a fallback value.
- getLongParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get a Long parameter, or null
if not present.
- getLongParameter(PortletRequest, String, long) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get a long parameter, with a fallback value.
- getLongParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of long parameters, return an empty array if not found.
- getLongParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get an array of long parameters, return an empty array if not found.
- getLookupDestination(String) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Check whether the given destination (of an incoming message) matches to
one of the configured destination prefixes and if so return the remaining
portion of the destination after the matched prefix.
- getLookupDestination(String) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
-
Build a lookup key for the given request.
- getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
-
Uses the value of the specified parameter as lookup key.
- getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
-
Uses the current PortletMode as lookup key.
- getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
-
Returns a lookup key that combines the current PortletMode and the current
value of the specified parameter.
- getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
-
Uses the current PortletMode as lookup key.
- getLookupPathForRequest(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the mapping lookup path for the given request, within the current
servlet mapping if applicable, else within the web application.
- getLookupPathIndex(HttpServletRequest) - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
-
- getLookupType() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
Return the desired type for the lookup.
- getMainPart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- getMajorJavaVersion() - Static method in class org.springframework.core.JdkVersion
-
Deprecated.
Get the major version code.
- getMajorVersion() - Method in class org.springframework.mock.web.MockServletContext
-
- getMajorVersion() - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getMajorVersion() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- getManagedAttribute(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedAttribute(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an instance of ManagedAttribute
if the supplied Method
has the corresponding metadata.
- getManagedClassNames() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getManagedMetric(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedMetric(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an instance of ManagedMetric
if the supplied Method
has the corresponding metadata.
- getManagedNotifications(Class<?>) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedNotifications(Class<?>) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an array of
ManagedNotifications
if the supplied the
Class
has the corresponding metadata.
- getManagedOperation(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedOperation(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an instance of ManagedOperation
if the supplied Method
has the corresponding metadata.
- getManagedOperationParameters(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedOperationParameters(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an array of ManagedOperationParameter
if the supplied Method
has the corresponding metadata.
- getManagedPackages() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getManagedPackages() - Method in interface org.springframework.orm.jpa.persistenceunit.SmartPersistenceUnitInfo
-
Return a list of managed Java packages, to be introspected by the persistence provider.
- getManagedResource(Class<?>) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedResource(Class<?>) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an instance of ManagedResource
if the supplied Class
has the appropriate metadata.
- getManagementInterface() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Return the management interface of the target MBean,
or null
if none specified.
- getMap() - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- getMapKeyFieldType(Field) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic key type of the given Map field.
- getMapKeyFieldType(Field, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic key type of the given Map field.
- getMapKeyFieldType(Field, int, Map<Integer, Integer>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
- getMapKeyParameterType(MethodParameter) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic key type of the given Map parameter.
- getMapKeyReturnType(Method) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic key type of the given Map return type.
- getMapKeyReturnType(Method, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic key type of the given Map return type.
- getMapKeyType(int) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
-
- getMapKeyType() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
- getMapKeyType(Class<? extends Map>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic key type of the given Map class
(if it declares one through a generic superclass or generic interface).
- getMapKeyTypeDescriptor() - Method in class org.springframework.core.convert.TypeDescriptor
-
If this type is a Map
and its key type is parameterized,
returns the map's key type.
- getMapKeyTypeDescriptor(Object) - Method in class org.springframework.core.convert.TypeDescriptor
-
If this type is a
Map
, creates a mapKey
TypeDescriptor
from the provided map key.
- getMappedClass() - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Get the class that we are mapping to.
- getMappedInterceptors() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
- getMappedMethod(Class<? extends Throwable>) - Method in class org.springframework.messaging.handler.invocation.AbstractExceptionHandlerMethodResolver
-
Return the Method
mapped to the given exception type, or null
if none.
- getMappedMethod(Class<? extends Throwable>) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
-
Return the Method
mapped to the given exception type, or null
if none.
- GetMapping - Annotation Type in org.springframework.web.bind.annotation
-
Annotation for mapping HTTP GET
requests onto specific handler
methods.
- getMapping() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistration
-
- getMappingComparator(Message<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Return a comparator for sorting matching mappings.
- getMappingComparator(Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- getMappingComparator(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Return a comparator for sorting matching mappings.
- getMappingComparator(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
-
Provide a Comparator to sort RequestMappingInfos matched to a request.
- getMappingFileNames() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getMappingForMethod(Method, Class<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Provide the mapping for a handler method.
- getMappingForMethod(Method, Class<?>) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- getMappingForMethod(Method, Class<?>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Provide the mapping for a handler method.
- getMappingForMethod(Method, Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Uses method and type-level @
RequestMapping
annotations to create
the RequestMappingInfo.
- getMappingName() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistration
-
- getMappingPathPatterns(T) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Extract and return the URL paths contained in a mapping.
- getMappingPathPatterns(RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
-
- getMappingRegistry() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Return the internal mapping registry.
- getMappings() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
-
Return all mappings and handler methods.
- getMappings() - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
-
- getMappings() - Method in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
-
- getMappingsByUrl(String) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
-
Return matches for the given URL path.
- getMapValueFieldType(Field) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic value type of the given Map field.
- getMapValueFieldType(Field, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic value type of the given Map field.
- getMapValueFieldType(Field, int, Map<Integer, Integer>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
- getMapValueParameterType(MethodParameter) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic value type of the given Map parameter.
- getMapValueReturnType(Method) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic value type of the given Map return type.
- getMapValueReturnType(Method, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic value type of the given Map return type.
- getMapValueType(int) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
-
- getMapValueType() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
- getMapValueType(Class<? extends Map>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
-
Deprecated.
Determine the generic value type of the given Map class
(if it declares one through a generic superclass or generic interface).
- getMapValueTypeDescriptor() - Method in class org.springframework.core.convert.TypeDescriptor
-
If this type is a Map
and its value type is parameterized,
returns the map's value type.
- getMapValueTypeDescriptor(Object) - Method in class org.springframework.core.convert.TypeDescriptor
-
If this type is a
Map
, creates a mapValue
TypeDescriptor
from the provided map value.
- getMarshaller() - Method in class org.springframework.messaging.converter.MarshallingMessageConverter
-
Return the configured Marshaller.
- getMarshaller() - Method in class org.springframework.oxm.support.MarshallingSource
-
Return the Marshaller
used by this MarshallingSource
.
- getMatchableConverters(GenericConverter.ConvertiblePair) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
-
- getMatchableHandlerMapping(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.HandlerMappingIntrospector
-
- getMatchedRequestCount() - Method in class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
-
- getMatcher() - Method in class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection.DelegateWebConnection
-
- getMatchingAdvice(MethodParameter, Class<? extends A>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyAdviceChain
-
- getMatchingCondition(Message<?>) - Method in class org.springframework.messaging.handler.DestinationPatternsMessageCondition
-
- getMatchingCondition(Message<?>) - Method in interface org.springframework.messaging.handler.MessageCondition
-
Check if this condition matches the given Message and returns a
potentially new condition with content tailored to the current message.
- getMatchingCondition(Message<?>) - Method in class org.springframework.messaging.simp.SimpMessageMappingInfo
-
- getMatchingCondition(Message<?>) - Method in class org.springframework.messaging.simp.SimpMessageTypeMessageCondition
-
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
-
Delegate to all contained conditions to match the request and return the
resulting "matching" condition instances.
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
Checks if any of the contained media type expressions match the given
request 'Content-Type' header and returns an instance that is guaranteed
to contain matching expressions only.
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
-
Returns "this" instance if the request matches all expressions;
or null
otherwise.
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
-
Returns "this" instance if the request matches all param expressions;
or null
otherwise.
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
-
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
Checks if any of the contained media type expressions match the given
request 'Content-Type' header and returns an instance that is guaranteed
to contain matching expressions only.
- getMatchingCondition(HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.condition.RequestCondition
-
Check if the condition matches the request returning a potentially new
instance created for the current request.
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
-
Get the matching condition for the held request condition wrap it in a
new RequestConditionHolder instance.
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
-
Check if any of the HTTP request methods match the given request and
return an instance that contains the matching HTTP request method only.
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Checks if all conditions in this request mapping info match the provided request and returns
a potentially new request mapping info with conditions tailored to the current request.
- getMatchingFlashMap(List<FlashMap>, HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Return a FlashMap contained in the given list that matches the request.
- getMatchingHeaderNames(String, Map<String, Object>) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- getMatchingMapping(T, Message<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Check if a mapping matches the current message and return a possibly
new mapping with conditions relevant to the current request.
- getMatchingMapping(SimpMessageMappingInfo, Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- getMatchingMapping(T, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Check if a mapping matches the current request and return a (potentially
new) mapping with conditions relevant to the current request.
- getMatchingMapping(RequestMappingInfo, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
-
Check if the given RequestMappingInfo matches the current request and
return a (potentially new) instance with conditions that match the
current request -- for example with a subset of URL patterns.
- getMatchingPattern(String, String, boolean) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver
-
Deprecated.
- getMatchingPattern(String, String) - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
-
- getMatchingPatterns(String) - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
-
Find the patterns matching the given lookup path.
- getMatchPattern() - Method in class org.springframework.web.util.UriTemplate.TemplateInfo
-
- getMaxAge() - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- getMaxAge() - Method in class org.springframework.web.cors.CorsConfiguration
-
Return the configured maxAge
value, or null
if none.
- getMaxAttempts() - Method in class org.springframework.util.backoff.FixedBackOff
-
Return the maximum number of attempts in milliseconds.
- getMaxBinaryMessageBufferSize() - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- getMaxBinaryMessageBufferSize() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- getMaxConcurrency() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
Return the maximum number of consumers/sessions to use.
- getMaxConcurrentConsumers() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Return the "maxConcurrentConsumer" setting.
- getMaxCount() - Method in class org.springframework.test.web.client.ExpectedCount
-
Return the max
boundary of the expected count range.
- getMaxElapsedTime() - Method in class org.springframework.util.backoff.ExponentialBackOff
-
- getMaxIdle() - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Return the maximum number of idle objects in the pool.
- getMaxIdle() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
Return the maximum number of idle objects in the pool.
- getMaximumAutoGrowSize() - Method in class org.springframework.expression.spel.SpelParserConfiguration
-
- getMaxInactiveInterval() - Method in class org.springframework.mock.web.MockHttpSession
-
- getMaxInactiveInterval() - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getMaxInterval() - Method in class org.springframework.util.backoff.ExponentialBackOff
-
Return the maximum back off time.
- getMaxlength() - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Get the value of the 'maxlength
' attribute.
- getMaxLinkedPages() - Method in class org.springframework.beans.support.PagedListHolder
-
Return the maximum number of page links to a few pages around the current one.
- getMaxMessagesPerTask() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Return the maximum number of messages to process in one task.
- getMaxPayloadLength() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return the maximum length of the payload body to be included in the log message.
- getMaxPoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the ThreadPoolExecutor's maximum pool size.
- getMaxResults() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
Return the maximum number of rows specified for this HibernateTemplate.
- getMaxResults() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
Return the maximum number of rows specified for this HibernateTemplate.
- getMaxResults() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Return the maximum number of rows specified for this HibernateTemplate.
- getMaxRows() - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Return the maximum number of rows specified for this JdbcTemplate.
- getMaxSessionIdleTimeout() - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- getMaxSessionIdleTimeout() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- getMaxSize() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
-
Return the maximum size of the pool.
- getMaxSize() - Method in interface org.springframework.aop.target.PoolingConfig
-
Return the maximum size of the pool.
- getMaxSize() - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Get the maximum size of this cache.
- getMaxStringLength() - Method in class org.springframework.asm.ClassReader
-
Returns the maximum length of the strings contained in the constant pool
of the class.
- getMaxTextMessageBufferSize() - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- getMaxTextMessageBufferSize() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- getMaxUploadSize() - Method in exception org.springframework.web.multipart.MaxUploadSizeExceededException
-
Return the maximum upload size allowed.
- getMaxWait() - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Return the maximum waiting time for fetching an object from the pool.
- getMaxWait() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
Return the maximum waiting time for fetching an object from the pool.
- getMBeanInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Create an instance of the ModelMBeanInfoSupport
class supplied with all
JMX implementations and populates the metadata through calls to the subclass.
- getMBeanInfo(Object, String) - Method in interface org.springframework.jmx.export.assembler.MBeanInfoAssembler
-
Create the ModelMBeanInfo for the given managed resource.
- getMBeanInfo(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
-
Gets the ModelMBeanInfo
for the bean with the supplied key
and of the supplied type.
- getMBeanInterface(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
-
Return the Standard MBean interface for the given class, if any
(that is, an interface whose name matches the class name of the
given class but with suffix "MBean").
- getMBeanServer() - Method in enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
-
- getMediaType(Resource) - Static method in class org.springframework.http.converter.ActivationMediaTypeFactory
-
- getMediaType() - Method in exception org.springframework.http.InvalidMediaTypeException
-
Return the offending media type.
- getMediaType(String) - Static method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy.ActivationMediaTypeFactory
-
- getMediaType() - Method in class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
-
- getMediaType() - Method in interface org.springframework.web.servlet.mvc.condition.MediaTypeExpression
-
- getMediaType() - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.DataWithMediaType
-
- getMediaType(HttpServletRequest, Resource) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Determine the media type for the given request and the resource matched
to it.
- getMediaType(Resource) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
- getMediaTypeForResource(Resource) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
A public method exposing the knowledge of the path extension strategy to
resolve file extensions to a
MediaType
in this case for a given
Resource
.
- getMediaTypeForResource(Resource) - Method in class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
-
- getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
Extract a key from the request to use to look up media types.
- getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
-
- getMediaTypeKey(NativeWebRequest) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
- getMediaTypes() - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
-
- getMediaTypes(HttpServletRequest) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
Determines the list of
MediaType
for the given
HttpServletRequest
.
- getMember() - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
- getMember() - Method in class org.springframework.beans.factory.InjectionPoint
-
Returns the wrapped member, containing the injection point.
- getMember() - Method in class org.springframework.core.MethodParameter
-
Return the wrapped member.
- getMemberClasses() - Method in class org.springframework.context.annotation.ConfigurationClassParser.SourceClass
-
- getMemberClassNames() - Method in interface org.springframework.core.type.ClassMetadata
-
Return the names of all classes declared as members of the class represented by
this ClassMetadata object.
- getMemberClassNames() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- getMemberClassNames() - Method in class org.springframework.core.type.StandardClassMetadata
-
- getMerge() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Return the default merge setting for the document that's currently parsed.
- getMergedAnnotation(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Get the first annotation of the specified annotationType
within
the annotation hierarchy above the supplied element
,
merge that annotation's attributes with matching attributes from
annotations in lower levels of the annotation hierarchy, and synthesize
the result back into an annotation of the specified annotationType
.
- getMergedAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Get the first annotation of the specified annotationType
within
the annotation hierarchy above the supplied element
and
merge that annotation's attributes with matching attributes from
annotations in lower levels of the annotation hierarchy.
- getMergedAnnotationAttributes(AnnotatedElement, String) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Get the first annotation of the specified annotationName
within
the annotation hierarchy above the supplied element
and
merge that annotation's attributes with matching attributes from
annotations in lower levels of the annotation hierarchy.
- getMergedAnnotationAttributes(AnnotatedElement, String, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Get the first annotation of the specified annotationName
within
the annotation hierarchy above the supplied element
and
merge that annotation's attributes with matching attributes from
annotations in lower levels of the annotation hierarchy.
- getMergedAnnotationAttributes(LinkedMultiValueMap<String, AnnotationAttributes>, Map<String, Set<String>>, String) - Static method in class org.springframework.core.type.classreading.AnnotationReadingVisitorUtils
-
Retrieve the merged attributes of the annotation of the given type,
if any, from the supplied attributesMap
.
- getMergedBeanDefinition(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return a merged BeanDefinition for the given bean name,
merging a child bean definition with its parent if necessary.
- getMergedBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Return a 'merged' BeanDefinition for the given bean name,
merging a child bean definition with its parent if necessary.
- getMergedBeanDefinition(String, BeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Return a RootBeanDefinition for the given top-level bean, by merging with
the parent if the given bean's definition is a child bean definition.
- getMergedBeanDefinition(String, BeanDefinition, BeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Return a RootBeanDefinition for the given bean, by merging with the
parent if the given bean's definition is a child bean definition.
- getMergedLocalBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Return a merged RootBeanDefinition, traversing the parent bean definition
if the specified bean corresponds to a child bean definition.
- getMergedProperties(Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Get a PropertiesHolder that contains the actually visible properties
for a Locale, after merging all specified resource bundles.
- getMergedRepeatableAnnotations(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Get all repeatable annotations of the specified annotationType
within the annotation hierarchy above the supplied element
;
and for each annotation found, merge that annotation's attributes with
matching attributes from annotations in lower levels of the annotation
hierarchy and synthesize the results back into an annotation of the specified
annotationType
.
- getMergedRepeatableAnnotations(AnnotatedElement, Class<A>, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Get all repeatable annotations of the specified annotationType
within the annotation hierarchy above the supplied element
;
and for each annotation found, merge that annotation's attributes with
matching attributes from annotations in lower levels of the annotation
hierarchy and synthesize the results back into an annotation of the specified
annotationType
.
- getMergedType(int, int) - Method in class org.springframework.asm.ClassWriter
-
Returns the index of the common super type of the two given types.
- getMessage() - Method in class org.springframework.beans.factory.parsing.Problem
-
Get the message detailing the problem.
- getMessage() - Method in exception org.springframework.beans.PropertyBatchUpdateException
-
- getMessage() - Method in exception org.springframework.context.expression.MapAccessor.MapAccessException
-
- getMessage(String, Object[], String, Locale) - Method in interface org.springframework.context.MessageSource
-
Try to resolve the message.
- getMessage(String, Object[], Locale) - Method in interface org.springframework.context.MessageSource
-
Try to resolve the message.
- getMessage(MessageSourceResolvable, Locale) - Method in interface org.springframework.context.MessageSource
-
Try to resolve the message using all the attributes contained within the
MessageSourceResolvable
argument that was passed in.
- getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
- getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
- getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
- getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
-
- getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
-
- getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
-
- getMessage(String, String) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the default Locale.
- getMessage(String, String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the given Locale.
- getMessage(String, Object[], String) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the default Locale.
- getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the given Locale.
- getMessage(String) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the default Locale.
- getMessage(String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the given Locale.
- getMessage(String, Object[]) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the default Locale.
- getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the given Locale.
- getMessage(MessageSourceResolvable) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the given MessageSourceResolvable (e.g.
- getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the given MessageSourceResolvable (e.g.
- getMessage() - Method in exception org.springframework.core.env.MissingRequiredPropertiesException
-
- getMessage() - Method in exception org.springframework.core.NestedCheckedException
-
Return the detail message, including the message from the nested exception
if there is one.
- getMessage() - Method in exception org.springframework.core.NestedIOException
-
Return the detail message, including the message from the nested exception
if there is one.
- getMessage() - Method in exception org.springframework.core.NestedRuntimeException
-
Return the detail message, including the message from the nested exception
if there is one.
- getMessage() - Method in exception org.springframework.expression.ExpressionException
-
Return the exception message.
- getMessage() - Method in exception org.springframework.jms.JmsException
-
Return the detail message, including the message from the linked exception
if there is one.
- getMessage() - Method in exception org.springframework.mail.MailSendException
-
- getMessage() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getMessage() - Method in class org.springframework.messaging.support.ExecutorSubscribableChannel.SendTask
-
- getMessage() - Method in interface org.springframework.messaging.support.MessageHandlingRunnable
-
Return the Message that will be handled.
- getMessage(String, Object[], String, Locale) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getMessage(String, Object[], Locale) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getMessage() - Method in exception org.springframework.validation.BindException
-
Returns diagnostic information about the errors held in this object.
- getMessage() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
-
- getMessage() - Method in class org.springframework.web.bind.MissingPathVariableException
-
- getMessage() - Method in class org.springframework.web.bind.MissingServletRequestParameterException
-
- getMessage() - Method in class org.springframework.web.bind.UnsatisfiedServletRequestParameterException
-
- getMessage() - Method in class org.springframework.web.portlet.bind.MissingPortletRequestParameterException
-
- getMessage(String, String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, Object[], String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, List<?>, String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, Object[], String, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the message for the given code.
- getMessage(String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, Object[]) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, List<?>) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, Object[], boolean) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the message for the given code.
- getMessage(MessageSourceResolvable) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the given MessageSourceResolvable (e.g.
- getMessage(MessageSourceResolvable, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the given MessageSourceResolvable (e.g.
- getMessage() - Method in class org.springframework.web.socket.messaging.AbstractSubProtocolEvent
-
Return the Message associated with the event.
- getMessage() - Method in class org.springframework.web.util.NestedServletException
-
Return the detail message, including the message from the nested exception
if there is one.
- getMessageBuilder(Class<? extends Message>) - Static method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
-
Create a new Message.Builder
instance for the given class.
- getMessageCache() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
Return the SockJS buffer for messages stored transparently between polling
requests.
- getMessageChannel() - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
-
Return the configured message channel.
- getMessageChannel(String, Element, ParserContext, Object) - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- getMessageCode() - Method in exception org.springframework.expression.spel.SpelEvaluationException
-
Return the message code.
- getMessageCode() - Method in exception org.springframework.expression.spel.SpelParseException
-
Return the message code.
- getMessageCodec() - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
-
- getMessageCodec() - Method in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
-
- getMessageCodec() - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
Return the SockJsMessageCodec to use.
- getMessageCodec() - Method in interface org.springframework.web.socket.sockjs.client.TransportRequest
-
Return the message codec to use for encoding SockJS messages.
- getMessageCodec() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- getMessageCodec() - Method in interface org.springframework.web.socket.sockjs.transport.SockJsServiceConfig
-
The codec to use for encoding and decoding SockJS messages.
- getMessageCodec() - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
- getMessageCodesResolver() - Method in class org.springframework.validation.AbstractBindingResult
-
Return the strategy to use for resolving errors into message codes.
- getMessageCodesResolver() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return the strategy to use for resolving errors into message codes.
- getMessageCodesResolver() - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
-
- getMessageCodesResolver() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- getMessageCodesResolver() - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Provide a custom
MessageCodesResolver
for building message codes
from data binding and validation error codes.
- getMessageCodesResolver() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-
Provide a custom
MessageCodesResolver
for building message codes
from data binding and validation error codes.
- getMessageCodesResolver() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
-
- getMessageCodesResolver(Element) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
-
- getMessageConverter() - Method in class org.springframework.jms.core.JmsTemplate
-
Return the message converter for this template.
- getMessageConverter() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
- getMessageConverter() - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Return the converter that will convert incoming JMS messages to
listener method arguments, and objects returned from listener
methods back to JMS messages.
- getMessageConverter() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- getMessageConverter() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
- getMessageConverter() - Method in interface org.springframework.jms.listener.MessageListenerContainer
-
Return the
MessageConverter
that can be used to
convert
javax.jms.Message
, if any.
- getMessageConverter() - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
-
- getMessageConverter() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- getMessageConverter() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- getMessageConverter() - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
-
- getMessageConverters() - Method in class org.springframework.web.client.AsyncRestTemplate
-
Return the message body converters.
- getMessageConverters() - Method in class org.springframework.web.client.RestTemplate
-
Return the message body converters.
- getMessageConverters() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- getMessageConverters(Element, Object, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
-
- getMessageConverters() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Return the message body converters that this adapter has been configured with.
- getMessageConverters() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Return the configured message body converters.
- getMessageConverters() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Return the configured message body converters.
- getMessageEndpointFactory() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Return the JCA MessageEndpointFactory to activate.
- getMessageExceptions() - Method in exception org.springframework.mail.MailSendException
-
Return an array with thrown message exceptions.
- getMessageFormat(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getMessageFormat(ResourceBundle, String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
Return a MessageFormat for the given bundle and code,
fetching already generated MessageFormats from the cache.
- getMessageFromParent(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
Try to retrieve the given message from the parent MessageSource
, if any.
- getMessageHandler(SubscribableChannel) - Method in class org.springframework.messaging.simp.config.AbstractBrokerRegistration
-
- getMessageHandler(SubscribableChannel) - Method in class org.springframework.messaging.simp.config.SimpleBrokerRegistration
-
- getMessageHandler(SubscribableChannel) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
- getMessageHandler() - Method in class org.springframework.messaging.support.ExecutorSubscribableChannel.SendTask
-
- getMessageHandler() - Method in interface org.springframework.messaging.support.MessageHandlingRunnable
-
Return the MessageHandler that will be used to handle the message.
- getMessageHandlerMethodFactory() - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor.MessageHandlerMethodFactoryAdapter
-
- getMessageHandlerMethodFactory() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
- getMessageHeaders() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Return the underlying MessageHeaders
instance.
- getMessageId() - Method in class org.springframework.jms.support.JmsMessageHeaderAccessor
-
- getMessageId() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getMessageId() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Get the message-id header.
- getMessageInternal(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
Resolve the given code and arguments as message in the given Locale,
returning null
if not found.
- getMessageInterpolator() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- getMessageListener() - Method in class org.springframework.jms.config.SimpleJmsListenerEndpoint
-
Return the MessageListener
to invoke when a message matching
the endpoint is received.
- getMessageListener() - Method in class org.springframework.jms.connection.CachedMessageConsumer
-
- getMessageListener() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return the message listener object to register.
- getMessageListener() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory
-
Return the JMS MessageListener for this endpoint.
- getMessageListener() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
Return the JMS MessageListener for this endpoint.
- getMessageMethod - Static variable in class org.springframework.scripting.jruby.JRubyScriptFactory
-
Deprecated.
- getMessageSelector() - Method in class org.springframework.jms.connection.CachedMessageConsumer
-
- getMessageSelector() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return the JMS message selector expression (or null
if none).
- getMessageSelector() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- getMessageSizeLimit() - Method in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
-
Protected accessor for internal use.
- getMessageSizeLimit() - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
Get the configured message buffer size limit in bytes.
- getMessageSource() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the internal MessageSource used by the context.
- getMessageSource() - Method in class org.springframework.ui.context.support.SimpleTheme
-
- getMessageSource() - Method in interface org.springframework.ui.context.Theme
-
Return the specific MessageSource that resolves messages
with respect to this theme.
- getMessageSource() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the current WebApplicationContext as MessageSource.
- getMessageSource() - Method in class org.springframework.web.servlet.tags.MessageTag
-
Use the current RequestContext's application context as MessageSource.
- getMessageSource() - Method in class org.springframework.web.servlet.tags.ThemeTag
-
Use the theme MessageSource for theme message resolution.
- getMessageSourceAccessor() - Method in class org.springframework.context.support.ApplicationObjectSupport
-
Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
- getMessageType() - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- getMessageType(Map<String, Object>) - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- getMessageType() - Method in class org.springframework.messaging.simp.SimpMessageTypeMessageCondition
-
- getMessageType() - Method in enum org.springframework.messaging.simp.stomp.StompCommand
-
- getMessageType() - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
-
Returns the websocket message type.
- getMessageTypeMessageCondition() - Method in class org.springframework.messaging.simp.SimpMessageMappingInfo
-
- getMessagingMessageConverter() - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
- getMetaAnnotationTypes(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Get the fully qualified class names of all meta-annotation types
present on the annotation (of the specified annotationType
)
on the supplied AnnotatedElement
.
- getMetaAnnotationTypes(AnnotatedElement, String) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Get the fully qualified class names of all meta-annotation
types present on the annotation (of the specified
annotationName
) on the supplied AnnotatedElement
.
- getMetaAnnotationTypes(AnnotatedElement, Annotation) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
- getMetaAnnotationTypes(String) - Method in interface org.springframework.core.type.AnnotationMetadata
-
Get the fully qualified class names of all meta-annotation types that
are present on the given annotation type on the underlying class.
- getMetaAnnotationTypes(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
-
- getMetaAnnotationTypes(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
-
- getMetaClass() - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
- getMetaClass() - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference
-
- getMetaClass() - Method in class org.springframework.context.support.GenericGroovyApplicationContext
-
- getMetaClass() - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
-
- getMetadata() - Method in interface org.springframework.beans.factory.annotation.AnnotatedBeanDefinition
-
Obtain the annotation metadata (as well as basic class metadata)
for this bean definition's bean class.
- getMetadata() - Method in class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
-
- getMetadata() - Method in class org.springframework.context.annotation.ConfigurationClass
-
- getMetadata() - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
-
- getMetadata() - Method in class org.springframework.context.annotation.ConfigurationClassParser.SourceClass
-
- getMetadata() - Method in class org.springframework.context.annotation.ConfigurationMethod
-
- getMetadata() - Method in class org.springframework.context.annotation.ScannedGenericBeanDefinition
-
- getMetaData() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
- getMetaData() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getMetaData() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the meta data, i.e.
- getMetadataAttribute(String) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
-
Look up the given BeanMetadataAttribute in this accessor's set of attributes.
- getMetadataReader(Resource) - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
-
- getMetadataReader(String) - Method in interface org.springframework.core.type.classreading.MetadataReaderFactory
-
Obtain a MetadataReader for the given class name.
- getMetadataReader(Resource) - Method in interface org.springframework.core.type.classreading.MetadataReaderFactory
-
Obtain a MetadataReader for the given resource.
- getMetadataReader(String) - Method in class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
-
- getMetadataReader(Resource) - Method in class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
-
- getMetadataReaderFactory() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Return the MetadataReaderFactory used by this component provider.
- getMetadataSources() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Determine the Hibernate MetadataSources
to use.
- getMethod() - Method in interface org.aopalliance.intercept.MethodInvocation
-
Get the method being called.
- getMethod() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
-
- getMethod() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
Return the method invoked on the proxied interface.
- getMethod() - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleElement
-
- getMethod() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getMethod() - Method in class org.springframework.cache.interceptor.CacheExpressionRootObject
-
- getMethod() - Method in interface org.springframework.cache.interceptor.CacheOperationInvocationContext
-
Return the method which was invoked.
- getMethod() - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
-
- getMethod() - Method in class org.springframework.cache.jcache.interceptor.DefaultCacheInvocationContext
-
- getMethod() - Method in class org.springframework.cache.jcache.interceptor.DefaultCacheMethodDetails
-
- getMethod() - Method in class org.springframework.core.MethodParameter
-
Return the wrapped Method, if any.
- getMethod() - Method in class org.springframework.expression.spel.support.ReflectiveMethodExecutor
-
- getMethod() - Method in class org.springframework.http.client.BufferingClientHttpRequestWrapper
-
- getMethod() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest
-
- getMethod() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequest
-
- getMethod() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory.HttpDelete
-
- getMethod() - Method in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest
-
- getMethod() - Method in class org.springframework.http.client.InterceptingAsyncClientHttpRequest
-
- getMethod() - Method in class org.springframework.http.client.InterceptingClientHttpRequest
-
- getMethod() - Method in class org.springframework.http.client.Netty4ClientHttpRequest
-
- getMethod() - Method in class org.springframework.http.client.OkHttp3AsyncClientHttpRequest
-
- getMethod() - Method in class org.springframework.http.client.OkHttp3ClientHttpRequest
-
- getMethod() - Method in class org.springframework.http.client.OkHttpAsyncClientHttpRequest
-
- getMethod() - Method in class org.springframework.http.client.OkHttpClientHttpRequest
-
- getMethod() - Method in class org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest
-
- getMethod() - Method in class org.springframework.http.client.SimpleBufferingClientHttpRequest
-
- getMethod() - Method in class org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest
-
- getMethod() - Method in class org.springframework.http.client.SimpleStreamingClientHttpRequest
-
- getMethod() - Method in class org.springframework.http.client.support.HttpRequestWrapper
-
Return the method of the wrapped request.
- getMethod() - Method in interface org.springframework.http.HttpRequest
-
Return the HTTP method of the request.
- getMethod() - Method in class org.springframework.http.RequestEntity
-
Return the HTTP method of the request.
- getMethod() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getMethod() - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
- getMethod() - Method in class org.springframework.messaging.handler.HandlerMethod
-
Return the method for this handler method.
- getMethod() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
- getMethod() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getMethod() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
-
- getMethod() - Method in class org.springframework.mock.web.portlet.MockEventRequest
-
- getMethod() - Method in class org.springframework.scheduling.support.ScheduledMethodRunnable
-
- getMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
-
Determine whether the given class has a public method with the given signature,
and return it if available (else throws an IllegalStateException
).
- getMethod() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
Return the HTTP method of the request (usually GET or POST).
- getMethod() - Method in class org.springframework.web.filter.HiddenHttpMethodFilter.HttpMethodRequestWrapper
-
- getMethod() - Method in class org.springframework.web.HttpRequestMethodNotSupportedException
-
Return the HTTP request method that caused the failure.
- getMethod() - Method in class org.springframework.web.method.HandlerMethod
-
Return the method for this handler method.
- getMethod() - Method in class org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
-
Return the HTTP request method that caused the failure.
- getMethod() - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver.EmptyBodyCheckingHttpInputMessage
-
- getMethod(Class<?>, String, Object...) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
- getMethod() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'method
' attribute.
- getMethodAnnotation(Class<A>) - Method in class org.springframework.core.MethodParameter
-
Return the method/constructor annotation of the given type, if available.
- getMethodAnnotation(Class<A>) - Method in class org.springframework.messaging.handler.HandlerMethod
-
Return a single annotation on the underlying method traversing its super methods
if no annotation can be found on the given method itself.
- getMethodAnnotation(Class<T>) - Method in class org.springframework.messaging.handler.HandlerMethod.HandlerMethodParameter
-
- getMethodAnnotation(Class<A>) - Method in class org.springframework.web.method.HandlerMethod
-
Return a single annotation on the underlying method traversing its super methods
if no annotation can be found on the given method itself.
- getMethodAnnotation(Class<T>) - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
-
- getMethodAnnotation(Class<A>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.ConcurrentResultHandlerMethod
-
Bridge to controller method-level annotations.
- getMethodAnnotations() - Method in class org.springframework.core.MethodParameter
-
Return the annotations associated with the target method/constructor itself.
- getMethodArgumentValues(Message<?>, Object...) - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
Get the method argument values for the current request.
- getMethodArgumentValues(NativeWebRequest, ModelAndViewContainer, Object...) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Get the method argument values for the current request.
- getMethodCount() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
-
Deprecated.
- getMethodCountForName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
-
Return the number of methods with a given name (with any argument types),
for the given class and/or its superclasses.
- getMethodDescriptor(Type, Type...) - Static method in class org.springframework.asm.Type
-
Returns the descriptor corresponding to the given argument and return
types.
- getMethodDescriptor(Method) - Static method in class org.springframework.asm.Type
-
Returns the descriptor corresponding to the given method.
- getMethodDescriptors() - Method in class org.springframework.beans.ExtendedBeanInfo
-
- getMethodIfAvailable(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
-
Determine whether the given class has a public method with the given signature,
and return it if available (else return null
).
- getMethodMatcher() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- getMethodMatcher() - Method in interface org.springframework.aop.Pointcut
-
Return the MethodMatcher for this pointcut.
- getMethodMatcher() - Method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
-
- getMethodMatcher() - Method in class org.springframework.aop.support.ComposablePointcut
-
- getMethodMatcher() - Method in class org.springframework.aop.support.ControlFlowPointcut
-
- getMethodMatcher() - Method in class org.springframework.aop.support.DynamicMethodMatcherPointcut
-
- getMethodMatcher() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
-
- getMethodMatcher() - Method in class org.springframework.aop.TruePointcut
-
- getMethodName() - Method in class org.springframework.beans.factory.support.MethodOverride
-
Return the name of the method to be overridden.
- getMethodName() - Method in class org.springframework.cache.interceptor.CacheExpressionRootObject
-
- getMethodName() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
-
- getMethodName() - Method in interface org.springframework.core.type.MethodMetadata
-
Return the name of the method.
- getMethodName() - Method in class org.springframework.core.type.StandardMethodMetadata
-
- getMethodName() - Method in class org.springframework.remoting.support.RemoteInvocation
-
Return the name of the target method.
- getMethodName() - Method in class org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
-
Deprecated.
Return the name of the offending method, if known.
- getMethodNameResolver() - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
Return the MethodNameResolver used by this class.
- getMethodOverrides() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return information about methods to be overridden by the IoC
container.
- getMethodParam() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the name of the request param for non-browser supported HTTP methods.
- getMethodParameter() - Method in class org.springframework.beans.factory.InjectionPoint
-
Return the wrapped MethodParameter, if any.
- getMethodParameter() - Method in class org.springframework.core.convert.Property
-
- getMethodParameter() - Method in exception org.springframework.messaging.handler.invocation.MethodArgumentResolutionException
-
Return the MethodParameter that was rejected.
- getMethodParameter() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
- getMethodParameterMessage(MethodParameter) - Static method in exception org.springframework.messaging.handler.invocation.MethodArgumentResolutionException
-
- getMethodParameters() - Method in class org.springframework.messaging.handler.HandlerMethod
-
Return the method parameters for this handler method.
- getMethodParameters() - Method in class org.springframework.web.method.HandlerMethod
-
Return the method parameters for this handler method.
- getMethodParamMessage(MethodParameter) - Static method in exception org.springframework.messaging.handler.annotation.support.AbstractMethodArgumentResolutionException
-
Deprecated.
- getMethodReplacerBeanName() - Method in class org.springframework.beans.factory.support.ReplaceOverride
-
Return the name of the bean implementing MethodReplacer.
- getMethodRequestMapping(Method) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
- getMethodResolver(Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Build a HandlerMethodResolver for the given handler type.
- getMethodResolver(Object) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Build a HandlerMethodResolver for the given handler type.
- getMethodResolvers() - Method in interface org.springframework.expression.EvaluationContext
-
Return a list of resolvers that will be asked in turn to locate a method.
- getMethodResolvers() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- getMethods(Class<?>, Object) - Method in class org.springframework.expression.spel.support.ReflectiveMethodResolver
-
- getMethods(Class<?>) - Method in class org.springframework.expression.spel.support.ReflectiveMethodResolver
-
Return the set of methods for this type.
- getMethods() - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
-
- getMethodsCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Returns the HTTP request methods of this
RequestMappingInfo
;
or instance with 0 request methods, never
null
.
- getMethodSignature(Method) - Static method in class org.springframework.jmx.support.JmxUtils
-
Create a String[]
representing the argument signature of a
method.
- getMethodToUse(ServerHttpRequest, boolean) - Method in class org.springframework.web.cors.DefaultCorsProcessor
-
- getMethodType(String) - Static method in class org.springframework.asm.Type
-
Returns the Java type corresponding to the given method descriptor.
- getMethodType(Type, Type...) - Static method in class org.springframework.asm.Type
-
Returns the Java method type corresponding to the given argument and
return types.
- getMetricType() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
A description of how this metric's values change over time.
- getMimeMessage() - Method in class org.springframework.mail.javamail.MimeMailMessage
-
Return the JavaMail MimeMessage that this MimeMailMessage is based on.
- getMimeMessage() - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Return the underlying MimeMessage object.
- getMimeMessageHelper() - Method in class org.springframework.mail.javamail.MimeMailMessage
-
Return the MimeMessageHelper that this MimeMailMessage is based on.
- getMimeMultipart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Return the underlying MIME "multipart/related" object, if any.
- getMimeType(MessageHeaders) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
- getMimeType(String) - Method in class org.springframework.mock.web.MockServletContext
-
This method uses the default
FileTypeMap
from the Java Activation Framework to resolve MIME types.
- getMimeType(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getMimeType(String) - Static method in class org.springframework.mock.web.portlet.MockPortletContext.MimeTypeResolver
-
- getMimeType(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- getMimeType() - Method in exception org.springframework.util.InvalidMimeTypeException
-
Return the offending content type.
- getMinCount() - Method in class org.springframework.test.web.client.ExpectedCount
-
Return the min
boundary of the expected count range.
- getMinEvictableIdleTimeMillis() - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Return the minimum time that an idle object can sit in the pool.
- getMinEvictableIdleTimeMillis() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
Return the minimum time that an idle object can sit in the pool.
- getMinIdle() - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Return the minimum number of idle objects in the pool.
- getMinIdle() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
Return the minimum number of idle objects in the pool.
- getMinorVersion() - Method in class org.springframework.mock.web.MockServletContext
-
- getMinorVersion() - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getMinorVersion() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- getMissCount() - Method in interface org.springframework.test.context.cache.ContextCache
-
Get the overall miss count for this cache.
- getMissCount() - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Get the overall miss count for this cache.
- getMissingCache(String) - Method in class org.springframework.cache.ehcache.EhCacheCacheManager
-
- getMissingCache(String) - Method in class org.springframework.cache.jcache.JCacheCacheManager
-
- getMissingCache(String) - Method in class org.springframework.cache.support.AbstractCacheManager
-
Return a missing cache with the specified name
or null
if
such cache does not exist or could not be created on the fly.
- getMissingRequiredProperties() - Method in exception org.springframework.core.env.MissingRequiredPropertiesException
-
Return the set of properties marked as required but not present
upon validation.
- getMockHttpServletResponse(ServletResponse) - Method in class org.springframework.mock.web.MockRequestDispatcher
-
- getModel() - Method in class org.springframework.validation.AbstractBindingResult
-
Return a model Map for the obtained state, exposing an Errors
instance as '
MODEL_KEY_PREFIX
+ objectName'
and the object itself.
- getModel() - Method in exception org.springframework.validation.BindException
-
- getModel() - Method in interface org.springframework.validation.BindingResult
-
Return a model Map for the obtained state, exposing a BindingResult
instance as '
MODEL_KEY_PREFIX
+ objectName'
and the object itself as 'objectName'.
- getModel() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the model to use -- either the "default" or the "redirect" model.
- getModel() - Method in class org.springframework.web.portlet.ModelAndView
-
Return the model map.
- getModel() - Method in class org.springframework.web.servlet.ModelAndView
-
Return the model map.
- getModel() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the model Map that this RequestContext encapsulates, if any.
- getModelAndView() - Method in class org.springframework.test.web.servlet.DefaultMvcResult
-
- getModelAndView() - Method in interface org.springframework.test.web.servlet.MvcResult
-
Return the ModelAndView
prepared by the handler.
- getModelAndView(MvcResult) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
- getModelAndView(String, Exception, PortletRequest) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
-
Return a ModelAndView for the given request, view name and exception.
- getModelAndView(String, Exception) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
-
Return a ModelAndView for the given view name and exception.
- getModelAndView() - Method in class org.springframework.web.portlet.ModelAndViewDefiningException
-
Return the ModelAndView that this exception contains for forwarding to.
- getModelAndView(Method, Class<?>, Object, ExtendedModelMap, PortletWebRequest) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker
-
- getModelAndView(Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
- getModelAndView(String, Exception, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Return a ModelAndView for the given request, view name and exception.
- getModelAndView(String, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Return a ModelAndView for the given view name and exception.
- getModelAndView() - Method in class org.springframework.web.servlet.ModelAndViewDefiningException
-
Return the ModelAndView that this exception contains for forwarding to.
- getModelAndView(Method, Class<?>, Object, ExtendedModelMap, ServletWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
-
Deprecated.
- getModelAndView(Method, Object, ServletWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Deprecated.
- getModelAndView(ModelAndViewContainer, ModelFactory, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- getModelAndViewResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- getModelAttribute() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the name of the form attribute in the model.
- getModelAttributeMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- getModelFactory(HandlerMethod, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- getModelInternal() - Method in class org.springframework.web.portlet.ModelAndView
-
Return the model map.
- getModelInternal() - Method in class org.springframework.web.servlet.ModelAndView
-
Return the model map.
- getModelKeys() - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Return the attributes in the model that should be rendered by this view.
- getModelMap() - Method in class org.springframework.web.portlet.ModelAndView
-
Return the underlying ModelMap
instance (never null
).
- getModelMap() - Method in class org.springframework.web.servlet.ModelAndView
-
Return the underlying ModelMap
instance (never null
).
- getModelObject(String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the model object for the given model name, either from the model
or from the request attributes.
- getModifiers() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
-
- getMonetaryAmountFormat(Locale) - Method in class org.springframework.format.number.money.MonetaryAmountFormatter
-
Obtain a MonetaryAmountFormat for the given locale.
- getMostSpecific(YamlProcessor.MatchStatus, YamlProcessor.MatchStatus) - Static method in enum org.springframework.beans.factory.config.YamlProcessor.MatchStatus
-
- getMostSpecificCause() - Method in exception org.springframework.core.NestedCheckedException
-
Retrieve the most specific cause of this exception, that is,
either the innermost cause (root cause) or this exception itself.
- getMostSpecificCause(Throwable) - Static method in class org.springframework.core.NestedExceptionUtils
-
Retrieve the most specific cause of the given exception, that is,
either the innermost cause (root cause) or the exception itself.
- getMostSpecificCause() - Method in exception org.springframework.core.NestedRuntimeException
-
Retrieve the most specific cause of this exception, that is,
either the innermost cause (root cause) or this exception itself.
- getMostSpecificMediaType(MediaType, MediaType) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
Return the more specific of the acceptable and the producible media types
with the q-value of the former.
- getMostSpecificMediaType(MediaType, MediaType) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
Return the more specific of the acceptable and the producible media types
with the q-value of the former.
- getMostSpecificMethod(Method, Class<?>) - Static method in class org.springframework.aop.support.AopUtils
-
Given a method, which may come from an interface, and a target class used
in the current AOP invocation, find the corresponding target method if there
is one.
- getMostSpecificMethod() - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
- getMostSpecificMethod(Method, Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Given a method, which may come from an interface, and a target class used
in the current reflective invocation, find the corresponding target method
if there is one.
- getMultiFileMap() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getMultiFileMap() - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
-
- getMultiFileMap() - Method in interface org.springframework.web.multipart.MultipartRequest
-
Return a
MultiValueMap
of the multipart files contained in this request.
- getMultiFileMap() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getMultiFileMap() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
- getMultipartContentType(String) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getMultipartContentType(String) - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
-
- getMultipartContentType(String) - Method in interface org.springframework.web.multipart.MultipartRequest
-
Determine the content type of the specified request part.
- getMultipartContentType(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getMultipartContentType(String) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
- getMultipartContentType(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
- getMultipartFiles() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
-
- getMultipartFiles() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
Obtain the MultipartFile Map for retrieval,
lazily initializing it if necessary.
- getMultipartFiles() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
Obtain the MultipartFile Map for retrieval,
lazily initializing it if necessary.
- getMultipartHeaders(String) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getMultipartHeaders(String) - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
-
Return the headers associated with the specified part of the multipart request.
- getMultipartHeaders(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getMultipartHeaders(String) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
- getMultipartParameterContentTypes() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
-
- getMultipartParameterContentTypes() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
Obtain the multipart parameter content type Map for retrieval,
lazily initializing it if necessary.
- getMultipartParameterContentTypes() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
Obtain the multipart parameter content type Map for retrieval,
lazily initializing it if necessary.
- getMultipartParameters() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
-
- getMultipartParameters() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
Obtain the multipart parameter Map for retrieval,
lazily initializing it if necessary.
- getMultipartParameters() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
Obtain the multipart parameter Map for retrieval,
lazily initializing it if necessary.
- getMultipartResolver() - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Obtain this portlet's PortletMultipartResolver, if any.
- getMultipartResolver() - Method in class org.springframework.web.servlet.DispatcherServlet
-
Obtain this servlet's MultipartResolver, if any.
- getMultipartResolverBeanName() - Method in class org.springframework.web.multipart.support.MultipartFilter
-
Return the bean name of the MultipartResolver to fetch from Spring's
root application context.
- getMultiple() - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Get the value of the HTML 'multiple
' attribute rendered
on the final 'select
' element.
- getMultiplier() - Method in class org.springframework.util.backoff.ExponentialBackOff
-
Return the value to multiply the current interval by for each retry attempt.
- getMutableAccessor(Message<?>) - Static method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Return a mutable MessageHeaderAccessor
for the given message attempting
to match the type of accessor used to create the message headers, or otherwise
wrapping the message with a MessageHeaderAccessor
instance.
- getMvcResult(ServletRequest) - Method in class org.springframework.test.web.servlet.TestDispatcherServlet
-
- getMXBeanInterface(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
-
Return the Java 6 MXBean interface exists for the given class, if any
(that is, an interface whose name ends with "MXBean" and/or
carries an appropriate MXBean annotation).
- getNack() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getName() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
-
- getName() - Method in class org.springframework.aop.config.AdvisorComponentDefinition
-
- getName() - Method in class org.springframework.aop.config.PointcutComponentDefinition
-
- getName() - Method in class org.springframework.asm.Handle
-
Returns the name of the field or method designated by this handle.
- getName() - Method in class org.springframework.beans.BeanMetadataAttribute
-
Return the name of the attribute.
- getName() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Return the name of the constructor argument.
- getName() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
-
- getName() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
-
Get the user-visible name of this ComponentDefinition
.
- getName() - Method in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
-
- getName() - Method in class org.springframework.beans.PropertyValue
-
Return the name of the property.
- getName() - Method in interface org.springframework.cache.Cache
-
Return the cache name.
- getName() - Method in class org.springframework.cache.caffeine.CaffeineCache
-
- getName() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
-
- getName() - Method in class org.springframework.cache.ehcache.EhCacheCache
-
- getName() - Method in class org.springframework.cache.guava.GuavaCache
-
- getName() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getName() - Method in exception org.springframework.cache.interceptor.VariableNotAvailableException
-
- getName() - Method in class org.springframework.cache.jcache.JCacheCache
-
- getName() - Method in class org.springframework.cache.support.NoOpCache
-
- getName() - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
-
- getName() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
Return the resource name for the lookup.
- getName() - Method in class org.springframework.core.convert.Property
-
The name of the property: e.g.
- getName() - Method in class org.springframework.core.convert.TypeDescriptor
-
Return the name of this type: the fully qualified class name.
- getName() - Method in class org.springframework.core.env.PropertySource
-
Return the name of this PropertySource
- getName(Object) - Static method in class org.springframework.core.io.VfsUtils
-
- getName() - Method in class org.springframework.expression.spel.ast.MethodReference
-
- getName() - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
-
- getName() - Method in class org.springframework.jdbc.core.SqlParameter
-
Return the name of the parameter, or null
if anonymous.
- getName() - Method in class org.springframework.jmx.export.metadata.ManagedNotification
-
Return the name of this notification.
- getName() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Return the name of this parameter in the operation signature.
- getName() - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpUser
-
- getName() - Method in interface org.springframework.messaging.simp.user.SimpUser
-
The unique user name.
- getName() - Method in class org.springframework.messaging.simp.user.UserSessionRegistryAdapter.SimpUserAdapter
-
- getName() - Method in class org.springframework.mock.web.MockMultipartFile
-
- getName() - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- getName() - Method in class org.springframework.mock.web.portlet.MockEvent
-
- getName() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
-
- getName() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- getName() - Method in class org.springframework.test.context.transaction.TestContextTransactionUtils.TestContextTransactionAttribute
-
- getName() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
- getName() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
-
- getName() - Method in interface org.springframework.transaction.TransactionDefinition
-
Return the name of this transaction.
- getName() - Method in class org.springframework.ui.context.support.SimpleTheme
-
- getName() - Method in interface org.springframework.ui.context.Theme
-
Return the name of the theme.
- getName() - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getName() - Method in exception org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException
-
Return the name of the method argument.
- getName() - Method in exception org.springframework.web.method.annotation.MethodArgumentTypeMismatchException
-
Return the name of the method argument.
- getName() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getName() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return the name of the parameter in the multipart form.
- getName() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
-
- getName(HandlerMethod, T) - Method in interface org.springframework.web.servlet.handler.HandlerMethodMappingNamingStrategy
-
Determine the name for the given HandlerMethod and mapping.
- getName() - Method in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
-
- getName() - Method in interface org.springframework.web.servlet.mvc.condition.NameValueExpression
-
- getName() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Return the name for this mapping, or null
.
- getName(HandlerMethod, RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMethodMappingNamingStrategy
-
- getName() - Method in class org.springframework.web.servlet.tags.BindErrorsTag
-
Return the name of the bean that this tag checks.
- getName() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Get the value for the HTML 'name
' attribute.
- getName() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Set the value of the 'name
' attribute.
- getName() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Get the value for the HTML 'name
' attribute.
- getName() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'name
' attribute.
- getName() - Method in class org.springframework.web.servlet.tags.form.LabelTag
-
Overrides
LabelTag.getName()
to always return
null
,
because the '
name
' attribute is not supported by the
'
label
' tag.
- getName() - Method in class org.springframework.web.servlet.tags.Param
-
- getName() - Method in class org.springframework.web.socket.adapter.standard.WebSocketToStandardExtensionAdapter
-
- getName() - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpUser
-
- getName() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Return the unique name associated with this service.
- getName() - Method in class org.springframework.web.socket.WebSocketExtension
-
Return the name of the extension (never null) or empty
.
- getNamedDispatcher(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getNamedDispatcher(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getNamedDispatcher(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- getNamedParameterCount() - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
-
Return the count of named parameters in the SQL statement.
- getNamedParameterJdbcTemplate() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport
-
Return a NamedParameterJdbcTemplate wrapping the configured JdbcTemplate.
- getNamedQueryMethod - Static variable in class org.springframework.orm.hibernate5.HibernateTemplate
-
- getNamedValueInfo(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
-
Obtain the named value for the given method parameter.
- getNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
-
Obtain the named value for the given method parameter.
- getNameForParameter(MethodParameter) - Static method in class org.springframework.web.method.annotation.ModelFactory
-
Derive the model attribute name for a method parameter based on:
the parameter @ModelAttribute
annotation value
the parameter type
- getNameForResource(Resource) - Static method in class org.springframework.core.io.support.ResourcePropertySource
-
Return the description for the given Resource; if the description is
empty, return the class name of the resource plus its identity hash code.
- getNameForReturnValue(Object, MethodParameter) - Static method in class org.springframework.web.method.annotation.ModelFactory
-
Derive the model attribute name for the given return value based on:
the method ModelAttribute
annotation value
the declared return type if it is more specific than Object
the actual return value type
- getNameInNamespace() - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- getNameParser(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- getNameParser(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- getNames(String) - Method in class org.springframework.core.Constants
-
Return all names of the given group of constants.
- getNames() - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- getNamesForProperty(String) - Method in class org.springframework.core.Constants
-
Return all names of the group of constants for the
given bean property name.
- getNamesForSuffix(String) - Method in class org.springframework.core.Constants
-
Return all names of the given group of constants.
- getNamespace() - Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- getNamespace(int) - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getNamespace() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Return the namespace for this web application context, if any.
- getNamespace() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getNamespace() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getNamespace() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- getNamespace() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- getNamespace() - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
-
Return the namespace for this web application context, if any.
- getNamespace() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- getNamespace() - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Return the namespace for this portlet, falling back to default scheme if
no custom namespace was set.
- getNamespace() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return the namespace for this servlet, falling back to default scheme if
no custom namespace was set: e.g.
- getNamespaceContext() - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getNamespaceContext() - Method in class org.springframework.util.xml.XMLEventStreamWriter
-
- getNamespaceCount() - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getNamespaceHandlerResolver() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Lazily create a default NamespaceHandlerResolver, if not set before.
- getNamespaceHandlerResolver() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
- getNamespacePrefix(int) - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getNamespaces(Map<String, String>) - Method in class org.springframework.util.xml.StaxEventHandler
-
- getNamespaceURI(Node) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Get the namespace URI for the supplied node.
- getNamespaceUri() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Return the namespace URI of the service.
- getNamespaceURI() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
-
- getNamespaceURI(String) - Method in class org.springframework.util.xml.AbstractXMLStreamReader
-
- getNamespaceURI(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
-
- getNamespaceURI(int) - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getNamingStrategy() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Return the configured naming strategy or null
.
- getNativeCache() - Method in interface org.springframework.cache.Cache
-
Return the underlying native cache provider.
- getNativeCache() - Method in class org.springframework.cache.caffeine.CaffeineCache
-
- getNativeCache() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
-
- getNativeCache() - Method in class org.springframework.cache.ehcache.EhCacheCache
-
- getNativeCache() - Method in class org.springframework.cache.guava.GuavaCache
-
- getNativeCache() - Method in class org.springframework.cache.jcache.JCacheCache
-
- getNativeCache() - Method in class org.springframework.cache.support.NoOpCache
-
- getNativeCache() - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
-
- getNativeCallableStatement(CallableStatement) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
-
Deprecated.
- getNativeCallableStatement(CallableStatement) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
-
Retrieve the Connection via JBoss' getUnderlyingStatement
method.
- getNativeCallableStatement(CallableStatement) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
-
- getNativeCallableStatement(CallableStatement) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
-
Retrieve the underlying native JDBC CallableStatement for the given statement.
- getNativeCallableStatement(CallableStatement) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
-
Not able to unwrap: return passed-in CallableStatement.
- getNativeConnection(Connection) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
-
Retrieve the underlying native JDBC Connection for the given Connection.
- getNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
-
Check for a ConnectionProxy chain, then delegate to doGetNativeConnection.
- getNativeConnectionFromStatement(Statement) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
-
Retrieve the underlying native JDBC Connection for the given Statement.
- getNativeConnectionFromStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
-
Retrieve the Connection via the Statement's Connection.
- getNativeEntityManagerFactory() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getNativeEntityManagerFactory() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
-
Return the raw underlying EntityManagerFactory.
- getNativeHeader(String) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
-
- getNativeHeaders(Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
-
- getNativeHeaders() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getNativeHeaders() - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
-
- getNativeHeaderValue(Message<?>, String) - Method in class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
-
- getNativeJdbcExtractor() - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Return the current NativeJdbcExtractor implementation.
- getNativeJdbcExtractor() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- getNativePreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
-
Deprecated.
- getNativePreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
-
Retrieve the Connection via JBoss' getUnderlyingStatement
method.
- getNativePreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
-
- getNativePreparedStatement(PreparedStatement) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
-
Retrieve the underlying native JDBC PreparedStatement for the given statement.
- getNativePreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
-
Not able to unwrap: return passed-in PreparedStatement.
- getNativeRequest() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getNativeRequest(Class<T>) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getNativeRequest() - Method in interface org.springframework.web.context.request.NativeWebRequest
-
Return the underlying native request object, if available.
- getNativeRequest(Class<T>) - Method in interface org.springframework.web.context.request.NativeWebRequest
-
Return the underlying native request object, if available.
- getNativeRequest() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getNativeRequest(Class<T>) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getNativeRequest() - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getNativeRequest(Class<T>) - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getNativeRequest(PortletRequest, Class<T>) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Return an appropriate request object of the specified type, if available,
unwrapping the given request as far as necessary.
- getNativeRequest(ServletRequest) - Static method in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy
-
- getNativeRequest(ServletRequest, Class<T>) - Static method in class org.springframework.web.util.WebUtils
-
Return an appropriate request object of the specified type, if available,
unwrapping the given request as far as necessary.
- getNativeResponse() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getNativeResponse(Class<T>) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getNativeResponse() - Method in interface org.springframework.web.context.request.NativeWebRequest
-
Return the underlying native response object, if available.
- getNativeResponse(Class<T>) - Method in interface org.springframework.web.context.request.NativeWebRequest
-
Return the underlying native response object, if available.
- getNativeResponse() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getNativeResponse(Class<T>) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getNativeResponse() - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getNativeResponse(Class<T>) - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getNativeResponse(PortletResponse, Class<T>) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Return an appropriate response object of the specified type, if available,
unwrapping the given response as far as necessary.
- getNativeResponse(ServletResponse, Class<T>) - Static method in class org.springframework.web.util.WebUtils
-
Return an appropriate response object of the specified type, if available,
unwrapping the given response as far as necessary.
- getNativeResultSet(ResultSet) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
-
Deprecated.
- getNativeResultSet(ResultSet) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
-
Retrieve the Connection via JBoss' getUnderlyingResultSet
method.
- getNativeResultSet(ResultSet) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
-
- getNativeResultSet(ResultSet) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
-
Retrieve the underlying native JDBC ResultSet for the given statement.
- getNativeResultSet(ResultSet) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
-
Not able to unwrap: return passed-in ResultSet.
- getNativeSession() - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- getNativeSession(Class<R>) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- getNativeSession() - Method in interface org.springframework.web.socket.adapter.NativeWebSocketSession
-
Return the underlying native WebSocketSession, if available.
- getNativeSession(Class<T>) - Method in interface org.springframework.web.socket.adapter.NativeWebSocketSession
-
Return the underlying native WebSocketSession, if available.
- getNativeSession() - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
-
- getNativeSession(Class<T>) - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
-
- getNativeSession() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getNativeSession(Class<T>) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
-
Deprecated.
- getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
-
Retrieve the Connection via JBoss' getUnderlyingStatement
method.
- getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
-
- getNativeStatement(Statement) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
-
Retrieve the underlying native JDBC Statement for the given Statement.
- getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
-
Not able to unwrap: return passed-in Statement.
- getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getNegotiatedSubprotocol(List<String>, List<String>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getNested(int) - Method in class org.springframework.core.ResolvableType
-
- getNested(int, Map<Integer, Integer>) - Method in class org.springframework.core.ResolvableType
-
- getNestedComponents() - Method in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
-
Return the nested components that this composite component holds.
- getNestedDiagnosticContextMessage(WebRequest) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
-
Deprecated.
Determine the message to be pushed onto the Log4J nested diagnostic context.
- getNestedDiagnosticContextMessage(HttpServletRequest) - Method in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
-
Deprecated.
Determine the message to be pushed onto the Log4J nested diagnostic context.
- getNestedGenericParameterType() - Method in class org.springframework.core.MethodParameter
-
Return the nested generic type of the method/constructor parameter.
- getNestedParameterType() - Method in class org.springframework.core.MethodParameter
-
Return the nested type of the method/constructor parameter.
- getNestedPath() - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
Return the nested path of the object wrapped by this accessor.
- getNestedPath() - Method in class org.springframework.validation.AbstractErrors
-
- getNestedPath() - Method in exception org.springframework.validation.BindException
-
- getNestedPath() - Method in interface org.springframework.validation.Errors
-
Return the current nested path of this
Errors
object.
- getNestedPath() - Method in class org.springframework.web.bind.EscapedErrors
-
- getNestedPath() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Get the value of the nested path that may have been exposed by the
NestedPathTag
.
- getNestedPropertyAccessor(String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
Retrieve a Property accessor for the given nested property.
- getNestedPropertySeparatorIndex(String, boolean) - Static method in class org.springframework.beans.PropertyAccessorUtils
-
Determine the first (or last) nested property separator in the
given property path, ignoring dots in keys (like "map[my.key]").
- getNestingLevel() - Method in class org.springframework.core.MethodParameter
-
Return the nesting level of the target type
(typically 1; e.g.
- getNewSession(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
-
Deprecated.
Get a new Hibernate Session from the given SessionFactory.
- getNewSession(SessionFactory, Interceptor) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
-
Deprecated.
Get a new Hibernate Session from the given SessionFactory.
- getNewTempClassLoader() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
This implementation throws an UnsupportedOperationException.
- getNewTempClassLoader() - Method in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
-
This implementation delegates to the LoadTimeWeaver, if specified.
- getNext() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
-
Returns the next reference in the chain or null
- getNext() - Method in class org.springframework.util.ConcurrentReferenceHashMap.SoftEntryReference
-
- getNext() - Method in class org.springframework.util.ConcurrentReferenceHashMap.WeakEntryReference
-
- getNext() - Method in class org.springframework.web.servlet.resource.DefaultResourceResolverChain
-
- getNext() - Method in class org.springframework.web.servlet.resource.DefaultResourceTransformerChain
-
- getNextIfNecessary() - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
-
- getNextKey() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
-
Determine the next key to use, as a long.
- getNextKey() - Method in class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
-
- getNextKey() - Method in class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
-
- getNextKey() - Method in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
-
- getNextModelMethod(ModelAndViewContainer) - Method in class org.springframework.web.method.annotation.ModelFactory
-
- getNextPossiblePortletModes() - Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- getNextSuffix() - Method in class org.springframework.expression.spel.standard.SpelCompiler
-
- getNoLocal() - Method in class org.springframework.jms.connection.CachedMessageConsumer
-
- getNonAspectClass() - Method in exception org.springframework.aop.aspectj.annotation.NotAnAtAspectException
-
Returns the offending class.
- getNonJtaDataSource() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getNonOptionArgs() - Method in class org.springframework.core.env.CommandLineArgs
-
Return the list of non-option arguments specified on the command line.
- getNonOptionArgs() - Method in class org.springframework.core.env.CommandLinePropertySource
-
Return the collection of non-option arguments parsed from the command line.
- getNonOptionArgs() - Method in class org.springframework.core.env.JOptCommandLinePropertySource
-
- getNonOptionArgs() - Method in class org.springframework.core.env.SimpleCommandLinePropertySource
-
- getNonSingletonFactoryBeanForTypeCheck(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Obtain a "shortcut" non-singleton FactoryBean instance to use for a
getObjectType()
call, without full initialization of the FactoryBean.
- getNoopOutputStream() - Static method in class org.springframework.jdbc.datasource.embedded.OutputStreamFactory
-
Returns an OutputStream
that ignores all data given to it.
- getNoSuchMessageExceptionDescription(NoSuchMessageException) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Return default exception message.
- getNoSuchMessageExceptionDescription(NoSuchMessageException) - Method in class org.springframework.web.servlet.tags.ThemeTag
-
Return exception message that indicates the current theme.
- getNotificationFilter() - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
- getNotificationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
-
- getNotificationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the notification metadata for the MBean resource.
- getNotificationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Reads the
ManagedNotification
metadata from the
Class
of the managed resource
and generates and returns the corresponding
ModelMBeanNotificationInfo
metadata.
- getNotificationListener() - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
Get the NotificationListener
.
- getNotificationTypes() - Method in class org.springframework.jmx.export.metadata.ManagedNotification
-
Return the list of notification types.
- getNrOfElements() - Method in class org.springframework.beans.support.PagedListHolder
-
Return the total number of elements in the source list.
- getNString(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getNString(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getNString(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a String (for NCHAR, NVARCHAR, LONGNVARCHAR columns).
- getNString(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a String (for NCHAR, NVARCHAR, LONGNVARCHAR columns).
- getNumber(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
Get the value stored under the specified attributeName
as a
number.
- getNumberFormat(Locale) - Method in class org.springframework.format.number.AbstractNumberFormatter
-
Obtain a concrete NumberFormat for the specified locale.
- getNumberFormat(Locale) - Method in class org.springframework.format.number.CurrencyStyleFormatter
-
- getNumberFormat(Locale) - Method in class org.springframework.format.number.NumberStyleFormatter
-
- getNumberFormat(Locale) - Method in class org.springframework.format.number.PercentStyleFormatter
-
- getNumberOfBeansFound() - Method in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
-
Return the number of beans found when only one matching bean was expected.
- getNumberOfBeansFound() - Method in exception org.springframework.beans.factory.NoUniqueBeanDefinitionException
-
Return the number of beans found when only one matching bean was expected.
- getObject() - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
-
- getObject() - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
- getObject() - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Return a proxy.
- getObject() - Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
-
- getObject() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
Expose the singleton instance or create a new prototype instance.
- getObject(String) - Method in class org.springframework.beans.factory.config.BeanExpressionContext
-
- getObject() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
- getObject() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
-
Returns the same value each time if the singleton property is set
to "true", otherwise returns the value returned from invoking the
specified method on the fly.
- getObject() - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean.TargetBeanObjectFactory
-
- getObject() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
-
- getObject() - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
- getObject() - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
- getObject() - Method in class org.springframework.beans.factory.config.YamlMapFactoryBean
-
- getObject() - Method in class org.springframework.beans.factory.config.YamlPropertiesFactoryBean
-
- getObject() - Method in interface org.springframework.beans.factory.FactoryBean
-
Return an instance (possibly shared or independent) of the object
managed by this factory.
- getObject() - Method in interface org.springframework.beans.factory.ObjectFactory
-
Return an instance (possibly shared or independent)
of the object managed by this factory.
- getObject(Object...) - Method in interface org.springframework.beans.factory.ObjectProvider
-
Return an instance (possibly shared or independent) of the object
managed by this factory.
- getObject() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyObjectProvider
-
- getObject(Object...) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyObjectProvider
-
- getObject() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- getObject() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
- getObject() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
-
- getObject() - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
-
- getObject() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
-
- getObject() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- getObject() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- getObject() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
-
- getObject() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
-
- getObject() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- getObject() - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
- getObject() - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
Return the created Gson instance.
- getObject() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Return the singleton ObjectMapper.
- getObject() - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
-
- getObject() - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
-
- getObject() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
-
- getObject(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getObject(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getObject(int, Map<String, Class<?>>) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getObject(String, Map<String, Class<?>>) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getObject(int, Class<T>) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getObject(String, Class<T>) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getObject(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as an Object.
- getObject(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as an Object.
- getObject(int, Map<String, Class<?>>) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as an Object.
- getObject(String, Map<String, Class<?>>) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as an Object.
- getObject(int, Class<T>) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as an Object.
- getObject(String, Class<T>) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as an Object.
- getObject() - Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
-
- getObject() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
-
- getObject() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
- getObject() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
- getObject() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
- getObject() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
-
- getObject() - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
Return the singleton JNDI object.
- getObject() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
-
Deprecated.
Return the singleton SessionFactory.
- getObject() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
-
Deprecated.
- getObject() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
- getObject() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
- getObject() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
-
Return the singleton PersistenceManagerFactory.
- getObject() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
-
- getObject() - Method in class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
-
- getObject() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
-
- getObject() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Return the singleton EntityManagerFactory.
- getObject() - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
-
- getObject() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaSessionFactoryBean
-
- getObject() - Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
-
- getObject() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
-
Deprecated.
- getObject() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
-
- getObject() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
- getObject() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
-
- getObject() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
-
- getObject() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-
- getObject() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- getObject() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- getObject() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
- getObject() - Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
-
- getObject() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
- getObject() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- getObject() - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
- getObject() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- getObject() - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
- getObject() - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
- getObject() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- getObject() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- getObject() - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
- getObject() - Method in class org.springframework.transaction.config.JtaTransactionManagerFactoryBean
-
- getObject() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
-
- getObject() - Method in class org.springframework.ui.velocity.VelocityEngineFactoryBean
-
Deprecated.
- getObject() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- getObject() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
- getObject() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- getObject() - Method in class org.springframework.web.context.support.WebApplicationContextUtils.RequestObjectFactory
-
- getObject() - Method in class org.springframework.web.context.support.WebApplicationContextUtils.ResponseObjectFactory
-
- getObject() - Method in class org.springframework.web.context.support.WebApplicationContextUtils.SessionObjectFactory
-
- getObject() - Method in class org.springframework.web.context.support.WebApplicationContextUtils.WebRequestObjectFactory
-
- getObject() - Method in class org.springframework.web.portlet.context.PortletApplicationContextUtils.RequestObjectFactory
-
- getObject() - Method in class org.springframework.web.portlet.context.PortletApplicationContextUtils.ResponseObjectFactory
-
- getObject() - Method in class org.springframework.web.portlet.context.PortletApplicationContextUtils.SessionObjectFactory
-
- getObject() - Method in class org.springframework.web.portlet.context.PortletApplicationContextUtils.WebRequestObjectFactory
-
- getObject() - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser.CompositeUriComponentsContributorFactoryBean
-
- getObject() - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- getObject() - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser.DecoratingFactoryBean
-
- getObject() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- getObjectClass(Object) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- getObjectClass(Object) - Method in interface org.springframework.expression.spel.SpelNode
-
Determine the class of the object passed in, unless it is already a class object.
- getObjectCount() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
-
- getObjectCount() - Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
-
Return the number of thread-bound objects created.
- getObjectForBeanInstance(Object, String, String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Get the object for the given bean instance, either the bean
instance itself or its created object in case of a FactoryBean.
- getObjectFromFactoryBean(FactoryBean<?>, String, boolean) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
-
Obtain an object to expose from the given FactoryBean.
- getObjectMapper() - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Return the underlying ObjectMapper
for this view.
- getObjectMapper() - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
-
Return the underlying ObjectMapper
for this converter.
- getObjectMapper() - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Return the ObjectMapper
for this view.
- getObjectName(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
-
Retrieve the ObjectName
for a bean.
- getObjectName() - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
Return the JMX ObjectName of this managed resource.
- getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.IdentityNamingStrategy
-
Returns an instance of ObjectName
based on the identity
of the managed resource.
- getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
-
Attempts to retrieve the ObjectName
via the given key, trying to
find a mapped value in the mappings first.
- getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
-
Reads the ObjectName
from the source-level metadata associated
with the managed resource's Class
.
- getObjectName(Object, String) - Method in interface org.springframework.jmx.export.naming.ObjectNamingStrategy
-
Obtain an ObjectName
for the supplied bean.
- getObjectName() - Method in interface org.springframework.jmx.export.naming.SelfNaming
-
Return the ObjectName
for the implementing object.
- getObjectName() - Method in class org.springframework.validation.AbstractBindingResult
-
- getObjectName() - Method in exception org.springframework.validation.BindException
-
- getObjectName() - Method in class org.springframework.validation.DataBinder
-
Return the name of the bound object.
- getObjectName() - Method in interface org.springframework.validation.Errors
-
Return the name of the bound root object.
- getObjectName() - Method in class org.springframework.validation.ObjectError
-
Return the name of the affected object.
- getObjectName() - Method in class org.springframework.web.bind.EscapedErrors
-
- getObjectToExport() - Method in class org.springframework.remoting.rmi.RmiBasedExporter
-
Determine the object to export: either the service object itself
or a RmiInvocationWrapper in case of a non-RMI service object.
- getObjectToExpose(ServiceLoader<?>) - Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
-
Determine the actual object to expose for the given ServiceLoader.
- getObjectToExpose(ServiceLoader<?>) - Method in class org.springframework.beans.factory.serviceloader.ServiceFactoryBean
-
- getObjectToExpose(ServiceLoader<?>) - Method in class org.springframework.beans.factory.serviceloader.ServiceListFactoryBean
-
- getObjectToExpose(ServiceLoader<?>) - Method in class org.springframework.beans.factory.serviceloader.ServiceLoaderFactoryBean
-
- getObjectType() - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
-
- getObjectType() - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Return the type of the proxy.
- getObjectType() - Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
-
- getObjectType(String) - Static method in class org.springframework.asm.Type
-
Returns the Java type corresponding to the given internal name.
- getObjectType() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
This abstract method declaration mirrors the method in the FactoryBean
interface, for a consistent offering of abstract template methods.
- getObjectType() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
- getObjectType() - Method in class org.springframework.beans.factory.config.ListFactoryBean
-
- getObjectType() - Method in class org.springframework.beans.factory.config.MapFactoryBean
-
- getObjectType() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
-
Return the type of object that this FactoryBean creates,
or null
if not known in advance.
- getObjectType() - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
-
- getObjectType() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
-
- getObjectType() - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
- getObjectType() - Method in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
-
- getObjectType() - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
- getObjectType() - Method in class org.springframework.beans.factory.config.SetFactoryBean
-
- getObjectType() - Method in class org.springframework.beans.factory.config.YamlMapFactoryBean
-
- getObjectType() - Method in class org.springframework.beans.factory.config.YamlPropertiesFactoryBean
-
- getObjectType() - Method in interface org.springframework.beans.factory.FactoryBean
-
Return the type of object that this FactoryBean creates,
or null
if not known in advance.
- getObjectType() - Method in class org.springframework.beans.factory.serviceloader.ServiceFactoryBean
-
- getObjectType() - Method in class org.springframework.beans.factory.serviceloader.ServiceListFactoryBean
-
- getObjectType() - Method in class org.springframework.beans.factory.serviceloader.ServiceLoaderFactoryBean
-
- getObjectType() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- getObjectType() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
- getObjectType() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
-
- getObjectType() - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
-
- getObjectType() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
-
- getObjectType() - Method in class org.springframework.core.convert.Property
-
The object declaring this property, either directly or in a superclass the object extends.
- getObjectType() - Method in class org.springframework.core.convert.TypeDescriptor
-
- getObjectType() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
-
- getObjectType() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
-
- getObjectType() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- getObjectType() - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
- getObjectType() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- getObjectType() - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
-
- getObjectType() - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
-
- getObjectType() - Method in class org.springframework.jdbc.config.SortedResourcesFactoryBean
-
- getObjectType() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
-
- getObjectType() - Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
- getObjectType() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
- getObjectType() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
- getObjectType() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
-
- getObjectType() - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
- getObjectType() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
-
Deprecated.
- getObjectType() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
-
Deprecated.
- getObjectType() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
- getObjectType() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
- getObjectType() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
-
- getObjectType() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
-
- getObjectType() - Method in class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
-
- getObjectType() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
-
- getObjectType() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getObjectType() - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
-
- getObjectType() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaSessionFactoryBean
-
- getObjectType() - Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
-
- getObjectType() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
-
Deprecated.
- getObjectType() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
-
- getObjectType() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- getObjectType() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
- getObjectType() - Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
-
- getObjectType() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
- getObjectType() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- getObjectType() - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
- getObjectType() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- getObjectType() - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
- getObjectType() - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
- getObjectType() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- getObjectType() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- getObjectType() - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
- getObjectType() - Method in class org.springframework.transaction.config.JtaTransactionManagerFactoryBean
-
- getObjectType() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
-
- getObjectType() - Method in class org.springframework.ui.velocity.VelocityEngineFactoryBean
-
Deprecated.
- getObjectType() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- getObjectType() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
- getObjectType() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- getObjectType() - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser.CompositeUriComponentsContributorFactoryBean
-
- getObjectType() - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- getObjectType() - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser.DecoratingFactoryBean
-
- getObjectType() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- getObjectWithTypeAvailable - Static variable in class org.springframework.jdbc.support.JdbcUtils
-
- getObjectWrapper() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Return the configured FreeMarker ObjectWrapper
, or the
default wrapper
if none specified.
- getOffset() - Method in class org.springframework.asm.Label
-
Returns the offset corresponding to this label.
- getOnblur() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Get the value of the 'onblur
' attribute.
- getOnchange() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Get the value of the 'onchange
' attribute.
- getOnclick() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onclick
' attribute.
- getOndblclick() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'ondblclick
' attribute.
- getOnfocus() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Get the value of the 'onfocus
' attribute.
- getOnkeydown() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onkeydown
' attribute.
- getOnkeypress() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onkeypress
' attribute.
- getOnkeyup() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onkeyup
' attribute.
- getOnmousedown() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onmousedown
' attribute.
- getOnmousemove() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onmousemove
' attribute.
- getOnmouseout() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onmouseout
' attribute.
- getOnmouseover() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onmouseover
' attribute.
- getOnmouseup() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onmouseup
' attribute.
- getOnreset() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'onreset
' attribute.
- getOnselect() - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Get the value of the 'onselect
' attribute.
- getOnselect() - Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
Get the value of the 'onselect
' attribute.
- getOnsubmit() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'onsubmit
' attribute.
- getOpcode(int) - Method in class org.springframework.asm.Type
-
Returns a JVM instruction opcode adapted to this Java type.
- getOpenJPAEntityManager(EntityManager) - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect
-
Return the OpenJPA-specific variant of EntityManager
.
- getOperation() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getOperation() - Method in interface org.springframework.cache.interceptor.CacheOperationInvocationContext
-
Return the cache operation.
- getOperation() - Method in class org.springframework.cache.jcache.interceptor.DefaultCacheInvocationContext
-
- getOperationContext(CacheOperation, Method, Object[], Object, Class<?>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
- getOperationDescription() - Method in class org.springframework.cache.interceptor.CacheableOperation.Builder
-
- getOperationDescription() - Method in class org.springframework.cache.interceptor.CacheEvictOperation.Builder
-
- getOperationDescription() - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
Return an identifying description for this caching operation.
- getOperationDescription() - Method in class org.springframework.cache.interceptor.CachePutOperation.Builder
-
- getOperationDescription() - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
-
Return an identifying description for this caching operation.
- getOperationDescription(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Get the description for a particular operation.
- getOperationDescription(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Retrieves the description for the supplied Method
from the
metadata.
- getOperationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the operation metadata for the MBean resource.
- getOperationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Iterate through all methods on the MBean class and gives subclasses the chance
to vote on their inclusion.
- getOperationParameters(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Create parameter info for the given method.
- getOperationParameters(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Reads MBeanParameterInfo
from the ManagedOperationParameter
attributes attached to a method.
- getOperatorName() - Method in class org.springframework.expression.spel.ast.Operator
-
- getOperatorOverloader() - Method in interface org.springframework.expression.EvaluationContext
-
Return an operator overloader that may support mathematical operations
between more than the standard set of types.
- getOperatorOverloader() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- getOptionNames() - Method in class org.springframework.core.env.CommandLineArgs
-
Return the set of all option arguments present on the command line.
- getOptionValues(String) - Method in class org.springframework.core.env.CommandLineArgs
-
Return the list of values associated with the given option.
- getOptionValues(String) - Method in class org.springframework.core.env.CommandLinePropertySource
-
Return the collection of values associated with the command line option having the
given name.
- getOptionValues(String) - Method in class org.springframework.core.env.JOptCommandLinePropertySource
-
- getOptionValues(String) - Method in class org.springframework.core.env.SimpleCommandLinePropertySource
-
- getOracleConnection(PreparedStatement) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
-
Deprecated.
Retrieve the underlying OracleConnection, using a NativeJdbcExtractor if set.
- getOrCreateContainer(Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
-
Wrap the body in a
MappingJacksonValue
value container (for providing
additional serialization instructions) or simply cast it if already wrapped.
- getOrCreateEnvironment(BeanDefinitionRegistry) - Static method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Get the Environment from the given registry if possible, otherwise return a new
StandardEnvironment.
- getOrCreateEnvironment(BeanDefinitionRegistry) - Static method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Get the Environment from the given registry if possible, otherwise return a new
StandardEnvironment.
- getOrCreateHandshakeHandler() - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
-
- getOrCreateSessionAttribute(PortletSession, String, Class<?>) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Get the specified session attribute under the javax.portlet.PortletSession#PORTLET_SCOPE
,
creating and setting a new attribute if no existing found.
- getOrCreateSessionAttribute(PortletSession, String, Class<?>, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Get the specified session attribute in the given scope,
creating and setting a new attribute if no existing found.
- getOrCreateSessionAttribute(HttpSession, String, Class<?>) - Static method in class org.springframework.web.util.WebUtils
-
- getOrCreateTaskExecRegistration() - Method in class org.springframework.messaging.simp.config.ChannelRegistration
-
- getOrDefault(Object, V) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-
- getOrder() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getOrder() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
-
Determine the order for this factory's target aspect, either
an instance-specific order expressed through implementing the
Ordered
interface (only
checked for singleton beans), or an order expressed through the
Order
annotation
at the class level.
- getOrder() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
- getOrder() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
-
- getOrder() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
-
- getOrder() - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
-
Determine the order for this factory's aspect instance,
either an instance-specific order expressed through implementing
the
Ordered
interface,
or a fallback order.
- getOrder() - Method in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
-
Determine the order for this factory's aspect instance,
either an instance-specific order expressed through implementing
the
Ordered
interface,
or a fallback order.
- getOrder() - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
-
- getOrder() - Method in class org.springframework.aop.framework.ProxyProcessorSupport
-
- getOrder() - Method in class org.springframework.aop.interceptor.AsyncExecutionInterceptor
-
- getOrder() - Method in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
-
- getOrder() - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
-
- getOrder() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- getOrder() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
- getOrder() - Method in class org.springframework.beans.ExtendedBeanInfoFactory
-
- getOrder() - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
- getOrder() - Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
-
- getOrder() - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
-
- getOrder() - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
-
- getOrder() - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
-
- getOrder() - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
-
- getOrder() - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
-
- getOrder() - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- getOrder(BeanDefinition) - Static method in class org.springframework.context.annotation.ConfigurationClassUtils
-
- getOrder() - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
- getOrder() - Method in class org.springframework.context.event.DefaultEventListenerFactory
-
- getOrder() - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
-
- getOrder() - Method in class org.springframework.context.event.SourceFilteringListener
-
- getOrder() - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
-
- getOrder(Class<?>) - Static method in class org.springframework.core.annotation.OrderUtils
-
Return the order on the specified type
.
- getOrder(Class<?>, Integer) - Static method in class org.springframework.core.annotation.OrderUtils
-
Return the order on the specified type
, or the specified
default value if none can be found.
- getOrder(Object, OrderComparator.OrderSourceProvider) - Method in class org.springframework.core.OrderComparator
-
Determine the order value for the given object.
- getOrder(Object) - Method in class org.springframework.core.OrderComparator
-
Determine the order value for the given object.
- getOrder() - Method in interface org.springframework.core.Ordered
-
Get the order value of this object.
- getOrder() - Method in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
-
- getOrder() - Method in class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
-
- getOrder() - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
-
- getOrder() - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry
-
- getOrder() - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
-
Deprecated.
- getOrder() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
-
- getOrder() - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
-
- getOrder() - Method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils.PersistenceManagerSynchronization
-
- getOrder() - Method in class org.springframework.orm.jpa.EntityManagerFactoryUtils.TransactionalEntityManagerSynchronization
-
- getOrder() - Method in class org.springframework.orm.jpa.EntityManagerFactoryUtils.TransactionScopedEntityManagerSynchronization
-
- getOrder() - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
-
- getOrder() - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
- getOrder() - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- getOrder() - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- getOrder() - Method in class org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
-
Returns 5000
.
- getOrder() - Method in class org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
-
- getOrder() - Method in class org.springframework.test.context.support.AbstractTestExecutionListener
-
The default implementation returns
Ordered.LOWEST_PRECEDENCE
,
thereby ensuring that custom listeners are ordered after default
listeners supplied by the framework.
- getOrder() - Method in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
-
Returns 2000
.
- getOrder() - Method in class org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
-
Returns 1500
.
- getOrder() - Method in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
-
Returns 3000
.
- getOrder() - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
Returns 4000
.
- getOrder() - Method in class org.springframework.test.context.web.ServletTestExecutionListener
-
Returns 1000
.
- getOrder() - Method in class org.springframework.transaction.event.ApplicationListenerMethodTransactionalAdapter.TransactionSynchronizationEventAdapter
-
- getOrder() - Method in class org.springframework.transaction.event.TransactionalEventListenerFactory
-
- getOrder() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
-
- getOrder(T) - Method in class org.springframework.util.comparator.InstanceComparator
-
- getOrder() - Method in class org.springframework.web.method.ControllerAdviceBean
-
- getOrder() - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
-
- getOrder() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
-
- getOrder() - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
- getOrder() - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
-
- getOrder() - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
- getOrder() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
- getOrder() - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
-
- getOrder() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
- getOrder() - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
-
- getOrder() - Method in class org.springframework.web.servlet.view.BeanNameViewResolver
-
- getOrder() - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- getOrder() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
- getOrder() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
- getOrder() - Method in class org.springframework.web.servlet.view.ViewResolverComposite
-
- getOrder() - Method in class org.springframework.web.servlet.view.XmlViewResolver
-
- getOrder() - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
-
- getOrder() - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
- getOrder() - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry
-
- getOrder() - Method in class org.springframework.web.socket.messaging.WebSocketAnnotationMethodMessageHandler.MessagingControllerAdviceBean
-
- getOrderForAspectClass(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
-
- getOrderForAspectClass(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
-
- getOrderForAspectClass(Class<?>) - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
-
Determine a fallback order for the case that the aspect instance
does not express an instance-specific order through implementing
the
Ordered
interface.
- getOrderForAspectClass(Class<?>) - Method in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
-
Determine a fallback order for the case that the aspect instance
does not express an instance-specific order through implementing
the
Ordered
interface.
- getOrderSource(Object) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory.FactoryAwareOrderSourceProvider
-
- getOrderSource(Object) - Method in interface org.springframework.core.OrderComparator.OrderSourceProvider
-
Return an order source for the specified object, i.e.
- getOrigin() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Origin
header.
- getOrigin() - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
- getOriginal() - Method in exception org.springframework.cache.interceptor.CacheOperationInvoker.ThrowableWrapper
-
- getOriginalException() - Method in exception org.springframework.transaction.TransactionSystemException
-
Return the exception that was the first to be thrown within the failed transaction:
i.e.
- getOriginalFilename() - Method in class org.springframework.mock.web.MockMultipartFile
-
- getOriginalFilename() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getOriginalFilename() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return the original filename in the client's filesystem.
- getOriginalFilename() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
-
- getOriginalPropertyValue() - Method in class org.springframework.beans.PropertyValue
-
Return the original PropertyValue instance for this value holder.
- getOriginalSql() - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
-
Return the SQL statement that is being parsed.
- getOriginalValue() - Method in class org.springframework.expression.spel.ast.Literal
-
- getOriginatingBeanDefinition() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return the originating BeanDefinition, or null
if none.
- getOriginatingBeanDefinition() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the originating BeanDefinition, or null
if none.
- getOriginatingContextPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the context path for the given request, detecting an include request
URL if called within a RequestDispatcher include.
- getOriginatingQueryString(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the query string part of the given request's URL.
- getOriginatingRequestParams(HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
- getOriginatingRequestUri(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the request URI for the given request.
- getOriginatingServletPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the servlet path for the given request, detecting an include request
URL if called within a RequestDispatcher include.
- getOrmXmlForDefaultPersistenceUnit() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Determine JPA's default "META-INF/orm.xml" resource for use with Spring's default
persistence unit, if any.
- getOtherDescriptors() - Method in class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
-
- getOut() - Method in class org.springframework.mock.web.MockPageContext
-
- getOutcomeState() - Method in exception org.springframework.transaction.HeuristicCompletionException
-
Return the outcome state of the transaction state,
as one of the constants in this class.
- getOutParameterNames() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Get a list of the out parameter names.
- getOutputFlashMap(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Return the "output" FlashMap with attributes to save for a subsequent request.
- getOutputRecordCreator() - Method in class org.springframework.jca.cci.core.CciTemplate
-
Return a RecordCreator that should be used for creating default output Records.
- getOutputStream() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation opens a FileOutputStream for the underlying file.
- getOutputStream() - Method in class org.springframework.core.io.PathResource
-
This implementation opens a OutputStream for the underlying file.
- getOutputStream() - Method in interface org.springframework.core.io.WritableResource
-
Return an OutputStream
for the underlying resource,
allowing to (over-)write its content.
- getOutputStream() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getOutputStream() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
-
- getOutputStream() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.HttpStreamingAwareContentCachingResponseWrapper
-
- getOutputStream() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- getOverride(Method) - Method in class org.springframework.beans.factory.support.MethodOverrides
-
Return the override for the given method, if any.
- getOverrides() - Method in class org.springframework.beans.factory.support.MethodOverrides
-
Return all method overrides contained by this object.
- getOwner() - Method in class org.springframework.asm.Handle
-
Returns the internal name of the class that owns the field or method
designated by this handle.
- getOwnerType() - Method in class org.springframework.core.ResolvableType.SyntheticParameterizedType
-
- getPackageName(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Determine the name of the package of the given class,
e.g.
- getPackageName(String) - Static method in class org.springframework.util.ClassUtils
-
Determine the name of the package of the given fully-qualified class name,
e.g.
- getPackagesToScan() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Return the packages to search for JAXB2 annotations.
- getPaddingLength() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
-
Return the padding length for String values.
- getPage() - Method in class org.springframework.beans.support.PagedListHolder
-
Return the current page number.
- getPage() - Method in class org.springframework.mock.web.MockPageContext
-
- getPageContext() - Method in class org.springframework.web.servlet.support.JspAwareRequestContext
-
Return the underlying PageContext.
- getPageCount() - Method in class org.springframework.beans.support.PagedListHolder
-
Return the number of pages for the current source list.
- getPageList() - Method in class org.springframework.beans.support.PagedListHolder
-
Return a sub-list representing the current page.
- getPageSize() - Method in class org.springframework.beans.support.PagedListHolder
-
Return the current page size.
- getParamConditionGroups() - Method in class org.springframework.web.bind.UnsatisfiedServletRequestParameterException
-
Return all parameter condition groups that have been violated.
- getParamConditions() - Method in class org.springframework.web.bind.UnsatisfiedServletRequestParameterException
-
Return the parameter conditions that have been violated or the first group
in case of multiple groups.
- getParamConditions() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.PartialMatchHelper
-
Return declared "params" conditions but only among those that also
match the "methods", "consumes", and "params" conditions.
- getParamCount() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
-
Deprecated.
- getParameter(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getParameter(String) - Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- getParameter(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getParameter(String) - Method in class org.springframework.util.MimeType
-
Return a generic parameter value, given a parameter name.
- getParameter() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
-
Return the method parameter that failed validation.
- getParameter() - Method in class org.springframework.web.bind.MissingPathVariableException
-
Return the method parameter bound to the path variable.
- getParameter(String) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getParameter(String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getParameter(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Return the request parameter of the given name, or null
if none.
- getParameter(String) - Method in class org.springframework.web.filter.HttpPutFormContentFilter.HttpPutFormContentRequestWrapper
-
- getParameter() - Method in exception org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException
-
Return the target method parameter.
- getParameter() - Method in exception org.springframework.web.method.annotation.MethodArgumentTypeMismatchException
-
Return the target method parameter.
- getParameter(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getParameter(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getParameter(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
- getParameter(String) - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
- getParameterAnnotation(Class<A>) - Method in class org.springframework.core.MethodParameter
-
Return the parameter annotation of the given type, if available.
- getParameterAnnotations() - Method in class org.springframework.core.MethodParameter
-
Return the annotations associated with the specific method/constructor parameter.
- getParameterIndex() - Method in class org.springframework.core.MethodParameter
-
Return the index of the method/constructor parameter.
- getParameterIndexes(int) - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
-
Return the parameter indexes for the specified parameter.
- getParameterMap() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getParameterMap() - Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- getParameterMap() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getParameterMap() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getParameterMap() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getParameterMap() - Method in interface org.springframework.web.context.request.WebRequest
-
Return a immutable Map of the request parameters, with parameter names as map keys
and parameter values as map values.
- getParameterMap() - Method in class org.springframework.web.filter.HttpPutFormContentFilter.HttpPutFormContentRequestWrapper
-
- getParameterMap() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getParameterMap() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
- getParameterMap() - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getParameterMap() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
- getParameterMap() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
- getParameterName() - Method in class org.springframework.core.MethodParameter
-
Return the name of the method/constructor parameter.
- getParameterName() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
-
Get the parameter name.
- getParameterName() - Method in class org.springframework.jdbc.core.metadata.TableParameterMetaData
-
Get the parameter name.
- getParameterName() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils.ParameterHolder
-
- getParameterName(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.PayloadArgumentResolver
-
- getParameterName() - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
-
- getParameterName() - Method in class org.springframework.web.bind.MissingServletRequestParameterException
-
Return the name of the offending parameter.
- getParameterName() - Method in class org.springframework.web.portlet.bind.MissingPortletRequestParameterException
-
Return the name of the offending parameter.
- getParameterNameDiscoverer() - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Return the ParameterNameDiscoverer to use for resolving method parameter
names if needed.
- getParameterNameDiscoverer() - Method in class org.springframework.context.expression.CachedExpressionEvaluator
-
Return a shared parameter name discoverer which caches data internally.
- getParameterNameDiscoverer() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return the ParameterNameDiscoverer to use for resolving method parameter
names if needed (may be null
in order to skip parameter detection).
- getParameterNames(Method) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer
-
- getParameterNames(Constructor<?>) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer
-
- getParameterNames(Method) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
Deduce the parameter names for an advice method.
- getParameterNames(Constructor<?>) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
An advice method can never be a constructor in Spring.
- getParameterNames() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
-
- getParameterNames(Method) - Method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer
-
- getParameterNames(Constructor<?>) - Method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer
-
- getParameterNames(Method) - Method in interface org.springframework.core.ParameterNameDiscoverer
-
Return parameter names for this method,
or null
if they cannot be determined.
- getParameterNames(Constructor<?>) - Method in interface org.springframework.core.ParameterNameDiscoverer
-
Return parameter names for this constructor,
or null
if they cannot be determined.
- getParameterNames(Method) - Method in class org.springframework.core.PrioritizedParameterNameDiscoverer
-
- getParameterNames(Constructor<?>) - Method in class org.springframework.core.PrioritizedParameterNameDiscoverer
-
- getParameterNames(Method) - Method in class org.springframework.core.StandardReflectionParameterNameDiscoverer
-
- getParameterNames(Constructor<?>) - Method in class org.springframework.core.StandardReflectionParameterNameDiscoverer
-
- getParameterNames() - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
-
Return all of the parameters (bind variables) in the parsed SQL statement.
- getParameterNames() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getParameterNames() - Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- getParameterNames() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getParameterNames() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getParameterNames() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getParameterNames() - Method in interface org.springframework.web.context.request.WebRequest
-
Return a Iterator over request parameter names.
- getParameterNames() - Method in class org.springframework.web.filter.HttpPutFormContentFilter.HttpPutFormContentRequestWrapper
-
- getParameterNames() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getParameterNames() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
- getParameterNames() - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getParameterNames() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
- getParameterNames() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
- getParameterPosition() - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation.CacheInvocationParameterImpl
-
- getParameterPosition() - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation.CacheParameterDetail
-
- getParameters() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
-
Deprecated.
Return the default parameters for the type.
- getParameters() - Method in class org.springframework.util.MimeType
-
Return all generic parameter values.
- getParameters() - Method in class org.springframework.web.socket.adapter.standard.WebSocketToStandardExtensionAdapter
-
- getParameters() - Method in class org.springframework.web.socket.WebSocketExtension
-
Return the parameters of the extension (never null
).
- getParametersStartingWith(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Return a map containing all parameters with the given prefix.
- getParametersStartingWith(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
-
Return a map containing all parameters with the given prefix.
- getParameterType() - Method in class org.springframework.core.MethodParameter
-
Return the type of the method/constructor parameter.
- getParameterType() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
-
Get the parameter type.
- getParameterType() - Method in class org.springframework.messaging.handler.HandlerMethod.ReturnValueMethodParameter
-
- getParameterType() - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod.AsyncResultMethodParameter
-
- getParameterType() - Method in class org.springframework.web.bind.MissingServletRequestParameterException
-
Return the expected type of the offending parameter.
- getParameterType() - Method in class org.springframework.web.method.HandlerMethod.ReturnValueMethodParameter
-
- getParameterType() - Method in class org.springframework.web.portlet.bind.MissingPortletRequestParameterException
-
Return the expected type of the offending parameter.
- getParameterType() - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.ConcurrentResultMethodParameter
-
- getParameterTypes() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
-
- getParameterTypes() - Method in class org.springframework.remoting.support.RemoteInvocation
-
Return the parameter types of the target method.
- getParameterValues(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getParameterValues(String) - Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- getParameterValues(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getParameterValues(String) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getParameterValues(String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getParameterValues(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Return the request parameter values for the given parameter name,
or null
if none.
- getParameterValues(String) - Method in class org.springframework.web.filter.HttpPutFormContentFilter.HttpPutFormContentRequestWrapper
-
- getParameterValues(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getParameterValues(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getParameterValues(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
- getParameterValues(String) - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
- getParamName() - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
-
Return the name of the parameter that contains a locale specification
in a locale change request.
- getParamName() - Method in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
-
Return the name of the parameter that contains a theme specification
in a theme change request.
- getParamsCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Returns the "parameters" condition of this
RequestMappingInfo
;
or instance with 0 parameter expressions, never
null
.
- getParamsMultiValueMap(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
-
- getParent() - Method in interface org.springframework.context.ApplicationContext
-
Return the parent context, or null
if there is no parent
and this is the root of the context hierarchy.
- getParent() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the parent context, or null
if there is no parent
(that is, this context is the root of the context hierarchy).
- getParent() - Method in class org.springframework.test.context.MergedContextConfiguration
-
- getParent() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getParent() - Method in class org.springframework.util.xml.DomContentHandler
-
- getParentApplicationContext() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the parent
ApplicationContext
for the context defined by this
MergedContextConfiguration
from the context cache.
- getParentBeanFactory() - Method in interface org.springframework.beans.factory.HierarchicalBeanFactory
-
Return the parent bean factory, or null
if there is none.
- getParentBeanFactory() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getParentBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getParentBeanFactory() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getParentContextCount() - Method in interface org.springframework.test.context.cache.ContextCache
-
Determine the number of parent contexts currently tracked within the cache.
- getParentContextCount() - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Determine the number of parent contexts currently tracked within the cache.
- getParentLogger() - Method in class org.springframework.jdbc.datasource.AbstractDataSource
-
- getParentLogger() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- getParentLogger() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
-
- getParentMessageSource() - Method in interface org.springframework.context.HierarchicalMessageSource
-
Return the parent of this MessageSource, or null
if none.
- getParentMessageSource() - Method in class org.springframework.context.support.AbstractMessageSource
-
- getParentMessageSource() - Method in class org.springframework.context.support.DelegatingMessageSource
-
- getParentMethod - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
-
- getParentName() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return the name of the parent definition of this bean definition, if any.
- getParentName() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
-
- getParentName() - Method in class org.springframework.beans.factory.support.GenericBeanDefinition
-
- getParentName() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
- getParentName(Element) - Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
-
Determine the name for the parent of the currently parsed bean,
in case of the current bean being defined as a child bean.
- getParentThemeSource() - Method in interface org.springframework.ui.context.HierarchicalThemeSource
-
Return the parent of this ThemeSource, or null
if none.
- getParentThemeSource() - Method in class org.springframework.ui.context.support.DelegatingThemeSource
-
- getParentThemeSource() - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
- getParsedSql(String) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
-
Obtain a parsed representation of the given SQL statement.
- getParsedSql() - Method in class org.springframework.jdbc.object.SqlOperation
-
Obtain a parsed representation of this operation's SQL statement.
- getParser() - Method in class org.springframework.context.expression.CachedExpressionEvaluator
-
- getParser(A, Class<?>) - Method in interface org.springframework.format.AnnotationFormatterFactory
-
Get the Parser to parse a submitted value for a field of fieldType
annotated with annotation
.
- getParser(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
-
- getParser(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
-
- getParser(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
-
- getParser(NumberFormat, Class<?>) - Method in class org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
-
- getParser(NumberFormat, Class<?>) - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
-
- getParseState() - Method in class org.springframework.beans.factory.parsing.Problem
-
Get the
ParseState
at the time of the error (may be
null
).
- getPart(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getParticipateAttributeName() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
-
Deprecated.
Return the name of the request attribute that identifies that a request is
already intercepted.
- getParticipateAttributeName() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
-
Return the name of the request attribute that identifies that a request is
already intercepted.
- getParticipateAttributeName() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
-
Return the name of the request attribute that identifies that a request is
already intercepted.
- getParticipateAttributeName() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
-
Return the name of the request attribute that identifies that a request is
already filtered.
- getParticipateAttributeName() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
-
Return the name of the request attribute that identifies that a request is
already filtered.
- getPartName(MethodParameter, RequestPart) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
-
- getParts() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getPasscode() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
Return the passcode header value, or null
if not set.
- getPasscode(Map<String, Object>) - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
Return the passcode header value, or null
if not set.
- getPasscode() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Get the passcode header.
- getPassword() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Return the JDBC password to use for connecting through the Driver.
- getPassword() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Return the password for the account at the mail host.
- getPassword() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the password to specify on the stub.
- getPath() - Method in class org.springframework.core.io.ClassPathResource
-
Return the path for this resource (as resource path within the class path).
- getPath() - Method in class org.springframework.core.io.FileSystemResource
-
Return the file path for this resource.
- getPath() - Method in class org.springframework.core.io.PathResource
-
Return the file path for this resource.
- getPath(Object) - Static method in class org.springframework.core.io.support.VfsPatternUtils
-
- getPath() - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- getPath() - Method in class org.springframework.web.context.support.ServletContextResource
-
Return the path for this resource.
- getPath() - Method in class org.springframework.web.portlet.context.PortletContextResource
-
Return the path for this resource.
- getPath() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the bean and property path for which values and errors
will be resolved (e.g.
- getPath() - Method in class org.springframework.web.servlet.tags.BindTag
-
Return the path that this tag applies to.
- getPath() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
- getPath() - Method in class org.springframework.web.servlet.tags.NestedPathTag
-
Return the path that this tag applies to.
- getPath() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getPath() - Method in class org.springframework.web.util.HierarchicalUriComponents.FullPathComponent
-
- getPath() - Method in class org.springframework.web.util.HierarchicalUriComponents
-
- getPath() - Method in interface org.springframework.web.util.HierarchicalUriComponents.PathComponent
-
- getPath() - Method in class org.springframework.web.util.HierarchicalUriComponents.PathComponentComposite
-
- getPath() - Method in class org.springframework.web.util.HierarchicalUriComponents.PathSegmentComponent
-
- getPath() - Method in class org.springframework.web.util.OpaqueUriComponents
-
- getPath() - Method in class org.springframework.web.util.UriComponents
-
Return the path.
- getPathHelper() - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
-
- getPathInfo() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getPathMatchConfigurer() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- getPathMatcher() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Return the PathMatcher that this resource pattern resolver uses.
- getPathMatcher() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
Return the PathMatcher implementation to use for matching destinations.
- getPathMatcher() - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
-
- getPathMatcher() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
-
Provide access to the configured PatchMatcher for access from other
configuration classes.
- getPathMatcher() - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
- getPathMatcher() - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
- getPathMatcher() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Return the PathMatcher implementation to use for matching URL paths
against registered URL patterns.
- getPathMatcher() - Method in class org.springframework.web.servlet.handler.MappedInterceptor
-
The configured PathMatcher, or null
if none.
- getPathMatcher() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Return a custom PathMatcher to use for the PatternsRequestCondition, if any.
- getPathMatcher() - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
-
Return the configured PathMatcher
.
- getPathMatcher() - Method in class org.springframework.web.servlet.ResourceServlet
-
Deprecated.
Return a
PathMatcher
to use for matching the "allowedResources" URL pattern.
- getPathPattern() - Method in class org.springframework.web.servlet.config.annotation.CorsRegistration
-
- getPathPatterns() - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
Returns the URL path patterns for the resource handler.
- getPathPatterns() - Method in class org.springframework.web.servlet.handler.MappedInterceptor
-
The path into the application the interceptor is mapped to.
- getPathSegments() - Method in class org.springframework.web.util.HierarchicalUriComponents.FullPathComponent
-
- getPathSegments() - Method in class org.springframework.web.util.HierarchicalUriComponents
-
- getPathSegments() - Method in interface org.springframework.web.util.HierarchicalUriComponents.PathComponent
-
- getPathSegments() - Method in class org.springframework.web.util.HierarchicalUriComponents.PathComponentComposite
-
- getPathSegments() - Method in class org.springframework.web.util.HierarchicalUriComponents.PathSegmentComponent
-
- getPathSegments() - Method in class org.springframework.web.util.OpaqueUriComponents
-
- getPathSegments() - Method in class org.springframework.web.util.UriComponents
-
Return the list of path segments.
- getPathToServlet() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the path to URL mappings within the current servlet including the
context path and the servlet path of the original request.
- getPathTranslated() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getPathWithinApplication(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the path within the web application for the given request.
- getPathWithinContext() - Method in class org.springframework.core.io.ClassRelativeResourceLoader.ClassRelativeContextResource
-
- getPathWithinContext() - Method in interface org.springframework.core.io.ContextResource
-
Return the path within the enclosing 'context'.
- getPathWithinContext() - Method in class org.springframework.core.io.DefaultResourceLoader.ClassPathContextResource
-
- getPathWithinContext() - Method in class org.springframework.core.io.FileSystemResourceLoader.FileSystemContextResource
-
- getPathWithinContext() - Method in class org.springframework.web.context.support.ServletContextResource
-
- getPathWithinContext() - Method in class org.springframework.web.portlet.context.PortletContextResource
-
- getPathWithinServletMapping(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the path within the servlet mapping for the given request,
i.e.
- getPatternComparator(String) - Method in class org.springframework.util.AntPathMatcher
-
Given a full path, returns a Comparator
suitable for sorting patterns in order of
explicitness.
- getPatternComparator(String) - Method in interface org.springframework.util.PathMatcher
-
Given a full path, returns a Comparator
suitable for sorting patterns
in order of explicitness for that path.
- getPatterns() - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Return the regular expressions for method matching.
- getPatterns() - Method in class org.springframework.messaging.handler.DestinationPatternsMessageCondition
-
- getPatterns() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
-
Deprecated.
- getPatterns() - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
-
- getPatternsCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Returns the URL patterns of this
RequestMappingInfo
;
or instance with 0 patterns, never
null
.
- getPausedTaskCount() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Determine the number of currently paused tasks, if any.
- getPayload() - Method in class org.springframework.context.PayloadApplicationEvent
-
Return the payload of the event.
- getPayload() - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.MessagingMessageConverterAdapter.LazyResolutionMessage
-
- getPayload() - Method in interface org.springframework.messaging.Message
-
Return the message payload.
- getPayload() - Method in class org.springframework.messaging.support.GenericMessage
-
- getPayload() - Method in class org.springframework.web.socket.AbstractWebSocketMessage
-
Return the message payload, never be null
.
- getPayload() - Method in interface org.springframework.web.socket.WebSocketMessage
-
Return the message payload (never null
).
- getPayloadLength() - Method in class org.springframework.web.socket.BinaryMessage
-
- getPayloadLength() - Method in class org.springframework.web.socket.PingMessage
-
- getPayloadLength() - Method in class org.springframework.web.socket.PongMessage
-
- getPayloadLength() - Method in class org.springframework.web.socket.TextMessage
-
- getPayloadLength() - Method in interface org.springframework.web.socket.WebSocketMessage
-
Return the number of bytes contained in the message.
- getPayloadType(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.MessageMethodArgumentResolver
-
- getPayloadType(StompHeaders) - Method in interface org.springframework.messaging.simp.stomp.StompFrameHandler
-
- getPayloadType(StompHeaders) - Method in class org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter
-
This implementation returns String as the expected payload type
for STOMP ERROR frames.
- getPerClausePointcut() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
-
Return a Spring pointcut expression for a singleton aspect.
- getPeriod() - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
-
Return the period between repeated task executions.
- getPeriod() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Return the period between repeated task executions.
- getPermissionDeniedCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getPersistenceContext(String, boolean) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Return a specified persistence context for the given unit name, as defined
through the "persistenceContexts" (or "extendedPersistenceContexts") map.
- getPersistenceManager(PersistenceManagerFactory, boolean) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
-
Obtain a JDO PersistenceManager via the given factory.
- getPersistenceManager() - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
-
- getPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.JdoTransactionManager
-
Return the PersistenceManagerFactory that this instance should manage transactions for.
- getPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
-
Return the JDO PersistenceManagerFactory that should be used to create
PersistenceManagers.
- getPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
-
Return the target PersistenceManagerFactory for this proxy.
- getPersistenceManagerFactoryBeanName() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
-
Return the bean name of the PersistenceManagerFactory to fetch from Spring's
root application context.
- getPersistenceManagerHolder() - Method in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
-
- getPersistenceManagerHolder() - Method in class org.springframework.orm.jdo.JdoTransactionManager.SuspendedResourcesHolder
-
- getPersistenceManagerInterface() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
-
Return the PersistenceManager interface to expose.
- getPersistenceProvider() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getPersistenceProvider() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
-
Return the underlying PersistenceProvider that the underlying
EntityManagerFactory was created with.
- getPersistenceProvider() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
-
Return the vendor-specific persistence provider.
- getPersistenceProvider() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
-
- getPersistenceProvider() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
-
- getPersistenceProvider() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
-
- getPersistenceProviderClassName() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getPersistenceProviderPackageName() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getPersistenceProviderRootPackage() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
-
Return the name of the persistence provider's root package
(e.g.
- getPersistenceProviderRootPackage() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
- getPersistenceProviderRootPackage() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
-
- getPersistenceProviderRootPackage() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
-
- getPersistenceUnit(String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Return a specified persistence unit for the given unit name,
as defined through the "persistenceUnits" map.
- getPersistenceUnitInfo() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getPersistenceUnitInfo() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
-
Return the PersistenceUnitInfo used to create this
EntityManagerFactory, if the in-container API was used.
- getPersistenceUnitInfo() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
- getPersistenceUnitInfo(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Return the specified PersistenceUnitInfo from this manager's cache
of processed persistence units, keeping it in the cache (i.e.
- getPersistenceUnitName() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getPersistenceUnitName() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
-
Return the name of the persistence unit to access the EntityManagerFactory for, if any.
- getPersistenceUnitName() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
-
Return the name of the persistence unit used to create this
EntityManagerFactory, or null
if it is an unnamed default.
- getPersistenceUnitName() - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Return the name of the persistence unit to manage transactions for, if any.
- getPersistenceUnitName() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
- getPersistenceUnitName() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getPersistenceUnitName() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
-
Return the name of the persistence unit to access the EntityManagerFactory for, if any.
- getPersistenceUnitPostProcessors() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Return the PersistenceUnitPostProcessors to be applied to each
PersistenceUnitInfo that has been parsed by this manager.
- getPersistenceUnitRootUrl() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getPersistenceXMLSchemaVersion() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getPersistentClass() - Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
-
Return the persistent class of the object for which the locking failed.
- getPersistentClass() - Method in exception org.springframework.orm.ObjectRetrievalFailureException
-
Return the persistent class of the object that was not found.
- getPersistentClassName() - Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
-
Return the name of the persistent class of the object for which the locking failed.
- getPersistentClassName() - Method in exception org.springframework.orm.ObjectRetrievalFailureException
-
Return the name of the persistent class of the object that was not found.
- getPersistLocation() - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- getPersistName() - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- getPersistPeriod() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-
- getPersistPeriod() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
The persist period for this metric.
- getPersistPeriod() - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- getPersistPolicy() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-
- getPersistPolicy() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
The persist policy for this metric.
- getPersistPolicy() - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- getPhase() - Method in interface org.springframework.context.Phased
-
Return the phase value of this object.
- getPhase(Lifecycle) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
Determine the lifecycle phase of the given bean.
- getPhase() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Return the phase in which this endpoint manager will be started and stopped.
- getPhase() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
-
- getPhase() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Return the phase in which this container will be started and stopped.
- getPhase() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- getPhase() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- getPhase() - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
- getPhase() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Return the phase in which this scheduler will be started and stopped.
- getPhase() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
Return the phase in which this endpoint connection factory will be auto-connected
and stopped.
- getPhase() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- getPhase() - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
Return the configured phase.
- getPhase() - Method in class org.springframework.web.socket.server.support.WebSocketHandlerMapping
-
- getPhaseId() - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
-
- getPIData() - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getPITarget() - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getPointcut() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Return the AspectJ expression pointcut.
- getPointcut() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
The pointcut for Spring AOP to use.
- getPointcut(Method, Class<?>) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
-
- getPointcut() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- getPointcut() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
-
- getPointcut() - Method in interface org.springframework.aop.PointcutAdvisor
-
Get the Pointcut that drives this advisor.
- getPointcut() - Method in class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
-
- getPointcut() - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
-
- getPointcut() - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
-
- getPointcut() - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
-
Initialize the singleton Pointcut held within this Advisor.
- getPointcut() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
- getPointcut() - Method in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
-
- getPointcut() - Method in class org.springframework.cache.jcache.interceptor.BeanFactoryJCacheOperationSourceAdvisor
-
- getPointcut() - Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
-
- getPointcut() - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
- getPointcut() - Method in class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
-
- getPointcut() - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
-
- getPointcutBody(String[], int) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
- getPointcutExpression() - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
-
- getPointcutExpression() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
Return the underlying AspectJ pointcut expression.
- getPoolingConfigMixin() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
-
Return an IntroductionAdvisor that providing a mixin
exposing statistics about the pool maintained by this object.
- getPoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the current pool size.
- getPoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the current pool size.
- getPoolSize() - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
-
- getPort(URI) - Static method in class org.springframework.http.client.Netty4ClientHttpRequest
-
- getPort() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Return the mail server port.
- getPort() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Return the port of the registry for the exported RMI service.
- getPort(URI) - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient
-
- getPort() - Method in class org.springframework.web.util.HierarchicalUriComponents
-
- getPort() - Method in class org.springframework.web.util.OpaqueUriComponents
-
- getPort() - Method in class org.springframework.web.util.UriComponents
-
Return the port.
- getPort(UriComponents) - Static method in class org.springframework.web.util.WebUtils
-
- getPortalContext() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getPortalContext() - Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
Return the PortalContext that this MockPortletResponse runs in,
defining the supported PortletModes and WindowStates.
- getPortalInfo() - Method in class org.springframework.mock.web.portlet.MockPortalContext
-
- getPortletApplicationContext() - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Return this portlet's ApplicationContext.
- getPortletConfig() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- getPortletConfig() - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
-
Return the PortletConfig for this portlet application context, if any.
- getPortletConfig() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- getPortletContext() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- getPortletContext() - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getPortletContext() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- getPortletContext() - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
-
Return the standard Portlet API PortletContext for this application.
- getPortletContext() - Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
-
Return the current PortletContext.
- getPortletContext() - Method in class org.springframework.web.portlet.context.PortletContextResource
-
Return the PortletContext for this resource.
- getPortletContext() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- getPortletContext() - Method in class org.springframework.web.portlet.GenericPortletBean
-
Overridden method that simply returns null
when no
PortletConfig set yet.
- getPortletContext() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
-
- getPortletContext() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
-
- getPortletContextAttributeName() - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Return the PortletContext attribute name for this portlets's ApplicationContext.
- getPortletContextName() - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getPortletContextName() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- getPortletInputStream() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
-
- getPortletMode() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getPortletMode() - Method in class org.springframework.mock.web.portlet.MockPortletURL
-
- getPortletMode() - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- getPortletMode() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
-
Return the mode of the portlet request (usually 'view', 'edit', or 'help').
- getPortletName() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- getPortletName() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
-
Return the name of the portlet that handled the request.
- getPortletName() - Method in class org.springframework.web.portlet.GenericPortletBean
-
Overridden method that simply returns null
when no
PortletConfig set yet.
- getPortletName() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
-
- getPortletName() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
-
- getPortletOutputStream() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- getPortletSession() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getPortletSession(boolean) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getPortName() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the name of the port.
- getPortQName() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the prepared QName for the port.
- getPortStub(Service, QName) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Obtain the port stub from the given JAX-WS Service.
- getPortStub() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the underlying JAX-WS port stub that this interceptor delegates to
for each method invocation on the proxy.
- getPosition() - Method in class org.springframework.core.io.support.ResourceRegion
-
Return the start position of this region in the underlying
Resource
- getPosition() - Method in exception org.springframework.expression.ExpressionException
-
Return the position in the expression string where the problem occurred.
- getPossibleMatches() - Method in exception org.springframework.beans.NotWritablePropertyException
-
Return suggestions for actual bean property names that closely match
the invalid property name, if any.
- getPossibleMatches() - Method in class org.springframework.beans.PropertyMatches
-
Return the calculated possible matches.
- getPragma() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Pragma
header.
- getPrecision(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getPrecision(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the precision for the indicated column.
- getPreferences() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getPrefetchSize() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
Return the maximum number of messages to load into a session.
- getPrefix() - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
-
Return the text that will get appended to the trace data.
- getPrefix() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
-
- getPrefix(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
-
- getPrefix(String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
-
- getPrefix() - Method in class org.springframework.validation.DefaultMessageCodesResolver
-
Return the prefix to be applied to any code built by this resolver.
- getPrefix() - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
-
Deprecated.
Return the common prefix for handler method names.
- getPrefix() - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Return the prefix to prepend to the request URL filename.
- getPrefix() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return the prefix that gets prepended to view names when building a URL.
- getPrefixes(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
-
- getPrefixesSet(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
-
- getPrelude(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.EventSourceTransportHandler.EventSourceStreamingSockJsSession
-
- getPrelude(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler.HtmlFileStreamingSockJsSession
-
- getPrelude(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrStreamingTransportHandler.XhrStreamingSockJsSession
-
- getPrelude(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.session.StreamingSockJsSession
-
Get the prelude to write to the response before any other data.
- getPreparedMethod() - Method in class org.springframework.util.MethodInvoker
-
Return the prepared Method object that will be invoked.
- getPreparedStatementCreator(String, SqlParameterSource) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
-
Build a PreparedStatementCreator based on the given SQL and named parameters.
- getPreparer(String, TilesRequestContext) - Method in class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
-
Deprecated.
- getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
-
Deprecated.
Obtain a preparer instance for the given preparer name,
based on the given Spring WebApplicationContext.
- getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.SimpleSpringPreparerFactory
-
Deprecated.
- getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.SpringBeanPreparerFactory
-
Deprecated.
- getPreparer(String, Request) - Method in class org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
-
- getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
-
Obtain a preparer instance for the given preparer name,
based on the given Spring WebApplicationContext.
- getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.SimpleSpringPreparerFactory
-
- getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.SpringBeanPreparerFactory
-
- getPreviousChild() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- getPreviousFlushMode() - Method in class org.springframework.orm.hibernate3.SessionHolder
-
Deprecated.
- getPreviousFlushMode() - Method in class org.springframework.orm.hibernate4.SessionHolder
-
- getPreviousFlushMode() - Method in class org.springframework.orm.hibernate5.SessionHolder
-
- getPreviousHoldability() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
-
- getPreviousHoldability() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager.HibernateTransactionObject
-
- getPreviousIsolationLevel() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- getPrincipal() - Method in interface org.springframework.http.server.ServerHttpRequest
-
Return a Principal
instance containing the name of the
authenticated user.
- getPrincipal() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getPrincipal() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getPrincipal() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getPrincipal() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- getPrincipal() - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
-
- getPrincipal() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getPrincipal() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getPrincipal() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return a Principal
instance containing the name
of the authenticated user.
- getPrinter(A, Class<?>) - Method in interface org.springframework.format.AnnotationFormatterFactory
-
Get the Printer to print the value of a field of fieldType
annotated with
annotation
.
- getPrinter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
-
- getPrinter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
-
- getPrinter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
-
- getPrinter(NumberFormat, Class<?>) - Method in class org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
-
- getPrinter(NumberFormat, Class<?>) - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
-
- getPrinter() - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
-
- getPriority(Object) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Return the priority assigned for the given bean instance by
the javax.annotation.Priority
annotation.
- getPriority(Object) - Method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
-
This implementation retrieves an @
javax.annotation.Priority
value, allowing for additional semantics over the regular @
Order
annotation: typically, selecting one object over another in case of
multiple matches but only one object to be returned.
- getPriority(Class<?>) - Static method in class org.springframework.core.annotation.OrderUtils
-
Return the value of the javax.annotation.Priority
annotation
declared on the specified type, or null
if none.
- getPriority(Object) - Method in class org.springframework.core.OrderComparator
-
Determine a priority value for the given object, if any.
- getPriority() - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- getPriority() - Method in class org.springframework.jms.core.JmsTemplate
-
Return the priority of a message when sending.
- getPriority() - Method in class org.springframework.jms.support.JmsMessageHeaderAccessor
-
- getPrivateParameterMap() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getPrivateRenderParameterMap() - Method in class org.springframework.mock.web.portlet.MockResourceRequest
-
- getProcedureName() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Get the name of the procedure.
- getProcedureName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Get the name of the stored procedure.
- getProcessingEventQNames() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- getProcessingEventQNames() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
-
- getProcessingEventQNames() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
-
- getProcessingTimeMillis() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return the processing time of the request in milliseconds.
- getProducesCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Returns the "produces" condition of this
RequestMappingInfo
;
or instance with 0 produces expressions, never
null
.
- getProducibleMediaTypes() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
Return the contained producible media types excluding negated expressions.
- getProducibleMediaTypes(HttpServletRequest, Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
- getProducibleMediaTypes(HttpServletRequest, Class<?>, Type) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
Returns the media types that can be produced:
The producible media types specified in the request mappings, or
Media types of configured converters that can write the specific return value, or
MediaType.ALL
- getProducibleMediaTypes() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.PartialMatchHelper
-
Return declared "producible" types but only among those that also
match the "methods" and "consumes" conditions.
- getProducibleMediaTypes(HttpServletRequest) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- getPropagationBehavior() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
- getPropagationBehavior() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
-
- getPropagationBehavior() - Method in interface org.springframework.transaction.TransactionDefinition
-
Return the propagation behavior.
- getProperties(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Get a PropertiesHolder for the given filename, either from the
cache or freshly loaded.
- getProperties() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getProperties() - Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- getProperties(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getProperties(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- getProperties() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getProperties() - Method in class org.springframework.test.context.support.MergedTestPropertySources
-
Get the properties in the form of key-value pairs.
- getProperties() - Method in class org.springframework.test.context.support.TestPropertySourceAttributes
-
Get the inlined properties that were declared via @TestPropertySource
.
- getPropertiesPersister() - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Return the PropertiesPersister to use for parsing properties files.
- getProperty(String) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
This method overrides property retrieval in the scope of the
GroovyBeanDefinitionReader
to either:
Retrieve a variable from the bean builder's binding if it exists
Retrieve a RuntimeBeanReference for a specific bean if it exists
Otherwise just delegate to MetaClass.getProperty which will resolve
properties from the GroovyBeanDefinitionReader
itself
- getProperty(String) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference
-
- getProperty(String) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference.GroovyPropertyValue
-
- getProperty(String) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
-
- getProperty() - Method in class org.springframework.beans.support.MutableSortDefinition
-
- getProperty() - Method in interface org.springframework.beans.support.SortDefinition
-
Return the name of the bean property to compare.
- getProperty(String) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
-
- getProperty(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getProperty(String) - Method in class org.springframework.core.env.AbstractEnvironment
-
- getProperty(String, String) - Method in class org.springframework.core.env.AbstractEnvironment
-
- getProperty(String, Class<T>) - Method in class org.springframework.core.env.AbstractEnvironment
-
- getProperty(String, Class<T>, T) - Method in class org.springframework.core.env.AbstractEnvironment
-
- getProperty(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
- getProperty(String, String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
- getProperty(String, Class<T>, T) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
- getProperty(String) - Method in class org.springframework.core.env.CommandLinePropertySource
-
- getProperty(String) - Method in class org.springframework.core.env.CompositePropertySource
-
- getProperty(String) - Method in class org.springframework.core.env.MapPropertySource
-
- getProperty(String) - Method in interface org.springframework.core.env.PropertyResolver
-
Return the property value associated with the given key,
or null
if the key cannot be resolved.
- getProperty(String, String) - Method in interface org.springframework.core.env.PropertyResolver
-
Return the property value associated with the given key, or
defaultValue
if the key cannot be resolved.
- getProperty(String, Class<T>) - Method in interface org.springframework.core.env.PropertyResolver
-
Return the property value associated with the given key,
or null
if the key cannot be resolved.
- getProperty(String, Class<T>, T) - Method in interface org.springframework.core.env.PropertyResolver
-
Return the property value associated with the given key,
or defaultValue
if the key cannot be resolved.
- getProperty(String) - Method in class org.springframework.core.env.PropertySource.ComparisonPropertySource
-
- getProperty(String) - Method in class org.springframework.core.env.PropertySource
-
Return the value associated with the given name,
or null
if not found.
- getProperty(String) - Method in class org.springframework.core.env.PropertySource.StubPropertySource
-
Always returns null
.
- getProperty(String) - Method in class org.springframework.core.env.PropertySourcesPropertyResolver
-
- getProperty(String, Class<T>) - Method in class org.springframework.core.env.PropertySourcesPropertyResolver
-
- getProperty(String, Class<T>, boolean) - Method in class org.springframework.core.env.PropertySourcesPropertyResolver
-
- getProperty(String) - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
-
This implementation returns true
if a property with the given name or
any underscore/uppercase variant thereof exists in this property source.
- getProperty(String) - Static method in class org.springframework.core.SpringProperties
-
Retrieve the property value for the given key, checking local Spring
properties first and falling back to JVM-level system properties.
- getProperty(String) - Method in class org.springframework.jndi.JndiPropertySource
-
This implementation looks up and returns the value associated with the given
name from the underlying
JndiLocatorDelegate
.
- getProperty(String) - Method in class org.springframework.mock.web.portlet.MockPortalContext
-
- getProperty(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getProperty(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- getProperty(String) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
-
- getProperty(String) - Method in class org.springframework.util.xml.AbstractXMLReader
-
Throws a SAXNotRecognizedException
exception when the given property does not signify a lexical
handler.
- getProperty(String) - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getProperty(String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
-
- getProperty(String) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
-
- getProperty(String) - Method in class org.springframework.web.context.support.ServletConfigPropertySource
-
- getProperty(String) - Method in class org.springframework.web.context.support.ServletContextPropertySource
-
- getProperty(String) - Method in class org.springframework.web.portlet.context.PortletConfigPropertySource
-
- getProperty(String) - Method in class org.springframework.web.portlet.context.PortletContextPropertySource
-
- getProperty() - Method in class org.springframework.web.servlet.tags.BindTag
-
Retrieve the property that this tag is currently bound to,
or null
if bound to an object rather than a specific property.
- getPropertyAccessException(String) - Method in exception org.springframework.beans.PropertyBatchUpdateException
-
Return the exception for this field, or null
if there isn't any.
- getPropertyAccessExceptions() - Method in exception org.springframework.beans.PropertyBatchUpdateException
-
Return an array of the propertyAccessExceptions stored in this object.
- getPropertyAccessor() - Method in class org.springframework.validation.AbstractPropertyBindingResult
-
Provide the PropertyAccessor to work with, according to the
concrete strategy of access.
- getPropertyAccessor() - Method in class org.springframework.validation.BeanPropertyBindingResult
-
- getPropertyAccessor() - Method in class org.springframework.validation.DataBinder
-
Return the underlying PropertyAccessor of this binder's BindingResult.
- getPropertyAccessor() - Method in class org.springframework.validation.DirectFieldBindingResult
-
Returns the DirectFieldAccessor that this instance uses.
- getPropertyAccessorForPropertyPath(String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
Recursively navigate to return a property accessor for the nested property path.
- getPropertyAccessors() - Method in interface org.springframework.expression.EvaluationContext
-
Return a list of accessors that will be asked in turn to read/write a property.
- getPropertyAccessors() - Method in class org.springframework.expression.spel.ExpressionState
-
- getPropertyAccessors() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- getPropertyAccessorsToTry(Class<?>, List<PropertyAccessor>) - Static method in class org.springframework.expression.spel.ast.AstUtils
-
Determines the set of property resolvers that should be used to try and access a
property on the specified target type.
- getPropertyAccessorsToTry(Object, List<PropertyAccessor>) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
-
Determines the set of property resolvers that should be used to try and access a property
on the specified target type.
- getPropertyAsClass(String, Class<T>) - Method in class org.springframework.core.env.AbstractEnvironment
-
Deprecated.
- getPropertyAsClass(String, Class<T>) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
Deprecated.
- getPropertyAsClass(String, Class<T>) - Method in interface org.springframework.core.env.PropertyResolver
-
- getPropertyAsClass(String, Class<T>) - Method in class org.springframework.core.env.PropertySourcesPropertyResolver
-
Deprecated.
- getPropertyAsRawString(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
Retrieve the specified property as a raw String,
i.e.
- getPropertyAsRawString(String) - Method in class org.springframework.core.env.PropertySourcesPropertyResolver
-
- getPropertyChangeEvent() - Method in exception org.springframework.beans.PropertyAccessException
-
Return the PropertyChangeEvent that resulted in the problem.
- getPropertyDescriptor(Class<?>, String) - Static method in class org.springframework.beans.BeanUtils
-
Retrieve the JavaBeans PropertyDescriptors
for the given property.
- getPropertyDescriptor(String) - Method in interface org.springframework.beans.BeanWrapper
-
Obtain the property descriptor for a specific property
of the wrapped object.
- getPropertyDescriptor(String) - Method in class org.springframework.beans.BeanWrapperImpl
-
- getPropertyDescriptor(String) - Method in class org.springframework.beans.CachedIntrospectionResults
-
- getPropertyDescriptors(Class<?>) - Static method in class org.springframework.beans.BeanUtils
-
Retrieve the JavaBeans PropertyDescriptor
s of a given class.
- getPropertyDescriptors() - Method in interface org.springframework.beans.BeanWrapper
-
Obtain the PropertyDescriptors for the wrapped object
(as determined by standard JavaBeans introspection).
- getPropertyDescriptors() - Method in class org.springframework.beans.BeanWrapperImpl
-
- getPropertyDescriptors() - Method in class org.springframework.beans.CachedIntrospectionResults
-
- getPropertyDescriptors() - Method in class org.springframework.beans.ExtendedBeanInfo
-
Return the set of PropertyDescriptor
s from the wrapped BeanInfo
object as well as PropertyDescriptor
s for each non-void returning setter
method found during construction.
- getPropertyEditor() - Method in class org.springframework.beans.PropertyEditorRegistrySupport.CustomEditorHolder
-
- getPropertyEditor(Class<?>) - Method in class org.springframework.beans.PropertyEditorRegistrySupport.CustomEditorHolder
-
- getPropertyEditor() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Get the PropertyEditor
, if any, in use for value bound to this tag.
- getPropertyEditorClass() - Method in class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- getPropertyEditorClass() - Method in class org.springframework.beans.ExtendedBeanInfo.SimplePropertyDescriptor
-
- getPropertyEditorClass() - Method in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
-
- getPropertyEditorRegistrars() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Return the set of PropertyEditorRegistrars.
- getPropertyEditorRegistrars() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return the PropertyEditorRegistrars to be applied to every DataBinder.
- getPropertyEditorRegistry() - Method in class org.springframework.validation.AbstractBindingResult
-
This implementation returns null
.
- getPropertyEditorRegistry() - Method in class org.springframework.validation.AbstractPropertyBindingResult
-
Returns the underlying PropertyAccessor.
- getPropertyEditorRegistry() - Method in exception org.springframework.validation.BindException
-
- getPropertyEditorRegistry() - Method in interface org.springframework.validation.BindingResult
-
Return the underlying PropertyEditorRegistry.
- getPropertyEditorRegistry() - Method in class org.springframework.validation.DataBinder
-
Return the underlying TypeConverter of this binder's BindingResult.
- getPropertyHandler(String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- getPropertyHoldingValue(AbstractNestablePropertyAccessor.PropertyTokenHolder) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- getPropertyMethodSuffix(String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
Return the method suffix for a given property name.
- getPropertyMethodSuffixes(String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
Return the method suffixes for a given property name.
- getPropertyName() - Method in exception org.springframework.beans.InvalidPropertyException
-
Return the name of the offending property.
- getPropertyName() - Method in exception org.springframework.beans.PropertyAccessException
-
Return the name of the affected property, if available.
- getPropertyName(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
-
Return the actual property name for the given property path.
- getPropertyName() - Method in class org.springframework.beans.PropertyMatches
-
Return the name of the requested property.
- getPropertyNames() - Method in class org.springframework.core.env.CompositePropertySource
-
- getPropertyNames() - Method in class org.springframework.core.env.EnumerablePropertySource
-
Return the names of all properties contained by the
source object (never
null
).
- getPropertyNames() - Method in class org.springframework.core.env.JOptCommandLinePropertySource
-
- getPropertyNames() - Method in class org.springframework.core.env.MapPropertySource
-
- getPropertyNames() - Method in class org.springframework.core.env.SimpleCommandLinePropertySource
-
Get the property names for the option arguments.
- getPropertyNames() - Method in class org.springframework.mock.web.portlet.MockPortalContext
-
- getPropertyNames() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getPropertyNames() - Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- getPropertyNames() - Method in class org.springframework.web.context.support.ServletConfigPropertySource
-
- getPropertyNames() - Method in class org.springframework.web.context.support.ServletContextPropertySource
-
- getPropertyNames() - Method in class org.springframework.web.portlet.context.PortletConfigPropertySource
-
- getPropertyNames() - Method in class org.springframework.web.portlet.context.PortletContextPropertySource
-
- getPropertyNameTokens(String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
Parse the given property name into the corresponding property name tokens.
- getPropertyPath() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Build the property path for this tag, including the nested path
but not prefixed with the name of the form attribute.
- getPropertySourceLocations() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged resource locations for test
PropertySources
for the
test class.
- getPropertySourceProperties() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged test
PropertySource
properties for the
test class.
- getPropertySources() - Method in class org.springframework.core.env.AbstractEnvironment
-
- getPropertySources() - Method in class org.springframework.core.env.CompositePropertySource
-
Return all property sources that this composite source holds.
- getPropertySources() - Method in interface org.springframework.core.env.ConfigurableEnvironment
-
Return the
PropertySources
for this
Environment
in mutable form,
allowing for manipulation of the set of
PropertySource
objects that should
be searched when resolving properties against this
Environment
object.
- getPropertyType(String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- getPropertyType() - Method in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
-
- getPropertyType(String) - Method in class org.springframework.beans.AbstractPropertyAccessor
-
- getPropertyType() - Method in class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- getPropertyType() - Method in class org.springframework.beans.ExtendedBeanInfo.SimplePropertyDescriptor
-
- getPropertyType() - Method in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
-
- getPropertyType(String) - Method in interface org.springframework.beans.PropertyAccessor
-
Determine the property type for the specified property,
either checking the property descriptor or checking the value
in case of an indexed or mapped element.
- getPropertyType(String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
-
Determine the property type for the given property path.
- getPropertyType() - Method in class org.springframework.context.expression.MapAccessor
-
- getPropertyType() - Method in interface org.springframework.expression.spel.CompilablePropertyAccessor
-
Return the type of the accessed property - may only be known once an access has occurred.
- getPropertyType() - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
-
- getPropertyTypeDescriptor(String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- getPropertyTypeDescriptor(String) - Method in interface org.springframework.beans.PropertyAccessor
-
Return a type descriptor for the specified property:
preferably from the read method, falling back to the write method.
- getPropertyValue(String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- getPropertyValue(AbstractNestablePropertyAccessor.PropertyTokenHolder) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- getPropertyValue(String) - Method in class org.springframework.beans.AbstractPropertyAccessor
-
Actually get the value of a property.
- getPropertyValue(String) - Method in class org.springframework.beans.MutablePropertyValues
-
- getPropertyValue(String) - Method in interface org.springframework.beans.PropertyAccessor
-
Get the current value of the specified property.
- getPropertyValue(String) - Method in interface org.springframework.beans.PropertyValues
-
Return the property value with the given name, if any.
- getPropertyValue(Object) - Method in class org.springframework.beans.support.PropertyComparator
-
Get the SortDefinition's property value for the given object.
- getPropertyValueList() - Method in class org.springframework.beans.MutablePropertyValues
-
Return the underlying List of PropertyValue objects in its raw form.
- getPropertyValues() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return the property values to be applied to a new instance of the bean.
- getPropertyValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return property values for this bean (never null
).
- getPropertyValues() - Method in class org.springframework.beans.MutablePropertyValues
-
- getPropertyValues() - Method in interface org.springframework.beans.PropertyValues
-
Return an array of the PropertyValue objects held in this object.
- getProtocol() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Return the mail protocol.
- getProtocol() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getProtocolHandlerMap() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Return the sub-protocols keyed by protocol name.
- getProtocolHandlers() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- getProtocolResolvers() - Method in class org.springframework.core.io.DefaultResourceLoader
-
Return the collection of currently registered protocol resolvers,
allowing for introspection as well as modification.
- getProxiedInterfaces() - Method in interface org.springframework.aop.framework.Advised
-
Return the interfaces proxied by the AOP proxy.
- getProxiedInterfaces() - Method in class org.springframework.aop.framework.AdvisedSupport
-
- getProxy() - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
-
Create a new proxy according to the settings in this factory.
- getProxy(ClassLoader) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
-
Create a new proxy according to the settings in this factory.
- getProxy() - Method in interface org.springframework.aop.framework.AopProxy
-
Create a new proxy object.
- getProxy(ClassLoader) - Method in interface org.springframework.aop.framework.AopProxy
-
Create a new proxy object.
- getProxy() - Method in class org.springframework.aop.framework.CglibAopProxy
-
- getProxy(ClassLoader) - Method in class org.springframework.aop.framework.CglibAopProxy
-
- getProxy() - Method in class org.springframework.aop.framework.JdkDynamicAopProxy
-
- getProxy(ClassLoader) - Method in class org.springframework.aop.framework.JdkDynamicAopProxy
-
- getProxy() - Method in class org.springframework.aop.framework.ProxyFactory
-
Create a new proxy according to the settings in this factory.
- getProxy(ClassLoader) - Method in class org.springframework.aop.framework.ProxyFactory
-
Create a new proxy according to the settings in this factory.
- getProxy(Class<T>, Interceptor) - Static method in class org.springframework.aop.framework.ProxyFactory
-
Create a new proxy for the given interface and interceptor.
- getProxy(Class<T>, TargetSource) - Static method in class org.springframework.aop.framework.ProxyFactory
-
Create a proxy for the specified TargetSource
,
implementing the specified interface.
- getProxy(TargetSource) - Static method in class org.springframework.aop.framework.ProxyFactory
-
Create a proxy for the specified TargetSource
that extends
the target class of the TargetSource
.
- getProxy(AopProxy) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Return the proxy object to expose.
- getProxy() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- getProxy() - Method in interface org.springframework.aop.ProxyMethodInvocation
-
Return the proxy that this method invocation was made through.
- getProxy() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
- getProxyClassLoader() - Method in class org.springframework.aop.framework.ProxyProcessorSupport
-
Return the configured proxy ClassLoader for this processor.
- getProxyForService() - Method in class org.springframework.remoting.support.RemoteExporter
-
Get a proxy for the given service object, implementing the specified
service interface.
- getProxyIfNecessary() - Method in class org.springframework.jms.connection.CachedMessageProducer
-
Build a dynamic proxy that reflectively adapts to JMS 2.0 API methods, if necessary.
- getProxyImports() - Method in class org.springframework.cache.annotation.CachingConfigurationSelector
-
- getPublicDeclaringClass() - Method in class org.springframework.expression.spel.support.ReflectiveMethodExecutor
-
Find the first public class in the methods declaring class hierarchy that declares this method.
- getPublicId() - Method in class org.springframework.util.xml.AbstractStaxXMLReader.StaxLocator
-
- getPublicId() - Method in class org.springframework.util.xml.StaxEventHandler.LocatorLocationAdapter
-
- getPublicParameterMap() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getPublicRenderParameterNames() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- getPublicRenderParameterNames() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
-
- getPublicRenderParameterNames() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
-
- getPublishingEventQNames() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- getPublishingEventQNames() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
-
- getPublishingEventQNames() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
-
- getQName() - Method in class org.springframework.mock.web.portlet.MockEvent
-
- getQName(String) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Return a QName for the given name, relative to the namespace URI
of this factory, if given.
- getQualifiedAttributeName(Class<?>, String) - Static method in class org.springframework.core.Conventions
-
Return an attribute name qualified by the supplied enclosing Class
.
- getQualifiedElement() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Return the AnnotatedElement
defining qualifiers, if any.
- getQualifiedElementAnnotation(RootBeanDefinition, Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
-
- getQualifiedMethodName(Method) - Static method in class org.springframework.util.ClassUtils
-
Return the qualified name of the given method, consisting of
fully qualified interface/class name + "." + method name.
- getQualifiedMethodName(Method, Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Return the qualified name of the given method, consisting of
fully qualified interface/class name + "." + method name.
- getQualifiedName(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Return the qualified name of the given class: usually simply
the class name, but component type class name + "[]" for arrays.
- getQualifiedNameForArray(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Build a nice qualified name for an array:
component type class name + "[]".
- getQualifier(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the qualifier mapped to the provided type name.
- getQualifier() - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
-
Return a qualifier value associated with this transaction attribute.
- getQualifier() - Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
-
- getQualifier() - Method in interface org.springframework.transaction.interceptor.TransactionAttribute
-
Return a qualifier value associated with this transaction attribute.
- getQualifiers() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return all registered qualifiers.
- getQualityValue() - Method in class org.springframework.http.MediaType
-
Return the quality value, as indicated by a q
parameter, if any.
- getQuery() - Method in class org.springframework.web.util.HierarchicalUriComponents
-
- getQuery() - Method in class org.springframework.web.util.OpaqueUriComponents
-
- getQuery() - Method in class org.springframework.web.util.UriComponents
-
Return the query.
- getQueryCacheRegion() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
Return the name of the cache region for queries executed by this template.
- getQueryCacheRegion() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
Return the name of the cache region for queries executed by this template.
- getQueryCacheRegion() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Return the name of the cache region for queries executed by this template.
- getQueryParams(ClientHttpRequest) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
- getQueryParams() - Method in class org.springframework.web.util.HierarchicalUriComponents
-
Return the map of query parameters.
- getQueryParams() - Method in class org.springframework.web.util.OpaqueUriComponents
-
- getQueryParams() - Method in class org.springframework.web.util.UriComponents
-
Return the map of query parameters.
- getQueryParamsIndex(String) - Method in class org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.ResourceUrlEncodingResponseWrapper
-
- getQueryString() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getQueryString() - Method in exception org.springframework.orm.hibernate3.HibernateQueryException
-
Deprecated.
Return the HQL query string that was invalid.
- getQueryString() - Method in exception org.springframework.orm.hibernate4.HibernateQueryException
-
Return the HQL query string that was invalid.
- getQueryString() - Method in exception org.springframework.orm.hibernate5.HibernateQueryException
-
Return the HQL query string that was invalid.
- getQueryString() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the query string of the current request, that is, the part after
the request path.
- getQueryTimeout() - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Return the query timeout for statements that this JdbcTemplate executes.
- getQueue() - Method in class org.springframework.jms.connection.CachedMessageConsumer
-
- getQueue() - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- getQueueCount() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
-
Return the current number of statements or statement parameters
in the queue.
- getRange() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Range
header.
- getRange(String, int, int) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
-
- getRangeEnd(long) - Method in class org.springframework.http.HttpRange.ByteRange
-
- getRangeEnd(long) - Method in class org.springframework.http.HttpRange
-
Return the end of the range (inclusive) given the total length of a representation.
- getRangeEnd(long) - Method in class org.springframework.http.HttpRange.SuffixByteRange
-
- getRangeStart(long) - Method in class org.springframework.http.HttpRange.ByteRange
-
- getRangeStart(long) - Method in class org.springframework.http.HttpRange
-
Return the start of the range given the total length of a representation.
- getRangeStart(long) - Method in class org.springframework.http.HttpRange.SuffixByteRange
-
- getRawAnnotationsFromContainer(AnnotatedElement, Annotation) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Get the array of raw (unsynthesized) annotations from the value
attribute of the supplied repeatable annotation container
.
- getRawAttributeValue(Method) - Method in class org.springframework.core.annotation.AbstractAliasAwareAnnotationAttributeExtractor
-
Get the raw, unmodified attribute value from the underlying
source that corresponds to the supplied
attribute method.
- getRawAttributeValue(String) - Method in class org.springframework.core.annotation.AbstractAliasAwareAnnotationAttributeExtractor
-
Get the raw, unmodified attribute value from the underlying
source that corresponds to the supplied
attribute name.
- getRawAttributeValue(Method) - Method in class org.springframework.core.annotation.DefaultAnnotationAttributeExtractor
-
- getRawAttributeValue(String) - Method in class org.springframework.core.annotation.DefaultAnnotationAttributeExtractor
-
- getRawAttributeValue(Method) - Method in class org.springframework.core.annotation.MapAnnotationAttributeExtractor
-
- getRawAttributeValue(String) - Method in class org.springframework.core.annotation.MapAnnotationAttributeExtractor
-
- getRawBeanDefinition() - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Return the current BeanDefinition object in its raw (unvalidated) form.
- getRawClass() - Method in class org.springframework.core.ResolvableType
-
Return the underlying Java Class
being managed, if available;
otherwise null
.
- getRawConnection(Connection) - Static method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
-
This method is not meant to be used directly; it rather serves
as callback method for C3P0's "rawConnectionOperation" API.
- getRawConnectionMethod - Variable in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
-
- getRawFieldValue(String) - Method in class org.springframework.validation.AbstractBindingResult
-
- getRawFieldValue(String) - Method in exception org.springframework.validation.BindException
-
- getRawFieldValue(String) - Method in interface org.springframework.validation.BindingResult
-
Extract the raw field value for the given field.
- getRawHeaders() - Method in class org.springframework.messaging.MessageHeaders
-
- getRawHeaders() - Method in class org.springframework.messaging.support.MessageHeaderAccessor.MutableMessageHeaders
-
- getRawStatusCode() - Method in class org.springframework.http.client.BufferingClientHttpResponseWrapper
-
- getRawStatusCode() - Method in interface org.springframework.http.client.ClientHttpResponse
-
Return the HTTP status code of the response as integer
- getRawStatusCode() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpResponse
-
- getRawStatusCode() - Method in class org.springframework.http.client.HttpComponentsClientHttpResponse
-
- getRawStatusCode() - Method in class org.springframework.http.client.Netty4ClientHttpResponse
-
- getRawStatusCode() - Method in class org.springframework.http.client.OkHttp3ClientHttpResponse
-
- getRawStatusCode() - Method in class org.springframework.http.client.OkHttpClientHttpResponse
-
- getRawStatusCode() - Method in class org.springframework.http.client.SimpleClientHttpResponse
-
- getRawStatusCode() - Method in class org.springframework.mock.http.client.MockClientHttpResponse
-
- getRawStatusCode() - Method in class org.springframework.web.client.MessageBodyClientHttpResponseWrapper
-
- getRawStatusCode() - Method in exception org.springframework.web.client.RestClientResponseException
-
Return the raw HTTP status code value.
- getRawType() - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation.CacheInvocationParameterImpl
-
- getRawType() - Method in class org.springframework.core.ResolvableType.SyntheticParameterizedType
-
- getReadablePropertyNames() - Method in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
-
Provide access to the property names of the wrapped bean.
- getReader() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
- getReader() - Method in class org.springframework.context.support.GenericGroovyApplicationContext
-
Exposes the underlying
GroovyBeanDefinitionReader
for convenient access
to the
loadBeanDefinition
methods on it as well as the ability
to specify an inline Groovy bean definition closure.
- getReader() - Method in class org.springframework.context.support.GenericXmlApplicationContext
-
Exposes the underlying
XmlBeanDefinitionReader
for additional
configuration facilities and
loadBeanDefinition
variations.
- getReader() - Method in class org.springframework.core.io.support.EncodedResource
-
Open a
java.io.Reader
for the specified resource, using the specified
Charset
or
encoding
(if any).
- getReader() - Method in class org.springframework.mock.web.MockBodyContent
-
- getReader() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getReader() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
-
- getReader() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
-
Deprecated.
- getReader(Object, String) - Method in class org.springframework.ui.freemarker.SpringTemplateLoader
-
- getReader() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
- getReaderContext() - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- getReaderContext() - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
Return the descriptor for the XML resource that this parser works on.
- getReaderContext() - Method in class org.springframework.beans.factory.xml.ParserContext
-
- getReadInterval() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler.SessionInfo
-
- getReadMethod() - Method in class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- getReadMethod() - Method in class org.springframework.beans.ExtendedBeanInfo.SimplePropertyDescriptor
-
- getReadMethod() - Method in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
-
- getReadMethod() - Method in class org.springframework.core.convert.Property
-
The property getter method: e.g.
- getRealLiteral(String, int, boolean) - Static method in class org.springframework.expression.spel.ast.Literal
-
- getRealPath(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Deprecated.
- getRealPath(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getRealPath(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getRealPath(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- getRealPath(PortletContext, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Return the real path of the given path within the web application,
as provided by the portlet container.
- getRealPath(ServletContext, String) - Static method in class org.springframework.web.util.WebUtils
-
Return the real path of the given path within the web application,
as provided by the servlet container.
- getReason() - Method in class org.springframework.web.socket.CloseStatus
-
Return the reason, or null
if none.
- getReasonPhrase() - Method in enum org.springframework.http.HttpStatus
-
Return the reason phrase of this status code.
- getReceipt() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getReceipt() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Get the receipt header.
- getReceiptId() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession.ReceiptHandler
-
- getReceiptId() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getReceiptId() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Get the receipt header.
- getReceiptId() - Method in interface org.springframework.messaging.simp.stomp.StompSession.Receiptable
-
Return the receipt id, or null
if the STOMP frame for which
the handle was returned did not have a "receipt" header.
- getReceiptTimeLimit() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
Return the configured time limit before a receipt expires.
- getReceiptTimeLimit() - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
-
Return the configured receipt time limit.
- getReceiveTimeout() - Method in class org.springframework.jms.core.JmsTemplate
-
Return the timeout to use for receive calls (in milliseconds).
- getReceiveTimeout() - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Return the receive timeout (ms) configured for this listener container.
- getReceiveTimeout() - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
-
Return the timeout to use for receiving the response message for a request
(in milliseconds).
- getReceiveTimeout() - Method in class org.springframework.messaging.core.GenericMessagingTemplate
-
Return the configured receive operation timeout value.
- getRecordFactory() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
- getRecordFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.core.CciTemplate
-
Return a RecordFactory for the given ConnectionFactory.
- getRecordName() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- getRecordShortDescription() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- getRedelivered() - Method in class org.springframework.jms.support.JmsMessageHeaderAccessor
-
- getRedirectedUrl() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getRedirectedUrl() - Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- getRedirectHosts() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return the configured application hosts for redirect purposes.
- getRedirectPatterns() - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
-
The configured redirect patterns, if any.
- getRedirectPatterns() - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
-
The configured redirect patterns, if any.
- getRedirectStatus() - Method in class org.springframework.web.filter.RelativeRedirectFilter
-
Return the configured redirect status.
- getRedirectView(Element, HttpStatus, Object) - Method in class org.springframework.web.servlet.config.ViewControllerBeanDefinitionParser
-
- getRefCursorSqlType() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Get the Types
type for columns that return ResultSets as ref cursors
if this feature is supported.
- getRefCursorSqlType() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- getRefCursorSqlType() - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
-
- getRefCursorSqlType() - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
-
- getReference() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
- getReference(Object, ConcurrentReferenceHashMap.Restructure) - Method in class org.springframework.util.ConcurrentReferenceHashMap
-
- getReference(Object, int, ConcurrentReferenceHashMap.Restructure) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
-
- getReferenceSubstring(int) - Method in class org.springframework.web.util.HtmlCharacterEntityDecoder
-
- getRefreshCount() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
- getRefreshCount() - Method in interface org.springframework.aop.target.dynamic.Refreshable
-
Return the number of actual refreshes since startup.
- getRefreshDate() - Method in class org.springframework.beans.support.PagedListHolder
-
Return the last time the list has been fetched from the source provider.
- getRefreshTimestamp() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getRegisteredConverter(TypeDescriptor, TypeDescriptor, GenericConverter.ConvertiblePair) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
-
- getRegisteredObjectNames() - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
-
Return the ObjectNames
of all registered beans.
- getRegisteredScope(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return the Scope implementation for the given scope name, if any.
- getRegisteredScope(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getRegisteredScopeNames() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return the names of all currently registered scopes.
- getRegisteredScopeNames() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getRegisteredType() - Method in class org.springframework.beans.PropertyEditorRegistrySupport.CustomEditorHolder
-
- getRegistry() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- getRegistry() - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
-
Return the bean factory to register the bean definitions with.
- getRegistry() - Method in class org.springframework.beans.factory.xml.ParserContext
-
- getRegistry() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
- getRegistry() - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Return the BeanDefinitionRegistry that this scanner operates on.
- getRegistry() - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Return the BeanDefinitionRegistry that this scanner operates on.
- getRegistry() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
- getRegistry() - Method in interface org.springframework.context.annotation.ConditionContext
-
Return the
BeanDefinitionRegistry
that will hold the bean definition
should the condition match or
null
if the registry is not available.
- getRegistry() - Method in class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
-
- getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Locate or create the RMI registry.
- getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Locate or create the RMI registry.
- getRegistry(int) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Locate or create the RMI registry.
- getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
Locate or create the RMI registry for this exporter.
- getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
Locate or create the RMI registry for this exporter.
- getRegistry(int) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
Locate or create the RMI registry for this exporter.
- getRegistryExpirationPeriod() - Method in class org.springframework.messaging.simp.user.UserRegistryMessageHandler
-
Return the configured registry expiration period.
- getRejectedValue(String, <any>, BindingResult) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
Extract the rejected value behind the given constraint violation,
for exposure through the Spring errors representation.
- getRejectedValue() - Method in class org.springframework.validation.FieldError
-
Return the rejected field value.
- getRelated(String) - Method in class org.springframework.context.annotation.ConfigurationClassParser.SourceClass
-
- getRelatedCauses() - Method in exception org.springframework.beans.factory.BeanCreationException
-
Return the related causes, if any.
- getRelatedIfResolvable(TypeDescriptor, ResolvableType) - Static method in class org.springframework.core.convert.TypeDescriptor
-
- getRelative(URL) - Static method in class org.springframework.core.io.VfsUtils
-
- getRelayHost() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Return the STOMP message broker host.
- getRelayPort() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Return the STOMP message broker port.
- getRemaining() - Method in class org.springframework.mock.web.MockBodyContent
-
- getRemaining() - Method in class org.springframework.mock.web.MockJspWriter
-
- getRemainingPath(String, String, boolean) - Method in class org.springframework.web.util.UrlPathHelper
-
Match the given "mapping" to the start of the "requestUri" and if there
is a match return the extra part.
- getRemoteAddr() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRemoteAddress() - Method in interface org.springframework.http.server.ServerHttpRequest
-
Return the address of the remote client.
- getRemoteAddress() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getRemoteAddress() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getRemoteAddress() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getRemoteAddress() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- getRemoteAddress() - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
-
- getRemoteAddress() - Method in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
-
- getRemoteAddress() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getRemoteAddress() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getRemoteAddress() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return the address of the remote client.
- getRemoteEndpoint() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getRemoteHost() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRemoteInvocationExecutor() - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
-
Return the RemoteInvocationExecutor used by this exporter.
- getRemoteInvocationFactory() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Return the RemoteInvocationFactory used by this accessor.
- getRemoteInvocationFactory() - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
-
Return the RemoteInvocationFactory used by this accessor.
- getRemotePort() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRemoteUser() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRemoteUser() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getRemoteUser() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getRemoteUser() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getRemoteUser() - Method in interface org.springframework.web.context.request.WebRequest
-
Return the remote user for this request, if any.
- getRemoteUser() - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getRenderFunction() - Method in interface org.springframework.web.servlet.view.script.ScriptTemplateConfig
-
Return the render function name (mandatory).
- getRenderFunction() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- getRenderObject() - Method in interface org.springframework.web.servlet.view.script.ScriptTemplateConfig
-
Return the object where the render function belongs (optional).
- getRenderObject() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- getRenderParameter(String) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- getRenderParameterMap() - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- getRenderParameterNames() - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- getRenderParameterValues(String) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- getRepeatableAnnotation(Method, Class<? extends Annotation>, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
- getRepeatableAnnotation(AnnotatedElement, Class<? extends Annotation>, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
- getRepeatableAnnotations(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Get the repeatable annotations of
annotationType
from the supplied AnnotatedElement
, where
such annotations are either present, indirectly present,
or meta-present on the element.
- getRepeatableAnnotations(AnnotatedElement, Class<A>, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Get the repeatable annotations of
annotationType
from the supplied AnnotatedElement
, where
such annotations are either present, indirectly present,
or meta-present on the element.
- getRepeatableAnnotations(AnnotatedElement, Class<A>, Class<? extends Annotation>, boolean) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
- getRepeatCount(Method) - Static method in class org.springframework.test.annotation.TestAnnotationUtils
-
Get the repeat count configured via the
@Repeat
annotation on the supplied
method
.
- getReplyChannel() - Method in class org.springframework.messaging.MessageHeaders
-
- getReplyChannel() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- getReplyTo() - Method in class org.springframework.jms.support.JmsMessageHeaderAccessor
-
- getReplyTo() - Method in class org.springframework.mail.SimpleMailMessage
-
- getReport() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Determine the JasperReport
to fill.
- getReportData(Map<String, Object>) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Create an appropriate JRDataSource
for passed-in report data.
- getReportDataTypes() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Return the value types that can be converted to a JRDataSource
,
in prioritized order.
- getRequest() - Method in class org.springframework.http.client.support.HttpRequestWrapper
-
Return the wrapped request.
- getRequest() - Method in class org.springframework.mock.web.MockAsyncContext
-
- getRequest() - Method in class org.springframework.mock.web.MockFilterChain
-
- getRequest() - Method in class org.springframework.mock.web.MockPageContext
-
- getRequest() - Method in class org.springframework.test.web.servlet.DefaultMvcResult
-
- getRequest() - Method in interface org.springframework.test.web.servlet.MvcResult
-
Return the performed request.
- getRequest() - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
Exposes the native HttpServletRequest
that we're wrapping.
- getRequest() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getRequest() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
Exposes the native PortletRequest
that we're wrapping.
- getRequest() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the underlying HttpServletRequest.
- getRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
-
Return the RequestAttributes currently bound to the thread.
- getRequestContext() - Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
-
Return the current RequestContext.
- getRequestContextAttribute() - Method in class org.springframework.web.servlet.view.AbstractView
-
Return the name of the RequestContext attribute, if any.
- getRequestContextAttribute() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return the name of the RequestContext attribute for all views, if any.
- getRequestCount() - Method in class org.springframework.test.web.client.DefaultRequestExpectation
-
- getRequestDataValueProcessor() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the RequestDataValueProcessor instance to use obtained from the
WebApplicationContext under the name "requestDataValueProcessor"
.
- getRequestDetails() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
-
Return details of executed requests.
- getRequestDispatcher(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRequestDispatcher(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getRequestDispatcher(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getRequestDispatcher(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- getRequestDispatcher(HttpServletRequest, String) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Obtain the RequestDispatcher to use for the forward/include.
- getRequestedSessionId() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRequestedSessionId() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getRequestFactory() - Method in class org.springframework.http.client.support.HttpAccessor
-
Return the request factory that this accessor uses for obtaining client request handles.
- getRequestFactory() - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
-
- getRequestHandler() - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
- getRequestHeaders() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getRequestHeaders(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
-
- getRequestHeaders() - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
-
Return this request's headers as a convenient HttpHeaders instance.
- getRequestHeaders() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getRequestHeaders() - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
-
Deprecated.
- getRequestMappingInfoHandlerMapping() - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
- getRequestMatchers() - Method in class org.springframework.test.web.client.DefaultRequestExpectation
-
- getRequestMethod() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getRequestMethod() - Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
-
Return this request's method as a convenient HttpMethod instance.
- getRequestMethod() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getRequestPartName() - Method in class org.springframework.web.multipart.support.MissingServletRequestPartException
-
- getRequests() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
-
- getRequestToExpose(HttpServletRequest) - Method in class org.springframework.web.servlet.view.AbstractView
-
- getRequestType() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
-
Return the type of Portlet Request ('action' or 'render').
- getRequestUpgradeStrategy() - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
- getRequestURI() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRequestURI() - Method in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderExtractingRequest
-
- getRequestUri(HttpServletRequest) - Static method in class org.springframework.web.servlet.DispatcherServlet
-
- getRequestUri() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the request URI of the original request, that is, the invoked URL
without parameters.
- getRequestURI - Static variable in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getRequestUri(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the request URI for the given request, detecting an include request
URL if called within a RequestDispatcher include.
- getRequestURL() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRequestUrl() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
Return the URL of the request.
- getRequestURL() - Method in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderExtractingRequest
-
- getRequestURL() - Method in class org.springframework.web.servlet.NoHandlerFoundException
-
- getRequestValueForAttribute(String, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
-
Obtain a value from the request that may be used to instantiate the
model attribute through type conversion from String to the target type.
- getRequiredAnnotationType() - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
-
Return the 'required' annotation type.
- getRequiredAttribute(String, Class<T>) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
Get the value stored under the specified attributeName
,
ensuring that the value is of the expectedType
.
- getRequiredAttributeWithAlias(String, Class<? extends Annotation>, Object, Class<T>) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
Get the value stored under the specified
attributeName
as an
object of the
expectedType
, taking into account alias semantics
defined via
@AliasFor
.
- getRequiredBindingResult(Map<?, ?>, String) - Static method in class org.springframework.validation.BindingResultUtils
-
Find a required BindingResult for the given name in the given model.
- getRequiredBooleanParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a boolean parameter, throwing an exception if it isn't found
or isn't a boolean.
- getRequiredBooleanParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get a boolean parameter, throwing an exception if it isn't found
or isn't a boolean.
- getRequiredBooleanParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of boolean parameters, throwing an exception if not found
or one isn't a boolean.
- getRequiredBooleanParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get an array of boolean parameters, throwing an exception if not found
or one isn't a boolean.
- getRequiredDefaultDestination() - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
-
- getRequiredDefaultDestinationName() - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
- getRequiredDefaultDestinationName() - Method in class org.springframework.jms.core.JmsTemplate
-
- getRequiredDoubleParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a double parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredDoubleParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get a double parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredDoubleParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of double parameters, throwing an exception if not found or one is not a number.
- getRequiredDoubleParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get an array of double parameters, throwing an exception if not found or one is not a number.
- getRequiredFields() - Method in class org.springframework.validation.DataBinder
-
Return the fields that are required for each binding process.
- getRequiredFloatParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a float parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredFloatParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get a float parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredFloatParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of float parameters, throwing an exception if not found or one is not a number.
- getRequiredFloatParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get an array of float parameters, throwing an exception if not found or one is not a number.
- getRequiredIntParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an int parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredIntParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get an int parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredIntParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of int parameters, throwing an exception if not found or one is not a number..
- getRequiredIntParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get an array of int parameters, throwing an exception if not found or one is not a number..
- getRequiredLongParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a long parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredLongParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get a long parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredLongParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of long parameters, throwing an exception if not found or one is not a number.
- getRequiredLongParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get an array of long parameters, throwing an exception if not found or one is not a number.
- getRequiredMessageConverter() - Method in class org.springframework.jms.core.JmsTemplate
-
- getRequiredParameterName(MethodParameter) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- getRequiredProperty(String) - Method in class org.springframework.core.env.AbstractEnvironment
-
- getRequiredProperty(String, Class<T>) - Method in class org.springframework.core.env.AbstractEnvironment
-
- getRequiredProperty(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
- getRequiredProperty(String, Class<T>) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
- getRequiredProperty(String) - Method in interface org.springframework.core.env.PropertyResolver
-
Return the property value associated with the given key (never null
).
- getRequiredProperty(String, Class<T>) - Method in interface org.springframework.core.env.PropertyResolver
-
Return the property value associated with the given key, converted to the given
targetType (never null
).
- getRequiredSessionAttribute(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Check the given request for a session attribute of the given name
under the javax.portlet.PortletSession#PORTLET_SCOPE
.
- getRequiredSessionAttribute(PortletRequest, String, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Check the given request for a session attribute of the given name in the given scope.
- getRequiredSessionAttribute(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
-
Check the given request for a session attribute of the given name.
- getRequiredStringParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a String parameter, throwing an exception if it isn't found.
- getRequiredStringParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get a String parameter, throwing an exception if it isn't found or is empty.
- getRequiredStringParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of String parameters, throwing an exception if not found.
- getRequiredStringParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get an array of String parameters, throwing an exception if not found or one is empty.
- getRequiredType() - Method in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
-
Return the expected type for the bean.
- getRequiredType() - Method in exception org.springframework.beans.TypeMismatchException
-
Return the required target type, if any.
- getRequiredType() - Method in exception org.springframework.jndi.TypeMismatchNamingException
-
Return the required type for the lookup, if available.
- getRequiredTypeInfo(Class<?>, Class<?>) - Method in class org.springframework.core.convert.support.GenericConversionService
-
- getRequiredWebApplicationContext(ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
- getRequiredWebApplicationContext(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
-
- getRequiredWebApplicationContext(PortletContext) - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
-
- getReservedDefaultProfiles() - Method in class org.springframework.core.env.AbstractEnvironment
-
Return the set of reserved default profile names.
- getResolvableField(String, String) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
Build a resolvable wrapper for the specified field, allowing to resolve the field's
name in a MessageSource
.
- getResolvableType() - Method in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
-
- getResolvableType() - Method in class org.springframework.beans.BeanWrapperImpl.BeanPropertyHandler
-
- getResolvableType() - Method in class org.springframework.beans.DirectFieldAccessor.FieldPropertyHandler
-
- getResolvableType() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Build a ResolvableType object for the wrapped parameter/field.
- getResolvableType() - Method in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
-
Return the required
ResolvableType
of the missing bean, if it was a lookup
by type that failed.
- getResolvableType(ApplicationEvent) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
- getResolvableType() - Method in class org.springframework.context.PayloadApplicationEvent
-
- getResolvableType() - Method in class org.springframework.core.convert.TypeDescriptor
-
- getResolvableType() - Method in interface org.springframework.core.ResolvableTypeProvider
-
Return the
ResolvableType
describing this instance
(or
null
if some sort of default should be applied instead).
- getResolvedAutowireMode() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the resolved autowire code,
(resolving AUTOWIRE_AUTODETECT to AUTOWIRE_CONSTRUCTOR or AUTOWIRE_BY_TYPE).
- getResolvedDecoratedDefinition(RootBeanDefinition) - Method in class org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver
-
- getResolvedException() - Method in class org.springframework.test.web.servlet.DefaultMvcResult
-
- getResolvedException() - Method in interface org.springframework.test.web.servlet.MvcResult
-
- getResolvedFactoryMethod() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Return the resolved factory method as a Java Method object, if available.
- getResolvedFromHandlerMethod() - Method in class org.springframework.messaging.handler.HandlerMethod
-
- getResolvedFromHandlerMethod() - Method in class org.springframework.web.method.HandlerMethod
-
- getResolvedObjectNames() - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
Return the list of
ObjectName
String representations for
which the encapsulated
NotificationFilter
will
be registered as a listener for
Notifications
.
- getResolverChain() - Method in class org.springframework.web.servlet.resource.DefaultResourceTransformerChain
-
- getResolverChain() - Method in interface org.springframework.web.servlet.resource.ResourceTransformerChain
-
Return the ResourceResolverChain
that was used to resolve the
Resource
being transformed.
- getResolvers() - Method in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
-
Return a read-only list with the contained resolvers, or an empty list.
- getResolvers() - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
-
Return a read-only list with the contained resolvers, or an empty list.
- getResource() - Method in class org.springframework.beans.factory.parsing.Location
-
Get the resource with which this location is associated.
- getResource() - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- getResource() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the resource that this bean definition came from.
- getResource(CommonAnnotationBeanPostProcessor.LookupElement, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Obtain the resource object for the given name and type.
- getResource() - Method in class org.springframework.context.annotation.ConfigurationClass
-
- getResource(String) - Method in class org.springframework.context.support.GenericApplicationContext
-
This implementation delegates to this context's ResourceLoader if set,
falling back to the default superclass behavior else.
- getResource(URL) - Static method in class org.springframework.core.io.AbstractFileResolvingResource.VfsResourceDelegate
-
- getResource(URI) - Static method in class org.springframework.core.io.AbstractFileResolvingResource.VfsResourceDelegate
-
- getResource(String) - Method in class org.springframework.core.io.DefaultResourceLoader
-
- getResource(String) - Method in interface org.springframework.core.io.ResourceLoader
-
Return a Resource handle for the specified resource location.
- getResource() - Method in class org.springframework.core.io.support.EncodedResource
-
Return the Resource
held by this EncodedResource
.
- getResource(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
- getResource() - Method in class org.springframework.core.io.support.ResourceRegion
-
Return the underlying
Resource
for this
ResourceRegion
- getResource() - Method in interface org.springframework.core.type.classreading.MetadataReader
-
Return the resource reference for the class file.
- getResource() - Method in class org.springframework.core.type.classreading.SimpleMetadataReader
-
- getResource(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
- getResource(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
-
- getResource(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getResource(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getResource(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- getResource(String) - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
-
- getResource() - Method in class org.springframework.scripting.support.ResourceScriptSource
-
Return the
Resource
to load the
script from.
- getResource(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getResource(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Retrieve a resource for the given key that is bound to the current thread.
- getResource(String, List<? extends Resource>) - Method in class org.springframework.web.servlet.resource.PathResourceResolver
-
- getResource(String, Resource) - Method in class org.springframework.web.servlet.resource.PathResourceResolver
-
Find the resource under the given location.
- getResource(HttpServletRequest) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
- getResource(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- getResource(String) - Method in class org.springframework.web.servlet.view.tiles2.SpringWildcardServletTilesApplicationContext
-
Deprecated.
- getResource(String) - Method in class org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
-
- getResource(ApplicationResource, Locale) - Method in class org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
-
- getResourceAdapter() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Return the JCA ResourceAdapter to manage endpoints for.
- getResourceAsStream(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
- getResourceAsStream(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
-
- getResourceAsStream(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getResourceAsStream(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getResourceAsStream(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- getResourceAsStream(String) - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
-
- getResourceBasePath() - Method in class org.springframework.test.context.web.WebMergedContextConfiguration
-
Get the resource path to the root directory of the web application for the
test class, configured via
@WebAppConfiguration
.
- getResourceBundle(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
Return a ResourceBundle for the given basename and code,
fetching already generated MessageFormats from the cache.
- getResourceBundle(Locale) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- getResourceBundle(Locale) - Method in class org.springframework.validation.beanvalidation.MessageSourceResourceBundleLocator
-
- getResourceBundle(Locale) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
-
- getResourceBundle(Locale) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
-
- getResourceBundle() - Method in class org.springframework.web.servlet.support.JstlUtils.SpringLocalizationContext
-
- getResourceByPath(String) - Method in class org.springframework.context.support.FileSystemXmlApplicationContext
-
Resolve resource paths as file system paths.
- getResourceByPath(String) - Method in class org.springframework.core.io.ClassRelativeResourceLoader
-
- getResourceByPath(String) - Method in class org.springframework.core.io.DefaultResourceLoader
-
Return a Resource handle for the resource at the given path.
- getResourceByPath(String) - Method in class org.springframework.core.io.FileSystemResourceLoader
-
Resolve resource paths as file system paths.
- getResourceByPath(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
This implementation supports file paths beneath the root of the ServletContext.
- getResourceByPath(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
This implementation supports file paths beneath the root of the ServletContext.
- getResourceByPath(String) - Method in class org.springframework.web.context.support.ServletContextResourceLoader
-
This implementation supports file paths beneath the root of the web application.
- getResourceByPath(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
This implementation supports file paths beneath the root of the ServletContext.
- getResourceByPath(String) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
This implementation supports file paths beneath the root of the PortletContext.
- getResourceByPath(String) - Method in class org.springframework.web.portlet.context.PortletContextResourceLoader
-
This implementation supports file paths beneath the root of the web application.
- getResourceByPath(String) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
This implementation supports file paths beneath the root of the PortletContext.
- getResourceDescription() - Method in exception org.springframework.beans.factory.BeanCreationException
-
Return the description of the resource that the bean
definition came from, if any.
- getResourceDescription() - Method in exception org.springframework.beans.factory.BeanDefinitionStoreException
-
Return the description of the resource that the bean
definition came from, if any.
- getResourceDescription() - Method in exception org.springframework.beans.factory.CannotLoadBeanClassException
-
Return the description of the resource that the bean
definition came from.
- getResourceDescription() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return a description of the resource that this bean definition
came from (for the purpose of showing context in case of errors).
- getResourceDescription() - Method in class org.springframework.beans.factory.parsing.Problem
-
Get the description of the bean configuration source that triggered the error,
as contained within this Problem's Location object.
- getResourceDescription() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return a description of the resource that this bean definition
came from (for the purpose of showing context in case of errors).
- getResourceFactory() - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
-
- getResourceFactory() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
- getResourceFactory() - Method in class org.springframework.jms.connection.JmsTransactionManager
-
- getResourceFactory() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
- getResourceFactory() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
- getResourceFactory() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
- getResourceFactory() - Method in class org.springframework.orm.jdo.JdoTransactionManager
-
- getResourceFactory() - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
- getResourceFactory() - Method in interface org.springframework.transaction.support.ResourceTransactionManager
-
Return the resource factory that this transaction manager operates on,
e.g.
- getResourceHolder() - Method in class org.springframework.jms.connection.JmsTransactionManager.JmsTransactionObject
-
- getResourceHttpMessageConverter() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Return the configured resource converter.
- getResourceID() - Method in class org.springframework.mock.web.portlet.MockResourceRequest
-
- getResourceID() - Method in class org.springframework.mock.web.portlet.MockResourceURL
-
- getResourceLoader() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- getResourceLoader() - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
-
Return the resource loader to use for resource locations.
- getResourceLoader() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
- getResourceLoader() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Return the ResourceLoader that this component provider uses.
- getResourceLoader() - Method in interface org.springframework.context.annotation.ConditionContext
-
Return the
ResourceLoader
currently being used or
null
if the resource loader cannot be obtained.
- getResourceLoader() - Method in class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
-
- getResourceLoader() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Return the ResourceLoader that this pattern resolver works with.
- getResourceLoader() - Method in class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
-
Return the ResourceLoader that this MetadataReaderFactory has been
constructed with.
- getResourceLoader() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
- getResourceLoader() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Return the Spring ResourceLoader to use for loading FreeMarker template files.
- getResourceLoader() - Method in class org.springframework.ui.velocity.VelocityEngineFactory
-
Deprecated.
Return the Spring ResourceLoader to use for loading Velocity template files.
- getResourceLoaderPath() - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
-
- getResourceLoaderPath() - Method in interface org.springframework.web.servlet.view.script.ScriptTemplateConfig
-
Return the resource loader path(s) via a Spring resource location.
- getResourceLoaderPath() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- getResourceLocation() - Method in class org.springframework.context.annotation.ConfigurationMethod
-
- getResourceLocation(String) - Method in class org.springframework.mock.web.MockServletContext
-
Build a full resource location for the given path, prepending the resource
base path of this MockServletContext
.
- getResourceLocation(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
Build a full resource location for the given path,
prepending the resource base path of this MockPortletContext.
- getResourceMap() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Return all resources that are bound to the current thread.
- getResourcePaths(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getResourcePaths(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getResourcePaths(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- getResourcePatternResolver() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the ResourcePatternResolver to use for resolving location patterns
into Resource instances.
- getResourcePatternResolver(ResourceLoader) - Static method in class org.springframework.core.io.support.ResourcePatternUtils
-
Return a default ResourcePatternResolver for the given ResourceLoader.
- getResourcePatternResolver() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
This implementation supports pattern matching in unexpanded WARs too.
- getResourcePatternResolver() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
This implementation supports pattern matching in unexpanded WARs too.
- getResourcePatternResolver() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
This implementation supports pattern matching in unexpanded WARs too.
- getResourcePatternResolver() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
This implementation supports pattern matching in unexpanded WARs too.
- getResourcePatternResolver() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
This implementation supports pattern matching in unexpanded WARs too.
- getResourceRegionHttpMessageConverter() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Return the configured resource region converter.
- getResourceResolvers() - Method in class org.springframework.web.servlet.config.annotation.ResourceChainRegistration
-
- getResourceResolvers() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Return the list of configured resource resolvers.
- getResources(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getResources(String) - Method in class org.springframework.context.support.GenericApplicationContext
-
This implementation delegates to this context's ResourceLoader if it
implements the ResourcePatternResolver interface, falling back to the
default superclass behavior else.
- getResources(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
- getResources() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
-
- getResources(String) - Method in interface org.springframework.core.io.support.ResourcePatternResolver
-
Resolve the given location pattern into Resource objects.
- getResources(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
- getResources(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
-
- getResources(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getResources(String) - Method in class org.springframework.web.servlet.view.tiles2.SpringWildcardServletTilesApplicationContext
-
Deprecated.
- getResources(String) - Method in class org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
-
- getResourceStream(String) - Method in class org.springframework.ui.velocity.SpringResourceLoader
-
- getResourceSuffix() - Method in class org.springframework.test.context.support.AbstractContextLoader
-
Get the suffix to append to
ApplicationContext
resource locations
when detecting default locations.
- getResourceSuffix() - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
-
- getResourceSuffix() - Method in class org.springframework.test.context.support.GenericGroovyXmlContextLoader
-
GenericGroovyXmlContextLoader
supports both Groovy and XML
resource types for detection of defaults.
- getResourceSuffix() - Method in class org.springframework.test.context.support.GenericPropertiesContextLoader
-
Returns "-context.properties
".
- getResourceSuffix() - Method in class org.springframework.test.context.support.GenericXmlContextLoader
-
Returns "-context.xml"
in order to support detection of a
default XML config file.
- getResourceSuffix() - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
-
- getResourceSuffix() - Method in class org.springframework.test.context.web.GenericGroovyXmlWebContextLoader
-
GenericGroovyXmlWebContextLoader
supports both Groovy and XML
resource types for detection of defaults.
- getResourceSuffix() - Method in class org.springframework.test.context.web.GenericXmlWebContextLoader
-
Returns "-context.xml"
in order to support detection of a
default XML config file.
- getResourceSuffixes() - Method in class org.springframework.test.context.support.AbstractContextLoader
-
Get the suffixes to append to
ApplicationContext
resource locations
when detecting default locations.
- getResourceSuffixes() - Method in class org.springframework.test.context.support.GenericGroovyXmlContextLoader
-
Returns "-context.xml" and "Context.groovy"
in order to
support detection of a default XML config file or Groovy script.
- getResourceSuffixes() - Method in class org.springframework.test.context.web.GenericGroovyXmlWebContextLoader
-
Returns "-context.xml" and "Context.groovy"
in order to
support detection of a default XML config file or Groovy script.
- getResourceToInject(Object, String) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
- getResourceToInject(Object, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.EjbRefElement
-
- getResourceToInject(Object, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.ResourceElement
-
- getResourceToInject(Object, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.WebServiceRefElement
-
- getResourceToInject(Object, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.PersistenceElement
-
Resolve the object against the application context.
- getResourceTransformers() - Method in class org.springframework.web.servlet.config.annotation.ResourceChainRegistration
-
- getResourceTransformers() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Return the list of configured resource transformers.
- getResourceType() - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
- getResourceUrlProvider() - Method in class org.springframework.web.servlet.resource.ResourceTransformerSupport
-
- getResourceUrlProvider() - Method in class org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.ResourceUrlEncodingResponseWrapper
-
- getResourceVersion(Resource) - Method in class org.springframework.web.servlet.resource.ContentVersionStrategy
-
- getResourceVersion(Resource) - Method in class org.springframework.web.servlet.resource.FixedVersionStrategy
-
- getResourceVersion(Resource) - Method in interface org.springframework.web.servlet.resource.VersionStrategy
-
Determine the version for the given resource.
- getResponse() - Method in class org.springframework.jms.listener.adapter.JmsResponse
-
Return the content of the response.
- getResponse() - Method in class org.springframework.mock.web.MockAsyncContext
-
- getResponse() - Method in class org.springframework.mock.web.MockFilterChain
-
- getResponse() - Method in class org.springframework.mock.web.MockPageContext
-
- getResponse() - Method in class org.springframework.test.web.servlet.DefaultMvcResult
-
- getResponse(WebRequest) - Method in class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
-
- getResponse(WebRequest) - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
-
- getResponse() - Method in interface org.springframework.test.web.servlet.MvcResult
-
Return the resulting response.
- getResponse() - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
Exposes the native HttpServletResponse
that we're wrapping (if any).
- getResponse() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
Exposes the native PortletResponse
that we're wrapping (if any).
- getResponseBody(HttpInvokerClientConfiguration, HttpResponse) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Extract the response body from the given executed remote invocation request.
- getResponseBody(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
Read the body of the given response (for inclusion in a status exception).
- getResponseBodyAsByteArray() - Method in exception org.springframework.web.client.RestClientResponseException
-
Return the response body as a byte array.
- getResponseBodyAsString() - Method in exception org.springframework.web.client.RestClientResponseException
-
Return the response body as a string.
- getResponseContentType() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getResponseContentTypes() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getResponseCreator() - Method in class org.springframework.test.web.client.DefaultRequestExpectation
-
- getResponseDestination(Message, Message, Session, Object) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
- getResponseDestination(Message, Message, Session) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Determine a response destination for the given message.
- getResponseEncodedHtmlEscape() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the default setting about use of response encoding for HTML escape setting,
differentiating between no default specified and an explicit value.
- getResponseEncodedHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Return whether response encoding should be used when HTML escaping characters,
thus only escaping XML markup significant characters with UTF-* encodings.
- getResponseHeaders(MockHttpServletResponse) - Method in class org.springframework.test.web.client.MockMvcClientHttpRequestFactory
-
- getResponseHeaders(MockHttpServletResponse) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
-
- getResponseHeaders() - Method in exception org.springframework.web.client.RestClientResponseException
-
Return the HTTP response headers.
- getResponseStatus() - Method in class org.springframework.web.method.HandlerMethod
-
Return the specified response status, if any.
- getResponseStatus() - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
-
- getResponseStatus() - Method in class org.springframework.web.socket.sockjs.transport.handler.JsonpReceivingTransportHandler
-
- getResponseStatus() - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrReceivingTransportHandler
-
- getResponseStatusReason() - Method in class org.springframework.web.method.HandlerMethod
-
Return the associated response status reason, if any.
- getRestOperations() - Method in interface org.springframework.web.client.AsyncRestOperations
-
Expose the synchronous Spring RestTemplate to allow synchronous invocation.
- getRestOperations() - Method in class org.springframework.web.client.AsyncRestTemplate
-
- getRestTemplate() - Method in class org.springframework.web.client.support.RestGatewaySupport
-
- getRestTemplate() - Method in class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport
-
Return the configured RestTemplate
.
- getResult(AnnotatedElement) - Method in class org.springframework.core.annotation.AnnotationUtils.AnnotationCollector
-
- getResult() - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
-
- getResult() - Method in class org.springframework.web.context.request.async.DeferredResult
-
Return the result, or null
if the result wasn't set.
- getResultSet() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
Return the underlying ResultSet
(usually a javax.sql.rowset.CachedRowSet
).
- getResultSetExtractor() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
Return the ResultSetExtractor held by this parameter, if any.
- getResultSetType() - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Return whether statements will return a specific type of ResultSet.
- getResultSetValue(ResultSet, int, Class<?>) - Static method in class org.springframework.jdbc.support.JdbcUtils
-
Retrieve a JDBC column value from a ResultSet, using the specified value type.
- getResultSetValue(ResultSet, int) - Static method in class org.springframework.jdbc.support.JdbcUtils
-
Retrieve a JDBC column value from a ResultSet, using the most appropriate
value type.
- getRetransmissionTimeout() - Method in class org.springframework.web.socket.sockjs.client.SockJsClient.ServerInfo
-
- getReturnType() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
-
- getReturnType(String) - Static method in class org.springframework.asm.Type
-
Returns the Java type corresponding to the return type of the given
method descriptor.
- getReturnType(Method) - Static method in class org.springframework.asm.Type
-
Returns the Java type corresponding to the return type of the given
method.
- getReturnType() - Method in class org.springframework.asm.Type
-
Returns the return type of methods of this type.
- getReturnType() - Method in class org.springframework.messaging.handler.HandlerMethod
-
Return the HandlerMethod return type.
- getReturnType() - Method in class org.springframework.web.method.HandlerMethod
-
Return the HandlerMethod return type.
- getReturnTypeForFactoryMethod(RootBeanDefinition, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver
-
- getReturnTypeName() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
-
- getReturnTypeName() - Method in interface org.springframework.core.type.MethodMetadata
-
Return the fully-qualified name of this method's declared return type.
- getReturnTypeName() - Method in class org.springframework.core.type.StandardMethodMetadata
-
- getReturnValueHandler(MethodParameter) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
-
- getReturnValueHandler(MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
-
- getReturnValueHandlers() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Return the complete list of return value handlers.
- getReturnValueHandlers() - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
-
Return a read-only list with the configured handlers.
- getReturnValueHandlers() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- getReturnValueHandlers(Element, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
-
- getReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- getReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- getReturnValueHandlingErrorMessage(String, Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
- getReturnValueType(Object) - Method in class org.springframework.messaging.handler.HandlerMethod
-
Return the actual return value type.
- getReturnValueType(Object) - Method in class org.springframework.web.method.HandlerMethod
-
Return the actual return value type.
- getReturnValueType(Object, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
Return the type of the value to be written to the response.
- getReturnValueType(Object, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
-
- getReturnValueType(Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.ConcurrentResultHandlerMethod
-
Bridge to actual return value or generic type within the declared
async return type, e.g.
- getReversedTestExecutionListeners() - Method in class org.springframework.test.context.TestContextManager
-
- getRightOperand() - Method in class org.springframework.expression.spel.ast.OpDec
-
- getRightOperand() - Method in class org.springframework.expression.spel.ast.Operator
-
- getRightOperand() - Method in class org.springframework.expression.spel.ast.OpInc
-
- getRightOperand() - Method in class org.springframework.expression.spel.ast.OpMinus
-
- getRightOperand() - Method in class org.springframework.expression.spel.ast.OpPlus
-
- getRole() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Get the role hint for this BeanDefinition
.
- getRole() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the role hint for this BeanDefinition
.
- getRollbackRules() - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
-
Return the list of RollbackRuleAttribute
objects
(never null
).
- getRoot(URI) - Static method in class org.springframework.core.io.VfsUtils
-
- getRoot(URL) - Static method in class org.springframework.core.io.VfsUtils
-
- getRootApplicationContextInitializers() - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
-
Specify application context initializers to be applied to the root application
context that the ContextLoaderListener
is being created with.
- getRootBeanDefinition(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory.FactoryAwareOrderSourceProvider
-
- getRootCause() - Method in class org.springframework.beans.factory.parsing.Problem
-
Get the underlying exception that caused the error (may be null
).
- getRootCause() - Method in exception org.springframework.core.NestedCheckedException
-
Retrieve the innermost cause of this exception, if any.
- getRootCause(Throwable) - Static method in class org.springframework.core.NestedExceptionUtils
-
Retrieve the innermost cause of the given exception, if any.
- getRootCause() - Method in exception org.springframework.core.NestedRuntimeException
-
Retrieve the innermost cause of this exception, if any.
- getRootClass() - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
Return the class of the root object at the top of the path of this accessor.
- getRootConfigClasses() - Method in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
-
- getRootContextObject() - Method in class org.springframework.expression.spel.ExpressionState
-
- getRootDeclaringClass() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- getRootHandler() - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Return the root handler for this handler mapping (registered for "/"),
or null
if none.
- getRootInstance() - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
Return the root object at the top of the path of this accessor.
- getRootMimeMultipart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Return the root MIME "multipart/mixed" object, if any.
- getRootObject() - Method in interface org.springframework.expression.EvaluationContext
-
Return the default root context object against which unqualified
properties/methods/etc should be resolved.
- getRootObject() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- getRow() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getRow() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the current row number.
- getRowCallbackHandler() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
Return the RowCallbackHandler held by this parameter, if any.
- getRowCount() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
-
Return the row count of this ResultSet
Only valid after processing is complete
- getRowMapper() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
Return the RowMapper held by this parameter, if any.
- getRows() - Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
Get the value of the 'rows
' attribute.
- getRowsAffected() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
-
Return the number of affected rows for all already executed statements.
- getRowsExpected() - Method in class org.springframework.jdbc.object.SqlQuery
-
Get the number of rows expected.
- getRunnable() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Return the Runnable to schedule as executor task.
- getRunnable() - Method in class org.springframework.scheduling.config.Task
-
- getRunnableToSchedule(ScheduledExecutorTask) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Determine the actual Runnable to schedule for the given task.
- getRuntimeTestWalker(ShadowMatch) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- getSanitizedPath(String) - Method in class org.springframework.web.util.UrlPathHelper
-
Sanitize the given path with the following rules:
replace all "//" by "/"
- getSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
Get the savepoint for this transaction, if any.
- getSavepointManager() - Method in class org.springframework.orm.jpa.EntityManagerHolder
-
- getSavepointManager() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
-
- getSavepointManager() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
Return a SavepointManager for the underlying transaction, if possible.
- getSavepointManager() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
-
This implementation exposes the SavepointManager interface
of the underlying transaction object, if any.
- getScalarOutParameterName() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Get the name of the single out parameter for this call.
- getScalarOutParameterName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Get the name of a single out parameter or return value.
- getScale() - Method in class org.springframework.jdbc.core.SqlParameter
-
Return the scale of the parameter, if any.
- getScale(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getScale(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the scale of the indicated column.
- getScheduledConsumerCount() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Return the number of currently scheduled consumers.
- getScheduledExecutor() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the underlying ScheduledExecutorService for native access.
- getScheduledThreadPoolExecutor() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the underlying ScheduledThreadPoolExecutor, if available.
- getScheduler() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Return the
TaskScheduler
instance for this registrar (may be
null
).
- getScheduler() - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Template method that determines the Scheduler to operate on.
- getScheduler() - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
-
Return the Quartz Scheduler instance that this accessor operates on.
- getScheduler() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- getSchema() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Return the database schema to be applied to each Connection, if any.
- getSchemaMappings() - Method in class org.springframework.beans.factory.xml.PluggableSchemaResolver
-
Load the specified schema mappings lazily.
- getSchemaName() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Get the name of the schema.
- getSchemaName() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
-
- getSchemaName() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Get the name of the schema for this context.
- getSchemaName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Get the schema name used.
- getSchemaName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Get the name of the schema for this insert.
- getSchemaName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getSchemaName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the schema name of the table that served as the source for the
specified column.
- getScheme() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getScheme() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getScheme() - Method in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderExtractingRequest
-
- getScheme(TransportType) - Method in class org.springframework.web.socket.sockjs.client.SockJsUrlInfo
-
- getScheme() - Method in class org.springframework.web.util.UriComponents
-
Return the scheme.
- getSchemeSpecificPart() - Method in class org.springframework.web.util.HierarchicalUriComponents
-
- getSchemeSpecificPart() - Method in class org.springframework.web.util.OpaqueUriComponents
-
- getSchemeSpecificPart() - Method in class org.springframework.web.util.UriComponents
-
Return the scheme specific part.
- getScope() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return the name of the current target scope for this bean,
or null
if not known yet.
- getScope() - Method in class org.springframework.beans.factory.config.BeanExpressionContext
-
- getScope() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return the name of the target scope for the bean.
- getScope() - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
Template method that determines the actual target scope.
- getScope() - Method in class org.springframework.web.context.request.RequestScope
-
- getScope() - Method in class org.springframework.web.context.request.SessionScope
-
- getScope(String) - Static method in class org.springframework.web.util.TagUtils
-
Determines the scope for a given input String
.
- getScopedProxyMode() - Method in class org.springframework.context.annotation.ScopeMetadata
-
Get the proxy-mode to be applied to the scoped instance.
- getScopeMetadataResolver() - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
- getScopeName() - Method in class org.springframework.context.annotation.ScopeMetadata
-
Get the name of the scope.
- getScopeRootContextObject() - Method in class org.springframework.expression.spel.ExpressionState
-
- getScriptAsString() - Method in interface org.springframework.scripting.ScriptSource
-
Retrieve the current script source text as String.
- getScriptAsString() - Method in class org.springframework.scripting.support.ResourceScriptSource
-
- getScriptAsString() - Method in class org.springframework.scripting.support.StaticScriptSource
-
- getScriptedObject(ScriptSource, Class<?>...) - Method in class org.springframework.scripting.bsh.BshScriptFactory
-
- getScriptedObject(ScriptSource, Class<?>...) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
Loads and parses the Groovy script via the GroovyClassLoader.
- getScriptedObject(ScriptSource, Class<?>...) - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
-
Deprecated.
Load and parse the JRuby script via JRubyScriptUtils.
- getScriptedObject(ScriptSource, Class<?>...) - Method in interface org.springframework.scripting.ScriptFactory
-
Factory method for creating the scripted Java object.
- getScriptedObject(ScriptSource, Class<?>...) - Method in class org.springframework.scripting.support.StandardScriptFactory
-
Load and parse the script via JSR-223's ScriptEngine.
- getScriptedObjectType(ScriptSource) - Method in class org.springframework.scripting.bsh.BshScriptFactory
-
- getScriptedObjectType(ScriptSource) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- getScriptedObjectType(ScriptSource) - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
-
Deprecated.
- getScriptedObjectType(ScriptSource) - Method in interface org.springframework.scripting.ScriptFactory
-
Determine the type of the scripted Java object.
- getScriptedObjectType(ScriptSource) - Method in class org.springframework.scripting.support.StandardScriptFactory
-
- getScriptEngine(ScriptSource) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
-
Obtain the JSR-223 ScriptEngine to use for the given script.
- getScriptException() - Method in exception org.springframework.scripting.support.StandardScriptEvalException
-
- getScriptInterfaces() - Method in class org.springframework.scripting.bsh.BshScriptFactory
-
- getScriptInterfaces() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
Groovy scripts determine their interfaces themselves,
hence we don't need to explicitly expose interfaces here.
- getScriptInterfaces() - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
-
Deprecated.
- getScriptInterfaces() - Method in interface org.springframework.scripting.ScriptFactory
-
Return the business interfaces that the script is supposed to implement.
- getScriptInterfaces() - Method in class org.springframework.scripting.support.StandardScriptFactory
-
- getScripts(Sql, TestContext, boolean) - Method in class org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
-
- getScripts() - Method in interface org.springframework.web.servlet.view.script.ScriptTemplateConfig
-
Return the scripts to be loaded by the script engine (library or user provided).
- getScripts() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- getScriptSource() - Method in exception org.springframework.scripting.ScriptCompilationException
-
Return the source for the offending script.
- getScriptSource(String, String) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Obtain a ScriptSource for the given bean, lazily creating it
if not cached already.
- getScriptSourceLocator() - Method in class org.springframework.scripting.bsh.BshScriptFactory
-
- getScriptSourceLocator() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- getScriptSourceLocator() - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
-
Deprecated.
- getScriptSourceLocator() - Method in interface org.springframework.scripting.ScriptFactory
-
Return a locator that points to the source of the script.
- getScriptSourceLocator() - Method in class org.springframework.scripting.support.StandardScriptFactory
-
- getSecurityContext() - Method in class org.springframework.beans.BeanWrapperImpl
-
Return the security context used during the invocation of the wrapped instance methods.
- getSecWebSocketAccept() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Returns the value of the Sec-WebSocket-Accept
header.
- getSecWebSocketExtensions() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Returns the value of the Sec-WebSocket-Extensions
header.
- getSecWebSocketKey() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Returns the value of the Sec-WebSocket-Key
header.
- getSecWebSocketProtocol() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Returns the value of the Sec-WebSocket-Key
header.
- getSecWebSocketVersion() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Returns the value of the Sec-WebSocket-Version
header.
- getSegment(int) - Method in class org.springframework.util.ConcurrentReferenceHashMap
-
- getSegmentForHash(int) - Method in class org.springframework.util.ConcurrentReferenceHashMap
-
- getSegmentsSize() - Method in class org.springframework.util.ConcurrentReferenceHashMap
-
- getSelectedProtocol() - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.WebSocketHandlerContainer
-
- getSelector() - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
Return the JMS message selector expression, if any.
- getSelectorExpression() - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.Subscription
-
- getSelectorHeaderName() - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
-
Return the name for the selector header.
- getSelectTag() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
- getSelectTag() - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
- getSendBufferSizeLimit() - Method in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
-
Protected accessor for internal use.
- getSendBufferSizeLimit() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Return the buffer-size limit (number of bytes).
- getSendTimeLimit() - Method in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
-
Protected accessor for internal use.
- getSendTimeLimit() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Return the send-time limit (milliseconds).
- getSendTimeout() - Method in class org.springframework.messaging.core.GenericMessagingTemplate
-
Return the configured send operation timeout value.
- getSendTimeout() - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
-
Return the configured send timeout (in milliseconds).
- getSendTo(Method) - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
- getSentDate() - Method in class org.springframework.mail.SimpleMailMessage
-
- getSeparator(Element, Element) - Static method in class org.springframework.jdbc.config.DatabasePopulatorConfigUtils
-
- getSeparator() - Method in class org.springframework.test.context.jdbc.MergedSqlConfig
-
- getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
-
Return the database-specific query to use for retrieving a sequence value.
- getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.DB2MainframeSequenceMaxValueIncrementer
-
- getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer
-
- getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
-
- getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.HsqlSequenceMaxValueIncrementer
-
- getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
-
- getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer
-
- getSerializationId() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Return an id for serialization purposes, if specified, allowing this BeanFactory
to be deserialized from this id back into the BeanFactory object, if needed.
- getSerializationView() - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Return the serialization view to use.
- getSerializationView(Object) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
Determine a Jackson serialization view based on the given conversion hint.
- getSerializationView(Object) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
-
Determine a Jackson serialization view based on the given conversion hint.
- getSerializedPayloadClass() - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
Return the configured preferred serialization payload class.
- getServer() - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
-
Return the MBeanServer
that the beans will be registered with.
- getServer() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Get the server header.
- getServerContainer() - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
Return the JSR-356 ServerContainer
to use for endpoint registration.
- getServerId() - Method in class org.springframework.web.socket.sockjs.client.SockJsUrlInfo
-
- getServerInfo() - Method in class org.springframework.mock.web.MockServletContext
-
- getServerInfo() - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getServerInfo() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- getServerInfo(SockJsUrlInfo, HttpHeaders) - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
- getServerName() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getServerName() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getServerName() - Method in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderExtractingRequest
-
- getServerPort() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getServerPort() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getServerPort() - Method in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderExtractingRequest
-
- getService() - Method in class org.springframework.remoting.support.RemoteExporter
-
Return the service to export.
- getServiceConfig() - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractTransportHandler
-
- getServiceInterface() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the interface of the service that this factory should create a proxy for.
- getServiceInterface() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Return the interface of the service to access.
- getServiceInterface() - Method in class org.springframework.remoting.support.RemoteAccessor
-
Return the interface of the service to access.
- getServiceInterface() - Method in class org.springframework.remoting.support.RemoteExporter
-
Return the interface of the service to export.
- getServiceLocatorMethodReturnType(Method) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean.ServiceLocatorInvocationHandler
-
- getServiceName() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Return the name of the service.
- getServiceType() - Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
-
Return the desired service type.
- getServiceUrl() - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
-
Return the HTTP URL of the target service.
- getServiceUrl() - Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
-
Return the URL of this remote accessor's target service.
- getServlet(String) - Method in class org.springframework.mock.web.MockServletContext
-
Deprecated.
- getServletApplicationContextInitializers() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
Specify application context initializers to be applied to the servlet-specific
application context that the DispatcherServlet
is being created with.
- getServletConfig() - Method in class org.springframework.mock.web.MockPageContext
-
- getServletConfig() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Return the ServletConfig for this web application context, if any.
- getServletConfig() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getServletConfig() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getServletConfig() - Method in class org.springframework.web.context.support.ServletContextAwareProcessor
-
Returns the ServletContext
to be injected or null
.
- getServletConfig() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- getServletConfigClasses() - Method in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
-
- getServletContext() - Method in class org.springframework.mock.web.MockFilterConfig
-
- getServletContext() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Return the ServletContext that this request is associated with.
- getServletContext() - Method in class org.springframework.mock.web.MockHttpSession
-
- getServletContext() - Method in class org.springframework.mock.web.MockPageContext
-
- getServletContext() - Method in class org.springframework.mock.web.MockServletConfig
-
- getServletContext() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
Return the underlying ServletContext that this PortletContext wraps.
- getServletContext() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getServletContext() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getServletContext() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getServletContext() - Method in class org.springframework.web.context.support.ServletContextAwareProcessor
-
Returns the ServletContext
to be injected or null
.
- getServletContext() - Method in class org.springframework.web.context.support.ServletContextResource
-
Return the ServletContext for this resource.
- getServletContext() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- getServletContext() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
Return the current ServletContext.
- getServletContext() - Method in interface org.springframework.web.context.WebApplicationContext
-
Return the standard Servlet API ServletContext for this application.
- getServletContext() - Method in class org.springframework.web.filter.GenericFilterBean
-
Make the ServletContext of this filter available to subclasses.
- getServletContext() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- getServletContext() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- getServletContext() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Return the associated javax.servlet.ServletContext
.
- getServletContext() - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor.DelegatingServletConfig
-
- getServletContext() - Method in class org.springframework.web.servlet.HttpServletBean
-
Overridden method that simply returns null
when no
ServletConfig set yet.
- getServletContext() - Method in class org.springframework.web.servlet.mvc.ServletWrappingController.DelegatingServletConfig
-
- getServletContext() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the underlying ServletContext.
- getServletContext() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView.DelegatingServletConfig
-
- getServletContextAttributeName() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return the ServletContext attribute name for this servlet's WebApplicationContext.
- getServletContextName() - Method in class org.springframework.mock.web.MockServletContext
-
- getServletFilters() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
Specify filters to add and map to the DispatcherServlet
.
- getServletMappings() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
Specify the servlet mapping(s) for the DispatcherServlet
—
for example "/"
, "/app"
, etc.
- getServletName() - Method in class org.springframework.mock.web.MockServletConfig
-
- getServletName() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
Return the name of the servlet that handled the request.
- getServletName() - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor.DelegatingServletConfig
-
- getServletName() - Method in class org.springframework.web.servlet.HttpServletBean
-
Overridden method that simply returns null
when no
ServletConfig set yet.
- getServletName() - Method in class org.springframework.web.servlet.mvc.ServletWrappingController.DelegatingServletConfig
-
- getServletName() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
- getServletName() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView.DelegatingServletConfig
-
- getServletNames() - Method in class org.springframework.mock.web.MockServletContext
-
Deprecated.
- getServletPath() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getServletPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Return the servlet path for the given request, regarding an include request
URL if called within a RequestDispatcher include.
- getServletRegistration(String) - Method in class org.springframework.mock.web.MockServletContext
-
This method always returns null
.
- getServletRegistrations() - Method in class org.springframework.mock.web.MockServletContext
-
This method always returns an empty map.
- getServletRelativeAction() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the servlet-relative value of the 'action
' attribute.
- getServletRequest() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
Returns the HttpServletRequest
this object is based on.
- getServletResponse() - Method in class org.springframework.http.server.ServletServerHttpResponse
-
Return the HttpServletResponse
this object is based on.
- getServlets() - Method in class org.springframework.mock.web.MockServletContext
-
Deprecated.
- getSession(Connection, Integer) - Method in class org.springframework.jms.connection.CachingConnectionFactory
-
Checks for a cached Session for the given mode.
- getSession(JmsResourceHolder) - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
-
Fetch an appropriate Session from the given JmsResourceHolder.
- getSession() - Method in class org.springframework.jms.connection.JmsResourceHolder
-
- getSession(Class<? extends Session>) - Method in class org.springframework.jms.connection.JmsResourceHolder
-
- getSession(Class<? extends Session>, Connection) - Method in class org.springframework.jms.connection.JmsResourceHolder
-
- getSession(Connection, Integer) - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Template method for obtaining a (potentially cached) Session.
- getSession(JmsResourceHolder) - Method in class org.springframework.jms.core.JmsTemplate
-
Fetch an appropriate Session from the given JmsResourceHolder.
- getSession(JmsResourceHolder) - Method in class org.springframework.jms.core.JmsTemplate.JmsTemplateResourceFactory
-
- getSession(JmsResourceHolder) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Fetch an appropriate Session from the given JmsResourceHolder.
- getSession(JmsResourceHolder) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory
-
- getSession() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Return the JavaMail Session
,
lazily initializing it if hasn't been specified explicitly.
- getSession() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Get the session header.
- getSession() - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSubscription
-
- getSession(String) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpUser
-
- getSession() - Method in interface org.springframework.messaging.simp.user.SimpSubscription
-
Return the session of the subscription, never null
.
- getSession(String) - Method in interface org.springframework.messaging.simp.user.SimpUser
-
Look up the session for the given id.
- getSession(String) - Method in class org.springframework.messaging.simp.user.UserSessionRegistryAdapter.SimpUserAdapter
-
- getSession(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getSession() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getSession() - Method in class org.springframework.mock.web.MockPageContext
-
- getSession() - Method in class org.springframework.orm.hibernate3.HibernateInterceptor
-
Deprecated.
Return a Session for use by this interceptor.
- getSession() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
Return a Session for use by this template.
- getSession(SessionFactory, boolean) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
-
Deprecated.
Get a Hibernate Session for the given SessionFactory.
- getSession(SessionFactory, Interceptor, SQLExceptionTranslator) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
-
Deprecated.
Get a Hibernate Session for the given SessionFactory.
- getSession() - Method in class org.springframework.orm.hibernate3.SessionHolder
-
Deprecated.
- getSession(Object) - Method in class org.springframework.orm.hibernate3.SessionHolder
-
Deprecated.
- getSession() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- getSession(boolean) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- getSession(SessionFactory) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
-
Deprecated.
Get a Session for the SessionFactory that this filter uses.
- getSession() - Method in class org.springframework.orm.hibernate4.SessionHolder
-
- getSession() - Method in class org.springframework.orm.hibernate5.SessionHolder
-
- getSession(EntityManager) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
-
- getSession(boolean) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder.HtmlUnitMockHttpServletRequest
-
- getSession() - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder.HtmlUnitMockHttpServletRequest
-
- getSession(boolean) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
Exposes the HttpSession
that we're wrapping.
- getSession(boolean) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
Exposes the PortletSession
that we're wrapping.
- getSession() - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpSubscription
-
- getSession(String) - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpUser
-
- getSession() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.WebSocketSessionHolder
-
- getSession(ServerHttpRequest) - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
-
- getSessionAcknowledgeMode() - Method in class org.springframework.jms.support.JmsAccessor
-
Return the acknowledgement mode for JMS sessions
.
- getSessionAttribute(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Check the given request for a session attribute of the given name under the
javax.portlet.PortletSession#PORTLET_SCOPE
.
- getSessionAttribute(PortletRequest, String, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Check the given request for a session attribute of the given name in the given scope.
- getSessionAttribute(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
-
Check the given request for a session attribute of the given name.
- getSessionAttributes() - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
Return the attributes associated with the current session.
- getSessionAttributes(Map<String, Object>) - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- getSessionAttributesHandler(HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- getSessionBeanInstance() - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
-
Return an EJB instance to delegate the call to.
- getSessionBeanInstance() - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
-
Return an EJB component instance to delegate the call to.
- getSessionCacheSize() - Method in class org.springframework.jms.connection.CachingConnectionFactory
-
Return the desired size for the JMS Session cache (per JMS Session type).
- getSessionContext() - Method in class org.springframework.mock.web.MockHttpSession
-
- getSessionCookieConfig() - Method in class org.springframework.mock.web.MockServletContext
-
- getSessiondId() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler.SessionInfo
-
- getSessionFactory() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
-
Deprecated.
Return the exposed SessionFactory.
- getSessionFactory() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Return the Hibernate SessionFactory that should be used to create
Hibernate Sessions.
- getSessionFactory() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
Return the SessionFactory that this instance should manage transactions for.
- getSessionFactory() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
Deprecated.
Return the Hibernate SessionFactory used by this DAO.
- getSessionFactory() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInterceptor
-
Deprecated.
Return the Hibernate SessionFactory that should be used to create Hibernate Sessions.
- getSessionFactory() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
Return the Hibernate SessionFactory that should be used to create
Hibernate Sessions.
- getSessionFactory() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
Return the SessionFactory that this instance should manage transactions for.
- getSessionFactory() - Method in class org.springframework.orm.hibernate4.support.HibernateDaoSupport
-
Return the Hibernate SessionFactory used by this DAO.
- getSessionFactory() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInterceptor
-
Return the Hibernate SessionFactory that should be used to create Hibernate Sessions.
- getSessionFactory() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
-
Return the Hibernate SessionFactory that should be used to create Hibernate Sessions.
- getSessionFactory() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Return the Hibernate SessionFactory that should be used to create
Hibernate Sessions.
- getSessionFactory() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Return the SessionFactory that this instance should manage transactions for.
- getSessionFactory() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder.BootstrapSessionFactoryInvocationHandler
-
- getSessionFactory() - Method in class org.springframework.orm.hibernate5.support.HibernateDaoSupport
-
Return the Hibernate SessionFactory used by this DAO.
- getSessionFactory() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInterceptor
-
Return the Hibernate SessionFactory that should be used to create Hibernate Sessions.
- getSessionFactory() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
-
Return the Hibernate SessionFactory that should be used to create Hibernate Sessions.
- getSessionFactoryBeanName() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
-
Deprecated.
Return the bean name of the SessionFactory to fetch from Spring's
root application context.
- getSessionFactoryBeanName() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
-
Return the bean name of the SessionFactory to fetch from Spring's
root application context.
- getSessionFactoryBeanName() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
-
Return the bean name of the SessionFactory to fetch from Spring's
root application context.
- getSessionFuture() - Method in interface org.springframework.messaging.simp.stomp.ConnectionHandlingStompSession
-
Return a future that will complete when the session is ready for use.
- getSessionFuture() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- getSessionHandler() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
Return the configured session handler.
- getSessionHolder() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
-
Deprecated.
- getSessionHolder() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.SuspendedResourcesHolder
-
Deprecated.
- getSessionHolder() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
-
- getSessionHolder() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.SuspendedResourcesHolder
-
- getSessionHolder() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager.HibernateTransactionObject
-
- getSessionHolder() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager.SuspendedResourcesHolder
-
- getSessionId() - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionInfo
-
- getSessionId() - Method in class org.springframework.messaging.simp.SimpAttributes
-
Return an id for the associated session.
- getSessionId() - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- getSessionId(Map<String, Object>) - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- getSessionId() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- getSessionId() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
-
- getSessionId() - Method in interface org.springframework.messaging.simp.stomp.StompSession
-
Return the id for the session.
- getSessionId() - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- getSessionId() - Method in interface org.springframework.web.context.request.RequestAttributes
-
Return an id for the current underlying session.
- getSessionId() - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getSessionId() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return the id of the HTTP session, if any.
- getSessionId() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- getSessionId() - Method in class org.springframework.web.socket.messaging.SessionDisconnectEvent
-
Return the session id.
- getSessionId() - Method in class org.springframework.web.socket.sockjs.client.SockJsUrlInfo
-
- getSessionId(HttpServletRequest) - Static method in class org.springframework.web.util.WebUtils
-
Determine the session id of the given request, if any.
- getSessionIds() - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver.ParseResult
-
- getSessionIds(String) - Method in class org.springframework.messaging.simp.user.DefaultUserSessionRegistry
-
Deprecated.
- getSessionIds(String) - Method in interface org.springframework.messaging.simp.user.UserSessionRegistry
-
Deprecated.
Return the active session ids for the user.
- getSessionIdsByUser(String, String) - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
-
- getSessionMutex() - Method in class org.springframework.messaging.simp.SimpAttributes
-
Expose the object to synchronize on for the underlying session.
- getSessionMutex() - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- getSessionMutex() - Method in interface org.springframework.web.context.request.RequestAttributes
-
Expose the best available mutex for the underlying session:
that is, an object to synchronize on for the underlying session.
- getSessionMutex() - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getSessionMutex(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
-
Return the best available mutex for the given session:
that is, an object to synchronize on for the given session.
- getSessionMutex() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- getSessionMutex(PortletSession) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Return the best available mutex for the given session:
that is, an object to synchronize on for the given session.
- getSessionMutex(HttpSession) - Static method in class org.springframework.web.util.WebUtils
-
Return the best available mutex for the given session:
that is, an object to synchronize on for the given session.
- getSessionRegistryUserName(Principal) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- getSessions() - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpUser
-
- getSessions() - Method in interface org.springframework.messaging.simp.user.SimpUser
-
Return the sessions for the user.
- getSessions() - Method in class org.springframework.messaging.simp.user.UserSessionRegistryAdapter.SimpUserAdapter
-
- getSessions() - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpUser
-
- getSessionStatus() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the
SessionStatus
instance to use that can be used to
signal that session processing is complete.
- getShadowMatch(Method, Method) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- getSharedCacheMode() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Return the shared JMS Connection maintained by this container.
- getSharedConnectionProxy(Connection) - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Wrap the given Connection with a proxy that delegates every method call to it
but suppresses close calls.
- getSharedInstance() - Static method in class org.springframework.core.convert.support.DefaultConversionService
-
Return a shared default ConversionService
instance,
lazily building it once needed.
- getShort(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getShort(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getShort(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a short.
- getShort(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a short.
- getShortDescription() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
-
Return a friendly, short description for the bean, stating name and aliases.
- getShortDescription() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return a short description of this event, only involving
the most important context data.
- getShortDescription() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
- getShortDescription() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
-
- getShortLogMessage() - Method in class org.springframework.messaging.handler.HandlerMethod
-
Return a short representation of this handler method for log message purposes.
- getShortLogMessage(Object) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- getShortLogMessage(Object) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getShortLogMessage(Object) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Return a concise message for logging purposes.
- getShortLogMessage() - Method in class org.springframework.web.method.HandlerMethod
-
Return a short representation of this handler method for log message purposes.
- getShortMethodName(String) - Static method in class org.springframework.context.annotation.ConfigurationMethod
-
- getShortName(String) - Static method in class org.springframework.util.ClassUtils
-
Get the class name without the qualified package name.
- getShortName(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Get the class name without the qualified package name.
- getShortNameAsProperty(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Return the short string name of a Java class in uncapitalized JavaBeans
property format.
- getShortPayloadLogMessage(Object) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- getSignature() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
- getSimpleBroker(SubscribableChannel) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
- getSimpleMessage() - Method in exception org.springframework.expression.ExpressionException
-
Return the exception simple message without including the expression
that caused the failure.
- getSimpleName() - Method in class org.springframework.context.annotation.ConfigurationClass
-
- getSimpleQueryForGetGeneratedKey(String, String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- getSimpleQueryForGetGeneratedKey(String, String) - Method in class org.springframework.jdbc.core.metadata.HsqlTableMetaDataProvider
-
- getSimpleQueryForGetGeneratedKey(String, String) - Method in class org.springframework.jdbc.core.metadata.PostgresTableMetaDataProvider
-
- getSimpleQueryForGetGeneratedKey(String, String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Get the simple query to retrieve a generated key
- getSimpleTypeConverter() - Method in class org.springframework.validation.DataBinder
-
Return this binder's underlying SimpleTypeConverter.
- getSimpUserRegistry() - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
-
- getSimulationQueryForGetGeneratedKey(String, String) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Does this database support simple query to retrieve generated keys
when the JDBC 3.0 feature is not supported.
- getSingleColumnRowMapper(Class<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Create a new RowMapper for reading result objects from a single column.
- getSingleGeneric(ResolvableType) - Static method in class org.springframework.core.GenericTypeResolver
-
- getSingleton(String) - Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
-
Return the (raw) singleton object registered under the given name.
- getSingleton(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
- getSingleton(String, boolean) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Return the (raw) singleton object registered under the given name.
- getSingleton(String, ObjectFactory<?>) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Return the (raw) singleton object registered under the given name,
creating and registering a new one if none registered yet.
- getSingletonAspectInstance(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
-
Get the singleton aspect instance for the supplied aspect type.
- getSingletonCount() - Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
-
Return the number of singleton beans registered in this registry.
- getSingletonCount() - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
- getSingletonFactoryBeanForTypeCheck(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Obtain a "shortcut" singleton FactoryBean instance to use for a
getObjectType()
call, without full initialization of the FactoryBean.
- getSingletonInstance() - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Return the singleton instance of this class's proxy object,
lazily creating it if it hasn't been created already.
- getSingletonInstance() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
Expose the singleton instance (for access through the 'early singleton' proxy).
- getSingletonMutex() - Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
-
Return the singleton mutex used by this registry (for external collaborators).
- getSingletonMutex() - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Exposes the singleton mutex to subclasses and external collaborators.
- getSingletonNames() - Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
-
Return the names of singleton beans registered in this registry.
- getSingletonNames() - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
- getSingletonTarget(Object) - Static method in class org.springframework.aop.framework.AopProxyUtils
-
Obtain the singleton target object behind the given proxy, if any.
- getSingleWildcards() - Method in class org.springframework.util.AntPathMatcher.AntPatternComparator.PatternInfo
-
- getSize() - Method in class org.springframework.asm.AnnotationWriter
-
Returns the size of this annotation writer list.
- getSize(ClassWriter, byte[], int, int, int) - Method in class org.springframework.asm.Attribute
-
Returns the size of all the attributes in this attribute list.
- getSize() - Method in class org.springframework.asm.FieldWriter
-
Returns the size of this field.
- getSize() - Method in class org.springframework.asm.MethodWriter
-
Returns the size of the bytecode of this method.
- getSize() - Method in class org.springframework.asm.Type
-
Returns the size of values of this type.
- getSize() - Method in class org.springframework.core.Constants
-
Return the number of constants exposed.
- getSize(Object) - Static method in class org.springframework.core.io.VfsUtils
-
- getSize() - Method in class org.springframework.mock.web.MockMultipartFile
-
- getSize() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
-
- getSize() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getSize() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return the size of the file in bytes.
- getSize() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
-
- getSize() - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Get the value of the 'size
' attribute.
- getSize() - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Get the value of the 'size
' attribute.
- getSnapshotAsJson() - Method in class org.springframework.context.support.LiveBeansView
-
- getSnapshotAsJson() - Method in interface org.springframework.context.support.LiveBeansViewMBean
-
Generate a JSON snapshot of current beans and their dependencies.
- getSoapActionUri() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the SOAP action URI to specify on the stub.
- getSockJsClientLibraryUrl() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Return he URL to the SockJS JavaScript client library.
- getSockJsConfig() - Method in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
-
- getSockJsPath(HttpServletRequest) - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
-
- getSockJsService() - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
- getSockJsService() - Method in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration.StompSockJsServiceRegistration
-
- getSockJsService() - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
-
- getSockJsServiceConfig() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- getSockJsSessionId() - Method in exception org.springframework.web.socket.sockjs.SockJsException
-
Return the SockJS session id.
- getSockJsTaskSchedulerStatsInfo() - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
Get stats about the SockJS task scheduler.
- getSockJsUrl() - Method in class org.springframework.web.socket.sockjs.client.SockJsUrlInfo
-
- getSockJsUrlInfo() - Method in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
-
- getSockJsUrlInfo() - Method in interface org.springframework.web.socket.sockjs.client.TransportRequest
-
Return information about the SockJS URL including server and session ID.
- getSort() - Method in class org.springframework.asm.Type
-
Returns the sort of this Java type.
- getSort() - Method in class org.springframework.asm.TypeReference
-
Returns the sort of this type reference.
- getSort() - Method in class org.springframework.beans.support.PagedListHolder
-
Return the sort definition for this holder.
- getSortDefinition() - Method in class org.springframework.beans.support.PropertyComparator
-
Return the SortDefinition that this comparator uses.
- getSortedClassMethods(Class<?>) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
Returns class methods ordered with non bridge methods appearing higher.
- getSource() - Method in class org.springframework.aop.config.AdvisorComponentDefinition
-
- getSource() - Method in class org.springframework.aop.config.PointcutComponentDefinition
-
- getSource() - Method in class org.springframework.beans.BeanMetadataAttribute
-
- getSource() - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
-
- getSource() - Method in interface org.springframework.beans.BeanMetadataElement
-
Return the configuration source Object
for this metadata element
(may be null
).
- getSource() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
-
Expose the bean definition's source object.
- getSource() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
- getSource() - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
-
- getSource() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
-
- getSource() - Method in class org.springframework.beans.factory.config.TypedStringValue
-
- getSource() - Method in class org.springframework.beans.factory.parsing.AliasDefinition
-
- getSource() - Method in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
-
- getSource() - Method in class org.springframework.beans.factory.parsing.ImportDefinition
-
- getSource() - Method in class org.springframework.beans.factory.parsing.Location
-
Get the actual location within the associated
resource
(may be
null
).
- getSource() - Method in class org.springframework.beans.factory.support.ManagedList
-
- getSource() - Method in class org.springframework.beans.factory.support.ManagedMap
-
- getSource() - Method in class org.springframework.beans.factory.support.ManagedProperties
-
- getSource() - Method in class org.springframework.beans.factory.support.ManagedSet
-
- getSource() - Method in class org.springframework.beans.factory.support.MethodOverride
-
- getSource() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
- getSource() - Method in class org.springframework.beans.support.PagedListHolder
-
Return the source list for this holder.
- getSource() - Method in class org.springframework.core.annotation.AbstractAliasAwareAnnotationAttributeExtractor
-
- getSource() - Method in interface org.springframework.core.annotation.AnnotationAttributeExtractor
-
Get the underlying source of annotation attributes.
- getSource() - Method in class org.springframework.core.convert.TypeDescriptor
-
Return the underlying source of the descriptor.
- getSource() - Method in class org.springframework.core.env.PropertySource.ComparisonPropertySource
-
- getSource() - Method in class org.springframework.core.env.PropertySource
-
Return the underlying source object for this PropertySource
.
- getSource() - Method in class org.springframework.core.GenericTypeResolver.TypeVariableMapVariableResolver
-
- getSource() - Method in class org.springframework.core.ResolvableType.DefaultVariableResolver
-
- getSource() - Method in class org.springframework.core.ResolvableType
-
Return the underlying source of the resolvable type.
- getSource() - Method in class org.springframework.core.ResolvableType.TypeVariablesVariableResolver
-
- getSource() - Method in interface org.springframework.core.ResolvableType.VariableResolver
-
Return the source of the resolver (used for hashCode and equals).
- getSource() - Method in class org.springframework.core.SerializableTypeWrapper.FieldTypeProvider
-
- getSource() - Method in class org.springframework.core.SerializableTypeWrapper.MethodInvokeTypeProvider
-
- getSource() - Method in class org.springframework.core.SerializableTypeWrapper.MethodParameterTypeProvider
-
- getSource() - Method in class org.springframework.core.SerializableTypeWrapper.SimpleTypeProvider
-
- getSource() - Method in interface org.springframework.core.SerializableTypeWrapper.TypeProvider
-
Return the source of the type or null
.
- getSource(Object) - Method in class org.springframework.messaging.converter.MarshallingMessageConverter
-
- getSource() - Method in class org.springframework.web.bind.EscapedErrors
-
- getSourceDestination() - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver.ParseResult
-
- getSourceDestination() - Method in class org.springframework.messaging.simp.user.UserDestinationResult
-
The "user" destination from the source message.
- getSourceExtractor() - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- getSourceLocation() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
- getSources(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
-
- getSourceStream() - Method in class org.springframework.mock.web.DelegatingServletInputStream
-
Return the underlying source stream (never null
).
- getSourceType() - Method in exception org.springframework.core.convert.ConversionFailedException
-
Return the source type we tried to convert the value from.
- getSourceType() - Method in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
-
- getSourceType() - Method in exception org.springframework.core.convert.ConverterNotFoundException
-
Return the source type that was requested to convert from.
- getSourceTypes() - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Return the array of Classes
that are supported when converting to an
XSLT Source
.
- getSourceURLs(TilesApplicationContext, TilesRequestContextFactory) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
-
Deprecated.
- getSpecificTargetClasses() - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
-
- getSpecificTargetClasses() - Method in class org.springframework.context.expression.BeanFactoryAccessor
-
- getSpecificTargetClasses() - Method in class org.springframework.context.expression.EnvironmentAccessor
-
- getSpecificTargetClasses() - Method in class org.springframework.context.expression.MapAccessor
-
- getSpecificTargetClasses() - Method in interface org.springframework.expression.PropertyAccessor
-
Return an array of classes for which this resolver should be called.
- getSpecificTargetClasses() - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
Returns null
which means this is a general purpose accessor.
- getSpecificTargetClasses() - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
-
- getSpecificTargetClasses() - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SimpMessageHeaderPropertyAccessor
-
- getSpecificTargetClasses() - Method in class org.springframework.web.servlet.tags.EvalTag.JspPropertyAccessor
-
- getSpecifiedTypeName() - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Return the type name as actually specified for this particular value, if any.
- getSpringTimeout(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Retrieve the configured Spring-specific
timeout
from the
@Timed
annotation
on the supplied test method.
- getSql() - Method in exception org.springframework.jdbc.BadSqlGrammarException
-
Return the SQL that caused the problem.
- getSql() - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
-
- getSql(Object) - Static method in class org.springframework.jdbc.core.JdbcTemplate
-
Determine SQL from potential provider object.
- getSql() - Method in class org.springframework.jdbc.core.JdbcTemplate.SimpleCallableStatementCreator
-
- getSql() - Method in class org.springframework.jdbc.core.JdbcTemplate.SimplePreparedStatementCreator
-
- getSql() - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
-
- getSql() - Method in interface org.springframework.jdbc.core.SqlProvider
-
Return the SQL string for this object, i.e.
- getSql() - Method in exception org.springframework.jdbc.InvalidResultSetAccessException
-
Return the SQL that caused the problem.
- getSql() - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Subclasses can override this to supply dynamic SQL if they wish,
but SQL is normally set by calling the setSql() method
or in a subclass constructor.
- getSql() - Method in exception org.springframework.jdbc.UncategorizedSQLException
-
Return the SQL that led to the problem.
- getSql() - Method in exception org.springframework.orm.hibernate3.HibernateJdbcException
-
Deprecated.
Return the SQL that led to the problem.
- getSql() - Method in exception org.springframework.orm.hibernate4.HibernateJdbcException
-
Return the SQL that led to the problem.
- getSql() - Method in exception org.springframework.orm.hibernate5.HibernateJdbcException
-
Return the SQL that led to the problem.
- getSqlErrorCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
-
Return the error codes used by this translator.
- getSQLException() - Method in exception org.springframework.jdbc.BadSqlGrammarException
-
Return the wrapped SQLException.
- getSQLException() - Method in exception org.springframework.jdbc.InvalidResultSetAccessException
-
Return the wrapped SQLException.
- getSQLException() - Method in exception org.springframework.jdbc.UncategorizedSQLException
-
Return the underlying SQLException.
- getSQLException() - Method in exception org.springframework.orm.hibernate3.HibernateJdbcException
-
Deprecated.
Return the underlying SQLException.
- getSQLException() - Method in exception org.springframework.orm.hibernate4.HibernateJdbcException
-
Return the underlying SQLException.
- getSQLException() - Method in exception org.springframework.orm.hibernate5.HibernateJdbcException
-
Return the underlying SQLException.
- getSqlReturnType() - Method in class org.springframework.jdbc.core.SqlOutParameter
-
Return the custom return type, if any.
- getSqlState(SQLException) - Method in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
-
Gets the SQL state code from the supplied exception
.
- getSqlType() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
-
Get the parameter SQL type.
- getSqlType() - Method in class org.springframework.jdbc.core.metadata.TableParameterMetaData
-
Get the parameter SQL type.
- getSqlType(String) - Method in class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
-
Return the SQL type for the given parameter, if registered.
- getSqlType(String) - Method in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
-
Derives a default SQL type from the corresponding property type.
- getSqlType(String) - Method in class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
-
- getSqlType(String) - Method in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
-
Determine the SQL type for the specified named parameter.
- getSqlType() - Method in class org.springframework.jdbc.core.SqlParameter
-
Return the SQL type of the parameter.
- getStart() - Method in class org.springframework.web.servlet.resource.CssLinkResourceTransformer.CssLinkInfo
-
- getStartIndex() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils.ParameterHolder
-
- getStartPosition() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- getStartPosition() - Method in interface org.springframework.expression.spel.SpelNode
-
- getStartupDate() - Method in interface org.springframework.context.ApplicationContext
-
Return the timestamp when this context was first loaded.
- getStartupDate() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the timestamp (ms) when this context was first loaded.
- getStartupDate() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getStateString(int) - Static method in exception org.springframework.transaction.HeuristicCompletionException
-
- GETSTATIC - Static variable in interface org.springframework.asm.Opcodes
-
- getStaticAttributes() - Method in class org.springframework.web.servlet.view.AbstractView
-
Return the static attributes for this view.
- getStaticMessageSource() - Method in class org.springframework.context.support.StaticApplicationContext
-
Return the internal StaticMessageSource used by this context.
- getStaticMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
-
Return a public static method of a class.
- getStaticPart() - Method in interface org.aopalliance.intercept.Joinpoint
-
Return the static part of this joinpoint.
- getStaticPart() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
- getStaticPart() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- getStatsInfo() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Return a String describing internal state and counters.
- getStatsInfo() - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
Return a String describing internal state and counters.
- getStatsInfo() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Return a String describing internal state and counters.
- getStatsMixin() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
-
Return an introduction advisor mixin that allows the AOP proxy to be
cast to ThreadLocalInvokerStats.
- getStatus() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getStatus() - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
-
- getStatus() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
-
- getStatus() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the configured HTTP status, if any.
- getStatus() - Method in class org.springframework.web.servlet.ModelAndView
-
Return the configured HTTP status for the response, if any.
- getStatus() - Method in exception org.springframework.web.socket.handler.SessionLimitExceededException
-
- getStatusCode() - Method in class org.springframework.http.client.AbstractClientHttpResponse
-
- getStatusCode() - Method in class org.springframework.http.client.BufferingClientHttpResponseWrapper
-
- getStatusCode() - Method in interface org.springframework.http.client.ClientHttpResponse
-
Return the HTTP status code of the response.
- getStatusCode() - Method in class org.springframework.http.ResponseEntity
-
Return the HTTP status code of the response.
- getStatusCode() - Method in class org.springframework.mock.http.client.MockClientHttpResponse
-
- getStatusCode() - Method in exception org.springframework.web.client.HttpStatusCodeException
-
Return the HTTP status code.
- getStatusCode() - Method in class org.springframework.web.client.MessageBodyClientHttpResponseWrapper
-
- getStatusCode() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
Return the HTTP status code of the response or -1 if the status
code is not available.
- getStatusCode() - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
-
Return the configured HTTP status code or null
.
- getStatusCode() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
Return the status code as specified on the response.
- getStatusCodesAsMap() - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
- getStatusCodeValue() - Method in class org.springframework.http.ResponseEntity
-
Return the HTTP status code of the response.
- getStatusText() - Method in class org.springframework.http.client.BufferingClientHttpResponseWrapper
-
- getStatusText() - Method in interface org.springframework.http.client.ClientHttpResponse
-
Return the HTTP status text of the response.
- getStatusText() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpResponse
-
- getStatusText() - Method in class org.springframework.http.client.HttpComponentsClientHttpResponse
-
- getStatusText() - Method in class org.springframework.http.client.Netty4ClientHttpResponse
-
- getStatusText() - Method in class org.springframework.http.client.OkHttp3ClientHttpResponse
-
- getStatusText() - Method in class org.springframework.http.client.OkHttpClientHttpResponse
-
- getStatusText() - Method in class org.springframework.http.client.SimpleClientHttpResponse
-
- getStatusText() - Method in class org.springframework.mock.http.client.MockClientHttpResponse
-
- getStatusText() - Method in class org.springframework.web.client.MessageBodyClientHttpResponseWrapper
-
- getStatusText() - Method in exception org.springframework.web.client.RestClientResponseException
-
Return the HTTP status text.
- getStep(int) - Method in class org.springframework.asm.TypePath
-
Returns the value of the given step of this path.
- getStepArgument(int) - Method in class org.springframework.asm.TypePath
-
Returns the index of the type argument that the given step is stepping
into.
- getStompBrokerRelay(SubscribableChannel) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
- getStompBrokerRelayStatsInfo() - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
Get stats about STOMP broker relay (when using a full-featured STOMP broker).
- getStompDecoder() - Method in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
-
- getStompHeaderAccessor(Message<?>) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- getStompSubProtocolStatsInfo() - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
Get stats about STOMP-related WebSocket message processing.
- getStorageDescription() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
Return a description for the storage location of the multipart content.
- getStrategies() - Method in class org.springframework.web.accept.ContentNegotiationManager
-
Return the configured content negotiation strategies.
- getStrategy(Class<T>) - Method in class org.springframework.web.accept.ContentNegotiationManager
-
Find a ContentNegotiationStrategy
of the given type.
- getStrategyForPath(String) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver
-
Find a VersionStrategy
for the request path of the requested resource.
- getStrategyMap() - Method in class org.springframework.web.servlet.resource.VersionResourceResolver
-
Return the map with version strategies keyed by path pattern.
- getStreamBytesLimit() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Return the minimum number of bytes that can be sent over a single HTTP
streaming request before it will be closed.
- getStreamBytesLimit() - Method in interface org.springframework.web.socket.sockjs.transport.SockJsServiceConfig
-
Streaming transports save responses on the client side and don't free
memory used by delivered messages.
- getStreamElementType(TypeDescriptor) - Static method in class org.springframework.core.convert.TypeDescriptor.StreamDelegate
-
- getString(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
Get the value stored under the specified attributeName
as a
string.
- getString(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getString(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getString(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a String.
- getString(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a String.
- getString() - Method in class org.springframework.mock.web.MockBodyContent
-
- getString(AnnotationAttributes, String, String) - Static method in class org.springframework.test.context.jdbc.MergedSqlConfig
-
- getStringArray(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
-
Get the value stored under the specified attributeName
as an
array of strings.
- getStringBuilder(StringBuilder, String, int) - Method in class org.springframework.messaging.simp.stomp.StompEncoder
-
- getStringMatcher(String) - Method in class org.springframework.util.AntPathMatcher
-
- getStringOrNull(ResourceBundle, String) - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
Efficiently retrieve the String value for the specified key,
or return null
if not found.
- getStringParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a String parameter, or null
if not present.
- getStringParameter(ServletRequest, String, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get a String parameter, with a fallback value.
- getStringParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get a String parameter, or null
if not present.
- getStringParameter(PortletRequest, String, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get a String parameter, with a fallback value.
- getStringParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
-
Get an array of String parameters, return an empty array if not found.
- getStringParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
-
Get an array of String parameters, return an empty array if not found.
- getStringValue() - Method in class org.springframework.mock.web.HeaderValueHolder
-
- getStringValues() - Method in class org.springframework.mock.web.HeaderValueHolder
-
- getStub() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Return the RMI stub to use.
- getStub() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
-
Return the RMI stub to use.
- getStylePatternForChar(int) - Method in class org.springframework.format.datetime.DateFormatter
-
- getStylesheetSource() - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
- getSubject() - Method in class org.springframework.mail.SimpleMailMessage
-
- getSubject(HttpServletRequest) - Method in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy.SubjectHelper
-
- getSubmitParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Return the full name of a specific input type="submit" parameter
if it was sent in the request, either via a button (directly with name)
or via an image (name + ".x" or name + ".y").
- getSubProtocols() - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
Return the configured sub-protocols to use.
- getSubProtocols() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Return all supported protocols.
- getSubprotocols() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getSubProtocols() - Method in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
-
- getSubProtocols() - Method in interface org.springframework.web.socket.SubProtocolCapable
-
Return the list of supported sub-protocols.
- getSubscribeDestination() - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver.ParseResult
-
- getSubscribeDestination() - Method in class org.springframework.messaging.simp.user.UserDestinationResult
-
The user destination in the form expected when a client subscribes, e.g.
- getSubscribers() - Method in class org.springframework.messaging.support.AbstractSubscribableChannel
-
- getSubscription() - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
Return the name for the durable subscription, if any.
- getSubscription(String) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionInfo
-
- getSubscription() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Get the subscription header.
- getSubscriptionId() - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- getSubscriptionId(Map<String, Object>) - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- getSubscriptionId() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession.DefaultSubscription
-
- getSubscriptionId() - Method in interface org.springframework.messaging.simp.stomp.StompSession.Subscription
-
Return the id for the subscription.
- getSubscriptionName() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return the name of a subscription to create, if any.
- getSubscriptionName() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
- getSubscriptionName() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- getSubscriptionName() - Method in interface org.springframework.jms.listener.SubscriptionNameProvider
-
Determine the subscription name for this message listener object.
- getSubscriptionRegistry() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
- getSubscriptions(String, Message<?>) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.DestinationCache
-
- getSubscriptions(String) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionInfo
-
- getSubscriptions(String) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionRegistry
-
- getSubscriptions() - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSession
-
- getSubscriptions() - Method in interface org.springframework.messaging.simp.user.SimpSession
-
Return the subscriptions for this session.
- getSubscriptions() - Method in class org.springframework.messaging.simp.user.UserSessionRegistryAdapter.SimpSessionAdapter
-
- getSubscriptions() - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpSession
-
- getSubString(long, int) - Method in class org.springframework.jdbc.support.lob.PassThroughClob
-
- getSubtype() - Method in class org.springframework.util.MimeType
-
Return the subtype.
- getSuffix() - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
-
Return the text that will get prepended to the trace data.
- getSuffix() - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
-
Deprecated.
Return the common suffix for handler method names.
- getSuffix() - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Return the suffix to append to the request URL filename.
- getSuffix() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return the suffix that gets appended to view names when building a URL.
- getSuggestedValue(DependencyDescriptor) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
-
Determine whether the given dependency declares a value annotation.
- getSuggestedValue(DependencyDescriptor) - Method in interface org.springframework.beans.factory.support.AutowireCandidateResolver
-
Determine whether a default value is suggested for the given dependency.
- getSuggestedValue(DependencyDescriptor) - Method in class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
-
- getSuperClass() - Method in class org.springframework.context.annotation.ConfigurationClassParser.SourceClass
-
- getSuperClassName() - Method in interface org.springframework.core.type.ClassMetadata
-
Return the name of the super class of the underlying class,
or null
if there is no super class defined.
- getSuperClassName() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- getSuperClassName() - Method in class org.springframework.core.type.StandardClassMetadata
-
- getSuperName() - Method in class org.springframework.asm.ClassReader
-
- getSuperType() - Method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
representing the direct supertype of this type.
- getSuperTypeIndex() - Method in class org.springframework.asm.TypeReference
-
Returns the index of the "super type" of a class that is referenced by
this type reference.
- getSupportedExtensions(ServerHttpRequest) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
-
- getSupportedExtensions(ServerHttpRequest) - Method in interface org.springframework.web.socket.server.RequestUpgradeStrategy
-
Return the WebSocket protocol extensions supported by the underlying WebSocket server.
- getSupportedExtensions(ServerHttpRequest) - Method in class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
-
- getSupportedHttpMethods() - Method in class org.springframework.web.HttpRequestMethodNotSupportedException
-
Return the actually supported HTTP methods as
HttpMethod
instances,
or
null
if not known.
- getSupportedLocales() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- getSupportedLocales() - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor.DelegatingPortletConfig
-
- getSupportedLocales() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController.DelegatingPortletConfig
-
- getSupportedLocales() - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
-
Return the configured list of supported locales.
- getSupportedMediaTypes() - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- getSupportedMediaTypes() - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
- getSupportedMediaTypes() - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- getSupportedMediaTypes() - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Return the list of
MediaType
objects supported by this converter.
- getSupportedMediaTypes(HttpMessageConverter<?>) - Method in class org.springframework.web.client.RestTemplate.AcceptHeaderRequestCallback
-
- getSupportedMediaTypes() - Method in class org.springframework.web.HttpMediaTypeException
-
Return the list of supported media types.
- getSupportedMethods() - Method in class org.springframework.web.HttpRequestMethodNotSupportedException
-
Return the actually supported HTTP methods, or null
if not known.
- getSupportedMethods() - Method in class org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
-
Return the actually supported HTTP methods, if known.
- getSupportedMethods() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Return the HTTP methods that this content generator supports.
- getSupportedMimeTypes() - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
Return the supported MIME types.
- getSupportedPortletModes() - Method in class org.springframework.mock.web.portlet.MockPortalContext
-
- getSupportedProtocols() - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- getSupportedProtocols() - Method in interface org.springframework.web.socket.messaging.SubProtocolHandler
-
Return the list of sub-protocols supported by this handler, never null
.
- getSupportedProtocols() - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
Return the list of supported sub-protocols.
- getSupportedReferenceCount() - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
-
Return the number of supported entity references.
- getSupportedVersions() - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
-
- getSupportedVersions() - Method in interface org.springframework.web.socket.server.RequestUpgradeStrategy
-
Return the supported WebSocket protocol versions.
- getSupportedVersions() - Method in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
-
- getSupportedVersions() - Method in class org.springframework.web.socket.server.standard.TomcatRequestUpgradeStrategy
-
- getSupportedVersions() - Method in class org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy.FallbackStrategy
-
- getSupportedVersions() - Method in class org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy
-
- getSupportedVersions() - Method in class org.springframework.web.socket.server.standard.WebSphereRequestUpgradeStrategy
-
- getSupportedVersions() - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
- getSupportedWindowStates() - Method in class org.springframework.mock.web.portlet.MockPortalContext
-
- getSuppressedFields() - Method in class org.springframework.validation.AbstractBindingResult
-
Return the list of fields that were suppressed during the bind process.
- getSuppressedFields() - Method in exception org.springframework.validation.BindException
-
- getSuppressedFields() - Method in interface org.springframework.validation.BindingResult
-
Return the list of fields that were suppressed during the bind process.
- getSuspendedResources() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
-
Return the holder for resources that have been suspended for this transaction,
if any.
- getSynchronizations() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Return an unmodifiable snapshot list of all registered synchronizations
for the current thread.
- getSystemAttribute(String) - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
-
Template method that returns the underlying system attribute.
- getSystemEnvironment() - Method in class org.springframework.core.env.AbstractEnvironment
-
- getSystemEnvironment() - Method in interface org.springframework.core.env.ConfigurableEnvironment
-
Return the value of System.getenv()
if allowed by the current
SecurityManager
, otherwise return a map implementation that will attempt
to access individual keys using calls to System.getenv(String)
.
- getSystemHeartbeatReceiveInterval() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Return the interval, in milliseconds, at which the "system" connection expects
to receive heartbeats from the STOMP broker.
- getSystemHeartbeatSendInterval() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Return the interval, in milliseconds, at which the "system" connection will
send heartbeats to the STOMP broker.
- getSystemId(Resource) - Static method in class org.springframework.oxm.support.SaxResourceUtils
-
Retrieve the URL from the given resource as System ID.
- getSystemId() - Method in class org.springframework.util.xml.AbstractStaxXMLReader.StaxLocator
-
- getSystemId() - Method in class org.springframework.util.xml.StaxEventHandler.LocatorLocationAdapter
-
- getSystemLogin() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Return the login used for the shared "system" connection to the STOMP broker.
- getSystemPasscode() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Return the passcode used for the shared "system" connection to the STOMP broker.
- getSystemProperties() - Method in class org.springframework.core.env.AbstractEnvironment
-
- getSystemProperties() - Method in interface org.springframework.core.env.ConfigurableEnvironment
-
Return the value of System.getProperties()
if allowed by the current
SecurityManager
, otherwise return a map implementation that will attempt
to access individual keys using calls to System.getProperty(String)
.
- getSystemSubscriptions() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Return the configured map with subscriptions on the "system" connection.
- getTabindex() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'tabindex
' attribute.
- getTableColumns() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Get a List of the table column names.
- getTableName() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
-
- getTableName() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Get the name of the table for this context.
- getTableName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Get the name of the table for this insert.
- getTableName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getTableName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Retrieve the name of the table that served as the source for the
specified column.
- getTableParameterMetaData() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- getTableParameterMetaData() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Get the table parameter metadata that is currently used.
- getTag() - Method in class org.springframework.asm.Handle
-
Returns the kind of field or method designated by this handle.
- getTag() - Method in class org.springframework.cglib.core.SpringNamingPolicy
-
- getTaglibFactory() - Method in interface org.springframework.web.servlet.view.freemarker.FreeMarkerConfig
-
Returns the TaglibFactory
used to enable JSP tags to be
accessed from FreeMarker templates.
- getTaglibFactory() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
-
Return the TaglibFactory object wrapped by this bean.
- getTagName() - Method in class org.springframework.web.servlet.tags.form.TagWriter.TagStateEntry
-
- getTarget() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
Returns the Spring AOP target.
- getTarget() - Method in class org.springframework.aop.framework.CglibAopProxy.DynamicAdvisedInterceptor
-
- getTarget() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
-
Returns the lazy-initialized target object,
creating it on-the-fly if it doesn't exist already.
- getTarget() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
-
Acquire an object from the pool.
- getTarget() - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Borrows an object from the ObjectPool
.
- getTarget() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
Borrow an object from the ObjectPool
.
- getTarget() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
- getTarget() - Method in class org.springframework.aop.target.EmptyTargetSource
-
Always returns null
.
- getTarget() - Method in class org.springframework.aop.target.HotSwappableTargetSource
-
- getTarget() - Method in class org.springframework.aop.target.LazyInitTargetSource
-
- getTarget() - Method in class org.springframework.aop.target.PrototypeTargetSource
-
Obtain a new prototype instance for every call.
- getTarget() - Method in class org.springframework.aop.target.SimpleBeanTargetSource
-
- getTarget() - Method in class org.springframework.aop.target.SingletonTargetSource
-
- getTarget() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
-
Implementation of abstract getTarget() method.
- getTarget() - Method in interface org.springframework.aop.TargetSource
-
Return a target instance.
- getTarget() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getTarget() - Method in class org.springframework.cache.interceptor.CacheExpressionRootObject
-
- getTarget() - Method in interface org.springframework.cache.interceptor.CacheOperationInvocationContext
-
Return the target instance on which the method was invoked.
- getTarget() - Method in class org.springframework.cache.jcache.interceptor.CacheResolverAdapter
-
Return the underlying javax.cache.annotation.CacheResolver
that this
instance is using.
- getTarget() - Method in class org.springframework.cache.jcache.interceptor.DefaultCacheInvocationContext
-
- getTarget() - Method in class org.springframework.cache.jcache.interceptor.KeyGeneratorAdapter
-
Return the target key generator to use in the form of either a
KeyGenerator
or a
CacheKeyGenerator
.
- getTarget() - Method in class org.springframework.jmx.export.MBeanExporter.NotificationPublisherAwareLazyTargetSource
-
- getTarget() - Method in class org.springframework.jndi.JndiObjectTargetSource
-
- getTarget() - Method in class org.springframework.scheduling.support.ScheduledMethodRunnable
-
- getTarget() - Method in class org.springframework.validation.AbstractBindingResult
-
Return the wrapped target object.
- getTarget() - Method in class org.springframework.validation.BeanPropertyBindingResult
-
- getTarget() - Method in exception org.springframework.validation.BindException
-
- getTarget() - Method in interface org.springframework.validation.BindingResult
-
Return the wrapped target object, which may be a bean, an object with
public fields, a Map - depending on the concrete binding strategy.
- getTarget() - Method in class org.springframework.validation.DataBinder
-
Return the wrapped target object.
- getTarget() - Method in class org.springframework.validation.DirectFieldBindingResult
-
- getTarget() - Method in class org.springframework.validation.MapBindingResult
-
- getTarget() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'target
' attribute.
- getTargetBean() - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
Return the target bean instance to use.
- getTargetBeanName(String) - Static method in class org.springframework.aop.scope.ScopedProxyUtils
-
Generate the bean name that is used within the scoped proxy to reference the target bean.
- getTargetBeanName() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
-
Return the name of the target bean in the factory.
- getTargetBeanName(String) - Static method in class org.springframework.context.annotation.ScopedProxyCreator
-
- getTargetBeanName() - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Return the name of the target bean in the Spring application context.
- getTargetBeanName(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
-
Return the name of the target NavigationHandler bean in the BeanFactory.
- getTargetCache() - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
-
Return the target Cache that this Cache should delegate to.
- getTargetClass() - Method in class org.springframework.aop.framework.AdvisedSupport
-
- getTargetClass(Object) - Static method in class org.springframework.aop.support.AopUtils
-
Determine the target class of the given bean instance which might be an AOP proxy.
- getTargetClass() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
-
- getTargetClass() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
-
This default implementation returns null
if the
target is null
(it is hasn't yet been initialized),
or the target class if the target has already been initialized.
- getTargetClass() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
- getTargetClass() - Method in class org.springframework.aop.target.EmptyTargetSource
-
Always returns the specified target Class, or null
if none.
- getTargetClass() - Method in class org.springframework.aop.target.HotSwappableTargetSource
-
Return the type of the current target object.
- getTargetClass() - Method in class org.springframework.aop.target.SingletonTargetSource
-
- getTargetClass() - Method in interface org.springframework.aop.TargetClassAware
-
Return the target class behind the implementing object
(typically a proxy configuration or an actual proxy).
- getTargetClass() - Method in interface org.springframework.aop.TargetSource
-
- getTargetClass() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
Return the target class on which the field is defined.
- getTargetClass(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
- getTargetClass() - Method in class org.springframework.cache.interceptor.CacheExpressionRootObject
-
- getTargetClass(Object) - Method in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
-
- getTargetClass(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Return the actual bean class of the given bean instance.
- getTargetClass() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean.JMXConnectorLazyInitTargetSource
-
- getTargetClass() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean.MBeanServerConnectionLazyInitTargetSource
-
- getTargetClass() - Method in class org.springframework.jndi.JndiObjectTargetSource
-
- getTargetClass() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- getTargetClass() - Method in class org.springframework.util.MethodInvoker
-
Return the target class on which to call the target method.
- getTargetConnection() - Method in interface org.springframework.jdbc.datasource.ConnectionProxy
-
Return the target Connection of this proxy.
- getTargetConnection(Connection) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
-
Return the innermost target Connection of the given Connection.
- getTargetConnection(Method) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
-
Return the target Connection, fetching it and initializing it if necessary.
- getTargetConnectionFactory() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
Return the target ConnectionFactory that this ConnectionFactory should delegate to.
- getTargetConnectionFactory() - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
-
Return the target ConnectionFactory that this ConnectionFactory delegates to.
- getTargetConnectionFactory() - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Return the target ConnectionFactory which will be used to lazily
create a single Connection, if any.
- getTargetConnectionFactory() - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
-
Return the target ConnectionFactory that this ConnectionFactory should delegate to.
- getTargetDataSource() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
Return the target DataSource that this DataSource should delegate to.
- getTargetDestination(String, String, String, String) - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
-
This method determines how to translate the source "user" destination to an
actual target destination for the given active user session.
- getTargetDestinations(Annotation, Message<?>, String) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
-
- getTargetDestinations() - Method in class org.springframework.messaging.simp.user.UserDestinationResult
-
The target destinations that the source destination was translated to,
one per active user session, e.g.
- getTargetEntityManager() - Method in interface org.springframework.orm.jpa.EntityManagerProxy
-
Return the underlying EntityManager that this proxy will delegate to.
- getTargetField() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
Return the name of the field to be retrieved.
- getTargetInterfaceName() - Method in interface org.springframework.remoting.rmi.RmiInvocationHandler
-
Return the name of the target interface that this invoker operates on.
- getTargetInterfaceName() - Method in class org.springframework.remoting.rmi.RmiInvocationWrapper
-
Exposes the exporter's service interface, if any, as target interface.
- getTargetMap() - Method in class org.springframework.validation.MapBindingResult
-
- getTargetMethod(Class<?>, Method) - Method in class org.springframework.cache.interceptor.CacheOperationExpressionEvaluator
-
- getTargetMethod(Class<?>, Method) - Method in class org.springframework.context.event.EventExpressionEvaluator
-
- getTargetMethod() - Method in class org.springframework.util.MethodInvoker
-
Return the name of the method to be invoked.
- getTargetObject() - Method in class org.springframework.aop.scope.DefaultScopedObject
-
- getTargetObject() - Method in interface org.springframework.aop.scope.ScopedObject
-
Return the current target object behind this scoped object proxy,
in its raw form (as stored in the target scope).
- getTargetObject() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
Return the target object on which the field is defined.
- getTargetObject() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- getTargetObject(Object) - Static method in class org.springframework.test.util.AopTestUtils
-
Get the target object of the supplied candidate
object.
- getTargetObject() - Method in class org.springframework.util.MethodInvoker
-
Return the target object on which to call the target method.
- getTargetPage(PortletRequest, String, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Return the target page specified in the request.
- getTargetPage(ServletRequest, String, int) - Static method in class org.springframework.web.util.WebUtils
-
- getTargetPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
-
Return the target JDO PersistenceManagerFactory that this proxy delegates to.
- getTargetRequestParams() - Method in class org.springframework.web.servlet.FlashMap
-
Return the parameters identifying the target request, or an empty map.
- getTargetRequestPath() - Method in class org.springframework.web.servlet.FlashMap
-
Return the target URL path (or null
if none specified).
- getTargetSession(Session) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
-
Return the innermost target Session of the given Session.
- getTargetSession() - Method in interface org.springframework.jms.connection.SessionProxy
-
Return the target Session of this proxy.
- getTargetSource() - Method in interface org.springframework.aop.framework.Advised
-
Return the TargetSource
used by this Advised
object.
- getTargetSource() - Method in class org.springframework.aop.framework.AdvisedSupport
-
- getTargetSource(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
-
- getTargetSource(Class<?>, String) - Method in interface org.springframework.aop.framework.autoproxy.TargetSourceCreator
-
Create a special TargetSource for the given bean, if any.
- getTargetStream() - Method in class org.springframework.mock.web.DelegatingServletOutputStream
-
Return the underlying target stream (never null
).
- getTargetType() - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Return the type to convert to.
- getTargetType() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Return the target type of this bean definition, if known
(either specified in advance or resolved on first instantiation).
- getTargetType() - Method in exception org.springframework.core.convert.ConversionFailedException
-
Return the target type we tried to convert the value to.
- getTargetType() - Method in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
-
- getTargetType() - Method in exception org.springframework.core.convert.ConverterNotFoundException
-
Return the target type that was requested to convert to.
- getTargetType(MethodParameter) - Static method in class org.springframework.core.GenericTypeResolver
-
- getTargetTypeName() - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Return the type to convert to.
- getTargetWriter() - Method in class org.springframework.mock.web.MockJspWriter
-
Lazily initialize the target Writer.
- getTaskCount() - Method in class org.springframework.util.StopWatch
-
Return the number of tasks timed.
- getTaskExecRegistration() - Method in class org.springframework.messaging.simp.config.ChannelRegistration
-
- getTaskExecutor() - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
-
Return the current task executor for this multicaster.
- getTaskExecutor() - Method in class org.springframework.messaging.simp.config.TaskExecutorRegistration
-
- getTaskExecutor() - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
- getTaskExecutor() - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
-
- getTaskExecutor() - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
-
- getTaskExecutor() - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- getTaskExecutor() - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient
-
- getTaskExecutor() - Method in class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport
-
Return the configured TaskExecutor
.
- getTaskInfo() - Method in class org.springframework.util.StopWatch
-
Return an array of the data for tasks performed.
- getTaskName() - Method in class org.springframework.util.StopWatch.TaskInfo
-
Return the name of this task.
- getTaskScheduler() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
Return the configured TaskScheduler.
- getTaskScheduler() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
Return the configured TaskScheduler to use for receipt tracking.
- getTaskScheduler() - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
-
The configured TaskScheduler.
- getTaskScheduler() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
A scheduler instance to use for scheduling heart-beat messages.
- getTaskScheduler() - Method in interface org.springframework.web.socket.sockjs.transport.SockJsServiceConfig
-
A scheduler instance to use for scheduling heart-beat messages.
- getTcpClient() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Get the configured TCP client (never null
unless not configured
invoked and this method is invoked before the handler is started and
hence a default implementation initialized).
- getTcpConnection() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
-
- getTempClassLoader() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return the temporary ClassLoader to use for type matching purposes,
if any.
- getTempClassLoader() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getTempDir() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
Return the temporary directory for the current web application,
as provided by the servlet container.
- getTempDir() - Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
-
Return the temporary directory for the current web application,
as provided by the servlet container.
- getTempDir(PortletContext) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Return the temporary directory for the current web application,
as provided by the portlet container.
- getTempDir(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Return the temporary directory for the current web application,
as provided by the servlet container.
- getTemplate(Locale) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Retrieve the FreeMarker template for the given locale,
to be rendering by this view.
- getTemplate(String, Locale) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Retrieve the FreeMarker template specified by the given name,
using the encoding specified by the "encoding" bean property.
- getTemplate(String) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupView
-
Return a template compiled by the configured Groovy Markup template engine
for the given view URL.
- getTemplate(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- getTemplate() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Deprecated.
Retrieve the Velocity template to be rendered by this view.
- getTemplate(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Deprecated.
Retrieve the Velocity template specified by the given name,
using the encoding specified by the "encoding" bean property.
- getTemplateEngine() - Method in interface org.springframework.web.servlet.view.groovy.GroovyMarkupConfig
-
Return the Groovy MarkupTemplateEngine
for the current
web application context.
- getTemplateEngine() - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
-
- getTemplateLoaderForPath(String) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Determine a FreeMarker TemplateLoader for the given path.
- getTemplateSource(String, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
-
Deprecated.
Creates the workbook from an existing XLS document.
- getTemplateSource(String, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
-
Deprecated.
Create the workbook from an existing XLS document.
- GETTER_PREFIX - Static variable in class org.springframework.test.util.ReflectionTestUtils
-
- GetterPointcut() - Constructor for class org.springframework.aop.support.Pointcuts.GetterPointcut
-
- GETTERS - Static variable in class org.springframework.aop.support.Pointcuts
-
Pointcut matching all bean property getters, in any class
- getTestClass() - Method in interface org.springframework.test.context.BootstrapContext
-
Get the test class for this bootstrap context.
- getTestClass() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the test class associated with this
MergedContextConfiguration
.
- getTestClass() - Method in class org.springframework.test.context.support.DefaultBootstrapContext
-
Get the test class for this bootstrap context.
- getTestClass() - Method in class org.springframework.test.context.support.DefaultTestContext
-
- getTestClass() - Method in interface org.springframework.test.context.TestContext
-
Get the test class for this test context.
- getTestContext() - Method in class org.springframework.test.context.TestContextManager
-
Get the
TestContext
managed by this
TestContextManager
.
- getTestContextManager(Class<?>) - Static method in class org.springframework.test.context.junit4.rules.SpringClassRule
-
- getTestContextManager() - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
- getTestException() - Method in class org.springframework.test.context.support.DefaultTestContext
-
- getTestException() - Method in interface org.springframework.test.context.TestContext
-
Get the exception that was thrown during execution
of the
test method.
- getTestExecutionListeners() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getTestExecutionListeners() - Method in interface org.springframework.test.context.TestContextBootstrapper
-
- getTestExecutionListeners() - Method in class org.springframework.test.context.TestContextManager
-
- getTestInstance() - Method in class org.springframework.test.context.support.DefaultTestContext
-
- getTestInstance() - Method in interface org.springframework.test.context.TestContext
-
Get the current test instance for this test context.
- getTestMethod() - Method in class org.springframework.test.context.support.DefaultTestContext
-
- getTestMethod() - Method in interface org.springframework.test.context.TestContext
-
Get the current test method for this test context.
- getText() - Method in class org.springframework.mail.SimpleMailMessage
-
- getText() - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getTextCharacters() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
-
- getTextCharacters(int, char[], int, int) - Method in class org.springframework.util.xml.AbstractXMLStreamReader
-
- getTextLength() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
-
- getTextMessageSizeLimit() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getTextMessageSizeLimit() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getTextMessageSizeLimit() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- getTextMessageSizeLimit() - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
-
- getTextMessageSizeLimit() - Method in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
-
- getTextMessageSizeLimit() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getTextMessageSizeLimit() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getTextMessageSizeLimit() - Method in interface org.springframework.web.socket.WebSocketSession
-
Get the configured maximum size for an incoming text message.
- getTextStart() - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getTextValue(Element) - Static method in class org.springframework.util.xml.DomUtils
-
Extracts the text value from the given DOM element, ignoring XML comments.
- getTheme(String) - Method in class org.springframework.ui.context.support.DelegatingThemeSource
-
- getTheme(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
This implementation returns a SimpleTheme instance, holding a
ResourceBundle-based MessageSource whose basename corresponds to
the given theme name (prefixed by the configured "basenamePrefix").
- getTheme(String) - Method in interface org.springframework.ui.context.ThemeSource
-
Return the Theme instance for the given theme name.
- getTheme(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getTheme(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getTheme(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- getTheme() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the current theme (never null
).
- getTheme(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Retrieves the current theme from the given request, using the ThemeResolver
and ThemeSource bound to the request by the DispatcherServlet.
- getThemeMessage(String, String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the theme message for the given code.
- getThemeMessage(String, Object[], String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the theme message for the given code.
- getThemeMessage(String, List<?>, String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the theme message for the given code.
- getThemeMessage(String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the theme message for the given code.
- getThemeMessage(String, Object[]) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the theme message for the given code.
- getThemeMessage(String, List<?>) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the theme message for the given code.
- getThemeMessage(MessageSourceResolvable) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the given MessageSourceResolvable in the current theme.
- getThemeResolver(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Return the ThemeResolver that has been bound to the request by the
DispatcherServlet.
- getThemeSource() - Method in class org.springframework.web.servlet.DispatcherServlet
-
Return this servlet's ThemeSource, if any; else return null
.
- getThemeSource(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Return the ThemeSource that has been bound to the request by the
DispatcherServlet.
- getThis() - Method in interface org.aopalliance.intercept.Joinpoint
-
Return the object that holds the current joinpoint's static part.
- getThis() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
Returns the Spring AOP proxy.
- getThis() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- getThreadFactory() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Return the external factory to use for creating new Threads, if any.
- getThreadGroup() - Method in class org.springframework.util.CustomizableThreadCreator
-
Return the thread group that threads should be created in
(or null
for the default group).
- getThreadNamePrefix() - Method in class org.springframework.util.CustomizableThreadCreator
-
Return the thread name prefix to use for the names of newly
created threads.
- getThreadPoolExecutor() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the underlying ThreadPoolExecutor for native access.
- getThreadPriority() - Method in class org.springframework.util.CustomizableThreadCreator
-
Return the priority of the threads that this factory creates.
- getThrowable() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.ThrowableHolder
-
- getThrowawayClassLoader() - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
-
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
-
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
-
- getThrowawayClassLoader() - Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
-
Return a throwaway ClassLoader
, enabling classes to be
loaded and inspected without affecting the parent ClassLoader
.
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
-
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
-
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
-
Delegate for LoadTimeWeaver's getThrowawayClassLoader
method.
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
-
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
-
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
-
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
-
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
-
- getThrowawayClassLoaderMethod - Variable in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
-
- getTime(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getTime(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getTime(int, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getTime(String, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getTime(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a Time object.
- getTime(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a Time object.
- getTime(int, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a Time object.
- getTime(String, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a Time object.
- getTimeBetweenEvictionRunsMillis() - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Return the time between eviction runs that check idle objects.
- getTimeBetweenEvictionRunsMillis() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
Return the time between eviction runs that check idle objects.
- getTimeMillis() - Method in class org.springframework.util.StopWatch.TaskInfo
-
Return the time in milliseconds this task took.
- getTimeout() - Method in class org.springframework.mock.web.MockAsyncContext
-
- getTimeout(Method) - Static method in class org.springframework.test.annotation.TestAnnotationUtils
-
Get the
timeout
configured via the
@Timed
annotation on the supplied
method
.
- getTimeout() - Method in exception org.springframework.transaction.InvalidTimeoutException
-
Return the invalid timeout value.
- getTimeout() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
- getTimeout() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
-
- getTimeout() - Method in interface org.springframework.transaction.TransactionDefinition
-
Return the transaction timeout.
- getTimeout() - Method in class org.springframework.web.context.request.async.WebAsyncTask
-
Return the timeout value in milliseconds, or null
if no timeout is set.
- getTimeout() - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
- getTimeout() - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
-
Return the configured timeout value, if any.
- getTimeoutTask() - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
-
Return a timeout cleanup task to invoke if the SockJS sessions is not
fully established within the retransmission timeout period calculated in
SockJsRequest
based on the duration of the initial SockJS "Info"
request.
- getTimeoutValue() - Method in class org.springframework.web.context.request.async.DeferredResult
-
Return the configured timeout value in milliseconds.
- getTimerListener() - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
-
Return the TimerListener to schedule.
- getTimerManager() - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
-
- getTimeSeconds() - Method in class org.springframework.util.StopWatch.TaskInfo
-
Return the time in seconds this task took.
- getTimeSinceLastActive() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- getTimeSinceLastActive() - Method in interface org.springframework.web.socket.sockjs.transport.SockJsSession
-
Return the time (in ms) since the session was last active, or otherwise
if the session is new, then the time since the session was created.
- getTimeSinceSendStarted() - Method in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
-
- getTimestamp() - Method in class org.springframework.context.ApplicationEvent
-
Return the system time in milliseconds when the event happened.
- getTimestamp(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getTimestamp(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getTimestamp(int, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getTimestamp(String, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getTimestamp(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a Timestamp object.
- getTimestamp(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a Timestamp object.
- getTimestamp(int, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a Timestamp object.
- getTimestamp(String, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve the value of the indicated column in the current row
as a Timestamp object.
- getTimestamp() - Method in class org.springframework.jms.support.JmsMessageHeaderAccessor
-
- getTimestamp() - Method in class org.springframework.messaging.MessageHeaders
-
- getTimestamp() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- getTimeToLive(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource.MessageSourceControl
-
- getTimeToLive() - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- getTimeToLive() - Method in class org.springframework.jms.core.JmsTemplate
-
Return the time-to-live of the message when sending.
- getTimeToLiveInMillis() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Return the time to live for this object in milliseconds.
- getTimeToLiveInSeconds() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Return the time to live for this object in seconds.
- getTimeToNextAttempt(int) - Method in class org.springframework.messaging.tcp.FixedIntervalReconnectStrategy
-
- getTimeToNextAttempt(int) - Method in interface org.springframework.messaging.tcp.ReconnectStrategy
-
Return the time to the next attempt to reconnect.
- getTimeUnit() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Return the time unit for the delay and period values.
- getTimeZone() - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Return the TimeZone associated with the current thread, if any,
or the system default TimeZone otherwise.
- getTimeZone() - Method in class org.springframework.context.i18n.SimpleTimeZoneAwareLocaleContext
-
- getTimeZone() - Method in interface org.springframework.context.i18n.TimeZoneAwareLocaleContext
-
Return the current TimeZone, which can be fixed or determined dynamically,
depending on the implementation strategy.
- getTimeZone() - Method in class org.springframework.format.datetime.joda.JodaTimeContext
-
Return the user's time zone, if any.
- getTimeZone() - Method in class org.springframework.format.datetime.standard.DateTimeContext
-
Return the user's time zone, if any.
- getTimeZone() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the current TimeZone (or null
if none derivable from the request).
- getTimeZone(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Retrieve the current time zone from the given request, using the
TimeZoneAwareLocaleResolver bound to the request by the DispatcherServlet
(if available), falling back to the system's default time zone.
- getTimeZone() - Method in class org.springframework.web.servlet.view.velocity.VelocityView.LocaleAwareDateTool
-
Deprecated.
- getTitle() - Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- getTitle(RenderRequest) - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Overridden for friendlier behavior in unit tests.
- getTitle() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'title
' attribute.
- getTo() - Method in class org.springframework.mail.SimpleMailMessage
-
- getTokens() - Method in class org.springframework.expression.spel.standard.Tokenizer
-
- getToolboxConfigLocation() - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
-
Deprecated.
Return the Velocity Toolbox config location, if any.
- getTopic() - Method in class org.springframework.jms.connection.CachedMessageConsumer
-
- getTopic() - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- getToStringInfix() - Method in class org.springframework.messaging.handler.AbstractMessageCondition
-
The notation to use when printing discrete items of content.
- getToStringInfix() - Method in class org.springframework.messaging.handler.DestinationPatternsMessageCondition
-
- getToStringInfix() - Method in class org.springframework.messaging.simp.SimpMessageTypeMessageCondition
-
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
-
The notation to use when printing discrete items of content.
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
-
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
-
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
-
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
-
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
-
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
-
- getTotalCount() - Method in class org.springframework.util.AntPathMatcher.AntPatternComparator.PatternInfo
-
- getTotalParameterCount() - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
-
Return the total count of all of the parameters in the SQL statement.
- getTotalTimeMillis() - Method in class org.springframework.util.StopWatch
-
Return the total time in milliseconds for all tasks.
- getTotalTimeSeconds() - Method in class org.springframework.util.StopWatch
-
Return the total time in seconds for all tasks.
- getTransaction() - Method in class org.springframework.orm.hibernate3.SessionHolder
-
Deprecated.
- getTransaction() - Method in class org.springframework.orm.hibernate4.SessionHolder
-
- getTransaction() - Method in class org.springframework.orm.hibernate5.SessionHolder
-
- getTransaction(TransactionDefinition) - Method in interface org.springframework.transaction.PlatformTransactionManager
-
Return a currently active transaction or create a new one, according to
the specified propagation behavior.
- getTransaction(TransactionDefinition) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
This implementation handles propagation behavior.
- getTransaction() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
-
Return the underlying transaction object.
- getTransactionalEntityManager() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
-
Obtain the transactional EntityManager for this accessor's EntityManagerFactory, if any.
- getTransactionalEntityManager(EntityManagerFactory) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
-
Obtain a JPA EntityManager from the given factory.
- getTransactionalEntityManager(EntityManagerFactory, Map<?, ?>) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
-
Obtain a JPA EntityManager from the given factory.
- getTransactionalQueueSession(QueueConnectionFactory, QueueConnection, boolean) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
-
Obtain a JMS QueueSession that is synchronized with the current transaction, if any.
- getTransactionalSession(ConnectionFactory, Connection, boolean) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
-
Obtain a JMS Session that is synchronized with the current transaction, if any.
- getTransactionalTopicSession(TopicConnectionFactory, TopicConnection, boolean) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
-
Obtain a JMS TopicSession that is synchronized with the current transaction, if any.
- getTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
-
Determine the transaction attribute for this method invocation.
- getTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
-
- getTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
-
- getTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
-
- getTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
-
- getTransactionAttribute() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
-
- getTransactionAttribute(Method, Class<?>) - Method in interface org.springframework.transaction.interceptor.TransactionAttributeSource
-
Return the transaction attribute for the given method,
or null
if the method is non-transactional.
- getTransactionAttributeSource() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Return the transaction attribute source.
- getTransactionAttributeSource() - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut
-
Obtain the underlying TransactionAttributeSource (may be null
).
- getTransactionAttributeSources() - Method in class org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
-
Return the TransactionAttributeSource instances that this
CompositeTransactionAttributeSource combines.
- getTransactionAwareConnectionProxy(Connection, ConnectionFactory) - Method in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
-
Wrap the given Connection with a proxy that delegates every method call to it
but delegates close
calls to ConnectionFactoryUtils.
- getTransactionAwareConnectionProxy(DataSource) - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
-
Wraps the given Connection with a proxy that delegates every method call to it
but delegates close()
calls to DataSourceUtils.
- getTransactionAwareConnectionProxy(Connection) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
-
Wrap the given Connection with a proxy that delegates every method call to it
but handles Session lookup in a transaction-aware fashion.
- getTransactionData() - Method in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
-
- getTransactionData() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
-
- getTransactionIdentifier(Transaction) - Method in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
-
Deprecated.
- getTransactionIdentifier(Transaction) - Method in class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
-
- getTransactionIdentifier(Transaction) - Method in class org.springframework.orm.hibernate5.ConfigurableJtaPlatform
-
- getTransactionManager() - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Return the Spring PlatformTransactionManager to use for transactional
wrapping of message reception plus listener execution.
- getTransactionManager(Properties) - Method in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
-
Deprecated.
- getTransactionManager() - Method in class org.springframework.test.context.jdbc.MergedSqlConfig
-
- getTransactionManager(TestContext, String) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
- getTransactionManager(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
- getTransactionManager() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Return the default transaction manager, or null
if unknown.
- getTransactionManager() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
-
- getTransactionManager() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Return the JTA TransactionManager that this transaction manager uses, if any.
- getTransactionManager() - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
-
Return the JTA TransactionManager that this adapter delegates to.
- getTransactionManager() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
-
Return the JTA TransactionManager that this adapter delegates to.
- getTransactionManager() - Method in class org.springframework.transaction.support.TransactionTemplate
-
Return the transaction management strategy to be used.
- getTransactionManagerBeanName() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Return the name of the default transaction manager bean.
- getTransactionManagerName() - Method in class org.springframework.test.context.transaction.TransactionConfigurationAttributes
-
Deprecated.
- getTransactionManagerName(Element) - Static method in class org.springframework.transaction.config.TxNamespaceHandler
-
- getTransactionMode() - Method in class org.springframework.test.context.jdbc.MergedSqlConfig
-
- getTransactionStatus() - Method in class org.springframework.test.context.transaction.TransactionContext
-
- getTransactionStatus() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
-
- getTransactionSynchronization() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Return if this transaction manager should activate the thread-bound
transaction synchronization support.
- getTransactionSynchronizationRegistry() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Return the JTA 1.1 TransactionSynchronizationRegistry that this transaction manager uses, if any.
- getTransactionType() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getTransformerFactory() - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Return the TransformerFactory that this XsltView uses.
- getTransientDataAccessResourceCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getTransport(Session) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Obtain a Transport object from the given JavaMail Session,
using the configured protocol.
- getTransportHandlers() - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
Return the registered handlers per transport type.
- getTransportRegistration() - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
-
- getTransportType() - Method in class org.springframework.web.socket.sockjs.transport.handler.EventSourceTransportHandler
-
- getTransportType() - Method in class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
-
- getTransportType() - Method in class org.springframework.web.socket.sockjs.transport.handler.JsonpPollingTransportHandler
-
- getTransportType() - Method in class org.springframework.web.socket.sockjs.transport.handler.JsonpReceivingTransportHandler
-
- getTransportType() - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
-
- getTransportType() - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrPollingTransportHandler
-
- getTransportType() - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrReceivingTransportHandler
-
- getTransportType() - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrStreamingTransportHandler
-
- getTransportType() - Method in interface org.springframework.web.socket.sockjs.transport.TransportHandler
-
Return the transport type supported by this handler.
- getTransportTypes() - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
-
- getTransportTypes() - Method in interface org.springframework.web.socket.sockjs.client.Transport
-
Return the SockJS transport types that this transport can be used for.
- getTransportTypes() - Method in class org.springframework.web.socket.sockjs.client.WebSocketTransport
-
- getTransportUrl() - Method in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
-
- getTransportUrl(TransportType) - Method in class org.springframework.web.socket.sockjs.client.SockJsUrlInfo
-
- getTransportUrl() - Method in interface org.springframework.web.socket.sockjs.client.TransportRequest
-
Return the transport URL for the given transport.
- getTraversableResolver() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- getTrigger() - Method in class org.springframework.scheduling.config.TriggerTask
-
- getTriggerTaskList() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Get the trigger tasks as an unmodifiable list of
TriggerTask
objects.
- getTryCatchBlockIndex() - Method in class org.springframework.asm.TypeReference
-
Returns the index of the try catch block (using the order in which they
are visited with visitTryCatchBlock), whose 'catch' type is referenced by
this type reference.
- getType(String) - Static method in class org.springframework.asm.Type
-
Returns the Java type corresponding to the given type descriptor.
- getType(Class<?>) - Static method in class org.springframework.asm.Type
-
Returns the Java type corresponding to the given class.
- getType(Constructor<?>) - Static method in class org.springframework.asm.Type
-
Returns the Java method type corresponding to the given constructor.
- getType(Method) - Static method in class org.springframework.asm.Type
-
Returns the Java method type corresponding to the given method.
- getType(char[], int) - Static method in class org.springframework.asm.Type
-
Returns the Java type corresponding to the given type descriptor.
- getType(ELContext, Object, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
-
- getType(String) - Method in interface org.springframework.beans.factory.BeanFactory
-
Determine the type of the bean with the given name.
- getType() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Return the type of the constructor argument.
- getType(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getType(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getType(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getType() - Method in class org.springframework.core.convert.Property
-
The property type: e.g.
- getType() - Method in class org.springframework.core.convert.TypeDescriptor
-
The type of the backing class, method parameter, field, or property
described by this TypeDescriptor.
- getType() - Method in class org.springframework.core.ParameterizedTypeReference
-
- getType() - Method in class org.springframework.core.ResolvableType
-
Return the underling Java Type
being managed.
- getType() - Method in class org.springframework.core.SerializableTypeWrapper.FieldTypeProvider
-
- getType() - Method in class org.springframework.core.SerializableTypeWrapper.MethodInvokeTypeProvider
-
- getType() - Method in class org.springframework.core.SerializableTypeWrapper.MethodParameterTypeProvider
-
- getType() - Method in interface org.springframework.core.SerializableTypeWrapper.TypeProvider
-
Return the (possibly non Serializable
) Type
.
- getType() - Method in enum org.springframework.expression.spel.ast.TypeCode
-
- getType() - Method in class org.springframework.http.RequestEntity
-
Return the type of the request's body.
- getType() - Method in class org.springframework.jms.support.JmsMessageHeaderAccessor
-
- getType(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getType(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- getType() - Method in class org.springframework.util.MimeType
-
Return the primary type.
- getType() - Method in class org.springframework.web.bind.ServletRequestUtils.BooleanParser
-
- getType() - Method in class org.springframework.web.bind.ServletRequestUtils.DoubleParser
-
- getType() - Method in class org.springframework.web.bind.ServletRequestUtils.FloatParser
-
- getType() - Method in class org.springframework.web.bind.ServletRequestUtils.IntParser
-
- getType() - Method in class org.springframework.web.bind.ServletRequestUtils.LongParser
-
- getType() - Method in class org.springframework.web.bind.ServletRequestUtils.ParameterParser
-
- getType() - Method in class org.springframework.web.bind.ServletRequestUtils.StringParser
-
- getType(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- getType() - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.BooleanParser
-
- getType() - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.DoubleParser
-
- getType() - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.FloatParser
-
- getType() - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.IntParser
-
- getType() - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.LongParser
-
- getType() - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.ParameterParser
-
- getType() - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.StringParser
-
- getType() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Get the value of the 'type
' attribute.
- getType() - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Get the value of the 'type
' attribute.
- getType() - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
-
Return 'password
' causing the rendered HTML 'input
'
element to have a 'type
' of 'password
'.
- getType() - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
-
Returns the type being converted.
- getType() - Method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
-
Return the SockJS frame type.
- getTypeArgumentIndex() - Method in class org.springframework.asm.TypeReference
-
Returns the index of the type argument referenced by this type reference.
- getTypeClass() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
-
Deprecated.
Return the type implementation class.
- getTypeComparator() - Method in interface org.springframework.expression.EvaluationContext
-
Return a type comparator for comparing pairs of objects for equality.
- getTypeComparator() - Method in class org.springframework.expression.spel.ExpressionState
-
- getTypeComparator() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- getTypeConverter() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Obtain a type converter as used by this BeanFactory.
- getTypeConverter() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getTypeConverter() - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
-
Return the TypeConverter used for argument type conversion.
- getTypeConverter() - Method in interface org.springframework.expression.EvaluationContext
-
Return a type converter that can convert (or coerce) a value from one type to another.
- getTypeConverter() - Method in class org.springframework.expression.spel.ExpressionState
-
- getTypeConverter() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- getTypeConverter() - Method in class org.springframework.validation.DataBinder
-
Return the underlying TypeConverter of this binder's BindingResult.
- getTypeDescriptor(PropertyDescriptor) - Method in class org.springframework.beans.CachedIntrospectionResults
-
- getTypeDescriptor(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
- getTypeDescriptor() - Method in class org.springframework.expression.TypedValue
-
- getTypeDifferenceWeight(Class<?>[]) - Method in class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
-
- getTypeDifferenceWeight(List<TypeDescriptor>, List<TypeDescriptor>) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
-
- getTypeDifferenceWeight(Class<?>[], Object[]) - Static method in class org.springframework.util.MethodInvoker
-
Algorithm that judges the match between the declared parameter types of a candidate method
and a specific list of arguments that this method is supposed to be invoked with.
- getTypedValue(ExpressionState) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- getTypedValue(ExpressionState) - Method in interface org.springframework.expression.spel.SpelNode
-
Evaluate the expression node in the context of the supplied expression state
and return the typed value.
- getTypedValue(SqlParameterSource, String) - Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
-
Create a wrapped value if parameter has type information, plain object if not.
- getTypeForFactoryBean(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
This implementation attempts to query the FactoryBean's generic parameter metadata
if present to determine the object type.
- getTypeForFactoryBean(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Determine the bean type for the given FactoryBean definition, as far as possible.
- getTypeForFactoryBean(FactoryBean<?>) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
-
Determine the type for the given FactoryBean.
- getTypeForFactoryBeanFromMethod(Class<?>, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Introspect the factory method signatures on the given bean class,
trying to find a common FactoryBean
object type declared there.
- getTypeForFactoryMethod(String, RootBeanDefinition, Class<?>...) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Determine the target type for the given bean definition which is based on
a factory method.
- getTypeIndexesPerLevel() - Method in class org.springframework.core.MethodParameter
-
Obtain the (lazily constructed) type-indexes-per-level Map.
- getTypeIndexForCurrentLevel() - Method in class org.springframework.core.MethodParameter
-
Return the type index for the current nesting level.
- getTypeIndexForLevel(int) - Method in class org.springframework.core.MethodParameter
-
Return the type index for the specified nesting level.
- getTypeLevelMapping() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- getTypeLocator() - Method in interface org.springframework.expression.EvaluationContext
-
Return a type locator that can be used to find types, either by short or
fully qualified name.
- getTypeLocator() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- getTypeName() - Method in class org.springframework.beans.factory.support.AutowireCandidateQualifier
-
Retrieve the type name.
- getTypeName() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
-
Get the parameter type name.
- getTypeName(String) - Method in class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
-
Return the type name for the given parameter, if registered.
- getTypeName(String) - Method in class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
-
- getTypeName(String) - Method in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
-
Determine the type name for the specified named parameter.
- getTypeName() - Method in class org.springframework.jdbc.core.SqlParameter
-
Return the type name of the parameter, if any.
- getTypeName() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
-
Deprecated.
Return the name of the type.
- getTypeParameterBoundIndex() - Method in class org.springframework.asm.TypeReference
-
- getTypeParameterIndex() - Method in class org.springframework.asm.TypeReference
-
Returns the index of the type parameter referenced by this type
reference.
- getTypePattern() - Method in class org.springframework.aop.aspectj.TypePatternClassFilter
-
Return the AspectJ type pattern to match.
- getTypeProvider() - Method in interface org.springframework.core.SerializableTypeWrapper.SerializableTypeProxy
-
Return the underlying type provider.
- getTypeRequestMapping(Class<?>) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
- getTypeToken(Type) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- getTypeValue(CallableStatement, int, int, String) - Method in interface org.springframework.jdbc.core.SqlReturnType
-
Get the type value from the specific object.
- getTypeVariableMap(Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
-
Build a mapping of TypeVariable names
to
concrete classes
for the specified Class
.
- getUltimateTargetObject(Object) - Static method in class org.springframework.test.util.AopTestUtils
-
Get the ultimate target object of the supplied candidate
object, unwrapping not only a top-level proxy but also any number of
nested proxies.
- getUndeliveredMessages() - Method in exception org.springframework.web.socket.sockjs.SockJsMessageDeliveryException
-
- getUnderlyingConnectionMethod - Variable in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
-
- getUnderlyingResultSetMethod - Variable in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
-
- getUnderlyingStatementMethod - Variable in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
-
- getUniqueDeclaredMethods(Class<?>) - Static method in class org.springframework.util.ReflectionUtils
-
Get the unique set of declared methods on the leaf class and all superclasses.
- getUnit() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
The expected unit of measurement values.
- getUnless() - Method in class org.springframework.cache.interceptor.CacheableOperation
-
- getUnless() - Method in class org.springframework.cache.interceptor.CachePutOperation
-
- getUnmarshaller() - Method in class org.springframework.messaging.converter.MarshallingMessageConverter
-
Return the configured unmarshaller.
- getUnnamedParameterCount() - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
-
Return the count of all of the unnamed parameters in the SQL statement.
- getUnresolvedDependencies(ModelAndViewContainer) - Method in class org.springframework.web.method.annotation.ModelFactory.ModelMethod
-
- getUpgrade() - Method in class org.springframework.http.HttpHeaders
-
Return the value of the Upgrade
header.
- getUpgradeRequest - Static variable in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getUpgradeResponse - Static variable in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getURI() - Method in class org.springframework.core.io.AbstractResource
-
- getURI() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation returns a URI for the underlying file.
- getURI() - Method in class org.springframework.core.io.PathResource
-
This implementation returns a URI for the underlying file.
- getURI() - Method in interface org.springframework.core.io.Resource
-
Return a URI handle for this resource.
- getURI() - Method in class org.springframework.core.io.UrlResource
-
This implementation returns the underlying URI directly,
if possible.
- getURI() - Method in class org.springframework.core.io.VfsResource
-
- getURI(Object) - Static method in class org.springframework.core.io.VfsUtils
-
- getURI() - Method in class org.springframework.http.client.BufferingClientHttpRequestWrapper
-
- getURI() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest
-
- getURI() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequest
-
- getURI() - Method in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest
-
- getURI() - Method in class org.springframework.http.client.InterceptingAsyncClientHttpRequest
-
- getURI() - Method in class org.springframework.http.client.InterceptingClientHttpRequest
-
- getURI() - Method in class org.springframework.http.client.Netty4ClientHttpRequest
-
- getURI() - Method in class org.springframework.http.client.OkHttp3AsyncClientHttpRequest
-
- getURI() - Method in class org.springframework.http.client.OkHttp3ClientHttpRequest
-
- getURI() - Method in class org.springframework.http.client.OkHttpAsyncClientHttpRequest
-
- getURI() - Method in class org.springframework.http.client.OkHttpClientHttpRequest
-
- getURI() - Method in class org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest
-
- getURI() - Method in class org.springframework.http.client.SimpleBufferingClientHttpRequest
-
- getURI() - Method in class org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest
-
- getURI() - Method in class org.springframework.http.client.SimpleStreamingClientHttpRequest
-
- getURI() - Method in class org.springframework.http.client.support.HttpRequestWrapper
-
Return the URI of the wrapped request.
- getURI() - Method in interface org.springframework.http.HttpRequest
-
Return the URI of the request.
- getURI() - Method in class org.springframework.http.server.ServletServerHttpRequest
-
- getURI() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
- getURI() - Method in class org.springframework.web.servlet.resource.GzipResourceResolver.GzippedResource
-
- getURI() - Method in class org.springframework.web.servlet.resource.VersionResourceResolver.FileNameVersionedResource
-
- getUri() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getUri() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getUri() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
- getUri() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- getUri() - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
-
- getUri() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getUri() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getUri() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return the URI used to open the WebSocket connection.
- getUriTemplateHandler() - Method in class org.springframework.web.client.AsyncRestTemplate
-
Return the configured URI template handler.
- getUriTemplateHandler() - Method in class org.springframework.web.client.RestTemplate
-
Return the configured URI template handler.
- getUriTemplateVariables(NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
-
- getUriVars() - Method in class org.springframework.util.AntPathMatcher.AntPatternComparator.PatternInfo
-
- getURL() - Method in class org.springframework.core.io.AbstractResource
-
This implementation throws a FileNotFoundException, assuming
that the resource cannot be resolved to a URL.
- getURL() - Method in class org.springframework.core.io.ClassPathResource
-
This implementation returns a URL for the underlying class path resource,
if available.
- getURL() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation returns a URL for the underlying file.
- getURL() - Method in class org.springframework.core.io.PathResource
-
This implementation returns a URL for the underlying file.
- getURL() - Method in interface org.springframework.core.io.Resource
-
Return a URL handle for this resource.
- getURL() - Method in class org.springframework.core.io.UrlResource
-
This implementation returns the underlying URL reference.
- getURL() - Method in class org.springframework.core.io.VfsResource
-
- getURL(Object) - Static method in class org.springframework.core.io.VfsUtils
-
- getUrl() - Method in class org.springframework.http.RequestEntity
-
Return the URL of the request.
- getUrl() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Return the JDBC URL to use for connecting through the Driver.
- getURL(String) - Static method in class org.springframework.util.ResourceUtils
-
Resolve the given resource location to a java.net.URL
.
- getURL() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation delegates to ServletContext.getResource
,
but throws a FileNotFoundException if no resource found.
- getURL() - Method in class org.springframework.web.portlet.context.PortletContextResource
-
This implementation delegates to PortletContext.getResource
,
but throws a FileNotFoundException if no resource found.
- getURL() - Method in class org.springframework.web.servlet.resource.GzipResourceResolver.GzippedResource
-
- getURL() - Method in class org.springframework.web.servlet.resource.VersionResourceResolver.FileNameVersionedResource
-
- getUrl() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
-
Return the URL of the resource that this view wraps.
- getUrlMap() - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
Allow Map access to the URL path mappings, with the option to add or
override specific entries.
- getUrlPath() - Method in class org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
-
- getUrlPath() - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
-
- getUrlPathHelper() - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
- getUrlPathHelper() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Return the UrlPathHelper implementation to use for resolution of lookup paths.
- getUrlPathHelper() - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
-
Return the UrlPathHelper to use for the resolution of lookup paths.
- getUrlPathHelper() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Return a custom UrlPathHelper to use for the PatternsRequestCondition, if any.
- getUrlPathHelper() - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
-
Return the configured UrlPathHelper
.
- getUrlPathHelper() - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Return the UrlPathHelper implementation to use.
- getUrlPathHelper() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the UrlPathHelper used for context path and request URI decoding.
- getUrlPathHelper() - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
-
- getUrlPathHelper() - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
- getUser() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler.SessionInfo
-
- getUser() - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
Return the user associated with the current session.
- getUser(Map<String, Object>) - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- getUser() - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver.ParseResult
-
- getUser(String) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry
-
- getUser() - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSession
-
- getUser() - Method in interface org.springframework.messaging.simp.user.SimpSession
-
Return the user associated with the session.
- getUser(String) - Method in interface org.springframework.messaging.simp.user.SimpUserRegistry
-
Get the user for the given name.
- getUser() - Method in class org.springframework.messaging.simp.user.UserDestinationResult
-
The user for this user destination.
- getUser(String) - Method in class org.springframework.messaging.simp.user.UserSessionRegistryAdapter
-
- getUser() - Method in class org.springframework.messaging.simp.user.UserSessionRegistryAdapter.SimpSessionAdapter
-
- getUser() - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
-
- getUser() - Method in class org.springframework.web.socket.messaging.AbstractSubProtocolEvent
-
Return the user for the session associated with the event.
- getUser(String) - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry
-
- getUser() - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpSession
-
- getUser(WebSocketSession) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- getUser() - Method in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
-
- getUser() - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
- getUser() - Method in interface org.springframework.web.socket.sockjs.client.TransportRequest
-
Return the user associated with the request, if any.
- getUserAttribute(String) - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- getUserAttribute(String) - Method in interface org.springframework.aop.ProxyMethodInvocation
-
Return the value of the specified user attribute.
- getUserAttributes() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
Return user attributes associated with this invocation.
- getUserClass(Object) - Static method in class org.springframework.util.ClassUtils
-
Return the user-defined class for the given instance: usually simply
the class of the given instance, but the original class in case of a
CGLIB-generated subclass.
- getUserClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Return the user-defined class for the given class: usually simply the given
class, but the original class in case of a CGLIB-generated subclass.
- getUserCount() - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry
-
- getUserCount() - Method in interface org.springframework.messaging.simp.user.SimpUserRegistry
-
Return the count of all connected users.
- getUserCount() - Method in class org.springframework.messaging.simp.user.UserSessionRegistryAdapter
-
- getUserCount() - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry
-
- getUserDeclaredConstructor(Constructor<?>) - Method in class org.springframework.beans.factory.support.ConstructorResolver
-
- getUserDestinationBroadcast() - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
- getUserDestinationBroadcast() - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
- getUserDestinationPrefix() - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
- getUserDestinationPrefix() - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
-
Return the configured user destination prefix.
- getUserDestinationResolver() - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
- getUserInfo() - Method in class org.springframework.web.util.HierarchicalUriComponents
-
- getUserInfo() - Method in class org.springframework.web.util.OpaqueUriComponents
-
- getUserInfo() - Method in class org.springframework.web.util.UriComponents
-
Return the user info.
- getUserMap() - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.UserRegistrySnapshot
-
- getUserName() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Get the name of the current user.
- getUserName() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- getUsername() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Return the JDBC username to use for connecting through the Driver.
- getUsername() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Return the username for the account at the mail host.
- getUserName(Message<?>, MessageHeaders) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
-
- getUsername() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the username to specify on the stub.
- getUserName() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return the name of the user that was associated with the request
(usually the UserPrincipal).
- getUsernameForRequest(PortletRequest) - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Determine the username for the given request.
- getUsernameForRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Determine the username for the given request.
- getUserPrincipal() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getUserPrincipal() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getUserPrincipal() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- getUserPrincipal() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- getUserPrincipal() - Method in interface org.springframework.web.context.request.WebRequest
-
Return the user principal for this request, if any.
- getUserPrincipal() - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getUserPrincipal - Static variable in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getUserProperties() - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient
-
The configured user properties, or null
.
- getUserProperties() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getUserRegistryBroadcast() - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
- getUserRegistryBroadcast() - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
- getUsers() - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry
-
- getUsers() - Method in interface org.springframework.messaging.simp.user.SimpUserRegistry
-
Return a snapshot of all connected users.
- getUsers() - Method in class org.springframework.messaging.simp.user.UserSessionRegistryAdapter
-
- getUsers() - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry
-
- getUserSessionRegistry() - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- getUserTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Return the JTA UserTransaction that this transaction manager uses.
- getUserTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionObject
-
Return the JTA UserTransaction object for the current transaction.
- getUserTransactionName() - Method in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
-
Deprecated.
- getUuid() - Method in class org.springframework.web.socket.sockjs.client.SockJsUrlInfo
-
- getValidatedMember(Class<?>, Class<?>) - Static method in class org.springframework.core.convert.support.ObjectToObjectConverter
-
- getValidatedSession() - Method in class org.springframework.orm.hibernate3.SessionHolder
-
Deprecated.
- getValidatedSession(Object) - Method in class org.springframework.orm.hibernate3.SessionHolder
-
Deprecated.
- getValidationErrorMessage(BindingResult) - Static method in exception org.springframework.messaging.handler.annotation.support.MethodArgumentNotValidException
-
- getValidationMode() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Return the validation mode to use.
- getValidationMode() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getValidationModeForResource(Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Gets the validation mode for the specified
Resource
.
- getValidationPropertyMap() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Allow Map access to the bean validation properties to be passed to the validation provider,
with the option to add or override specific entries.
- getValidator() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
Return the configured Validator instance.
- getValidator() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
-
Override this method to provide a custom
Validator
.
- getValidator() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- getValidator() - Method in class org.springframework.validation.DataBinder
-
Return the primary Validator to apply after each binding step, if any.
- getValidator() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return the Validator to apply after each binding step, if any.
- getValidator() - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
-
- getValidator() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Override this method to provide a custom
Validator
.
- getValidator() - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Provide a custom
Validator
instead of the one created by default.
- getValidator() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-
Provide a custom
Validator
instead of the one created by default.
- getValidator() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
-
- getValidator(Element, Object, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
-
- getValidator(Element, Object, ParserContext) - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- getValidators() - Method in class org.springframework.validation.DataBinder
-
Return the Validators to apply after data binding.
- getValidators() - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
Return the Validators for this controller.
- getValue() - Method in class org.springframework.asm.TypeReference
-
Returns the int encoded value of this type reference, suitable for use in
visit methods related to type annotations, like visitTypeAnnotation.
- getValue() - Method in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
-
- getValue() - Method in class org.springframework.beans.BeanMetadataAttribute
-
Return the value of the attribute.
- getValue() - Method in class org.springframework.beans.BeanWrapperImpl.BeanPropertyHandler
-
- getValue() - Method in class org.springframework.beans.DirectFieldAccessor.FieldPropertyHandler
-
- getValue(ELContext, Object, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
-
- getValue() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Return the value for the constructor argument.
- getValue() - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Return the String value.
- getValue() - Method in exception org.springframework.beans.PropertyAccessException
-
Return the affected value that was about to be set, if any.
- getValue() - Method in class org.springframework.beans.PropertyValue
-
Return the value of the property.
- getValue() - Method in exception org.springframework.beans.TypeMismatchException
-
Return the offending value (may be null
).
- getValue() - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation.CacheInvocationParameterImpl
-
- getValue(AnnotatedElement, Annotation) - Method in class org.springframework.core.annotation.AnnotationUtils.AnnotationCollector
-
- getValue(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Retrieve the value of the value
attribute of a
single-element Annotation, given an annotation instance.
- getValue(Annotation, String) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Retrieve the value of a named attribute, given an annotation instance.
- getValue() - Method in exception org.springframework.core.convert.ConversionFailedException
-
Return the offending value.
- getValue() - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getValue(Class<T>) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getValue(Object) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getValue(Object, Class<T>) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getValue(EvaluationContext) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getValue(EvaluationContext, Class<T>) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getValue(EvaluationContext, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getValue(EvaluationContext, Object, Class<T>) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getValue() - Method in class org.springframework.expression.common.LiteralExpression
-
- getValue(Class<T>) - Method in class org.springframework.expression.common.LiteralExpression
-
- getValue(Object) - Method in class org.springframework.expression.common.LiteralExpression
-
- getValue(Object, Class<T>) - Method in class org.springframework.expression.common.LiteralExpression
-
- getValue(EvaluationContext) - Method in class org.springframework.expression.common.LiteralExpression
-
- getValue(EvaluationContext, Class<T>) - Method in class org.springframework.expression.common.LiteralExpression
-
- getValue(EvaluationContext, Object) - Method in class org.springframework.expression.common.LiteralExpression
-
- getValue(EvaluationContext, Object, Class<T>) - Method in class org.springframework.expression.common.LiteralExpression
-
- getValue() - Method in interface org.springframework.expression.Expression
-
Evaluate this expression in the default standard context.
- getValue(Class<T>) - Method in interface org.springframework.expression.Expression
-
Evaluate the expression in the default context.
- getValue(Object) - Method in interface org.springframework.expression.Expression
-
Evaluate this expression against the specified root object.
- getValue(Object, Class<T>) - Method in interface org.springframework.expression.Expression
-
Evaluate the expression in the default context against the specified root
object.
- getValue(EvaluationContext) - Method in interface org.springframework.expression.Expression
-
Evaluate this expression in the provided context and return the result
of evaluation.
- getValue(EvaluationContext, Object) - Method in interface org.springframework.expression.Expression
-
Evaluate this expression in the provided context and return the result
of evaluation, but use the supplied root context as an override for any
default root object specified in the context.
- getValue(EvaluationContext, Class<T>) - Method in interface org.springframework.expression.Expression
-
Evaluate the expression in a specified context which can resolve references
to properties, methods, types, etc.
- getValue(EvaluationContext, Object, Class<T>) - Method in interface org.springframework.expression.Expression
-
Evaluate the expression in a specified context which can resolve references
to properties, methods, types, etc.
- getValue() - Method in class org.springframework.expression.spel.ast.Indexer.ArrayIndexingValueRef
-
- getValue() - Method in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
-
- getValue() - Method in class org.springframework.expression.spel.ast.Indexer.MapIndexingValueRef
-
- getValue() - Method in class org.springframework.expression.spel.ast.Indexer.PropertyIndexingValueRef
-
- getValue() - Method in class org.springframework.expression.spel.ast.Indexer.StringIndexingLValue
-
- getValue() - Method in class org.springframework.expression.spel.ast.MethodReference.MethodValueRef
-
- getValue() - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
-
- getValue(ExpressionState) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- getValue(ExpressionState, Class<T>) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- getValue() - Method in interface org.springframework.expression.spel.ast.ValueRef
-
Returns the value this ValueRef points to, it should not require expression
component re-evaluation.
- getValue() - Method in class org.springframework.expression.spel.ast.ValueRef.NullValueRef
-
- getValue() - Method in class org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
-
- getValue() - Method in class org.springframework.expression.spel.ast.VariableReference.VariableRef
-
- getValue(Object, EvaluationContext) - Method in class org.springframework.expression.spel.CompiledExpression
-
Subclasses of CompiledExpression generated by SpelCompiler will provide an
implementation of this method.
- getValue(ExpressionState) - Method in interface org.springframework.expression.spel.SpelNode
-
Evaluate the expression node in the context of the supplied expression state
and return the value.
- getValue() - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- getValue(Class<T>) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- getValue(Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- getValue(Object, Class<T>) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- getValue(EvaluationContext) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- getValue(EvaluationContext, Class<T>) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- getValue(EvaluationContext, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- getValue(EvaluationContext, Object, Class<T>) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- getValue() - Method in class org.springframework.expression.TypedValue
-
- getValue() - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Return the POJO that needs to be serialized.
- getValue(String) - Method in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
-
- getValue(String) - Method in class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
-
- getValue(String) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
-
- getValue(String) - Method in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
-
Return the parameter value for the requested named parameter.
- getValue() - Method in class org.springframework.jdbc.core.SqlParameterValue
-
Return the value object that this parameter value holds.
- getValue() - Method in class org.springframework.mock.web.HeaderValueHolder
-
- getValue(String) - Method in class org.springframework.mock.web.MockHttpSession
-
- getValue() - Method in class org.springframework.mock.web.portlet.MockEvent
-
- getValue(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- getValue() - Method in class org.springframework.remoting.support.RemoteInvocationResult
-
Return the result value returned by a successful invocation
of the target method, if any.
- getValue() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
-
- getValue(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- getValue() - Method in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
-
- getValue() - Method in interface org.springframework.web.servlet.mvc.condition.NameValueExpression
-
- getValue() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the current value of the field, i.e.
- getValue() - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
-
Get the value of the 'value
' attribute.
- getValue() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Get the value of the 'value
' attribute.
- getValue() - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Get the 'value' attribute of the rendered HTML <option>
tag.
- getValue() - Method in class org.springframework.web.servlet.tags.Param
-
- getValue(String) - Method in class org.springframework.web.util.HierarchicalUriComponents.QueryUriTemplateVariables
-
- getValue(String) - Method in class org.springframework.web.util.UriComponents.MapTemplateVariables
-
- getValue(String) - Method in interface org.springframework.web.util.UriComponents.UriTemplateVariables
-
Get the value for the given URI variable name.
- getValue(String) - Method in class org.springframework.web.util.UriComponents.VarArgsTemplateVariables
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Assign
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.BeanReference
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.CompoundExpression
-
Evaluates a compound expression.
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.ConstructorReference
-
Implements getValue() - delegating to the code for building an array or a simple type.
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Elvis
-
Evaluate the condition and if not null, return it.
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.FunctionReference
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Identifier
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Indexer
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.InlineList
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.InlineMap
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Literal
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.MethodReference
-
- getValueInternal(EvaluationContext, Object, TypeDescriptor, Object[]) - Method in class org.springframework.expression.spel.ast.MethodReference
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpAnd
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpDec
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpDivide
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpEQ
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OperatorBetween
-
Returns a boolean based on whether a value is in the range expressed.
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OperatorInstanceof
-
Compare the left operand to see it is an instance of the type specified as the
right operand.
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OperatorMatches
-
Check the first operand matches the regex specified as the second operand.
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OperatorNot
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OperatorPower
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpGE
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpGT
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpInc
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpLE
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpLT
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpMinus
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpModulus
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpMultiply
-
Implements the multiply
operator directly here for certain types
of supported operands and otherwise delegates to any registered overloader
for types not supported here.
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpNE
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpOr
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpPlus
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Projection
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
-
- getValueInternal(TypedValue, EvaluationContext, boolean) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.QualifiedIdentifier
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Selection
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Ternary
-
Evaluate the condition and if true evaluate the first alternative, otherwise
evaluate the second alternative.
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.TypeReference
-
- getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.VariableReference
-
- getValueNames() - Method in class org.springframework.mock.web.MockHttpSession
-
- getValueParameter(Object...) - Method in class org.springframework.cache.jcache.interceptor.CachePutOperation
-
Return the CacheInvocationParameter
for the parameter holding the value
to cache.
- getValueParameter() - Method in class org.springframework.cache.jcache.interceptor.DefaultCacheKeyInvocationContext
-
- getValueRef(ExpressionState) - Method in class org.springframework.expression.spel.ast.CompoundExpression
-
- getValueRef(ExpressionState) - Method in class org.springframework.expression.spel.ast.Indexer
-
- getValueRef(ExpressionState) - Method in class org.springframework.expression.spel.ast.MethodReference
-
- getValueRef(ExpressionState) - Method in class org.springframework.expression.spel.ast.Projection
-
- getValueRef(ExpressionState) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
-
- getValueRef(ExpressionState) - Method in class org.springframework.expression.spel.ast.Selection
-
- getValueRef(ExpressionState) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- getValueRef(ExpressionState) - Method in class org.springframework.expression.spel.ast.VariableReference
-
- getValues(String) - Method in class org.springframework.core.Constants
-
Return all values of the given group of constants.
- getValues() - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
-
Expose the current parameter values as read-only Map.
- getValues() - Method in class org.springframework.mock.web.HeaderValueHolder
-
- getValues(String, String[]) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- getValuesAsList(String) - Method in class org.springframework.http.HttpHeaders
-
Return all values of a given header name,
even if this header is set multiple times.
- getValuesForProperty(String) - Method in class org.springframework.core.Constants
-
Return all values of the group of constants for the
given bean property name.
- getValuesForSuffix(String) - Method in class org.springframework.core.Constants
-
Return all values of the given group of constants.
- getValueStyler() - Method in class org.springframework.core.style.DefaultToStringStyler
-
Return the ValueStyler used by this ToStringStyler.
- getValueType() - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getValueType(EvaluationContext) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getValueType(Object) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getValueType(EvaluationContext, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getValueType(EvaluationContext) - Method in class org.springframework.expression.common.LiteralExpression
-
- getValueType() - Method in class org.springframework.expression.common.LiteralExpression
-
- getValueType(Object) - Method in class org.springframework.expression.common.LiteralExpression
-
- getValueType(EvaluationContext, Object) - Method in class org.springframework.expression.common.LiteralExpression
-
- getValueType() - Method in interface org.springframework.expression.Expression
-
- getValueType(Object) - Method in interface org.springframework.expression.Expression
-
- getValueType(EvaluationContext) - Method in interface org.springframework.expression.Expression
-
- getValueType(EvaluationContext, Object) - Method in interface org.springframework.expression.Expression
-
- getValueType() - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- getValueType(Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- getValueType(EvaluationContext) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- getValueType(EvaluationContext, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- getValueType() - Method in class org.springframework.web.servlet.support.BindStatus
-
Get the 'Class
' type of the field.
- getValueTypeDescriptor() - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getValueTypeDescriptor(Object) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getValueTypeDescriptor(EvaluationContext) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getValueTypeDescriptor(EvaluationContext, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- getValueTypeDescriptor() - Method in class org.springframework.expression.common.LiteralExpression
-
- getValueTypeDescriptor(Object) - Method in class org.springframework.expression.common.LiteralExpression
-
- getValueTypeDescriptor(EvaluationContext) - Method in class org.springframework.expression.common.LiteralExpression
-
- getValueTypeDescriptor(EvaluationContext, Object) - Method in class org.springframework.expression.common.LiteralExpression
-
- getValueTypeDescriptor() - Method in interface org.springframework.expression.Expression
-
- getValueTypeDescriptor(Object) - Method in interface org.springframework.expression.Expression
-
- getValueTypeDescriptor(EvaluationContext) - Method in interface org.springframework.expression.Expression
-
- getValueTypeDescriptor(EvaluationContext, Object) - Method in interface org.springframework.expression.Expression
-
- getValueTypeDescriptor() - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- getValueTypeDescriptor(Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- getValueTypeDescriptor(EvaluationContext) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- getValueTypeDescriptor(EvaluationContext, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- getValueTypeName() - Method in class org.springframework.beans.factory.support.ManagedMap
-
Return the default value type name (class name) to be used for this map.
- getVariableName(Object) - Static method in class org.springframework.core.Conventions
-
Determine the conventional variable name for the supplied
Object
based on its concrete type.
- getVariableName() - Method in class org.springframework.web.bind.MissingPathVariableException
-
Return the expected name of the path variable.
- getVariableName(String) - Static method in class org.springframework.web.util.UriComponents
-
- getVariableNameForParameter(MethodParameter) - Static method in class org.springframework.core.Conventions
-
Determine the conventional variable name for the supplied parameter,
taking the generic collection type (if any) into account.
- getVariableNameForReturnType(Method) - Static method in class org.springframework.core.Conventions
-
Determine the conventional variable name for the return type of the supplied method,
taking the generic collection type (if any) into account.
- getVariableNameForReturnType(Method, Object) - Static method in class org.springframework.core.Conventions
-
Determine the conventional variable name for the return type of the supplied method,
taking the generic collection type (if any) into account, falling back to the
given return value if the method declaration is not specific enough (i.e.
- getVariableNameForReturnType(Method, Class<?>, Object) - Static method in class org.springframework.core.Conventions
-
Determine the conventional variable name for the return type of the supplied method,
taking the generic collection type (if any) into account, falling back to the
given return value if the method declaration is not specific enough (i.e.
- getVariableNames() - Method in class org.springframework.web.util.UriTemplate
-
Return the names of the variables in the template, in order.
- getVariableNames() - Method in class org.springframework.web.util.UriTemplate.TemplateInfo
-
- getVariableResolver() - Method in class org.springframework.mock.web.MockPageContext
-
Deprecated.
- getVariableValueAsString(Object) - Static method in class org.springframework.web.util.UriComponents
-
- getVarType(ReflectionVar) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
-
- getVary() - Method in class org.springframework.http.HttpHeaders
-
Return the request header names subject to content negotiation.
- getVaryByRequestHeaders() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Return the configured request header names for the "Vary" response header.
- getVaryRequestHeadersToAdd(HttpHeaders, HttpHeaders) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
-
- getVaryRequestHeadersToAdd(HttpServletResponse) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
- getVelocityEngine() - Method in interface org.springframework.web.servlet.view.velocity.VelocityConfig
-
Deprecated.
Return the VelocityEngine for the current web application context.
- getVelocityEngine() - Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
-
Deprecated.
- getVelocityEngine() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Deprecated.
Return the VelocityEngine used by this view.
- getVendorConnectionMethod - Variable in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
-
- getVersion() - Static method in class org.springframework.core.SpringVersion
-
Return the full version string of the present Spring codebase,
or null
if it cannot be determined.
- getVersion() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- getVersion() - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- getVersion() - Method in interface org.springframework.web.servlet.resource.VersionedResource
-
- getVersion() - Method in class org.springframework.web.servlet.resource.VersionResourceResolver.FileNameVersionedResource
-
- getVersionPathStrategy() - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy
-
- getView() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the View object, or null
if we using a view name
to be resolved by the DispatcherServlet via a ViewResolver.
- getView() - Method in class org.springframework.web.portlet.ModelAndView
-
Return the View object, or null
if we are using a view name
to be resolved by the DispatcherPortlet via a ViewResolver.
- getView() - Method in class org.springframework.web.servlet.ModelAndView
-
Return the View object, or null
if we are using a view name
to be resolved by the DispatcherServlet via a ViewResolver.
- getView() - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
-
Return the View object, or null
if we are using a view name
to be resolved by the DispatcherServlet via a ViewResolver.
- getViewClass() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return the view class to be used to create views.
- getViewController() - Method in class org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
-
- getViewController() - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
-
- getViewerPreferences() - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
-
Return the viewer preferences for the PDF file.
- getViewName() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Return the view name to be resolved by the DispatcherServlet via a
ViewResolver, or null
if a View object is set.
- getViewName() - Method in class org.springframework.web.portlet.ModelAndView
-
Return the view name to be resolved by the DispatcherPortlet
via a ViewResolver, or null
if we are using a view object.
- getViewName() - Method in class org.springframework.web.portlet.mvc.ParameterizableViewController
-
Return the name of the view to delegate to.
- getViewName() - Method in class org.springframework.web.servlet.ModelAndView
-
Return the view name to be resolved by the DispatcherServlet
via a ViewResolver, or null
if we are using a View object.
- getViewName() - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
-
Return the name of the view to delegate to, or null
if using a
View instance.
- getViewName(HttpServletRequest) - Method in interface org.springframework.web.servlet.RequestToViewNameTranslator
-
Translate the given HttpServletRequest
into a view name.
- getViewName(HttpServletRequest) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Translates the request URI of the incoming HttpServletRequest
into the view name based on the configured parameters.
- getViewNameForRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
-
Return the name of the view to render for this request, based on the
given lookup path.
- getViewNameForRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Returns view name based on the URL filename,
with prefix/suffix applied when appropriate.
- getViewNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Returns view name based on the URL filename,
with prefix/suffix applied when appropriate.
- getViewNames() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return the view names (or name patterns) that can be handled by this
ViewResolver
.
- getViewResolver() - Method in class org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
-
- getViewResolvers() - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
-
- getViewResolvers() - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- getViewResolvers() - Method in class org.springframework.web.servlet.view.ViewResolverComposite
-
Return the list of view viewResolvers to delegate to.
- getVirtualHost() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Return the configured virtual host value.
- getVisitorAttribute() - Static method in class org.springframework.core.io.support.VfsPatternUtils
-
- getWebApplicationContext() - Method in class org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
-
- getWebApplicationContext() - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
-
Return the WebApplicationContext that this request runs in.
- getWebApplicationContext(ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
- getWebApplicationContext(ServletContext, String) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Find a custom WebApplicationContext
for this web app.
- getWebApplicationContext() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
Return the current application context as WebApplicationContext.
- getWebApplicationContext(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
-
Retrieve the web application context to delegate bean name resolution to.
- getWebApplicationContext(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
-
Retrieve the web application context to delegate bean name resolution to.
- getWebApplicationContext(ELContext) - Method in class org.springframework.web.jsf.el.SpringBeanFacesELResolver
-
Retrieve the web application context to delegate bean name resolution to.
- getWebApplicationContext(ELContext) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
Retrieve the WebApplicationContext reference to expose.
- getWebApplicationContext(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
-
- getWebApplicationContext(PortletContext) - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
-
- getWebApplicationContext() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return this servlet's WebApplicationContext.
- getWebApplicationContext() - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
- getWebApplicationContext() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the current WebApplicationContext.
- getWebApplicationContext(ServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
- getWebApplicationContext(ServletRequest, ServletContext) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
- getWebBindingInitializer() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Return the configured WebBindingInitializer, or null
if none.
- getWebBindingInitializer() - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
Return the WebBindingInitializer (if any) which will apply pre-configured
configuration to every DataBinder that this controller uses.
- getWebClient() - Method in class org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
-
Return the current WebClient
.
- getWebConnection() - Method in class org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
-
Access the current WebConnection
for the WebClient
.
- getWebRequest() - Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
-
- getWebRequest() - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletWebArgumentResolverAdapter
-
- getWebSocketClient() - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
Return the configured WebSocketClient.
- getWebSocketClient() - Method in class org.springframework.web.socket.sockjs.client.WebSocketTransport
-
Return the configured WebSocketClient
.
- getWebSocketContainer() - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
-
- getWebSocketContainer() - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- getWebSocketHandler() - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
Return the WebSocketHandler.
- getWebSocketHandler() - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
-
- getWebSocketHandler() - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
-
- getWebSocketSessionStatsInfo() - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
Get stats about WebSocket sessions.
- getWhenExhaustedAction() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
Return the action to take when the pool is exhausted.
- getWindowID() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getWindowState() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getWindowState() - Method in class org.springframework.mock.web.portlet.MockPortletURL
-
- getWindowState() - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- getWithinType() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.SourceLocationImpl
-
- getWorker() - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
-
Return the org.xnio.XnioWorker
backing the I/O operations
for Undertow's HTTP client.
- getWorkManager() - Method in class org.springframework.jca.support.SimpleBootstrapContext
-
- getWorkManager() - Static method in class org.springframework.jca.work.jboss.JBossWorkManagerUtils
-
Deprecated.
Obtain the default JBoss JCA WorkManager through a JMX lookup
for the default JBossWorkManagerMBean.
- getWorkManager(String) - Static method in class org.springframework.jca.work.jboss.JBossWorkManagerUtils
-
Deprecated.
Obtain the default JBoss JCA WorkManager through a JMX lookup
for the JBossWorkManagerMBean.
- getWorkManagerMethod - Variable in class org.springframework.jca.work.glassfish.GlassFishWorkManagerTaskExecutor
-
- getWrappedClass() - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- getWrappedClass() - Method in interface org.springframework.beans.BeanWrapper
-
Return the type of the wrapped JavaBean object.
- getWrappedInstance() - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- getWrappedInstance() - Method in interface org.springframework.beans.BeanWrapper
-
Return the bean instance wrapped by this object, if any.
- getWrappedObject() - Method in interface org.springframework.core.InfrastructureProxy
-
Return the underlying resource (never null
).
- getWriteInterval() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler.SessionInfo
-
- getWriteMethod() - Method in class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- getWriteMethod() - Method in class org.springframework.beans.ExtendedBeanInfo.SimplePropertyDescriptor
-
- getWriteMethod() - Method in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
-
- getWriteMethod() - Method in class org.springframework.core.convert.Property
-
The property setter method: e.g.
- getWriteMethodForActualAccess() - Method in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
-
- getWriteMethodParameter(PropertyDescriptor) - Static method in class org.springframework.beans.BeanUtils
-
Obtain a new MethodParameter object for the write method of the
specified property.
- getWriteMethodParameter() - Method in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
-
- getWriter() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getWriter() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- getWriter() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter.HttpStreamingAwareContentCachingResponseWrapper
-
- getWriter() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- getWriterToUse() - Method in class org.springframework.web.servlet.tags.form.TagWriter.SafeWriter
-
- getWsdlDocumentUrl() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Return the URL of the WSDL document that describes the service.
- getXAResources(ActivationSpec[]) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
-
This implementation always returns null
.
- getXATerminator() - Method in class org.springframework.jca.support.SimpleBootstrapContext
-
- getXmlAsBinaryStream(ResultSet, String) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
-
- getXmlAsBinaryStream(ResultSet, int) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
-
- getXmlAsBinaryStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
-
Retrieve the given column as binary stream from the given ResultSet.
- getXmlAsBinaryStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
-
Retrieve the given column as binary stream from the given ResultSet.
- getXmlAsCharacterStream(ResultSet, String) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
-
- getXmlAsCharacterStream(ResultSet, int) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
-
- getXmlAsCharacterStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
-
Retrieve the given column as character stream from the given ResultSet.
- getXmlAsCharacterStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
-
Retrieve the given column as character stream from the given ResultSet.
- getXmlAsObject(ResultSet, String) - Method in interface org.springframework.jdbc.support.xml.SqlXmlObjectMappingHandler
-
Retrieve the given column as an object marshalled from the XML data retrieved
from the given ResultSet.
- getXmlAsObject(ResultSet, int) - Method in interface org.springframework.jdbc.support.xml.SqlXmlObjectMappingHandler
-
Retrieve the given column as an object marshalled from the XML data retrieved
from the given ResultSet.
- getXmlAsSource(ResultSet, String, Class<? extends Source>) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
-
- getXmlAsSource(ResultSet, int, Class<? extends Source>) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
-
- getXmlAsSource(ResultSet, String, Class<? extends Source>) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
-
Retrieve the given column as Source implemented using the specified source class
from the given ResultSet.
- getXmlAsSource(ResultSet, int, Class<? extends Source>) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
-
Retrieve the given column as Source implemented using the specified source class
from the given ResultSet.
- getXmlAsString(ResultSet, String) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
-
- getXmlAsString(ResultSet, int) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
-
- getXmlAsString(ResultSet, String) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
-
Retrieve the given column as String from the given ResultSet.
- getXmlAsString(ResultSet, int) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
-
Retrieve the given column as String from the given ResultSet.
- getXMLEventReader() - Method in class org.springframework.util.xml.StaxSource
-
Return the XMLEventReader
used by this StaxSource
.
- getXMLEventReader(Source) - Static method in class org.springframework.util.xml.StaxUtils
-
Return the XMLEventReader
for the given StAX Source.
- getXMLEventWriter() - Method in class org.springframework.util.xml.StaxResult
-
Return the XMLEventWriter
used by this StaxResult
.
- getXMLEventWriter(Result) - Static method in class org.springframework.util.xml.StaxUtils
-
Return the XMLEventWriter
for the given StAX Result.
- getXmlLoader() - Method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
-
Get the delegate SmartContextLoader
that supports XML configuration
files and/or Groovy scripts.
- getXmlLoader() - Method in class org.springframework.test.context.support.DelegatingSmartContextLoader
-
- getXmlLoader() - Method in class org.springframework.test.context.web.WebDelegatingSmartContextLoader
-
- getXmlOptions() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
-
Deprecated.
Return the XmlOptions
.
- getXmlProperties(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- getXmlProperty(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- getXmlPropertyNames() - Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- getXMLStreamReader() - Method in class org.springframework.util.xml.StaxSource
-
Return the XMLStreamReader
used by this StaxSource
.
- getXMLStreamReader(Source) - Static method in class org.springframework.util.xml.StaxUtils
-
Return the XMLStreamReader
for the given StAX Source.
- getXMLStreamWriter() - Method in class org.springframework.util.xml.StaxResult
-
Return the XMLStreamWriter
used by this StaxResult
.
- getXMLStreamWriter(Result) - Static method in class org.springframework.util.xml.StaxUtils
-
Return the XMLStreamWriter
for the given StAX Result.
- getXpathExpression() - Method in class org.springframework.test.util.XpathExpectationsHelper
-
Return the compiled XPath expression.
- getXStream() - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Return the native XStream delegate used by this marshaller.
- GlassFishLoadTimeWeaver - Class in org.springframework.instrument.classloading.glassfish
-
LoadTimeWeaver
implementation for GlassFish's
org.glassfish.api.deployment.InstrumentableClassLoader InstrumentableClassLoader
.
- GlassFishLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
-
- GlassFishLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
-
- GlassFishRequestUpgradeStrategy - Class in org.springframework.web.socket.server.standard
-
A WebSocket RequestUpgradeStrategy
for Oracle's GlassFish 4.1 and higher.
- GlassFishRequestUpgradeStrategy() - Constructor for class org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy
-
- GlassFishRequestUpgradeStrategy.GlassFishServletWriterHelper - Class in org.springframework.web.socket.server.standard
-
Helps to create and invoke org.glassfish.tyrus.servlet.TyrusServletWriter
.
- GlassFishServletWriterHelper() - Constructor for class org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy.GlassFishServletWriterHelper
-
- GlassFishWorkManagerTaskExecutor - Class in org.springframework.jca.work.glassfish
-
Spring TaskExecutor adapter for the GlassFish JCA WorkManager.
- GlassFishWorkManagerTaskExecutor() - Constructor for class org.springframework.jca.work.glassfish.GlassFishWorkManagerTaskExecutor
-
- glassfishWsPresent - Static variable in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
- GLOB_PATTERN - Static variable in class org.springframework.util.AntPathMatcher.AntPathStringMatcher
-
- GLOBAL_INITIALIZER_CLASSES_PARAM - Static variable in class org.springframework.web.context.ContextLoader
-
Config param for global
ApplicationContextInitializer
classes to use
for initializing all web application contexts in the current application: "globalInitializerClasses"
- GLOBAL_SUFFIX - Static variable in class org.springframework.aop.framework.ProxyFactoryBean
-
This suffix in a value in an interceptor list indicates to expand globals.
- GlobalAdvisorAdapterRegistry - Class in org.springframework.aop.framework.adapter
-
Singleton to publish a shared DefaultAdvisorAdapterRegistry instance.
- GlobalAdvisorAdapterRegistry() - Constructor for class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
-
- globalConverters - Variable in class org.springframework.core.convert.support.GenericConversionService.Converters
-
- globalJobListeners - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
-
- globalResultHandlers - Variable in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
-
- globalResultMatchers - Variable in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
-
- globalRollbackOnParticipationFailure - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
- globalSessionAttributesToUpdate - Variable in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- globalTriggerListeners - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
-
- GMT - Static variable in class org.springframework.http.HttpHeaders
-
- GMT - Static variable in class org.springframework.mock.web.MockHttpServletRequest
-
- GMT - Static variable in class org.springframework.mock.web.MockHttpServletResponse
-
- GMT - Static variable in class org.springframework.web.context.request.ServletWebRequest
-
- GOING_AWAY - Static variable in class org.springframework.web.socket.CloseStatus
-
"1001 indicates that an endpoint is "going away", such as a server going down or a
browser having navigated away from a page."
- GOTO - Static variable in interface org.springframework.asm.Opcodes
-
- groovy() - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
-
Register a Groovy markup view resolver with an empty default view name
prefix and a default suffix of ".tpl".
- GROOVY_XML_CONTEXT_LOADER_CLASS_NAME - Static variable in class org.springframework.test.context.support.DelegatingSmartContextLoader
-
- GROOVY_XML_WEB_CONTEXT_LOADER_CLASS_NAME - Static variable in class org.springframework.test.context.web.WebDelegatingSmartContextLoader
-
- GroovyBeanDefinitionReader - Class in org.springframework.beans.factory.groovy
-
A Groovy-based reader for Spring bean definitions: like a Groovy builder,
but more of a DSL for Spring configuration.
- GroovyBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
- GroovyBeanDefinitionReader(XmlBeanDefinitionReader) - Constructor for class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
Create a new
GroovyBeanDefinitionReader
based on the given
XmlBeanDefinitionReader
, loading bean definitions into its
BeanDefinitionRegistry
and delegating Groovy DSL loading to it.
- GroovyBeanDefinitionReader.DeferredProperty - Class in org.springframework.beans.factory.groovy
-
This class is used to defer the adding of a property to a bean definition
until later.
- GroovyBeanDefinitionReader.GroovyRuntimeBeanReference - Class in org.springframework.beans.factory.groovy
-
A RuntimeBeanReference that takes care of adding new properties to runtime references.
- GroovyBeanDefinitionReader.GroovyRuntimeBeanReference.GroovyPropertyValue - Class in org.springframework.beans.factory.groovy
-
Wraps a bean definition property an ensures that any RuntimeBeanReference
additions to it are deferred for resolution later.
- GroovyBeanDefinitionWrapper - Class in org.springframework.beans.factory.groovy
-
Internal wrapper for a Spring BeanDefinition, allowing for Groovy-style
property access within a
GroovyBeanDefinitionReader
closure.
- GroovyBeanDefinitionWrapper(String) - Constructor for class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
-
- GroovyBeanDefinitionWrapper(String, Class<?>) - Constructor for class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
-
- GroovyBeanDefinitionWrapper(String, Class<?>, Collection<?>) - Constructor for class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
-
- groovyClassLoader - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- groovyDslXmlBeanDefinitionReader - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
Groovy DSL XmlBeanDefinitionReader
for loading bean definitions
via the Groovy DSL, typically configured with XML validation disabled.
- GroovyMarkupConfig - Interface in org.springframework.web.servlet.view.groovy
-
Interface to be implemented by objects that configure and manage a Groovy
MarkupTemplateEngine
for automatic lookup in a web environment.
- GroovyMarkupConfigurer - Class in org.springframework.web.servlet.view.groovy
-
An extension of Groovy's
groovy.text.markup.TemplateConfiguration
and
an implementation of Spring MVC's
GroovyMarkupConfig
for creating
a
MarkupTemplateEngine
for use in a web application.
- GroovyMarkupConfigurer() - Constructor for class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
-
- GroovyMarkupConfigurer.LocaleTemplateResolver - Class in org.springframework.web.servlet.view.groovy
-
- GroovyMarkupConfigurerBeanDefinitionParser - Class in org.springframework.web.servlet.config
-
Parse the MVC namespace element and register a
GroovyConfigurer bean
- GroovyMarkupConfigurerBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.GroovyMarkupConfigurerBeanDefinitionParser
-
- GroovyMarkupRegistration() - Constructor for class org.springframework.web.servlet.config.annotation.ViewResolverRegistry.GroovyMarkupRegistration
-
- GroovyMarkupView - Class in org.springframework.web.servlet.view.groovy
-
- GroovyMarkupView() - Constructor for class org.springframework.web.servlet.view.groovy.GroovyMarkupView
-
- GroovyMarkupViewResolver - Class in org.springframework.web.servlet.view.groovy
-
Convenience subclass of @link AbstractTemplateViewResolver} that supports
GroovyMarkupView
(i.e.
- GroovyMarkupViewResolver() - Constructor for class org.springframework.web.servlet.view.groovy.GroovyMarkupViewResolver
-
- GroovyMarkupViewResolver(String, String) - Constructor for class org.springframework.web.servlet.view.groovy.GroovyMarkupViewResolver
-
A convenience constructor that allows for specifying
prefix
and
suffix
as constructor arguments.
- GroovyObjectCustomizer - Interface in org.springframework.scripting.groovy
-
- groovyObjectCustomizer - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- groovyPresent - Static variable in class org.springframework.test.context.support.DelegatingSmartContextLoader
-
- groovyPresent - Static variable in class org.springframework.test.context.web.WebDelegatingSmartContextLoader
-
- GroovyPropertyValue(String, Object) - Constructor for class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference.GroovyPropertyValue
-
- GroovyRuntimeBeanReference(String, GroovyBeanDefinitionWrapper, boolean) - Constructor for class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference
-
- GroovyScriptEvaluator - Class in org.springframework.scripting.groovy
-
Groovy-based implementation of Spring's
ScriptEvaluator
strategy interface.
- GroovyScriptEvaluator() - Constructor for class org.springframework.scripting.groovy.GroovyScriptEvaluator
-
Construct a new GroovyScriptEvaluator.
- GroovyScriptEvaluator(ClassLoader) - Constructor for class org.springframework.scripting.groovy.GroovyScriptEvaluator
-
Construct a new GroovyScriptEvaluator.
- GroovyScriptFactory - Class in org.springframework.scripting.groovy
-
- GroovyScriptFactory(String) - Constructor for class org.springframework.scripting.groovy.GroovyScriptFactory
-
Create a new GroovyScriptFactory for the given script source.
- GroovyScriptFactory(String, GroovyObjectCustomizer) - Constructor for class org.springframework.scripting.groovy.GroovyScriptFactory
-
Create a new GroovyScriptFactory for the given script source,
specifying a strategy interface that can create a custom MetaClass
to supply missing methods and otherwise change the behavior of the object.
- GroovyScriptFactory(String, CompilerConfiguration) - Constructor for class org.springframework.scripting.groovy.GroovyScriptFactory
-
Create a new GroovyScriptFactory for the given script source,
specifying a strategy interface that can create a custom MetaClass
to supply missing methods and otherwise change the behavior of the object.
- GroovyScriptFactory(String, CompilationCustomizer...) - Constructor for class org.springframework.scripting.groovy.GroovyScriptFactory
-
Create a new GroovyScriptFactory for the given script source,
specifying a strategy interface that can customize Groovy's compilation
process within the underlying GroovyClassLoader.
- GroovyScriptFactory.CachedResultHolder - Class in org.springframework.scripting.groovy
-
Wrapper that holds a temporarily cached result object.
- GroovyWebApplicationContext - Class in org.springframework.web.context.support
-
- GroovyWebApplicationContext() - Constructor for class org.springframework.web.context.support.GroovyWebApplicationContext
-
- group - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
- group - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
- group - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- group - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
- groupContextRef - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.CountingBeanFactoryReference
-
- grow(int) - Method in class org.springframework.util.ResizableByteArrayOutputStream
-
Grow the internal buffer size.
- growArrayIfNecessary(Object, int, String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- growCollection - Variable in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
-
- growCollectionIfNecessary(Collection<Object>, int, String, AbstractNestablePropertyAccessor.PropertyHandler, int) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- growCollectionIfNecessary() - Method in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
-
- gson - Variable in class org.springframework.http.converter.json.GsonFactoryBean
-
- gson - Variable in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- GsonBuilderUtils - Class in org.springframework.http.converter.json
-
A simple utility class for obtaining a Google Gson 2.x GsonBuilder
which Base64-encodes byte[]
properties when reading and writing JSON.
- GsonBuilderUtils() - Constructor for class org.springframework.http.converter.json.GsonBuilderUtils
-
- GsonBuilderUtils.Base64TypeAdapter - Class in org.springframework.http.converter.json
-
- gsonBuilderWithBase64EncodedByteArrays() - Static method in class org.springframework.http.converter.json.GsonBuilderUtils
-
Obtain a GsonBuilder
which Base64-encodes byte[]
properties when reading and writing JSON.
- GsonFactoryBean - Class in org.springframework.http.converter.json
-
A
FactoryBean
for creating a Google Gson 2.x
Gson
instance.
- GsonFactoryBean() - Constructor for class org.springframework.http.converter.json.GsonFactoryBean
-
- GsonHttpMessageConverter - Class in org.springframework.http.converter.json
-
- GsonHttpMessageConverter() - Constructor for class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Construct a new GsonHttpMessageConverter
.
- gsonPresent - Static variable in class org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter
-
- gsonPresent - Static variable in class org.springframework.web.client.RestTemplate
-
- gsonPresent - Static variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- gsonPresent - Static variable in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
-
- GuavaCache - Class in org.springframework.cache.guava
-
Spring
Cache
adapter implementation
on top of a Guava
com.google.common.cache.Cache
instance.
- GuavaCache(String, <any>) - Constructor for class org.springframework.cache.guava.GuavaCache
-
Create a
GuavaCache
instance with the specified name and the
given internal
com.google.common.cache.Cache
to use.
- GuavaCache(String, <any>, boolean) - Constructor for class org.springframework.cache.guava.GuavaCache
-
Create a
GuavaCache
instance with the specified name and the
given internal
com.google.common.cache.Cache
to use.
- GuavaCache.PutIfAbsentCallable - Class in org.springframework.cache.guava
-
- GuavaCacheManager - Class in org.springframework.cache.guava
-
- GuavaCacheManager() - Constructor for class org.springframework.cache.guava.GuavaCacheManager
-
Construct a dynamic GuavaCacheManager,
lazily creating cache instances as they are being requested.
- GuavaCacheManager(String...) - Constructor for class org.springframework.cache.guava.GuavaCacheManager
-
Construct a static GuavaCacheManager,
managing caches for the specified cache names only.
- guessPropertyTypeFromEditors(String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
-
Guess the property type of the specified property from the registered
custom editors (provided that they were registered for a specific type).
- gzipped - Variable in class org.springframework.web.servlet.resource.GzipResourceResolver.GzippedResource
-
- GzippedResource(Resource) - Constructor for class org.springframework.web.servlet.resource.GzipResourceResolver.GzippedResource
-
- GzipResourceResolver - Class in org.springframework.web.servlet.resource
-
A ResourceResolver
that delegates to the chain to locate a resource
and then attempts to find a variation with the ".gz" extension.
- GzipResourceResolver() - Constructor for class org.springframework.web.servlet.resource.GzipResourceResolver
-
- GzipResourceResolver.GzippedResource - Class in org.springframework.web.servlet.resource
-
- I2B - Static variable in interface org.springframework.asm.Opcodes
-
- I2C - Static variable in interface org.springframework.asm.Opcodes
-
- I2D - Static variable in interface org.springframework.asm.Opcodes
-
- I2F - Static variable in interface org.springframework.asm.Opcodes
-
- I2L - Static variable in interface org.springframework.asm.Opcodes
-
- I2S - Static variable in interface org.springframework.asm.Opcodes
-
- IADD - Static variable in interface org.springframework.asm.Opcodes
-
- IALOAD - Static variable in interface org.springframework.asm.Opcodes
-
- IAND - Static variable in interface org.springframework.asm.Opcodes
-
- ianns - Variable in class org.springframework.asm.ClassWriter
-
The runtime invisible annotations of this class.
- ianns - Variable in class org.springframework.asm.FieldWriter
-
The runtime invisible annotations of this field.
- ianns - Variable in class org.springframework.asm.MethodWriter
-
The runtime invisible annotations of this method.
- IASTORE - Static variable in interface org.springframework.asm.Opcodes
-
- ICONST_0 - Static variable in interface org.springframework.asm.Opcodes
-
- ICONST_1 - Static variable in interface org.springframework.asm.Opcodes
-
- ICONST_2 - Static variable in interface org.springframework.asm.Opcodes
-
- ICONST_3 - Static variable in interface org.springframework.asm.Opcodes
-
- ICONST_4 - Static variable in interface org.springframework.asm.Opcodes
-
- ICONST_5 - Static variable in interface org.springframework.asm.Opcodes
-
- ICONST_M1 - Static variable in interface org.springframework.asm.Opcodes
-
- ictanns - Variable in class org.springframework.asm.MethodWriter
-
The runtime invisible type annotations of the code.
- id - Variable in class org.springframework.aop.config.AspectEntry
-
- ID - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
-
- id - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory.SerializedBeanFactoryReference
-
- id - Variable in class org.springframework.context.support.AbstractApplicationContext
-
Unique id for this context, if any
- id - Variable in class org.springframework.expression.spel.ast.Identifier
-
- id - Variable in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
- ID - Static variable in class org.springframework.messaging.MessageHeaders
-
The key for the Message ID.
- id - Variable in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.Subscription
-
- id - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession.DefaultSubscription
-
- ID - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
-
- id - Variable in class org.springframework.messaging.simp.user.MultiServerUserRegistry
-
- id - Variable in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSession
-
- id - Variable in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSubscription
-
- id - Variable in class org.springframework.messaging.simp.user.MultiServerUserRegistry.UserRegistrySnapshot
-
- id - Variable in class org.springframework.messaging.simp.user.UserSessionRegistryAdapter.SimpSessionAdapter
-
- id - Variable in class org.springframework.mock.web.MockHttpSession
-
- id - Variable in class org.springframework.mock.web.portlet.MockPortletSession
-
- id - Variable in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- id - Variable in class org.springframework.util.StopWatch
-
Identifier of this stop watch.
- id(String) - Method in interface org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
-
Add an SSE "id" line.
- id(String) - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilderImpl
-
- id - Variable in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
The value of the 'id
' attribute.
- id - Variable in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- id - Variable in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- id - Variable in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpSession
-
- id - Variable in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpSubscription
-
- id - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- ID_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
Constant for the "id" attribute
- ID_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- ID_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
-
- ID_VALUE_NONE - Static variable in class org.springframework.messaging.MessageHeaders
-
- ID_VALUE_NONE_GENERATOR - Static variable in class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
-
- idClassMappings - Variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
- identifier - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleElement
-
- Identifier - Class in org.springframework.expression.spel.ast
-
- Identifier(String, int) - Constructor for class org.springframework.expression.spel.ast.Identifier
-
- identifier - Variable in exception org.springframework.orm.ObjectOptimisticLockingFailureException
-
- identifier - Variable in exception org.springframework.orm.ObjectRetrievalFailureException
-
- identify(DataSource) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
-
Build an identification String for the given DataSource
,
primarily for logging purposes.
- identifyingClass - Variable in enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
-
- IDENTITY_OBJECT_NAME_KEY - Static variable in class org.springframework.jmx.support.JmxUtils
-
The key used when extending an existing ObjectName
with the
identity hash code of its corresponding managed resource.
- IdentityNamingStrategy - Class in org.springframework.jmx.export.naming
-
An implementation of the ObjectNamingStrategy
interface that
creates a name based on the identity of a given instance.
- IdentityNamingStrategy() - Constructor for class org.springframework.jmx.export.naming.IdentityNamingStrategy
-
- identityToString(Object) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of an object's overall identity.
- idGenerator - Static variable in class org.springframework.messaging.MessageHeaders
-
- idGenerator - Static variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- idGenerator - Variable in class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
-
- idGenerator - Variable in class org.springframework.messaging.support.MessageHeaderAccessor
-
- IdGenerator - Interface in org.springframework.util
-
Contract for generating universally unique identifiers (UUIDs)
.
- idGenerator - Static variable in class org.springframework.web.socket.sockjs.client.SockJsUrlInfo
-
- IDIV - Static variable in interface org.springframework.asm.Opcodes
-
- idle - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
-
- idleConsumerLimit - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
- idleTaskExecutionCount - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
-
- idleTaskExecutionLimit - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
- IDREF_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- idResolver - Variable in class org.springframework.oxm.castor.CastorMarshaller
-
- IdTimestampMessageHeaderInitializer - Class in org.springframework.messaging.support
-
- IdTimestampMessageHeaderInitializer() - Constructor for class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
-
- IdToEntityConverter - Class in org.springframework.core.convert.support
-
Converts an entity identifier to a entity reference by calling a static finder method
on the target entity type.
- IdToEntityConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.IdToEntityConverter
-
- IdTransferringMergeEventListener - Class in org.springframework.orm.hibernate3.support
-
- IdTransferringMergeEventListener() - Constructor for class org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener
-
Deprecated.
- IF_ACMPEQ - Static variable in interface org.springframework.asm.Opcodes
-
- IF_ACMPNE - Static variable in interface org.springframework.asm.Opcodes
-
- IF_ICMPEQ - Static variable in interface org.springframework.asm.Opcodes
-
- IF_ICMPGE - Static variable in interface org.springframework.asm.Opcodes
-
- IF_ICMPGT - Static variable in interface org.springframework.asm.Opcodes
-
- IF_ICMPLE - Static variable in interface org.springframework.asm.Opcodes
-
- IF_ICMPLT - Static variable in interface org.springframework.asm.Opcodes
-
- IF_ICMPNE - Static variable in interface org.springframework.asm.Opcodes
-
- IF_MATCH - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP If-Match
header field name.
- IF_MODIFIED_SINCE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP If-Modified-Since
header field name.
- IF_MODIFIED_SINCE - Static variable in class org.springframework.web.context.request.ServletWebRequest
-
- IF_NONE_MATCH - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP If-None-Match
header field name.
- IF_NONE_MATCH - Static variable in class org.springframework.web.context.request.ServletWebRequest
-
- IF_RANGE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP If-Range
header field name.
- IF_UNMODIFIED_SINCE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP If-Unmodified-Since
header field name.
- IF_UNMODIFIED_SINCE - Static variable in class org.springframework.web.context.request.ServletWebRequest
-
- IFEQ - Static variable in interface org.springframework.asm.Opcodes
-
- IFGE - Static variable in interface org.springframework.asm.Opcodes
-
- IFGT - Static variable in interface org.springframework.asm.Opcodes
-
- IFLE - Static variable in interface org.springframework.asm.Opcodes
-
- IFLT - Static variable in interface org.springframework.asm.Opcodes
-
- ifModifiedSince(long) - Method in class org.springframework.http.RequestEntity.DefaultBodyBuilder
-
- ifModifiedSince(long) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
-
Set the value of the If-Modified-Since
header.
- IFNE - Static variable in interface org.springframework.asm.Opcodes
-
- ifNoneMatch(String...) - Method in class org.springframework.http.RequestEntity.DefaultBodyBuilder
-
- ifNoneMatch(String...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
-
Set the values of the If-None-Match
header.
- IFNONNULL - Static variable in interface org.springframework.asm.Opcodes
-
- IFNULL - Static variable in interface org.springframework.asm.Opcodes
-
- IfProfileValue - Annotation Type in org.springframework.test.annotation
-
Test annotation to indicate whether a test is enabled or disabled for a
specific testing profile.
- iframeHandler - Variable in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
- ignorableWhitespace(char[], int, int) - Method in class org.springframework.util.xml.AbstractStaxHandler
-
- ignorableWhitespace(char[], int, int) - Method in class org.springframework.util.xml.DomContentHandler
-
- ignorableWhitespaceInternal(String) - Method in class org.springframework.util.xml.AbstractStaxHandler
-
- ignorableWhitespaceInternal(String) - Method in class org.springframework.util.xml.StaxEventHandler
-
- ignorableWhitespaceInternal(String) - Method in class org.springframework.util.xml.StaxStreamHandler
-
- ignore(Kind) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
-
- IGNORE_BEANINFO_PROPERTY_NAME - Static variable in class org.springframework.beans.CachedIntrospectionResults
-
System property that instructs Spring to use the Introspector.IGNORE_ALL_BEANINFO
mode when calling the JavaBeans Introspector
: "spring.beaninfo.ignore", with a
value of "true" skipping the search for BeanInfo
classes (typically for scenarios
where no such classes are being defined for beans in the application in the first place).
- IGNORE_ERROR - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
A header that indicates to the broker that the sender will ignore errors.
- IGNORE_GETENV_PROPERTY_NAME - Static variable in class org.springframework.core.env.AbstractEnvironment
-
System property that instructs Spring to ignore system environment variables,
i.e.
- IGNORE_GETPARAMETERTYPE_PROPERTY_NAME - Static variable in class org.springframework.jdbc.core.StatementCreatorUtils
-
System property that instructs Spring to ignore ParameterMetaData.getParameterType(int)
completely, i.e.
- IGNORE_JNDI_PROPERTY_NAME - Static variable in class org.springframework.jndi.JndiLocatorDelegate
-
System property that instructs Spring to ignore a default JNDI environment, i.e.
- IGNORE_OBJENESIS_PROPERTY_NAME - Static variable in class org.springframework.objenesis.SpringObjenesis
-
System property that instructs Spring to ignore Objenesis, not even attempting
to use it.
- ignoreAcceptHeader - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- ignoreAcceptHeader(boolean) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
Whether to disable checking the 'Accept' request header.
- ignoreCase - Variable in class org.springframework.beans.support.MutableSortDefinition
-
- IGNORED_INTERFACES - Static variable in class org.springframework.core.Conventions
-
Set of interfaces that are supposed to be ignored
when searching for the 'primary' interface of a proxy.
- ignoredDependencyInterfaces - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Dependency interfaces to ignore on dependency check and autowire, as Set of
Class objects.
- ignoredDependencyTypes - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Dependency types to ignore on dependency check and autowire, as Set of
Class objects: for example, String.
- ignoreDefaultModelOnRedirect - Variable in class org.springframework.web.method.support.ModelAndViewContainer
-
- ignoreDefaultModelOnRedirect - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- ignoreDependencyInterface(Class<?>) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
-
Ignore the given dependency interface for autowiring.
- ignoreDependencyInterface(Class<?>) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Ignore the given dependency interface for autowiring.
- ignoreDependencyType(Class<?>) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
-
Ignore the given dependency type for autowiring:
for example, String.
- ignoreDependencyType(Class<?>) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Ignore the given dependency type for autowiring:
for example, String.
- ignoredMethodMappings - Variable in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
- ignoredMethods - Variable in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
- ignoredResourceTypes - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
- ignoredUnknownProperties - Variable in class org.springframework.scheduling.quartz.SpringBeanJobFactory
-
- ignoreExpectOrder - Variable in class org.springframework.test.web.client.MockRestServiceServer.DefaultBuilder
-
- ignoreExpectOrder(boolean) - Method in class org.springframework.test.web.client.MockRestServiceServer.DefaultBuilder
-
- ignoreExpectOrder(boolean) - Method in interface org.springframework.test.web.client.MockRestServiceServer.MockRestServiceServerBuilder
-
Whether to allow expected requests to be executed in any order not
necessarily matching the order of declaration.
- ignoreExtraAttributes - Variable in class org.springframework.oxm.castor.CastorMarshaller
-
- ignoreExtraElements - Variable in class org.springframework.oxm.castor.CastorMarshaller
-
- ignoreFailedDrops(boolean) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Specify that a failed SQL DROP
statement within an executed
script can be ignored.
- ignoreFailedDrops - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
- ignoreInvalidFields - Variable in class org.springframework.validation.DataBinder
-
- ignoreInvalidKeys - Variable in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
-
- ignoreInvalidLocale - Variable in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
-
- ignoreInvalidRequests - Variable in class org.springframework.jms.remoting.JmsInvokerServiceExporter
-
- ignoreNestedPath - Variable in class org.springframework.web.servlet.tags.BindTag
-
- ignoreResourceNotFound - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
-
- ignoreResourceType(String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Ignore the given resource type when resolving @Resource
annotations.
- ignoreUnknownExtensions - Variable in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
- ignoreUnknownFields - Variable in class org.springframework.validation.DataBinder
-
- ignoreUnknownPathExtensions - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- ignoreUnknownPathExtensions(boolean) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
Whether to ignore requests with path extension that cannot be resolved
to any media type.
- ignoreUnresolvableNestedPlaceholders - Variable in class org.springframework.core.env.AbstractPropertyResolver
-
- ignoreUnresolvablePlaceholders - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
- ignoreUnresolvablePlaceholders - Variable in class org.springframework.core.io.ResourceEditor
-
- ignoreUnresolvablePlaceholders - Variable in class org.springframework.core.io.support.ResourceArrayPropertyEditor
-
- ignoreUnresolvablePlaceholders - Variable in class org.springframework.util.PropertyPlaceholderHelper
-
- ignoreWarnings - Variable in class org.springframework.jdbc.core.JdbcTemplate
-
If this variable is false, we will throw exceptions on SQL warnings
- IINC - Static variable in interface org.springframework.asm.Opcodes
-
- IINC_INSN - Static variable in class org.springframework.asm.ClassWriter
-
The type of the IINC instruction.
- IllegalStateException - Exception in org.springframework.jms
-
Runtime exception mirroring the JMS IllegalStateException.
- IllegalStateException(javax.jms.IllegalStateException) - Constructor for exception org.springframework.jms.IllegalStateException
-
- IllegalTransactionStateException - Exception in org.springframework.transaction
-
Exception thrown when the existence or non-existence of a transaction
amounts to an illegal state according to the transaction propagation
behavior that applies.
- IllegalTransactionStateException(String) - Constructor for exception org.springframework.transaction.IllegalTransactionStateException
-
Constructor for IllegalTransactionStateException.
- IllegalTransactionStateException(String, Throwable) - Constructor for exception org.springframework.transaction.IllegalTransactionStateException
-
Constructor for IllegalTransactionStateException.
- ILOAD - Static variable in interface org.springframework.asm.Opcodes
-
- IMAGE_GIF - Static variable in class org.springframework.http.MediaType
-
Public constant media type for image/gif
.
- IMAGE_GIF - Static variable in class org.springframework.util.MimeTypeUtils
-
Public constant mime type for image/gif
.
- IMAGE_GIF_VALUE - Static variable in class org.springframework.http.MediaType
-
- IMAGE_GIF_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
-
- IMAGE_JPEG - Static variable in class org.springframework.http.MediaType
-
Public constant media type for image/jpeg
.
- IMAGE_JPEG - Static variable in class org.springframework.util.MimeTypeUtils
-
Public constant mime type for image/jpeg
.
- IMAGE_JPEG_VALUE - Static variable in class org.springframework.http.MediaType
-
- IMAGE_JPEG_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
-
- IMAGE_PNG - Static variable in class org.springframework.http.MediaType
-
Public constant media type for image/png
.
- IMAGE_PNG - Static variable in class org.springframework.util.MimeTypeUtils
-
Public constant mime type for image/png
.
- IMAGE_PNG_VALUE - Static variable in class org.springframework.http.MediaType
-
- IMAGE_PNG_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
-
- IMETH - Static variable in class org.springframework.asm.ClassWriter
-
The type of CONSTANT_InterfaceMethodref constant pool items.
- ImmutableMessageChannelInterceptor - Class in org.springframework.messaging.support
-
- ImmutableMessageChannelInterceptor() - Constructor for class org.springframework.messaging.support.ImmutableMessageChannelInterceptor
-
- immutableMessageInterceptorPresent - Variable in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- immutableValueTypes - Static variable in class org.springframework.web.context.request.ServletRequestAttributes
-
- IMPLEMENT_INTERFACE - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
-
- implementationClass - Static variable in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor.SunCachedRowSetFactory
-
- implementInterfacesOnObject(Object) - Method in class org.springframework.aop.support.IntroductionInfoSupport
-
Publish all interfaces that the given delegate implements at the proxy level.
- implementsInterface(Class<?>) - Method in interface org.springframework.aop.DynamicIntroductionAdvice
-
Does this introduction advice implement the given interface?
- implementsInterface(Method, Set<Class<?>>) - Static method in class org.springframework.aop.framework.CglibAopProxy
-
Check whether the given method is declared on any of the given interfaces.
- implementsInterface(Class<?>) - Method in class org.springframework.aop.support.IntroductionInfoSupport
-
Check whether the specified interfaces is a published introduction interface.
- IMPLICIT_MODEL_RENDER_PARAMETER - Static variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
- IMPLICIT_MODEL_SESSION_ATTRIBUTE - Static variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
- implicitCollections - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
-
- implicitNamingStrategy - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
- IMPLVAR_INSN - Static variable in class org.springframework.asm.ClassWriter
-
The type of instructions with an implicit local variable index argument.
- Import - Annotation Type in org.springframework.context.annotation
-
- IMPORT_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
- IMPORT_REGISTRY_BEAN_NAME - Static variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- ImportAware - Interface in org.springframework.context.annotation
-
Interface to be implemented by any @
Configuration
class that wishes
to be injected with the
AnnotationMetadata
of the @
Configuration
class that imported it.
- ImportAwareBeanPostProcessor(BeanFactory) - Constructor for class org.springframework.context.annotation.ConfigurationClassPostProcessor.ImportAwareBeanPostProcessor
-
- ImportBeanDefinitionRegistrar - Interface in org.springframework.context.annotation
-
Interface to be implemented by types that register additional bean definitions when
processing @
Configuration
classes.
- importBeanDefinitionRegistrars - Variable in class org.springframework.context.annotation.ConfigurationClass
-
- importBeanDefinitionResource(Element) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
Parse an "import" element and load the bean definitions
from the given resource into the bean factory.
- importBeanNameGenerator - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
-
- importBeanNameGenerator - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- importBeans(String) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
Import Spring bean definitions from either XML or Groovy sources into the
current bean builder instance.
- ImportDefinition - Class in org.springframework.beans.factory.parsing
-
Representation of an import that has been processed during the parsing process.
- ImportDefinition(String) - Constructor for class org.springframework.beans.factory.parsing.ImportDefinition
-
Create a new ImportDefinition.
- ImportDefinition(String, Object) - Constructor for class org.springframework.beans.factory.parsing.ImportDefinition
-
Create a new ImportDefinition.
- ImportDefinition(String, Resource[], Object) - Constructor for class org.springframework.beans.factory.parsing.ImportDefinition
-
Create a new ImportDefinition.
- importedBy - Variable in class org.springframework.context.annotation.ConfigurationClass
-
- importedResource - Variable in class org.springframework.beans.factory.parsing.ImportDefinition
-
- importedResources - Variable in class org.springframework.context.annotation.ConfigurationClass
-
- importProcessed(ImportDefinition) - Method in class org.springframework.beans.factory.parsing.EmptyReaderEventListener
-
- importProcessed(ImportDefinition) - Method in interface org.springframework.beans.factory.parsing.ReaderEventListener
-
Notification that the given import has been processed.
- importRegistry - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
-
- ImportRegistry - Interface in org.springframework.context.annotation
-
- ImportResource - Annotation Type in org.springframework.context.annotation
-
Indicates one or more resources containing bean definitions to import.
- imports - Variable in class org.springframework.context.annotation.ConfigurationClassParser.ImportStack
-
- importSelector - Variable in class org.springframework.context.annotation.ConfigurationClassParser.DeferredImportSelectorHolder
-
- ImportSelector - Interface in org.springframework.context.annotation
-
Interface to be implemented by types that determine which @
Configuration
class(es) should be imported based on a given selection criteria, usually one or more
annotation attributes.
- importStack - Variable in class org.springframework.context.annotation.ConfigurationClassParser
-
- ImportStack() - Constructor for class org.springframework.context.annotation.ConfigurationClassParser.ImportStack
-
- ImportStatementCssLinkParser() - Constructor for class org.springframework.web.servlet.resource.CssLinkResourceTransformer.ImportStatementCssLinkParser
-
- IMUL - Static variable in interface org.springframework.asm.Opcodes
-
- in - Variable in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
-
Deprecated.
- inactivityTasks - Variable in class org.springframework.web.socket.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
-
- inboundChannelExecutor - Variable in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
- inboundMessageSizeLimit - Variable in class org.springframework.web.socket.messaging.WebSocketStompClient
-
- inboundPrefix - Variable in class org.springframework.messaging.support.AbstractHeaderMapper
-
- inCData - Variable in class org.springframework.util.xml.AbstractStaxHandler
-
- include(Class<?>, String) - Method in interface org.springframework.jmx.export.MBeanExporter.AutodetectCallback
-
Called during the autodetection process to decide whether
or not a bean should be included.
- include(String) - Method in class org.springframework.mock.web.MockPageContext
-
- include(String, boolean) - Method in class org.springframework.mock.web.MockPageContext
-
- include(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockRequestDispatcher
-
- include(RenderRequest, RenderResponse) - Method in class org.springframework.mock.web.portlet.MockPortletRequestDispatcher
-
- include(PortletRequest, PortletResponse) - Method in class org.springframework.mock.web.portlet.MockPortletRequestDispatcher
-
- INCLUDE_CONTEXT_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
- INCLUDE_FILTER_ELEMENT - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- INCLUDE_PATH_INFO_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
- INCLUDE_QUERY_STRING_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
- INCLUDE_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attributes for include URI and paths.
- INCLUDE_SERVLET_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
- includeAnnotationConfig - Variable in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
- includeBean(Class<?>, String) - Method in interface org.springframework.jmx.export.assembler.AutodetectCapableMBeanInfoAssembler
-
Indicate whether a particular bean should be included in the registration
process, if it is not specified in the beans
map of the
MBeanExporter
.
- includeBean(Class<?>, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Used for autodetection of beans.
- includeClientInfo - Variable in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
-
Deprecated.
- includeClientInfo - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
- includeDefaultUrl(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.ResourceServlet
-
Deprecated.
Include the specified default URL, if appropriate.
- includedUrl - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
-
- includedUrls - Variable in class org.springframework.mock.web.MockHttpServletResponse
-
- includeFilters - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
- includeHeaders - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
- includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to vote on the inclusion of a particular operation.
- includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Check to see if the Method
is declared in
one of the configured interfaces and that it is public.
- includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Votes on the inclusion of an operation.
- includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
- includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
- includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
Always returns true
.
- includePatterns - Variable in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
-
- includePatterns - Variable in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
-
- includePatterns - Variable in class org.springframework.web.servlet.handler.MappedInterceptor
-
- includePayload - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
- includeQueryString - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
- includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to vote on the inclusion of a particular attribute accessor.
- includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Check to see if the Method
is declared in
one of the configured interfaces and that it is public.
- includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Vote on the inclusion of an attribute accessor.
- includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
- includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
- includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
Always returns true
.
- includes(MediaType) - Method in class org.springframework.http.MediaType
-
Indicate whether this MediaType
includes the given media type.
- includes - Variable in class org.springframework.util.InstanceFilter
-
- includes(MimeType) - Method in class org.springframework.util.MimeType
-
Indicate whether this MediaType
includes the given media type.
- includeSynonyms - Variable in class org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
-
- includeSynonymsForTableColumnMetaData() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
-
- includeSynonymsForTableColumnMetaData() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Include synonyms for the column meta data lookups via JDBC.
- includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to vote on the inclusion of a particular attribute mutator.
- includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Check to see if the Method
is declared in
one of the configured interfaces and that it is public.
- includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Votes on the inclusion of an attribute mutator.
- includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
- includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
- includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
Always returns true
.
- inComment - Variable in class org.springframework.util.xml.XmlValidationModeDetector
-
Indicates whether or not the current parse position is inside an XML comment.
- INCOMPATIBLE_NUMBERS - Static variable in class org.springframework.expression.spel.ast.Operator.DescriptorComparison
-
- IncorrectResultSetColumnCountException - Exception in org.springframework.jdbc
-
Data access exception thrown when a result set did not have the correct column count,
for example when expecting a single column but getting 0 or more than 1 columns.
- IncorrectResultSetColumnCountException(int, int) - Constructor for exception org.springframework.jdbc.IncorrectResultSetColumnCountException
-
Constructor for IncorrectResultSetColumnCountException.
- IncorrectResultSetColumnCountException(String, int, int) - Constructor for exception org.springframework.jdbc.IncorrectResultSetColumnCountException
-
Constructor for IncorrectResultCountDataAccessException.
- IncorrectResultSizeDataAccessException - Exception in org.springframework.dao
-
Data access exception thrown when a result was not of the expected size,
for example when expecting a single row but getting 0 or more than 1 rows.
- IncorrectResultSizeDataAccessException(int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
-
Constructor for IncorrectResultSizeDataAccessException.
- IncorrectResultSizeDataAccessException(int, int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
-
Constructor for IncorrectResultSizeDataAccessException.
- IncorrectResultSizeDataAccessException(String, int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
-
Constructor for IncorrectResultSizeDataAccessException.
- IncorrectResultSizeDataAccessException(String, int, Throwable) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
-
Constructor for IncorrectResultSizeDataAccessException.
- IncorrectResultSizeDataAccessException(String, int, int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
-
Constructor for IncorrectResultSizeDataAccessException.
- IncorrectResultSizeDataAccessException(String, int, int, Throwable) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
-
Constructor for IncorrectResultSizeDataAccessException.
- IncorrectUpdateSemanticsDataAccessException - Exception in org.springframework.dao
-
Data access exception thrown when something unintended appears to have
happened with an update, but the transaction hasn't already been rolled back.
- IncorrectUpdateSemanticsDataAccessException(String) - Constructor for exception org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
-
Constructor for IncorrectUpdateSemanticsDataAccessException.
- IncorrectUpdateSemanticsDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
-
Constructor for IncorrectUpdateSemanticsDataAccessException.
- increaseNestingLevel() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Increase this descriptor's nesting level.
- increaseNestingLevel() - Method in class org.springframework.core.MethodParameter
-
Increase this parameter's nesting level.
- inCreationCheckExclusions - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Names of beans currently excluded from in creation checks
- incrementAndValidate() - Method in class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
-
- incrementConnectCount() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.Stats
-
- incrementConnectCount() - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler.Stats
-
- incrementConnectedCount() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.Stats
-
- incrementConnectedCount() - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler.Stats
-
- incrementDisconnectCount() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.Stats
-
- incrementDisconnectCount() - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler.Stats
-
- incrementerName - Variable in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
-
The name of the sequence/table containing the sequence
- incrementLimitExceededCount() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.Stats
-
- incrementNoMessagesReceivedCount() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.Stats
-
- incrementSessionCount(WebSocketSession) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.Stats
-
- incrementTransportError() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.Stats
-
- INDEFINITE_TIMEOUT - Static variable in interface org.springframework.messaging.MessageChannel
-
Constant for sending a message without a prescribed timeout.
- indent - Variable in class org.springframework.oxm.jibx.JibxMarshaller
-
- indent - Variable in class org.springframework.web.servlet.view.xslt.XsltView
-
- indent - Variable in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
- indentOutput(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Shortcut for SerializationFeature#INDENT_OUTPUT
option.
- independentInnerClass - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- index - Variable in class org.springframework.asm.ClassWriter
-
Index of the next item to be added in the constant pool.
- index - Variable in class org.springframework.asm.Context
-
The local variable indices for each local variable range in the local
variable type annotation currently being parsed.
- index - Variable in class org.springframework.asm.Item
-
Index of this item in the constant pool.
- index - Variable in class org.springframework.beans.factory.parsing.ConstructorArgumentEntry
-
- index - Variable in class org.springframework.core.SerializableTypeWrapper.MethodInvokeTypeProvider
-
- index - Variable in class org.springframework.expression.spel.ast.Indexer.ArrayIndexingValueRef
-
- index - Variable in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
-
- index - Variable in class org.springframework.expression.spel.ast.Indexer.StringIndexingLValue
-
- index - Variable in class org.springframework.jmx.export.metadata.ManagedOperationParameter
-
- index - Variable in class org.springframework.util.FastByteArrayOutputStream
-
- index - Variable in class org.springframework.web.servlet.resource.DefaultResourceResolverChain
-
- index - Variable in class org.springframework.web.servlet.resource.DefaultResourceTransformerChain
-
- INDEX_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- indexedArgumentValues - Variable in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
- indexedPropertyType - Variable in class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- indexedReadMethod - Variable in class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- indexedType - Variable in class org.springframework.expression.spel.ast.Indexer
-
- IndexedType() - Constructor for enum org.springframework.expression.spel.ast.Indexer.IndexedType
-
- indexedWriteMethod - Variable in class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- Indexer - Class in org.springframework.expression.spel.ast
-
An Indexer can index into some proceeding structure to access a particular piece of it.
- Indexer(int, SpelNodeImpl) - Constructor for class org.springframework.expression.spel.ast.Indexer
-
- Indexer.ArrayIndexingValueRef - Class in org.springframework.expression.spel.ast
-
- Indexer.CollectionIndexingValueRef - Class in org.springframework.expression.spel.ast
-
- Indexer.IndexedType - Enum in org.springframework.expression.spel.ast
-
- Indexer.MapIndexingValueRef - Class in org.springframework.expression.spel.ast
-
- Indexer.PropertyIndexingValueRef - Class in org.springframework.expression.spel.ast
-
- Indexer.StringIndexingLValue - Class in org.springframework.expression.spel.ast
-
- indexLookupPath - Variable in class org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.ResourceUrlEncodingResponseWrapper
-
- indexOf(Advisor) - Method in interface org.springframework.aop.framework.Advised
-
Return the index (from 0) of the given advisor,
or -1 if no such advisor applies to this proxy.
- indexOf(Advice) - Method in interface org.springframework.aop.framework.Advised
-
Return the index (from 0) of the given AOP Alliance Advice,
or -1 if no such advice is an advice for this proxy.
- indexOf(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
-
- indexOf(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
-
- indexOf(Object) - Method in class org.springframework.util.AutoPopulatingList
-
- indexOfEqualMediaType(MediaType) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
- indexOfIncluded(List<MediaType>, MediaType) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfoComparator
-
Deprecated.
- indexOfIncludedMediaType(MediaType) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
- indicatesAutowiring() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
-
Return whether this BeanWiringInfo indicates autowiring.
- indicatesDisconnectedClient(Throwable) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- indicatesMultipleBeans(Class<?>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- INDY - Static variable in class org.springframework.asm.ClassWriter
-
The type of CONSTANT_InvokeDynamic constant pool items.
- INDYMETH_INSN - Static variable in class org.springframework.asm.ClassWriter
-
The type of the INVOKEDYNAMIC instruction.
- INEG - Static variable in interface org.springframework.asm.Opcodes
-
- INFER_METHOD - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Constant that indicates the container should attempt to infer the
destroy method name
for a bean as opposed to
explicit specification of a method name.
- inferDestroyMethodIfNecessary(Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.DisposableBeanAdapter
-
- info - Variable in class org.springframework.asm.Edge
-
Information about this control flow graph edge.
- info - Variable in class org.springframework.asm.Label
-
Field used to associate user information to a label.
- info - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.PartialMatchHelper.PartialMatch
-
- infoHandler - Variable in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
- InfoReceiver - Interface in org.springframework.web.socket.sockjs.client
-
A component that can execute the SockJS "Info" request that needs to be
performed before the SockJS session starts in order to check server endpoint
capabilities such as whether the endpoint permits use of WebSocket.
- infoReceiver - Variable in class org.springframework.web.socket.sockjs.client.SockJsClient
-
- InfrastructureAdvisorAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
-
Auto-proxy creator that considers infrastructure Advisor beans only,
ignoring any application-defined Advisors.
- InfrastructureAdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator
-
- InfrastructureProxy - Interface in org.springframework.core
-
Interface to be implemented by transparent resource proxies that need to be
considered as equal to the underlying resource, for example for consistent
lookup key comparisons.
- inheritableLocaleContextHolder - Static variable in class org.springframework.context.i18n.LocaleContextHolder
-
- inheritableRequestAttributesHolder - Static variable in class org.springframework.web.context.request.RequestContextHolder
-
- inheritInitializers - Variable in class org.springframework.test.context.ContextConfigurationAttributes
-
- inheritLocations - Variable in class org.springframework.test.context.ContextConfigurationAttributes
-
- inheritLocations - Variable in class org.springframework.test.context.support.TestPropertySourceAttributes
-
- inheritProperties - Variable in class org.springframework.test.context.support.TestPropertySourceAttributes
-
- init() - Method in class org.springframework.aop.config.AopNamespaceHandler
-
Register the
BeanDefinitionParsers
for the
'
config
', '
spring-configured
', '
aspectj-autoproxy
'
and '
scoped-proxy
' tags.
- init(Object) - Method in class org.springframework.aop.support.DelegatingIntroductionInterceptor
-
Both constructors use this init method, as it is impossible to pass
a "this" reference from one constructor to another.
- init(int) - Method in class org.springframework.asm.Frame
-
Adds a new type to the list of types on which a constructor is invoked in
the basic block.
- init(ClassWriter, int) - Method in class org.springframework.asm.Frame
-
Replaces the given type with the appropriate type if it is one of the
types on which a constructor is invoked in the basic block.
- init() - Method in interface org.springframework.beans.factory.xml.NamespaceHandler
-
- init() - Method in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
-
- init() - Method in class org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
-
- init() - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler
-
- init() - Method in class org.springframework.cache.config.CacheNamespaceHandler
-
- init() - Method in class org.springframework.context.config.ContextNamespaceHandler
-
- init(ApplicationContext, EventExpressionEvaluator) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
Initialize this instance.
- init() - Method in class org.springframework.ejb.config.JeeNamespaceHandler
-
- init(ObjectMapper) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- init() - Method in class org.springframework.jdbc.config.JdbcNamespaceHandler
-
- init() - Method in class org.springframework.jms.config.JmsNamespaceHandler
-
- init(long, MultiServerUserRegistry.SessionLookup) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.UserRegistrySnapshot
-
- init(FilterConfig) - Method in class org.springframework.mock.web.MockFilterChain.ServletFilterProxy
-
- init(LoadTimeWeaver) - Method in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
-
Initialize this PersistenceUnitInfo with the LoadTimeWeaver SPI interface
used by Spring to add instrumentation to the current class loader.
- init(ClassLoader) - Method in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
-
Initialize this PersistenceUnitInfo with the current class loader
(instead of with a LoadTimeWeaver).
- init() - Method in class org.springframework.oxm.config.OxmNamespaceHandler
-
- init() - Method in class org.springframework.scheduling.config.TaskNamespaceHandler
-
- init() - Method in class org.springframework.scripting.config.LangNamespaceHandler
-
- init(FilterConfig) - Method in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
-
- init() - Method in class org.springframework.transaction.config.TxNamespaceHandler
-
- init(ExtendedProperties) - Method in class org.springframework.ui.velocity.SpringResourceLoader
-
- init(Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
Initialize a new HandlerMethodResolver for the specified handler type.
- init() - Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
-
- init() - Method in class org.springframework.web.context.support.LiveBeansViewServlet
-
- init(FilterConfig) - Method in class org.springframework.web.filter.CompositeFilter
-
Initialize all the filters, calling each one's init method in turn in the order supplied.
- init(FilterConfig) - Method in class org.springframework.web.filter.GenericFilterBean
-
Standard way of initializing this filter.
- init() - Method in class org.springframework.web.portlet.GenericPortletBean
-
Map config parameters onto bean properties of this portlet, and
invoke subclass initialization.
- init() - Method in class org.springframework.web.servlet.config.MvcNamespaceHandler
-
- init() - Method in class org.springframework.web.servlet.HttpServletBean
-
Map config parameters onto bean properties of this servlet, and
invoke subclass initialization.
- init(EndpointConfig) - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
-
- init() - Method in class org.springframework.web.socket.config.WebSocketNamespaceHandler
-
- INIT_BINDER_METHODS - Static variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- INIT_METHOD - Static variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
-
- INIT_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- INIT_METHOD_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
-
- INIT_PARAM_DELIMITERS - Static variable in class org.springframework.web.context.ContextLoader
-
Any number of these characters are considered delimiters between
multiple values in a single init-param String value.
- INIT_PARAM_DELIMITERS - Static variable in class org.springframework.web.servlet.FrameworkServlet
-
Any number of these characters are considered delimiters between
multiple values in a single init-param String value.
- initAdvice(List<Object>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyAdviceChain
-
- initAllowedHttpMethods(Set<String>) - Static method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.HttpOptionsHandler
-
- initAllowedLocations() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Look for a
PathResourceResolver
among the configured resource
resolvers and set its
allowedLocations
property (if empty) to
match the
locations
configured on this class.
- initAllowHeader() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
- initAnnotationType - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
-
- initApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.ApplicationObjectSupport
-
Subclasses can override this for custom initialization behavior.
- initApplicationContext() - Method in class org.springframework.context.support.ApplicationObjectSupport
-
Subclasses can override this for custom initialization behavior.
- initApplicationContext(ApplicationContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
Calls
#initServletContext(javax.servlet.ServletContext)
if the
given ApplicationContext is a
WebApplicationContext
.
- initApplicationContext() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
-
Initializes the interceptors.
- initApplicationContext() - Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
-
Calls the registerHandlers
method in addition
to the superclass's initialization.
- initApplicationContext() - Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
-
Calls the registerHandlers
method in addition
to the superclass's initialization.
- initApplicationContext() - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
-
Calls the registerHandlers
method in addition
to the superclass's initialization.
- initApplicationContext() - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
-
Calls the registerHandlers
method in addition
to the superclass's initialization.
- initApplicationContext() - Method in class org.springframework.web.portlet.mvc.ParameterizableViewController
-
- initApplicationContext() - Method in class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
-
- initApplicationContext() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Initializes the interceptors.
- initApplicationContext() - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
- initApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupView
-
Invoked at startup.
- initApplicationContext() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Checks to see that a valid report file URL is supplied in the
configuration.
- initApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- initApplicationContext() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
- initApplicationContext() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Deprecated.
Invoked on startup.
- initApplicationContext() - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
-
Deprecated.
- initApplicationContext() - Method in class org.springframework.web.servlet.view.xml.MarshallingView
-
- initApplicationContext() - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Initialize this XsltView's TransformerFactory.
- initApplicationEventMulticaster() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Initialize the ApplicationEventMulticaster.
- initApplicationException(Throwable) - Method in exception org.springframework.transaction.TransactionSystemException
-
Set an application exception that was thrown before this transaction exception,
preserving the original exception despite the overriding TransactionSystemException.
- initArgumentResolvers() - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
-
- initArgumentResolvers() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Return the list of argument resolvers to use.
- initArgumentResolvers() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- initBasePackages(ControllerAdvice) - Static method in class org.springframework.web.method.ControllerAdviceBean
-
- initBaseUrl() - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
-
- initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
-
Initialize the bean definition reader used for loading the bean
definitions of this context.
- initBeanDefinitionReader(GroovyBeanDefinitionReader) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
-
Initialize the bean definition reader used for loading the bean
definitions of this context.
- initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
-
Initialize the bean definition reader used for loading the bean
definitions of this context.
- initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.web.portlet.context.XmlPortletApplicationContext
-
Initialize the bean definition reader used for loading the bean
definitions of this context.
- initBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
-
- initBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
-
- initBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator
-
- initBeanPropertyAccess() - Method in class org.springframework.validation.DataBinder
-
Initialize standard JavaBean property access for this DataBinder.
- initBeanWrapper(BeanWrapper) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Initialize the given BeanWrapper with the custom editors registered
with this factory.
- initBeanWrapper(BeanWrapper) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Initialize the given BeanWrapper to be used for row mapping.
- initBeanWrapper(BeanWrapper) - Method in class org.springframework.web.filter.GenericFilterBean
-
Initialize the BeanWrapper for this GenericFilterBean,
possibly with custom editors.
- initBeanWrapper(BeanWrapper) - Method in class org.springframework.web.portlet.GenericPortletBean
-
Initialize the BeanWrapper for this GenericPortletBean,
possibly with custom editors.
- initBeanWrapper(BeanWrapper) - Method in class org.springframework.web.servlet.HttpServletBean
-
Initialize the BeanWrapper for this HttpServletBean,
possibly with custom editors.
- InitBinder - Annotation Type in org.springframework.web.bind.annotation
-
Annotation that identifies methods which initialize the
WebDataBinder
which
will be used for populating command and form object arguments
of annotated handler methods.
- initBinder(Object, String, WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- initBinder(WebDataBinder, WebRequest) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
- initBinder(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
-
Extension point to further initialize the created data binder instance
(e.g.
- initBinder(WebDataBinder, WebRequest) - Method in interface org.springframework.web.bind.support.WebBindingInitializer
-
Initialize the given DataBinder for the given request.
- initBinder(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.method.annotation.InitBinderDataBinderFactory
-
Initialize a WebDataBinder with @InitBinder
methods.
- initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
Initialize the given binder instance, for example with custom editors.
- initBinderAdviceCache - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- initBinderArgumentResolvers - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- initBinderCache - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- InitBinderDataBinderFactory - Class in org.springframework.web.method.annotation
-
Adds initialization to a WebDataBinder via @InitBinder
methods.
- InitBinderDataBinderFactory(List<InvocableHandlerMethod>, WebBindingInitializer) - Constructor for class org.springframework.web.method.annotation.InitBinderDataBinderFactory
-
Create a new instance.
- initBinderMethods - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- initCacheLimitToUse() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
- initConnection() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
-
Initialize the single underlying Connection.
- initConnection() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Initialize the underlying Connection via the DriverManager.
- initConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Initialize the underlying shared Connection.
- initContentNegotiatingViewResolver(View[]) - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
-
- initContentNegotiationStrategy() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Initialize the content negotiation strategy depending on the ContentNegotiationManager
setup and the availability of a ServletContext
.
- initContext(PageContext, Map<String, Object>) - Method in class org.springframework.web.servlet.support.JspAwareRequestContext
-
Initialize this context with the given page context,
using the given model attributes for Errors retrieval.
- initContext(HttpServletRequest, HttpServletResponse, ServletContext, Map<String, Object>) - Method in class org.springframework.web.servlet.support.RequestContext
-
Initialize this context with the given request, using the given model attributes for Errors retrieval.
- initContextHolders(HttpServletRequest, ServletRequestAttributes) - Method in class org.springframework.web.filter.RequestContextFilter
-
- initContextHolders(HttpServletRequest, LocaleContext, RequestAttributes) - Method in class org.springframework.web.servlet.FrameworkServlet
-
- initControllerAdviceCache() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- initControllerAdviceCache() - Method in class org.springframework.web.socket.messaging.WebSocketAnnotationMethodMessageHandler
-
- initConversion(ConversionService) - Method in class org.springframework.validation.AbstractPropertyBindingResult
-
- initCorsConfiguration(Object, Method, T) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Extract and return the CORS configuration for the mapping.
- initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
- initCounters() - Method in class org.springframework.util.AntPathMatcher.AntPatternComparator.PatternInfo
-
- initDao() - Method in class org.springframework.dao.support.DaoSupport
-
Concrete subclasses can override this for custom initialization behavior.
- initDatabase() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Hook to initialize the embedded database.
- initDefaultHandlerMappings(ApplicationContext) - Static method in class org.springframework.web.servlet.handler.HandlerMappingIntrospector
-
- initDefaults(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Initialize the default settings assuming a null
parent delegate.
- initDefaults(Element, BeanDefinitionParserDelegate) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Initialize the default lazy-init, autowire, dependency check settings,
init-method, destroy-method and merge settings.
- initDefaultStrategies() - Method in class org.springframework.jms.core.JmsTemplate
-
Initialize the default implementations for the template's strategies:
DynamicDestinationResolver and SimpleMessageConverter.
- initDefaultStrategies() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
- initDeferredClose(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
-
Deprecated.
Initialize deferred close for the current thread and the given SessionFactory.
- initDelegate(WebApplicationContext) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Initialize the Filter delegate, defined as bean the given Spring
application context.
- InitDestroyAnnotationBeanPostProcessor - Class in org.springframework.beans.factory.annotation
-
- InitDestroyAnnotationBeanPostProcessor() - Constructor for class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
-
- InitDestroyAnnotationBeanPostProcessor.LifecycleElement - Class in org.springframework.beans.factory.annotation
-
Class representing injection information about an annotated method.
- InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata - Class in org.springframework.beans.factory.annotation
-
Class representing information about annotated init and destroy methods.
- initDirectFieldAccess() - Method in class org.springframework.validation.DataBinder
-
Initialize direct field access for this DataBinder,
as alternative to the default bean property access.
- initErrorCodes() - Method in class org.springframework.web.servlet.support.BindStatus
-
Extract the error codes from the ObjectError list.
- initErrorMessages() - Method in class org.springframework.web.servlet.support.BindStatus
-
Extract the error messages from the ObjectError list.
- initEventLoopGroup() - Static method in class org.springframework.messaging.tcp.reactor.Reactor2TcpClient
-
- initEventLoopGroupMethod() - Static method in class org.springframework.messaging.tcp.reactor.Reactor2TcpClient
-
- initExceptionHandlerAdviceCache() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- initExceptionMappings(Class<?>) - Static method in class org.springframework.messaging.handler.annotation.support.AnnotationExceptionHandlerMethodResolver
-
- initExcludedPatternRepresentation(String[]) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Subclasses must implement this to initialize regexp pointcuts.
- initExcludedPatternRepresentation(String[]) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
-
Initialize exclusion Patterns
from the supplied String[]
.
- initFactory(Locale) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Initialize the View
BeanFactory
from the
ResourceBundle
,
for the given
locale
.
- initFactory() - Method in class org.springframework.web.servlet.view.XmlViewResolver
-
Initialize the view bean factory from the XML file.
- initFileTypeMap() - Static method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy.ActivationMediaTypeFactory
-
Find extended mime.types from the spring-context-support module.
- initFilterBean() - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
- initFilterBean() - Method in class org.springframework.web.filter.GenericFilterBean
-
Subclasses may override this to perform custom initialization.
- initFilterList(Servlet, Filter...) - Static method in class org.springframework.mock.web.MockFilterChain
-
- initFlashMapManager(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
-
- initFrameworkPortlet() - Method in class org.springframework.web.portlet.FrameworkPortlet
-
This method will be invoked after any bean properties have been set and
the ApplicationContext has been loaded.
- initFrameworkServlet() - Method in class org.springframework.web.servlet.FrameworkServlet
-
This method will be invoked after any bean properties have been set and
the WebApplicationContext has been loaded.
- initFromRequest(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Initialize a builder with a scheme, host,and port (but not path and query).
- initGateway() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
-
Subclasses can override this for custom initialization behavior.
- initHandlerAdapters(ApplicationContext) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Initialize the HandlerAdapters used by this class.
- initHandlerAdapters(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Initialize the HandlerAdapters used by this class.
- initHandlerExceptionResolvers(ApplicationContext) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Initialize the HandlerExceptionResolver used by this class.
- initHandlerExceptionResolvers(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Initialize the HandlerExceptionResolver used by this class.
- initHandlerMappings(ApplicationContext) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Initialize the HandlerMappings used by this class.
- initHandlerMappings(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Initialize the HandlerMappings used by this class.
- initHandlerMappings(ApplicationContext) - Static method in class org.springframework.web.servlet.handler.HandlerMappingIntrospector
-
- initHandlerMethods() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Scan beans in the ApplicationContext, detect and register handler methods.
- initHeaders(SimpMessageHeaderAccessor) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
- initHeaders(SimpMessageHeaderAccessor) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
-
- initHeaders(StompHeaderAccessor) - Method in class org.springframework.messaging.simp.stomp.StompDecoder
-
- initHeaders(SimpMessageHeaderAccessor) - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
- initHeaders(MessageHeaderAccessor) - Method in class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
-
- initHeaders(MessageHeaderAccessor) - Method in interface org.springframework.messaging.support.MessageHeaderInitializer
-
Initialize the given MessageHeaderAccessor
.
- initHeaders(HttpServletRequest) - Static method in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderRemovingRequest
-
- initHeartbeats(StompHeaderAccessor) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
-
- initHeartbeatTaskDelay() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
- initHeartbeatTasks(StompHeaders) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- INITIAL_HASH - Static variable in class org.springframework.util.ObjectUtils
-
- initialBlockSize - Variable in class org.springframework.util.FastByteArrayOutputStream
-
- initialDelay - Variable in class org.springframework.scheduling.config.IntervalTask
-
- initialDelay - Variable in class org.springframework.scheduling.support.PeriodicTrigger
-
- initialInterval - Variable in class org.springframework.util.backoff.ExponentialBackOff
-
- initializationCount - Variable in class org.springframework.asm.Frame
-
Number of types that are initialized in the basic block.
- initializationLock - Static variable in class org.springframework.mock.jndi.SimpleNamingContextBuilder
-
- initializations - Variable in class org.springframework.asm.Frame
-
The types that are initialized in the basic block.
- initialize(C) - Method in interface org.springframework.context.ApplicationContextInitializer
-
Initialize the given application context.
- initialize(Hashtable<?, ?>) - Method in class org.springframework.instrument.classloading.weblogic.WebLogicClassPreProcessorAdapter
-
- initialize(Class<T>) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Initialize the mapping metadata for the given class.
- initialize() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Initialize this container.
- initialize() - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
- initialize() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.springframework.mock.web.MockPageContext
-
- initialize(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Force initialization of a Hibernate proxy or persistent collection.
- initialize(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- initialize(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Force initialization of a Hibernate proxy or persistent collection.
- initialize(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- initialize(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Force initialization of a Hibernate proxy or persistent collection.
- initialize(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- initialize() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Set up the ExecutorService.
- initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
-
- initialize() - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
-
- initialize() - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
-
- initialize(ResponseBodyEmitter.Handler) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
-
- initialize(SockJsServiceConfig) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractTransportHandler
-
- initialize(SockJsServiceConfig) - Method in interface org.springframework.web.socket.sockjs.transport.TransportHandler
-
Initialize this handler with the given configuration.
- initializeAdvisorChain() - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Create the advisor (interceptor) chain.
- initializeAllParameterDetails(Method) - Static method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
-
- initializeBean(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
-
Initialize the given raw bean, applying factory callbacks
such as setBeanName
and setBeanFactory
,
also applying all bean post processors (including ones which
might wrap the given raw bean).
- initializeBean(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
- initializeBean(String, Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Initialize the given bean instance, applying factory callbacks
as well as init methods and bean post processors.
- initializeBean(Object, String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
-
- initializeCaches() - Method in class org.springframework.cache.support.AbstractCacheManager
-
Initialize the static configuration of caches.
- initializeConstructorResolvers() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- initializeConsumers() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
Initialize the JMS Sessions and MessageConsumers for this container.
- initializeContainer(C) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
Further initialize the specified container.
- initializeContainer(DefaultMessageListenerContainer) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
-
- initialized - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
-
- initialized - Variable in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
-
- initialized - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
-
- initialized - Variable in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
-
- initialized - Static variable in class org.springframework.mock.jndi.SimpleNamingContextBuilder
-
- initialized - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
-
- InitializeDatabaseBeanDefinitionParser - Class in org.springframework.jdbc.config
-
- InitializeDatabaseBeanDefinitionParser() - Constructor for class org.springframework.jdbc.config.InitializeDatabaseBeanDefinitionParser
-
- initializeDefinition(BeanFactory) - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
-
Instantiate singletons and do any other normal initialization of the factory.
- initializeDefinition(BeanFactory) - Method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
-
- initializeDelegateSession(WebSocketSession) - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
-
- initializeDelegateSession(WebSocketSession) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Create the target ExecutorService
instance.
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Note: This method exposes an ExecutorService
to its base class
but stores the actual ThreadPoolExecutor
handle internally.
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- initializeExtensionRegistry(ExtensionRegistry) - Method in interface org.springframework.http.converter.protobuf.ExtensionRegistryInitializer
-
Initializes the ExtensionRegistry
with Protocol Message extensions
- initializeJettySessionDirectly(Session) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- initializeJettySessionReflectively(Session) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- initializeKeyParameterDetails(List<AbstractJCacheOperation.CacheParameterDetail>) - Static method in class org.springframework.cache.jcache.interceptor.AbstractJCacheKeyOperation
-
- initializeMetaData(DataSource) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Initialize this class with metadata from the database.
- initializeMethodResolvers() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- initializeMultipart() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
Lazily initialize the multipart request, if possible.
- initializeMultipart() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
- initializeMultipart() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
Lazily initialize the multipart request, if possible.
- initializeNativeSession(T) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- initializeNativeSession(Session) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- initializeNativeSession(Session) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- initializePointcutParser(ClassLoader) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
Initialize the underlying AspectJ pointcut parser.
- initializePropertyAccessors() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- initializer - Variable in class org.springframework.web.bind.support.DefaultDataBinderFactory
-
- initializeResourcesBeforeRead(Connection, Object) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
Deprecated.
Initialize any LOB resources before a read is done.
- initializers - Variable in class org.springframework.test.context.ContextConfigurationAttributes
-
- initializeRuntime() - Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
-
Deprecated.
Initializes an instance of the org.jruby.Ruby
runtime.
- initializeValueParameterDetail(Method, List<AbstractJCacheOperation.CacheParameterDetail>) - Static method in class org.springframework.cache.jcache.interceptor.CachePutOperation
-
- initializeWithMetaData(DatabaseMetaData) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Initialize using the provided DatabaseMetData.
- initializeWithMetaData(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.Db2CallMetaDataProvider
-
- initializeWithMetaData(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.DerbyTableMetaDataProvider
-
- initializeWithMetaData(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- initializeWithMetaData(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- initializeWithMetaData(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.HanaCallMetaDataProvider
-
- initializeWithMetaData(DatabaseMetaData) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Initialize using the database metadata provided.
- initializeWithProcedureColumnMetaData(DatabaseMetaData, String, String, String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Initialize the database specific management of procedure column meta data.
- initializeWithProcedureColumnMetaData(DatabaseMetaData, String, String, String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- initializeWithTableColumnMetaData(DatabaseMetaData, String, String, String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- initializeWithTableColumnMetaData(DatabaseMetaData, String, String, String) - Method in class org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
-
- initializeWithTableColumnMetaData(DatabaseMetaData, String, String, String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Initialize using provided database metadata, table and column information.
- InitializingBean - Interface in org.springframework.beans.factory
-
Interface to be implemented by beans that need to react once all their
properties have been set by a BeanFactory: for example, to perform custom
initialization, or merely to check that all mandatory properties have been set.
- initialSize - Variable in class org.springframework.util.ConcurrentReferenceHashMap.Segment
-
- initInfoReceiver(List<Transport>) - Static method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
- initInputFrame(ClassWriter, int, Type[], int) - Method in class org.springframework.asm.Frame
-
Initializes the input frame of the first basic block from the method
descriptor.
- initInterceptorList() - Method in class org.springframework.web.portlet.HandlerExecutionChain
-
- initInterceptorList() - Method in class org.springframework.web.servlet.HandlerExecutionChain
-
- initInterceptors() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
-
Initialize the specified interceptors, adapting them where necessary.
- initInterceptors() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
- initJaxbMarshaller(Marshaller) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Template method that can be overridden by concrete JAXB marshallers for custom initialization behavior.
- initJaxbUnmarshaller(Unmarshaller) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Template method that can be overridden by concrete JAXB marshallers for custom initialization behavior.
- initLifecycleProcessor() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Initialize the LifecycleProcessor.
- initLocaleResolver(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Initialize the LocaleResolver used by this class.
- initLogging(String) - Static method in class org.springframework.util.Log4jConfigurer
-
Deprecated.
Initialize log4j from the given file location, with no config file refreshing.
- initLogging(String, long) - Static method in class org.springframework.util.Log4jConfigurer
-
Deprecated.
Initialize log4j from the given location, with the given refresh interval
for the config file.
- initLogging(ServletContext) - Static method in class org.springframework.web.util.Log4jWebConfigurer
-
Deprecated.
Initialize log4j, including setting the web app root system property.
- initLoggingTask(long) - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
- initLookupPath(ResourceUrlProvider) - Method in class org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.ResourceUrlEncodingResponseWrapper
-
- initMessageSource() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Initialize the MessageSource.
- initMessagingAdviceCache(List<MessagingAdviceBean>) - Method in class org.springframework.web.socket.messaging.WebSocketAnnotationMethodMessageHandler
-
- initMethod - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
- initMethodCache() - Method in class org.springframework.aop.framework.AdvisedSupport
-
Initialize the method cache.
- initMethodMap(Map<String, TransactionAttribute>) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
-
- initMethodName - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
- initMethodName - Variable in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- initMethodParameters() - Method in class org.springframework.messaging.handler.HandlerMethod
-
- initMethodParameters() - Method in class org.springframework.web.method.HandlerMethod
-
- initMethods - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
-
- initModel(NativeWebRequest, ModelAndViewContainer, HandlerMethod) - Method in class org.springframework.web.method.annotation.ModelFactory
-
Populate the model in the following order:
Retrieve "known" session attributes listed as @SessionAttributes
.
- initMultipartResolver(ApplicationContext) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Initialize the PortletMultipartResolver used by this class.
- initMultipartResolver(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Initialize the MultipartResolver used by this class.
- initObjectMapper() - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
-
- initOracleDriverClasses(Connection) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
Deprecated.
Retrieve the oracle.sql.BLOB
and oracle.sql.CLOB
classes via reflection, and initialize the values for the
DURATION_SESSION, MODE_READWRITE and MODE_READONLY constants defined there.
- initOrderFromBean(Object) - Static method in class org.springframework.web.method.ControllerAdviceBean
-
- initOrderFromBeanType(Class<?>) - Static method in class org.springframework.web.method.ControllerAdviceBean
-
- initParameterNameDiscovery(ParameterNameDiscoverer) - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Initialize parameter name discovery for the underlying method parameter, if any.
- initParameterNameDiscovery(ParameterNameDiscoverer) - Method in class org.springframework.core.MethodParameter
-
Initialize parameter name discovery for this method parameter.
- initParameters - Variable in class org.springframework.mock.web.MockFilterConfig
-
- initParameters - Variable in class org.springframework.mock.web.MockServletConfig
-
- initParameters - Variable in class org.springframework.mock.web.MockServletContext
-
- initParameters - Variable in class org.springframework.mock.web.portlet.MockPortletConfig
-
- initParameters - Variable in class org.springframework.mock.web.portlet.MockPortletContext
-
- initParameters - Variable in class org.springframework.web.portlet.mvc.PortletWrappingController
-
- initParameters - Variable in class org.springframework.web.servlet.mvc.ServletWrappingController
-
- initParameters(Extension) - Static method in class org.springframework.web.socket.adapter.standard.StandardToWebSocketExtensionAdapter
-
- initParamName - Variable in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- initParent(Theme) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
Initialize the MessageSource of the given theme with the
one from the corresponding parent of this ThemeSource.
- initPath(String) - Method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
- initPathMatcherToUse() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
- initPathStrategy(ContentNegotiationManager) - Static method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
- initPatternRepresentation(String[]) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Subclasses must implement this to initialize regexp pointcuts.
- initPatternRepresentation(String[]) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
-
Initialize Patterns
from the supplied String[]
.
- initPhaseMapping(String, String, String[]) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
-
- initPortletApplicationContext() - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Initialize and publish the Portlet ApplicationContext for this portlet.
- initPortletBean() - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Overridden method of GenericPortletBean, invoked after any bean properties
have been set.
- initPortletBean() - Method in class org.springframework.web.portlet.GenericPortletBean
-
Subclasses may override this to perform custom initialization.
- initPortletPropertySources(MutablePropertySources, ServletContext, PortletContext, PortletConfig) - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
-
Replace
Servlet
- and
Portlet
-based
stub property
sources
with actual instances populated with the given
servletContext
,
portletContext
and
portletConfig
objects.
- initPropertySources() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Replace any stub property sources with actual instances.
- initPropertySources(ServletContext, ServletConfig) - Method in interface org.springframework.web.context.ConfigurableWebEnvironment
-
Replace any
stub property source
instances acting as placeholders with real servlet context/config property sources
using the given parameters.
- initPropertySources() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
Replace any stub property sources with actual instances.
- initPropertySources() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
Replace any stub property sources with actual instances.
- initPropertySources(ServletContext, ServletConfig) - Method in class org.springframework.web.context.support.StandardServletEnvironment
-
- initPropertySources() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- initPropertySources(ServletContext, PortletContext, PortletConfig) - Method in class org.springframework.web.portlet.context.StandardPortletEnvironment
-
Replace any
stub property source
instances acting as placeholders with real portlet context/config property sources
using the given parameters.
- initPropertySources() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
Replace any stub property sources with actual instances.
- initProxy(Class<?>, MvcUriComponentsBuilder.ControllerMethodInvocationInterceptor) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
- initProxyClassLoader() - Method in class org.springframework.orm.jpa.SharedEntityManagerCreator.SharedEntityManagerInvocationHandler
-
- initReceiptHandling() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession.ReceiptHandler
-
- initRequestToViewNameTranslator(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Initialize the RequestToViewNameTranslator used by this servlet instance.
- initRequestUpgradeStrategy() - Static method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
- initResourcesIfNecessary() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
-
- initReturnValueHandlers() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Return the list of return value handlers to use.
- initReturnValueHandlers() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- initSchedulerFactory(SchedulerFactory) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Load and/or apply Quartz properties to the given SchedulerFactory.
- initServletBean() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Overridden method of
HttpServletBean
, invoked after any bean properties
have been set.
- initServletBean() - Method in class org.springframework.web.servlet.HttpServletBean
-
Subclasses may override this to perform custom initialization.
- initServletBean() - Method in class org.springframework.web.servlet.ResourceServlet
-
Deprecated.
Remember the startup time, using no last-modified time before it.
- initServletContext(ServletContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
Subclasses may override this for custom initialization based
on the ServletContext that this application object runs in.
- initServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- initServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Invoked on startup.
- initServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.JstlView
-
Wraps the MessageSource with a JSTL-aware MessageSource that is aware
of JSTL's javax.servlet.jsp.jstl.fmt.localizationContext
context-param.
- initServletContext(ServletContext) - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
- initServletContext(ServletContext) - Method in class org.springframework.web.socket.server.support.WebSocketHandlerMapping
-
- initServletPropertySources(MutablePropertySources, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
- initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Replace
Servlet
-based
stub property sources
with
actual instances populated with the given
servletContext
and
servletConfig
objects.
- initSessionCache - Variable in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- initSessionLock - Variable in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- initSpringResourceLoader(VelocityEngine, String) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
-
Deprecated.
Initialize a SpringResourceLoader for the given VelocityEngine.
- initStandardMapping(String[], RequestMethod[], String[], String[]) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
-
- initStompSubProtocolHandler() - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
- initStrategies(ApplicationContext) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Refresh the strategy objects that this portlet uses.
- initStrategies(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Initialize the strategy objects that this servlet uses.
- initSynchronization() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Activate transaction synchronization for the current thread.
- initTemplateConfig() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport
-
Create a NamedParameterJdbcTemplate based on the configured JdbcTemplate.
- initTemplateConfig() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
-
Initialize the template-based configuration of this DAO.
- initThemeResolver(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Initialize the ThemeResolver used by this class.
- initThemeSource(ApplicationContext) - Static method in class org.springframework.ui.context.support.UiApplicationContextUtils
-
Initialize the ThemeSource for the given application context,
autodetecting a bean with the name "themeSource".
- initTool(Object, Context) - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
-
Deprecated.
Overridden to check for the ViewContext interface which is part of the
view package of Velocity Tools.
- initTool(Object, Context) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Deprecated.
Initialize the given tool instance.
- initTransactionSynchronizationRegistry() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Initialize the JTA 1.1 TransactionSynchronizationRegistry, if available.
- initUriComponentsBuilder(String) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
-
Create a UriComponentsBuilder
from the URI template string.
- initUserTransactionAndTransactionManager() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Initialize the UserTransaction as well as the TransactionManager handle.
- initVarResolver(MessageHeaders) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
-
- initVelocityResourceLoader(VelocityEngine, String) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
-
Deprecated.
Initialize a Velocity resource loader for the given VelocityEngine:
either a standard Velocity FileResourceLoader or a SpringResourceLoader.
- initViewResolvers(WebApplicationContext) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
- initViewResolvers(ApplicationContext) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Initialize the ViewResolvers used by this class.
- initViewResolvers(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Initialize the ViewResolvers used by this class.
- initWebAppContext() - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
-
A method to obtain the WebApplicationContext to be passed to the DispatcherServlet.
- initWebAppContext() - Method in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
-
- initWebAppContext() - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
- initWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
-
Initialize Spring's web application context for the given servlet context,
using the application context provided at construction time, or creating a new one
according to the "
contextClass
" and
"
contextConfigLocation
" context-params.
- initWebApplicationContext() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Initialize and publish the WebApplicationContext for this servlet.
- initXAResource(XAResource) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
-
Initialize this endpoint's TransactionDelegate.
- inject(Object, String, PropertyValues) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement
-
- inject(Object, String, PropertyValues) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement
-
- inject(Object, String, PropertyValues) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata
-
- inject(Object, String, PropertyValues) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
- injectDependencies(TestContext) - Method in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
-
- InjectedElement(Member, PropertyDescriptor) - Constructor for class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
- injectedElements - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata
-
- InjectionMetadata - Class in org.springframework.beans.factory.annotation
-
Internal class for managing injection metadata.
- InjectionMetadata(Class<?>, Collection<InjectionMetadata.InjectedElement>) - Constructor for class org.springframework.beans.factory.annotation.InjectionMetadata
-
- InjectionMetadata.InjectedElement - Class in org.springframework.beans.factory.annotation
-
- injectionMetadataCache - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
- injectionMetadataCache - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
- injectionMetadataCache - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
- InjectionPoint - Class in org.springframework.beans.factory
-
A simple descriptor for an injection point, pointing to a method/constructor
parameter or a field.
- InjectionPoint(MethodParameter) - Constructor for class org.springframework.beans.factory.InjectionPoint
-
Create an injection point descriptor for a method or constructor parameter.
- InjectionPoint(Field) - Constructor for class org.springframework.beans.factory.InjectionPoint
-
Create an injection point descriptor for a field.
- InjectionPoint(InjectionPoint) - Constructor for class org.springframework.beans.factory.InjectionPoint
-
Copy constructor.
- InjectionPoint() - Constructor for class org.springframework.beans.factory.InjectionPoint
-
Just available for serialization purposes in subclasses.
- injectionPoint - Variable in exception org.springframework.beans.factory.UnsatisfiedDependencyException
-
- injectNotificationPublisherIfNecessary(Object, ModelMBean, ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
-
- INLINE_SCRIPT_ELEMENT - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
-
- INLINE_SCRIPT_PREFIX - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
The
Resource
-style prefix that denotes
an inline script.
- INLINED_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.test.context.support.TestPropertySourceUtils
-
- InlineList - Class in org.springframework.expression.spel.ast
-
Represent a list in an expression, e.g.
- InlineList(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.InlineList
-
- InlineMap - Class in org.springframework.expression.spel.ast
-
Represent a map in an expression, e.g.
- InlineMap(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.InlineMap
-
- INNER_CLASS_SEPARATOR - Static variable in class org.springframework.util.ClassUtils
-
The inner class separator character: '$'
- INNER_TYPE - Static variable in class org.springframework.asm.TypePath
-
A type path step that steps into the nested type of a class type.
- innerBeanDefinitions - Variable in class org.springframework.beans.factory.parsing.BeanComponentDefinition
-
- innerClasses - Variable in class org.springframework.asm.ClassWriter
-
The InnerClasses attribute.
- innerClassesCount - Variable in class org.springframework.asm.ClassWriter
-
The number of entries in the InnerClasses attribute.
- inParameterMapper - Variable in class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
-
- inParameters - Variable in class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
-
- INPUT_FLASH_MAP_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
-
Name of request attribute that holds a read-only Map<String,?>
with "input" flash attributes saved by a previous request, if any.
- INPUT_TAG - Static variable in class org.springframework.web.servlet.tags.form.FormTag
-
- inputFactory - Variable in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
- inputLocals - Variable in class org.springframework.asm.Frame
-
The input stack map frame locals.
- inputMessage - Variable in class org.springframework.messaging.support.ExecutorSubscribableChannel.SendTask
-
- inputObject - Variable in class org.springframework.jca.cci.object.MappingRecordOperation.RecordCreatorImpl
-
- InputSourceEditor - Class in org.springframework.beans.propertyeditors
-
Editor for org.xml.sax.InputSource
, converting from a
Spring resource location String to a SAX InputSource object.
- InputSourceEditor() - Constructor for class org.springframework.beans.propertyeditors.InputSourceEditor
-
Create a new InputSourceEditor,
using the default ResourceEditor underneath.
- InputSourceEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.InputSourceEditor
-
Create a new InputSourceEditor,
using the given ResourceEditor underneath.
- inputStack - Variable in class org.springframework.asm.Frame
-
The input stack map frame stack.
- inputStackTop - Variable in class org.springframework.asm.Label
-
Start of the output stack relatively to the input stack.
- inputStream - Variable in class org.springframework.core.io.InputStreamResource
-
- inputStream - Variable in class org.springframework.web.util.ContentCachingRequestWrapper
-
- InputStreamEditor - Class in org.springframework.beans.propertyeditors
-
One-way PropertyEditor which can convert from a text String to a
java.io.InputStream
, interpreting the given String as a
Spring resource location (e.g.
- InputStreamEditor() - Constructor for class org.springframework.beans.propertyeditors.InputStreamEditor
-
Create a new InputStreamEditor, using the default ResourceEditor underneath.
- InputStreamEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.InputStreamEditor
-
Create a new InputStreamEditor, using the given ResourceEditor underneath.
- InputStreamResource - Class in org.springframework.core.io
-
Resource
implementation for a given
InputStream
.
- InputStreamResource(InputStream) - Constructor for class org.springframework.core.io.InputStreamResource
-
Create a new InputStreamResource.
- InputStreamResource(InputStream, String) - Constructor for class org.springframework.core.io.InputStreamResource
-
Create a new InputStreamResource.
- InputStreamSource - Interface in org.springframework.core.io
-
Simple interface for objects that are sources for an InputStream
.
- InputTag - Class in org.springframework.web.servlet.tags.form
-
Data-binding-aware JSP tag for rendering an HTML 'input
'
element with a 'type
' of 'text
'.
- InputTag() - Constructor for class org.springframework.web.servlet.tags.form.InputTag
-
- inSameSubroutine(Label) - Method in class org.springframework.asm.Label
-
Returns true if this basic block and the given one belong to a common
subroutine.
- insertAnyNecessaryTypeConversionBytecodes(MethodVisitor, char, String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Insert any necessary numeric conversion bytecodes based upon what is on the stack and the desired target type.
- insertArrayStore(MethodVisitor, String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Produce appropriate bytecode to store a stack item in an array.
- insertBaseUrl(URI) - Method in class org.springframework.web.util.AbstractUriTemplateHandler
-
Insert a base URL (if configured) unless the given URL has a host already.
- insertBoxIfNecessary(MethodVisitor, String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Determine the appropriate boxing instruction for a specific type (if it needs
boxing) and insert the instruction into the supplied visitor.
- insertBoxIfNecessary(MethodVisitor, char) - Static method in class org.springframework.expression.spel.CodeFlow
-
Determine the appropriate boxing instruction for a specific type (if it needs
boxing) and insert the instruction into the supplied visitor.
- insertCheckCast(MethodVisitor, String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Insert the appropriate CHECKCAST instruction for the supplied descriptor.
- INSERTED_FRAMES - Static variable in class org.springframework.asm.MethodWriter
-
Indicates that the stack map frames of type F_INSERT must be computed.
- insertNewArrayCode(MethodVisitor, int, String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Produce the correct bytecode to build an array.
- insertNumericUnboxOrPrimitiveTypeCoercion(MethodVisitor, String, char) - Static method in class org.springframework.expression.spel.CodeFlow
-
For use in mathematical operators, handles converting from a (possibly boxed)
number on the stack to a primitive numeric type.
- insertOptimalLoad(MethodVisitor, int) - Static method in class org.springframework.expression.spel.CodeFlow
-
Create the optimal instruction for loading a number on the stack.
- inserts - Variable in exception org.springframework.expression.spel.SpelEvaluationException
-
- inserts - Variable in exception org.springframework.expression.spel.SpelParseException
-
- insertString - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
The generated string used for insert statement
- insertTypes - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
The SQL type information for the insert columns
- insertUnboxInsns(MethodVisitor, char, String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Insert any necessary cast and value call to convert from a boxed type to a
primitive value.
- insertUnboxNumberInsns(MethodVisitor, char, String) - Static method in class org.springframework.expression.spel.CodeFlow
-
For numbers, use the appropriate method on the number to convert it to the primitive type requested.
- inspect(Method) - Method in interface org.springframework.core.MethodIntrospector.MetadataLookup
-
Perform a lookup on the given method and return associated metadata, if any.
- inspectClass(Class<?>) - Method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer
-
Inspects the target class.
- instance - Static variable in class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
-
Keep track of a single instance so we can return it to classes that request it.
- INSTANCE - Static variable in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
-
Singleton instance of this class
- INSTANCE - Static variable in class org.springframework.aop.support.Pointcuts.GetterPointcut
-
- INSTANCE - Static variable in class org.springframework.aop.support.Pointcuts.SetterPointcut
-
- INSTANCE - Static variable in class org.springframework.aop.target.EmptyTargetSource
-
- INSTANCE - Static variable in class org.springframework.aop.TrueClassFilter
-
- INSTANCE - Static variable in class org.springframework.aop.TrueMethodMatcher
-
- INSTANCE - Static variable in class org.springframework.aop.TruePointcut
-
- INSTANCE - Static variable in class org.springframework.cache.support.NullValue
-
- INSTANCE - Static variable in class org.springframework.cglib.core.SpringNamingPolicy
-
- INSTANCE - Static variable in class org.springframework.core.annotation.AnnotationAwareOrderComparator
-
Shared default instance of AnnotationAwareOrderComparator
.
- INSTANCE - Static variable in class org.springframework.core.OrderComparator
-
Shared default instance of OrderComparator
.
- INSTANCE - Static variable in class org.springframework.expression.spel.ast.ValueRef.NullValueRef
-
- INSTANCE - Static variable in class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
-
- instance - Static variable in class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
-
- instance - Static variable in class org.springframework.jdbc.datasource.embedded.H2EmbeddedDatabaseConfigurer
-
- instance - Static variable in class org.springframework.jdbc.datasource.embedded.HsqlEmbeddedDatabaseConfigurer
-
- instance - Static variable in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
-
Keep track of a single instance so we can return it to classes that request it.
- instance - Static variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
-
Keep track of a single instance so we can return it to classes that request it.
- INSTANCE - Static variable in class org.springframework.test.annotation.SystemProfileValueSource
-
- INSTANCE - Static variable in class org.springframework.util.comparator.ComparableComparator
-
- instanceCheckFailed(Class<?>, Object, String) - Static method in class org.springframework.util.Assert
-
- InstanceComparator<T> - Class in org.springframework.util.comparator
-
Compares objects based on an arbitrary class order.
- InstanceComparator(Class<?>...) - Constructor for class org.springframework.util.comparator.InstanceComparator
-
- InstanceFilter<T> - Class in org.springframework.util
-
A simple instance filter that checks if a given instance match based on
a collection of includes and excludes element.
- InstanceFilter(Collection<? extends T>, Collection<? extends T>, boolean) - Constructor for class org.springframework.util.InstanceFilter
-
Create a new instance based on includes/excludes collections.
- INSTANCEOF - Static variable in interface org.springframework.asm.Opcodes
-
- INSTANCEOF - Static variable in class org.springframework.asm.TypeReference
-
The sort of type references that target the type declared in an
'instanceof' instruction.
- instanceOfMatches(Test) - Method in class org.springframework.aop.aspectj.RuntimeTestWalker.InstanceOfResidueTestVisitor
-
- InstanceOfResidueTestVisitor(Class<?>, boolean, int) - Constructor for class org.springframework.aop.aspectj.RuntimeTestWalker.InstanceOfResidueTestVisitor
-
- instanceOrder - Variable in class org.springframework.util.comparator.InstanceComparator
-
- instances - Static variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
-
The keyed BeanFactory instances
- instances - Static variable in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
-
The keyed singleton instances
- instancesToBeanNames - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory.FactoryAwareOrderSourceProvider
-
- InstantFormatter - Class in org.springframework.format.datetime.standard
-
Formatter
implementation for a JSR-310
Instant
,
following JSR-310's parsing rules for an Instant (that is, not using a
configurable
DateTimeFormatter
): accepting the
default
ISO_INSTANT
format as well as
RFC_1123_DATE_TIME
(which is commonly used for HTTP date header values), as of Spring 4.3.
- InstantFormatter() - Constructor for class org.springframework.format.datetime.standard.InstantFormatter
-
- instantiate(Class<T>) - Static method in class org.springframework.beans.BeanUtils
-
Convenience method to instantiate a class using its no-arg constructor.
- instantiate(Constructor<?>, Object...) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator
-
Create a new instance of a dynamically generated subclass implementing the
required lookups.
- instantiate(RootBeanDefinition, String, BeanFactory) - Method in interface org.springframework.beans.factory.support.InstantiationStrategy
-
Return an instance of the bean with the given name in this factory.
- instantiate(RootBeanDefinition, String, BeanFactory, Constructor<?>, Object...) - Method in interface org.springframework.beans.factory.support.InstantiationStrategy
-
Return an instance of the bean with the given name in this factory,
creating it via the given constructor.
- instantiate(RootBeanDefinition, String, BeanFactory, Object, Method, Object...) - Method in interface org.springframework.beans.factory.support.InstantiationStrategy
-
Return an instance of the bean with the given name in this factory,
creating it via the given factory method.
- instantiate(RootBeanDefinition, String, BeanFactory) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
-
- instantiate(RootBeanDefinition, String, BeanFactory, Constructor<?>, Object...) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
-
- instantiate(RootBeanDefinition, String, BeanFactory, Object, Method, Object...) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
-
- instantiateAdvice(AspectJExpressionPointcut) - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
- instantiateBean(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Instantiate the given bean using its default constructor.
- instantiateClass(Class<T>) - Static method in class org.springframework.beans.BeanUtils
-
Instantiate a class using its no-arg constructor.
- instantiateClass(Class<?>, Class<T>) - Static method in class org.springframework.beans.BeanUtils
-
Instantiate a class using its no-arg constructor and return the new instance
as the specified assignable type.
- instantiateClass(Constructor<T>, Object...) - Static method in class org.springframework.beans.BeanUtils
-
Convenience method to instantiate a class using the given constructor.
- instantiateContainer(TilesApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
-
Deprecated.
- instantiatedAdvice - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
- instantiateFactory(String, Class<T>, ClassLoader) - Static method in class org.springframework.core.io.support.SpringFactoriesLoader
-
- instantiateListeners(List<Class<? extends TestExecutionListener>>) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- instantiateLocaleDefinitionDao(TilesApplicationContext, TilesRequestContextFactory, LocaleResolver) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
-
Deprecated.
- instantiateLocaleDefinitionDao(ApplicationContext, LocaleResolver) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
-
- instantiateUserDefinedStrategy(String, Class<?>, ClassLoader) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- instantiateUsingFactoryMethod(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Instantiate the bean using a named factory method.
- instantiateUsingFactoryMethod(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.ConstructorResolver
-
Instantiate the bean using a named factory method.
- instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
-
- instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory, Constructor<?>, Object...) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
-
- instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
-
Subclasses can override this method, which is implemented to throw
UnsupportedOperationException, if they can instantiate an object with
the Method Injection specified in the given RootBeanDefinition.
- instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory, Constructor<?>, Object...) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
-
Subclasses can override this method, which is implemented to throw
UnsupportedOperationException, if they can instantiate an object with
the Method Injection specified in the given RootBeanDefinition.
- InstantiationAwareBeanPostProcessor - Interface in org.springframework.beans.factory.config
-
Subinterface of
BeanPostProcessor
that adds a before-instantiation callback,
and a callback after instantiation but before explicit properties are set or
autowiring occurs.
- InstantiationAwareBeanPostProcessorAdapter - Class in org.springframework.beans.factory.config
-
- InstantiationAwareBeanPostProcessorAdapter() - Constructor for class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
-
- InstantiationModelAwarePointcutAdvisor - Interface in org.springframework.aop.aspectj
-
Interface to be implemented by Spring AOP Advisors wrapping AspectJ
aspects that may have a lazy initialization strategy.
- InstantiationModelAwarePointcutAdvisorImpl - Class in org.springframework.aop.aspectj.annotation
-
Internal implementation of AspectJPointcutAdvisor.
- InstantiationModelAwarePointcutAdvisorImpl(AspectJExpressionPointcut, Method, AspectJAdvisorFactory, MetadataAwareAspectInstanceFactory, int, String) - Constructor for class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
- InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut - Class in org.springframework.aop.aspectj.annotation
-
Pointcut implementation that changes its behaviour when the advice is instantiated.
- instantiationStrategy - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Strategy for creating bean instances
- InstantiationStrategy - Interface in org.springframework.beans.factory.support
-
Interface responsible for creating instances corresponding to a root bean definition.
- InstantToLongConverter() - Constructor for class org.springframework.format.datetime.standard.DateTimeConverters.InstantToLongConverter
-
- INSTRUMENTABLE_LOADER_CLASS_NAME - Static variable in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
-
- INSTRUMENTABLE_LOADER_CLASS_NAME - Static variable in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
-
- instrumentation - Variable in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
- instrumentation - Static variable in class org.springframework.instrument.InstrumentationSavingAgent
-
- InstrumentationAccessor() - Constructor for class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver.InstrumentationAccessor
-
- InstrumentationLoadTimeWeaver - Class in org.springframework.instrument.classloading
-
- InstrumentationLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
Create a new InstrumentationLoadTimeWeaver for the default ClassLoader.
- InstrumentationLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
Create a new InstrumentationLoadTimeWeaver for the given ClassLoader.
- InstrumentationLoadTimeWeaver.FilteringClassFileTransformer - Class in org.springframework.instrument.classloading
-
Decorator that only applies the given target transformer to a specific ClassLoader.
- InstrumentationLoadTimeWeaver.InstrumentationAccessor - Class in org.springframework.instrument.classloading
-
Inner class to avoid InstrumentationSavingAgent dependency.
- InstrumentationSavingAgent - Class in org.springframework.instrument
-
Java agent that saves the Instrumentation
interface from the JVM
for later use.
- InstrumentationSavingAgent() - Constructor for class org.springframework.instrument.InstrumentationSavingAgent
-
- inSubroutine(long) - Method in class org.springframework.asm.Label
-
Returns true is this basic block belongs to the given subroutine.
- INT - Static variable in class org.springframework.asm.ClassWriter
-
The type of CONSTANT_Integer constant pool items.
- INT - Static variable in class org.springframework.asm.Type
-
The sort of the int type.
- INT_PARSER - Static variable in class org.springframework.web.bind.ServletRequestUtils
-
- INT_PARSER - Static variable in class org.springframework.web.portlet.bind.PortletRequestUtils
-
- INT_TYPE - Static variable in class org.springframework.asm.Type
-
The int type.
- inTag() - Method in class org.springframework.web.servlet.tags.form.TagWriter
-
- INTEGER - Static variable in class org.springframework.asm.Frame
-
The INTEGER type.
- INTEGER - Static variable in interface org.springframework.asm.Opcodes
-
- IntegerToEnum(Class<T>) - Constructor for class org.springframework.core.convert.support.IntegerToEnumConverterFactory.IntegerToEnum
-
- IntegerToEnumConverterFactory - Class in org.springframework.core.convert.support
-
Converts from a Integer to a Enum
by calling Class.getEnumConstants()
.
- IntegerToEnumConverterFactory() - Constructor for class org.springframework.core.convert.support.IntegerToEnumConverterFactory
-
- IntegerToEnumConverterFactory.IntegerToEnum<T extends java.lang.Enum> - Class in org.springframework.core.convert.support
-
- InteractionCallback<T> - Interface in org.springframework.jca.cci.core
-
Generic callback interface for code that operates on a CCI Interaction.
- interactionSpec - Variable in class org.springframework.jca.cci.object.EisOperation
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.aop.framework.CglibAopProxy.DynamicAdvisedInterceptor
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.aop.framework.CglibAopProxy.DynamicUnadvisedExposedInterceptor
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.aop.framework.CglibAopProxy.DynamicUnadvisedInterceptor
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.aop.framework.CglibAopProxy.EqualsInterceptor
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.aop.framework.CglibAopProxy.FixedChainStaticTargetInterceptor
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.aop.framework.CglibAopProxy.HashCodeInterceptor
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.aop.framework.CglibAopProxy.StaticUnadvisedExposedInterceptor
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.aop.framework.CglibAopProxy.StaticUnadvisedInterceptor
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.LookupOverrideMethodInterceptor
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.ReplaceOverrideMethodInterceptor
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanFactoryAwareMethodInterceptor
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
-
Enhance a
@Bean
method to check the supplied BeanFactory for the
existence of this bean object.
- intercept(HttpRequest, byte[], AsyncClientHttpRequestExecution) - Method in interface org.springframework.http.client.AsyncClientHttpRequestInterceptor
-
Intercept the given request, and return a response future.
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in interface org.springframework.http.client.ClientHttpRequestInterceptor
-
Intercept the given request, and return a response.
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.http.client.support.BasicAuthorizationInterceptor
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.ControllerMethodInvocationInterceptor
-
- InterceptableChannel - Interface in org.springframework.messaging.support
-
- InterceptingAsyncClientHttpRequest - Class in org.springframework.http.client
-
An
AsyncClientHttpRequest
wrapper that enriches it proceeds the actual
request execution with calling the registered interceptors.
- InterceptingAsyncClientHttpRequest(AsyncClientHttpRequestFactory, List<AsyncClientHttpRequestInterceptor>, URI, HttpMethod) - Constructor for class org.springframework.http.client.InterceptingAsyncClientHttpRequest
-
- InterceptingAsyncClientHttpRequest.AsyncRequestExecution - Class in org.springframework.http.client
-
- InterceptingAsyncClientHttpRequestFactory - Class in org.springframework.http.client
-
- InterceptingAsyncClientHttpRequestFactory(AsyncClientHttpRequestFactory, List<AsyncClientHttpRequestInterceptor>) - Constructor for class org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory
-
- InterceptingAsyncHttpAccessor - Class in org.springframework.http.client.support
-
The HTTP accessor that extends the base
AsyncHttpAccessor
with
request intercepting functionality.
- InterceptingAsyncHttpAccessor() - Constructor for class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
-
- InterceptingClientHttpRequest - Class in org.springframework.http.client
-
- InterceptingClientHttpRequest(ClientHttpRequestFactory, List<ClientHttpRequestInterceptor>, URI, HttpMethod) - Constructor for class org.springframework.http.client.InterceptingClientHttpRequest
-
- InterceptingClientHttpRequest.InterceptingRequestExecution - Class in org.springframework.http.client
-
- InterceptingClientHttpRequestFactory - Class in org.springframework.http.client
-
- InterceptingClientHttpRequestFactory(ClientHttpRequestFactory, List<ClientHttpRequestInterceptor>) - Constructor for class org.springframework.http.client.InterceptingClientHttpRequestFactory
-
Create a new instance of the InterceptingClientHttpRequestFactory
with the given parameters.
- InterceptingHttpAccessor - Class in org.springframework.http.client.support
-
Base class for
RestTemplate
and other HTTP accessing gateway helpers, adding
interceptor-related properties to
HttpAccessor
's common properties.
- InterceptingHttpAccessor() - Constructor for class org.springframework.http.client.support.InterceptingHttpAccessor
-
- InterceptingRequestExecution() - Constructor for class org.springframework.http.client.InterceptingClientHttpRequest.InterceptingRequestExecution
-
- Interceptor - Interface in org.aopalliance.intercept
-
This interface represents a generic interceptor.
- interceptor - Variable in class org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher
-
- interceptor - Variable in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
-
- interceptor - Variable in class org.springframework.web.servlet.handler.MappedInterceptor
-
- InterceptorAndDynamicMethodMatcher - Class in org.springframework.aop.framework
-
Internal framework class, combining a MethodInterceptor instance
with a MethodMatcher for use as an element in the advisor chain.
- InterceptorAndDynamicMethodMatcher(MethodInterceptor, MethodMatcher) - Constructor for class org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher
-
- interceptorIndex - Variable in class org.springframework.messaging.support.ExecutorSubscribableChannel.SendTask
-
- interceptorIndex - Variable in class org.springframework.web.servlet.HandlerExecutionChain
-
- interceptorIndex - Variable in class org.springframework.web.socket.server.support.HandshakeInterceptorChain
-
- interceptorList - Variable in class org.springframework.web.portlet.HandlerExecutionChain
-
- interceptorList - Variable in class org.springframework.web.servlet.HandlerExecutionChain
-
- interceptorNames - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Default is no common interceptors
- interceptorNames - Variable in class org.springframework.aop.framework.ProxyFactoryBean
-
- InterceptorRegistration - Class in org.springframework.web.servlet.config.annotation
-
- InterceptorRegistration(HandlerInterceptor) - Constructor for class org.springframework.web.servlet.config.annotation.InterceptorRegistration
-
- InterceptorRegistry - Class in org.springframework.web.servlet.config.annotation
-
Helps with configuring a list of mapped interceptors.
- InterceptorRegistry() - Constructor for class org.springframework.web.servlet.config.annotation.InterceptorRegistry
-
- interceptors - Variable in class org.springframework.http.client.InterceptingAsyncClientHttpRequest
-
- interceptors - Variable in class org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory
-
- interceptors - Variable in class org.springframework.http.client.InterceptingClientHttpRequest
-
- interceptors - Variable in class org.springframework.http.client.InterceptingClientHttpRequestFactory
-
- interceptors - Variable in class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
-
- interceptors - Variable in class org.springframework.http.client.support.InterceptingHttpAccessor
-
- interceptors - Variable in class org.springframework.messaging.simp.config.ChannelRegistration
-
- interceptors - Variable in class org.springframework.messaging.support.AbstractMessageChannel
-
- interceptors - Variable in class org.springframework.remoting.support.RemoteExporter
-
- interceptors - Variable in class org.springframework.test.web.servlet.DefaultMvcResult
-
- interceptors - Variable in class org.springframework.web.context.request.async.CallableInterceptorChain
-
- interceptors - Variable in class org.springframework.web.context.request.async.DeferredResultInterceptorChain
-
- interceptors - Variable in class org.springframework.web.portlet.handler.AbstractHandlerMapping
-
- interceptors - Variable in class org.springframework.web.portlet.HandlerExecutionChain
-
- interceptors - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- interceptors - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
- interceptors - Variable in class org.springframework.web.servlet.HandlerExecutionChain
-
- interceptors - Variable in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
-
- interceptors - Variable in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
- interceptors - Variable in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
-
- interceptors - Variable in class org.springframework.web.socket.server.support.HandshakeInterceptorChain
-
- interceptors - Variable in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
- interceptors - Variable in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
- interceptorsAndDynamicMethodMatchers - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
List of MethodInterceptor and InterceptorAndDynamicMethodMatcher
that need dynamic checks.
- InterceptorsBeanDefinitionParser - Class in org.springframework.web.servlet.config
-
- InterceptorsBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.InterceptorsBeanDefinitionParser
-
- interceptorsList - Variable in class org.springframework.web.socket.config.HandlersBeanDefinitionParser.WebSocketHandlerMappingStrategy
-
- InterfaceBasedMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
-
Subclass of AbstractReflectiveMBeanInfoAssembler
that allows for
the management interface of a bean to be defined using arbitrary interfaces.
- InterfaceBasedMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
- interfaceCount - Variable in class org.springframework.asm.ClassWriter
-
Number of interfaces implemented or extended by this class or interface.
- interfaceMappings - Variable in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Stores the mappings of bean keys to an array of Class
es.
- interfaces - Variable in class org.springframework.aop.framework.AdvisedSupport
-
Interfaces to be implemented by the proxy.
- interfaces - Variable in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- interfaces - Variable in class org.springframework.asm.ClassWriter
-
The interfaces implemented or extended by this class or interface.
- interfaces - Variable in class org.springframework.core.ResolvableType
-
- interfaces - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- interfaceType - Variable in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
-
- INTERNAL_ARRAY_PREFIX - Static variable in class org.springframework.util.ClassUtils
-
Prefix for internal array class names: "["
- internalAnnotationAttributes - Static variable in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
- internalBeanFactories - Variable in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
-
Internally used DefaultListableBeanFactory instances, keyed by bean name
- InternalParseException - Exception in org.springframework.expression.spel
-
Wraps a real parse exception.
- InternalParseException(SpelParseException) - Constructor for exception org.springframework.expression.spel.InternalParseException
-
- InternalPathMethodNameResolver - Class in org.springframework.web.servlet.mvc.multiaction
-
- InternalPathMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
-
Deprecated.
- internalPersistenceUnitManager - Variable in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
- InternalResourceException(ResourceException) - Constructor for exception org.springframework.jca.endpoint.GenericMessageEndpointFactory.InternalResourceException
-
- InternalResourceView - Class in org.springframework.web.servlet.view
-
Wrapper for a JSP or other resource within the same web application.
- InternalResourceView() - Constructor for class org.springframework.web.servlet.view.InternalResourceView
-
Constructor for use as a bean.
- InternalResourceView(String) - Constructor for class org.springframework.web.servlet.view.InternalResourceView
-
Create a new InternalResourceView with the given URL.
- InternalResourceView(String, boolean) - Constructor for class org.springframework.web.servlet.view.InternalResourceView
-
Create a new InternalResourceView with the given URL.
- InternalResourceViewResolver - Class in org.springframework.web.servlet.view
-
- InternalResourceViewResolver() - Constructor for class org.springframework.web.servlet.view.InternalResourceViewResolver
-
- InternalResourceViewResolver(String, String) - Constructor for class org.springframework.web.servlet.view.InternalResourceViewResolver
-
A convenience constructor that allows for specifying
prefix
and
suffix
as constructor arguments.
- InternalSpelExpressionParser - Class in org.springframework.expression.spel.standard
-
Hand-written SpEL parser.
- InternalSpelExpressionParser(SpelParserConfiguration) - Constructor for class org.springframework.expression.spel.standard.InternalSpelExpressionParser
-
Create a parser with some configured behavior.
- InternetAddressEditor - Class in org.springframework.mail.javamail
-
Editor for java.mail.internet.InternetAddress
,
to directly populate an InternetAddress property.
- InternetAddressEditor() - Constructor for class org.springframework.mail.javamail.InternetAddressEditor
-
- interpolate(String, Context) - Method in class org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
-
- interpolate(String, Context, Locale) - Method in class org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
-
- INTERPRETED_COUNT_THRESHOLD - Static variable in class org.springframework.expression.spel.standard.SpelExpression
-
- interpretedCount - Variable in class org.springframework.expression.spel.standard.SpelExpression
-
- interrupted - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
- InterruptibleBatchPreparedStatementSetter - Interface in org.springframework.jdbc.core
-
- interruptTask() - Method in class org.springframework.http.client.OkHttp3AsyncClientHttpRequest.OkHttpListenableFuture
-
- interruptTask() - Method in class org.springframework.http.client.OkHttpAsyncClientHttpRequest.OkHttpListenableFuture
-
- interruptTask() - Method in class org.springframework.util.concurrent.SettableListenableFuture
-
Subclasses can override this method to implement interruption of the future's
computation.
- intersection(ClassFilter, ClassFilter) - Static method in class org.springframework.aop.support.ClassFilters
-
Match all classes that both of the given ClassFilters match.
- intersection(ClassFilter[]) - Static method in class org.springframework.aop.support.ClassFilters
-
Match all classes that all of the given ClassFilters match.
- intersection(ClassFilter) - Method in class org.springframework.aop.support.ComposablePointcut
-
Apply an intersection with the given ClassFilter.
- intersection(MethodMatcher) - Method in class org.springframework.aop.support.ComposablePointcut
-
Apply an intersection with the given MethodMatcher.
- intersection(Pointcut) - Method in class org.springframework.aop.support.ComposablePointcut
-
Apply an intersection with the given Pointcut.
- intersection(MethodMatcher, MethodMatcher) - Static method in class org.springframework.aop.support.MethodMatchers
-
Match all methods that both of the given MethodMatchers match.
- intersection(Pointcut, Pointcut) - Static method in class org.springframework.aop.support.Pointcuts
-
Match all methods that both the given pointcuts match.
- IntersectionClassFilter(ClassFilter[]) - Constructor for class org.springframework.aop.support.ClassFilters.IntersectionClassFilter
-
- IntersectionMethodMatcher(MethodMatcher, MethodMatcher) - Constructor for class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
-
- interval - Variable in class org.springframework.jdbc.support.DatabaseStartupValidator
-
- interval - Variable in class org.springframework.messaging.tcp.FixedIntervalReconnectStrategy
-
- interval - Variable in class org.springframework.scheduling.config.IntervalTask
-
- interval - Variable in class org.springframework.util.backoff.FixedBackOff
-
- IntervalTask - Class in org.springframework.scheduling.config
-
Task
implementation defining a
Runnable
to be executed at a given
millisecond interval which may be treated as fixed-rate or fixed-delay depending on
context.
- IntervalTask(Runnable, long, long) - Constructor for class org.springframework.scheduling.config.IntervalTask
-
Create a new IntervalTask
.
- IntervalTask(Runnable, long) - Constructor for class org.springframework.scheduling.config.IntervalTask
-
Create a new IntervalTask
with no initial delay.
- intervalTaskReference(String, String, String, Element, ParserContext) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
-
- IntLiteral - Class in org.springframework.expression.spel.ast
-
Expression language AST node that represents an integer literal.
- IntLiteral(String, int, int) - Constructor for class org.springframework.expression.spel.ast.IntLiteral
-
- IntParser() - Constructor for class org.springframework.web.bind.ServletRequestUtils.IntParser
-
- IntParser() - Constructor for class org.springframework.web.portlet.bind.PortletRequestUtils.IntParser
-
- intResult(Collection<?>) - Static method in class org.springframework.dao.support.DataAccessUtils
-
Return a unique int result from the given Collection.
- introducedInterface - Variable in class org.springframework.aop.aspectj.DeclareParentsAdvisor
-
- IntroductionAdvisor - Interface in org.springframework.aop
-
Superinterface for advisors that perform one or more AOP introductions.
- IntroductionAwareMethodMatcher - Interface in org.springframework.aop
-
A specialized type of
MethodMatcher
that takes into account introductions
when matching methods.
- IntroductionInfo - Interface in org.springframework.aop
-
Interface supplying the information necessary to describe an introduction.
- IntroductionInfoSupport - Class in org.springframework.aop.support
-
- IntroductionInfoSupport() - Constructor for class org.springframework.aop.support.IntroductionInfoSupport
-
- IntroductionInterceptor - Interface in org.springframework.aop
-
Subinterface of AOP Alliance MethodInterceptor that allows additional interfaces
to be implemented by the interceptor, and available via a proxy using that
interceptor.
- INTROSPECT_TYPE_LEVEL_MAPPING - Static variable in interface org.springframework.web.servlet.HandlerMapping
-
Name of the boolean HttpServletRequest
attribute that indicates
whether type-level mappings should be inspected.
- introspectedClass - Variable in class org.springframework.core.type.StandardClassMetadata
-
- introspectedMethod - Variable in class org.springframework.core.type.StandardMethodMetadata
-
- IntrospectorCleanupListener - Class in org.springframework.web.util
-
Listener that flushes the JDK's JavaBeans Introspector
cache on web app shutdown.
- IntrospectorCleanupListener() - Constructor for class org.springframework.web.util.IntrospectorCleanupListener
-
- intVal - Variable in class org.springframework.asm.Item
-
Value of this item, for an integer item.
- inUse - Variable in class org.springframework.util.CompositeIterator
-
- invalid - Variable in class org.springframework.mock.web.MockHttpSession
-
- invalid - Variable in class org.springframework.mock.web.portlet.MockPortletSession
-
- INVALID_MESSAGE_FORMAT - Static variable in class org.springframework.context.support.MessageSourceSupport
-
- invalidate() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Invalidate this request, clearing its state.
- invalidate() - Method in class org.springframework.mock.web.MockHttpSession
-
Invalidates this session then unbinds any objects bound to it.
- invalidate() - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- invalidate() - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder.HtmlUnitMockHttpSession
-
- invalidateCache() - Method in class org.springframework.core.convert.support.GenericConversionService
-
- InvalidClientIDException - Exception in org.springframework.jms
-
Runtime exception mirroring the JMS InvalidClientIDException.
- InvalidClientIDException(javax.jms.InvalidClientIDException) - Constructor for exception org.springframework.jms.InvalidClientIDException
-
- InvalidDataAccessApiUsageException - Exception in org.springframework.dao
-
Exception thrown on incorrect usage of the API, such as failing to
"compile" a query object that needed compilation before execution.
- InvalidDataAccessApiUsageException(String) - Constructor for exception org.springframework.dao.InvalidDataAccessApiUsageException
-
Constructor for InvalidDataAccessApiUsageException.
- InvalidDataAccessApiUsageException(String, Throwable) - Constructor for exception org.springframework.dao.InvalidDataAccessApiUsageException
-
Constructor for InvalidDataAccessApiUsageException.
- InvalidDataAccessResourceUsageException - Exception in org.springframework.dao
-
Root for exceptions thrown when we use a data access resource incorrectly.
- InvalidDataAccessResourceUsageException(String) - Constructor for exception org.springframework.dao.InvalidDataAccessResourceUsageException
-
Constructor for InvalidDataAccessResourceUsageException.
- InvalidDataAccessResourceUsageException(String, Throwable) - Constructor for exception org.springframework.dao.InvalidDataAccessResourceUsageException
-
Constructor for InvalidDataAccessResourceUsageException.
- InvalidDestinationException - Exception in org.springframework.jms
-
Runtime exception mirroring the JMS InvalidDestinationException.
- InvalidDestinationException(javax.jms.InvalidDestinationException) - Constructor for exception org.springframework.jms.InvalidDestinationException
-
- InvalidInvocationException - Exception in org.springframework.jmx.access
-
Thrown when trying to invoke an operation on a proxy that is not exposed
by the proxied MBean resource's management interface.
- InvalidInvocationException(String) - Constructor for exception org.springframework.jmx.access.InvalidInvocationException
-
Create a new InvalidInvocationException
with the supplied
error message.
- InvalidIsolationLevelException - Exception in org.springframework.transaction
-
Exception that gets thrown when an invalid isolation level is specified,
i.e.
- InvalidIsolationLevelException(String) - Constructor for exception org.springframework.transaction.InvalidIsolationLevelException
-
Constructor for InvalidIsolationLevelException.
- InvalidMediaTypeException - Exception in org.springframework.http
-
- InvalidMediaTypeException(String, String) - Constructor for exception org.springframework.http.InvalidMediaTypeException
-
Create a new InvalidMediaTypeException for the given media type.
- InvalidMediaTypeException(InvalidMimeTypeException) - Constructor for exception org.springframework.http.InvalidMediaTypeException
-
- InvalidMetadataException - Exception in org.springframework.jmx.export.metadata
-
Thrown by the JmxAttributeSource
when it encounters
incorrect metadata on a managed resource or one of its methods.
- InvalidMetadataException(String) - Constructor for exception org.springframework.jmx.export.metadata.InvalidMetadataException
-
Create a new InvalidMetadataException
with the supplied
error message.
- InvalidMimeTypeException - Exception in org.springframework.util
-
- InvalidMimeTypeException(String, String) - Constructor for exception org.springframework.util.InvalidMimeTypeException
-
Create a new InvalidContentTypeException for the given content type.
- InvalidPropertyException - Exception in org.springframework.beans
-
Exception thrown when referring to an invalid bean property.
- InvalidPropertyException(Class<?>, String, String) - Constructor for exception org.springframework.beans.InvalidPropertyException
-
Create a new InvalidPropertyException.
- InvalidPropertyException(Class<?>, String, String, Throwable) - Constructor for exception org.springframework.beans.InvalidPropertyException
-
Create a new InvalidPropertyException.
- invalidResultSetAccessCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
-
- InvalidResultSetAccessException - Exception in org.springframework.jca.cci
-
Exception thrown when a ResultSet has been accessed in an invalid fashion.
- InvalidResultSetAccessException(String, SQLException) - Constructor for exception org.springframework.jca.cci.InvalidResultSetAccessException
-
Constructor for InvalidResultSetAccessException.
- InvalidResultSetAccessException - Exception in org.springframework.jdbc
-
Exception thrown when a ResultSet has been accessed in an invalid fashion.
- InvalidResultSetAccessException(String, String, SQLException) - Constructor for exception org.springframework.jdbc.InvalidResultSetAccessException
-
Constructor for InvalidResultSetAccessException.
- InvalidResultSetAccessException(SQLException) - Constructor for exception org.springframework.jdbc.InvalidResultSetAccessException
-
Constructor for InvalidResultSetAccessException.
- InvalidSelectorException - Exception in org.springframework.jms
-
Runtime exception mirroring the JMS InvalidSelectorException.
- InvalidSelectorException(javax.jms.InvalidSelectorException) - Constructor for exception org.springframework.jms.InvalidSelectorException
-
- InvalidTimeoutException - Exception in org.springframework.transaction
-
Exception that gets thrown when an invalid timeout is specified,
that is, the specified timeout valid is out of range or the
transaction manager implementation doesn't support timeouts.
- InvalidTimeoutException(String, int) - Constructor for exception org.springframework.transaction.InvalidTimeoutException
-
Constructor for InvalidTimeoutException.
- InvertibleComparator<T> - Class in org.springframework.util.comparator
-
A decorator for a comparator, with an "ascending" flag denoting
whether comparison results should be treated in forward (standard
ascending) order or flipped for reverse (descending) order.
- InvertibleComparator(Comparator<T>) - Constructor for class org.springframework.util.comparator.InvertibleComparator
-
Create an InvertibleComparator that sorts ascending by default.
- InvertibleComparator(Comparator<T>, boolean) - Constructor for class org.springframework.util.comparator.InvertibleComparator
-
Create an InvertibleComparator that sorts based on the provided order.
- invertOrder() - Method in class org.springframework.util.comparator.CompoundComparator
-
Invert the sort order of each sort definition contained by this compound
comparator.
- invertOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
-
Invert the sort order of the sort definition at the specified index.
- invertOrder() - Method in class org.springframework.util.comparator.InvertibleComparator
-
Invert the sort order: ascending -> descending or
descending -> ascending.
- invocableClone() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
This implementation returns a shallow copy of this invocation object,
including an independent copy of the original arguments array.
- invocableClone(Object...) - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
This implementation returns a shallow copy of this invocation object,
using the given arguments array for the clone.
- invocableClone() - Method in interface org.springframework.aop.ProxyMethodInvocation
-
Create a clone of this object.
- invocableClone(Object...) - Method in interface org.springframework.aop.ProxyMethodInvocation
-
Create a clone of this object.
- InvocableHandlerMethod - Class in org.springframework.messaging.handler.invocation
-
Provides a method for invoking the handler method for a given message after resolving its
method argument values through registered
HandlerMethodArgumentResolver
s.
- InvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
Create an instance from a HandlerMethod
.
- InvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
Create an instance from a bean instance and a method.
- InvocableHandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
Construct a new handler method with the given bean instance, method name and parameters.
- InvocableHandlerMethod - Class in org.springframework.web.method.support
-
Provides a method for invoking the handler method for a given request after resolving its
method argument values through registered
HandlerMethodArgumentResolver
s.
- InvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
-
Create an instance from a HandlerMethod
.
- InvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
-
Create an instance from a bean instance and a method.
- InvocableHandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
-
Construct a new handler method with the given bean instance, method name and parameters.
- InvocableHandlerMethod.AsyncResultMethodParameter - Class in org.springframework.messaging.handler.invocation
-
- Invocation - Interface in org.aopalliance.intercept
-
This interface represents an invocation in the program.
- invocation - Static variable in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
-
- invocationCount - Variable in class org.springframework.aop.target.ThreadLocalTargetSource
-
- InvocationFailureException - Exception in org.springframework.jmx.access
-
Thrown when an invocation on an MBean resource failed with an exception (either
a reflection exception or an exception thrown by the target method itself).
- InvocationFailureException(String) - Constructor for exception org.springframework.jmx.access.InvocationFailureException
-
Create a new InvocationFailureException
with the supplied
error message.
- InvocationFailureException(String, Throwable) - Constructor for exception org.springframework.jmx.access.InvocationFailureException
-
Create a new InvocationFailureException
with the
specified error message and root cause.
- invocationHandler - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
-
- invoke(MethodInvocation) - Method in interface org.aopalliance.intercept.MethodInterceptor
-
Implement this method to perform extra treatments before and
after the invocation.
- invoke(MethodInvocation) - Method in class org.springframework.aop.aspectj.AspectJAfterAdvice
-
- invoke(MethodInvocation) - Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
-
- invoke(MethodInvocation) - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
-
- invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.aop.framework.JdkDynamicAopProxy
-
Implementation of InvocationHandler.invoke
.
- invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Determines whether or not logging is enabled for the particular MethodInvocation
.
- invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.AsyncExecutionInterceptor
-
Intercept the given method invocation, submit the actual calling of the method to
the correct task executor and return immediately to the caller.
- invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.DebugInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors.ExposeBeanNameInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors.ExposeBeanNameIntroduction
-
- invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
-
Subclasses may need to override this if they want to perform custom
behaviour in around advice.
- invoke(MethodInvocation) - Method in class org.springframework.aop.support.DelegatingIntroductionInterceptor
-
Subclasses may need to override this if they want to perform custom
behaviour in around advice.
- invoke(Object) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleElement
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.beans.factory.config.AbstractFactoryBean.EarlySingletonInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean.ServiceLocatorInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.beans.factory.support.AutowireUtils.ObjectFactoryDelegatingInvocationHandler
-
- invoke(MethodInvocation) - Method in class org.springframework.cache.interceptor.CacheInterceptor
-
- invoke() - Method in interface org.springframework.cache.interceptor.CacheOperationInvoker
-
Invoke the cache operation defined by this instance.
- invoke(CacheOperationInvocationContext<O>, CacheOperationInvoker) - Method in class org.springframework.cache.jcache.interceptor.AbstractCacheInterceptor
-
- invoke(CacheOperationInvocationContext<CachePutOperation>, CacheOperationInvoker) - Method in class org.springframework.cache.jcache.interceptor.CachePutInterceptor
-
- invoke(CacheOperationInvocationContext<CacheRemoveAllOperation>, CacheOperationInvoker) - Method in class org.springframework.cache.jcache.interceptor.CacheRemoveAllInterceptor
-
- invoke(CacheOperationInvocationContext<CacheRemoveOperation>, CacheOperationInvoker) - Method in class org.springframework.cache.jcache.interceptor.CacheRemoveEntryInterceptor
-
- invoke(CacheOperationInvocationContext<CacheResultOperation>, CacheOperationInvoker) - Method in class org.springframework.cache.jcache.interceptor.CacheResultInterceptor
-
- invoke() - Method in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport.CacheOperationInvokerAdapter
-
- invoke(MethodInvocation) - Method in class org.springframework.cache.jcache.interceptor.JCacheInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.context.event.EventPublicationInterceptor
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.core.SerializableTypeWrapper.TypeProxyInvocationHandler
-
- invoke(MethodInvocation) - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.instrument.classloading.jboss.JBossMCTranslatorAdapter
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.instrument.classloading.weblogic.WebLogicClassPreProcessorAdapter
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.instrument.classloading.websphere.WebSphereClassPreDefinePlugin
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory.CloseSuppressingInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy.TransactionAwareInvocationHandler
-
- invoke(MethodInvocation) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory.GenericMessageEndpoint
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.jdbc.core.JdbcTemplate.CloseSuppressingInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource.CloseSuppressingInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy.TransactionAwareInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.jms.connection.CachedMessageProducer.Jms2MessageProducerInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.jms.connection.SingleConnectionFactory.SharedConnectionInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy.CloseSuppressingSessionInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy.TransactionAwareConnectionInvocationHandler
-
- invoke(MethodInvocation) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Route the invocation to the configured managed resource..
- invoke(String, Object[], String[]) - Method in class org.springframework.jmx.export.SpringModelMBean
-
Switches the context ClassLoader
for the
managed resources ClassLoader
before allowing the invocation to occur.
- invoke(MethodInvocation) - Method in class org.springframework.jndi.JndiObjectFactoryBean.JndiContextExposingInterceptor
-
- invoke(Message<?>, Object...) - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
Invoke the method after resolving its argument values in the context of the given message.
- invoke(List<Runnable>) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession.ReceiptHandler
-
- invoke(MethodInvocation) - Method in class org.springframework.orm.hibernate3.HibernateInterceptor
-
Deprecated.
- invoke(Object, Method, Object[]) - Method in class org.springframework.orm.hibernate3.HibernateTemplate.CloseSuppressingInvocationHandler
-
Deprecated.
- invoke(MethodInvocation) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInterceptor
-
Deprecated.
- invoke(Object, Method, Object[]) - Method in class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.orm.hibernate4.HibernateTemplate.CloseSuppressingInvocationHandler
-
- invoke(MethodInvocation) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInterceptor
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.orm.hibernate5.HibernateTemplate.CloseSuppressingInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder.BootstrapSessionFactoryInvocationHandler
-
- invoke(MethodInvocation) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInterceptor
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean.PersistenceManagerInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy.PersistenceManagerFactoryInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy.PersistenceManagerInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.ManagedEntityManagerFactoryInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.orm.jpa.SharedEntityManagerCreator.DeferredQueryInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.orm.jpa.SharedEntityManagerCreator.SharedEntityManagerInvocationHandler
-
- invoke(MethodInvocation) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Deprecated.
- invoke(InputStream, OutputStream) - Method in class org.springframework.remoting.caucho.BurlapExporter
-
Deprecated.
Perform an invocation on the exported object.
- invoke(MethodInvocation) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
- invoke(InputStream, OutputStream) - Method in class org.springframework.remoting.caucho.HessianExporter
-
Perform an invocation on the exported object.
- invoke(MethodInvocation) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
- invoke(RemoteInvocation, Object) - Method in class org.springframework.remoting.rmi.RmiBasedExporter
-
Redefined here to be visible to RmiInvocationWrapper.
- invoke(MethodInvocation) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
-
Fetches an RMI stub and delegates to doInvoke
.
- invoke(RemoteInvocation) - Method in interface org.springframework.remoting.rmi.RmiInvocationHandler
-
Apply the given invocation to the target object.
- invoke(RemoteInvocation) - Method in class org.springframework.remoting.rmi.RmiInvocationWrapper
-
Delegates the actual invocation handling to the RMI exporter.
- invoke(RemoteInvocation, Object) - Method in class org.springframework.remoting.support.DefaultRemoteInvocationExecutor
-
- invoke(Object) - Method in class org.springframework.remoting.support.RemoteInvocation
-
Perform this invocation on the given target object.
- invoke(RemoteInvocation, Object) - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
-
Apply the given remote invocation to the given target object.
- invoke(RemoteInvocation, Object) - Method in interface org.springframework.remoting.support.RemoteInvocationExecutor
-
Perform this invocation on the given target object.
- invoke(MethodInvocation) - Method in class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.scripting.bsh.BshScriptUtils.BshObjectInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
-
Deprecated.
- invoke(MethodInvocation) - Method in class org.springframework.transaction.interceptor.TransactionInterceptor
-
- invoke() - Method in class org.springframework.util.MethodInvoker
-
Invoke the specified method.
- invoke(MethodInvocation) - Method in class org.springframework.validation.beanvalidation.MethodValidationInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.ControllerMethodInvocationInterceptor
-
- INVOKE_EQUALS - Static variable in class org.springframework.aop.framework.CglibAopProxy
-
- INVOKE_HASHCODE - Static variable in class org.springframework.aop.framework.CglibAopProxy
-
- INVOKE_TARGET - Static variable in class org.springframework.aop.framework.CglibAopProxy
-
- invokeAdviceMethod(JoinPointMatch, Object, Throwable) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Invoke the advice method.
- invokeAdviceMethod(JoinPoint, JoinPointMatch, Object, Throwable) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- invokeAdviceMethodWithGivenArgs(Object[]) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- invokeAfterCommit(List<TransactionSynchronization>) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
-
Actually invoke the afterCommit
methods of the
given Spring TransactionSynchronization objects.
- invokeAfterCompletion(List<TransactionSynchronization>, int) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Actually invoke the afterCompletion
methods of the
given Spring TransactionSynchronization objects.
- invokeAfterCompletion(List<TransactionSynchronization>, int) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
-
Actually invoke the afterCompletion
methods of the
given Spring TransactionSynchronization objects.
- invokeAndCreateResult(RemoteInvocation, Object) - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
-
Apply the given remote invocation to the given target object, wrapping
the invocation result in a serializable RemoteInvocationResult object.
- invokeAndHandle(ServletWebRequest, ModelAndViewContainer, Object...) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
- invokeApplicationContextInitializers(ConfigurableApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractContextLoader
-
- invokeAttribute(PropertyDescriptor, MethodInvocation) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
- invokeAwareInterfaces(Object) - Method in class org.springframework.context.support.ApplicationContextAwareProcessor
-
- invokeAwareMethods(String, Object) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
- invokeAwareMethods(Object, Environment, ResourceLoader, BeanDefinitionRegistry) - Static method in class org.springframework.context.annotation.ParserStrategyUtils
-
- invokeBeanDefiningClosure(Closure) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
When a method argument is only a closure it is a set of bean definitions.
- invokeBeanDefiningMethod(String, Object[]) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
This method is called when a bean definition node is called.
- invokeBeanDefinitionRegistryPostProcessors(Collection<? extends BeanDefinitionRegistryPostProcessor>, BeanDefinitionRegistry) - Static method in class org.springframework.context.support.PostProcessorRegistrationDelegate
-
Invoke the given BeanDefinitionRegistryPostProcessor beans.
- invokeBeanFactoryPostProcessors(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Instantiate and invoke all registered BeanFactoryPostProcessor beans,
respecting explicit order if given.
- invokeBeanFactoryPostProcessors(ConfigurableListableBeanFactory, List<BeanFactoryPostProcessor>) - Static method in class org.springframework.context.support.PostProcessorRegistrationDelegate
-
- invokeBeanFactoryPostProcessors(Collection<? extends BeanFactoryPostProcessor>, ConfigurableListableBeanFactory) - Static method in class org.springframework.context.support.PostProcessorRegistrationDelegate
-
Invoke the given BeanFactoryPostProcessor beans.
- invokeConverter(GenericConverter, Object, TypeDescriptor, TypeDescriptor) - Static method in class org.springframework.core.convert.support.ConversionUtils
-
- invokeCustomDestroyMethod(Method) - Method in class org.springframework.beans.factory.support.DisposableBeanAdapter
-
Invoke the specified custom destroy method on the given bean.
- invokeCustomInitMethod(String, Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Invoke the specified custom init method on the given bean.
- invokeDelegate(Filter, ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Actually invoke the delegate Filter with the given request and response.
- invokeDestroyMethods(Object, String) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
-
- invokeDisposableBean - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
-
- INVOKEDYNAMIC - Static variable in interface org.springframework.asm.Opcodes
-
- invokeErrorHandler(Throwable) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Invoke the registered ErrorHandler, if any.
- invokeExceptionListener(JMSException) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Invoke the registered JMS ExceptionListener, if any.
- invokeForRequest(NativeWebRequest, ModelAndViewContainer, Object...) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Invoke the method after resolving its argument values in the context of the given request.
- invokeGetterMethod(Object, String) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Invoke the getter method with the given name
on the supplied
target object with the supplied value
.
- invokeHandler(javax.jms.Message, Session, Message<?>) - Method in class org.springframework.jms.listener.adapter.MessagingMessageListenerAdapter
-
- invokeHandler(StompFrameHandler, Message<byte[]>, StompHeaders) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- invokeHandlerMethod(MethodInvocation, Throwable, Method) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
-
- invokeHandlerMethod(Method, Object, NativeWebRequest, ExtendedModelMap) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- invokeHandlerMethod(PortletRequest, PortletResponse, Object, ExtendedModelMap) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
- invokeHandlerMethod(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
- invokeHandlerMethod(HttpServletRequest, HttpServletResponse, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- invokeInContext(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
Fetches an EJB home object and delegates to doInvoke
.
- invokeInContext(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Perform the given invocation on the current EJB home,
within the thread context being prepared accordingly.
- invokeInContext(MethodInvocation) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
-
This implementation "creates" a new EJB instance for each invocation.
- invokeInitMethods(Object, String) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
-
- invokeInitMethods(String, Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Give a bean a chance to react now all its properties are set,
and a chance to know about its owning bean factory (this object).
- INVOKEINTERFACE - Static variable in interface org.springframework.asm.Opcodes
-
- invokeJdbcMethod(Method, Object) - Static method in class org.springframework.util.ReflectionUtils
-
Invoke the specified JDBC API Method
against the supplied target
object with no arguments.
- invokeJdbcMethod(Method, Object, Object...) - Static method in class org.springframework.util.ReflectionUtils
-
Invoke the specified JDBC API Method
against the supplied target
object with the supplied arguments.
- invokeJoinpoint() - Method in class org.springframework.aop.framework.CglibAopProxy.CglibMethodInvocation
-
Gives a marginal performance improvement versus using reflection to
invoke the target when invoking public methods.
- invokeJoinpoint() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
Invoke the joinpoint using reflection.
- invokeJoinpointUsingReflection(Object, Method, Object[]) - Static method in class org.springframework.aop.support.AopUtils
-
Invoke the given target via reflection, as part of an AOP method invocation.
- invokeListener(ApplicationListener<?>, ApplicationEvent) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
-
Invoke the given listener with the given event.
- invokeListener(Session, Message) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Invoke the specified listener: either as standard JMS MessageListener
or (preferably) as Spring SessionAwareMessageListener.
- invokeListener() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
-
- invokeListenerMethod(String, Object[]) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
Invoke the specified listener method.
- invokeMethod(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference.GroovyPropertyValue
-
- invokeMethod(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference
-
- invokeMethod(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
This method overrides method invocation to create beans for each method name that
takes a class argument.
- invokeMethod(String, Object) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
-
- invokeMethod(Object, String, Object...) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Invoke the method with the given name
on the supplied target
object with the supplied arguments.
- invokeMethod(Method, Object) - Static method in class org.springframework.util.ReflectionUtils
-
Invoke the specified Method
against the supplied target object with no arguments.
- invokeMethod(Method, Object, Object...) - Static method in class org.springframework.util.ReflectionUtils
-
Invoke the specified Method
against the supplied target object with the
supplied arguments.
- invokeMethod(String, Object) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
-
- invokeModelAttributeMethods(NativeWebRequest, ModelAndViewContainer) - Method in class org.springframework.web.method.annotation.ModelFactory
-
Invoke model attribute methods to populate the model.
- invokeNamedMethod(String, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
Invokes the named method.
- invokeOperation(CacheOperationInvoker) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Execute the underlying operation (typically in case of cache miss) and return
the result of the invocation.
- invokeOperation(CacheOperationInvoker) - Method in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
-
Execute the underlying operation (typically in case of cache miss) and return
the result of the invocation.
- invokeOperation(Method, Object[]) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Routes a method invocation (not a property get/set) to the corresponding
operation on the managed resource.
- invokeProxyMethod(Method, Object[]) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Delegate an incoming invocation from the proxy, dispatching to EntityManagerFactoryInfo
or the native EntityManagerFactory accordingly.
- invokeRemoteMethod(MethodInvocation, Object) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
-
Perform a raw method invocation on the given RMI stub,
letting reflection exceptions through as-is.
- InvokerPair(Member, TypeDescriptor) - Constructor for class org.springframework.expression.spel.support.ReflectivePropertyAccessor.InvokerPair
-
- invokeServiceLocatorMethod(Method, Object[]) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean.ServiceLocatorInvocationHandler
-
- invokeSetterMethod(Object, String, Object) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Invoke the setter method with the given name
on the supplied
target object with the supplied value
.
- invokeSetterMethod(Object, String, Object, Class<?>) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Invoke the setter method with the given name
on the supplied
target object with the supplied value
.
- INVOKESPECIAL - Static variable in interface org.springframework.asm.Opcodes
-
- INVOKESTATIC - Static variable in interface org.springframework.asm.Opcodes
-
- invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Subclasses must override this method to perform any tracing around the
supplied MethodInvocation
.
- invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
Writes a log message before the invocation based on the value of enterMessage
.
- invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
-
Wraps the invocation with a JAMon Monitor and writes the current
performance statistics to the log (if enabled).
- invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.PerformanceMonitorInterceptor
-
- invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.SimpleTraceInterceptor
-
- invokeValidator(Validator, Object, Errors) - Static method in class org.springframework.validation.ValidationUtils
-
- invokeValidator(Validator, Object, Errors, Object...) - Static method in class org.springframework.validation.ValidationUtils
-
- invokeVfsMethod(Method, Object, Object...) - Static method in class org.springframework.core.io.VfsUtils
-
- INVOKEVIRTUAL - Static variable in interface org.springframework.asm.Opcodes
-
- invokeWithinTransaction(Method, Class<?>, TransactionAspectSupport.InvocationCallback) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
General delegate for around-advice-based subclasses, delegating to several other template
methods on this class.
- invokeWithinValidation(MethodInvocation, Validator, Class<?>[]) - Static method in class org.springframework.validation.beanvalidation.MethodValidationInterceptor.HibernateValidatorDelegate
-
- invokeWithTargetException() - Method in class org.springframework.beans.factory.config.MethodInvokingBean
-
Perform the invocation and convert InvocationTargetException
into the underlying target exception.
- IOR - Static variable in interface org.springframework.asm.Opcodes
-
- ipanns - Variable in class org.springframework.asm.MethodWriter
-
The runtime invisible parameter annotations of this method.
- IREM - Static variable in interface org.springframework.asm.Opcodes
-
- IRETURN - Static variable in interface org.springframework.asm.Opcodes
-
- is(<any>) - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code with the given Hamcrest Matcher
.
- is - Variable in class org.springframework.web.util.ContentCachingRequestWrapper.ContentCachingInputStream
-
- is1xxInformational() - Method in enum org.springframework.http.HttpStatus
-
- is1xxInformational() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is in the 1xx range.
- is2xxSuccessful() - Method in enum org.springframework.http.HttpStatus
-
- is2xxSuccessful() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is in the 2xx range.
- is3xxRedirection() - Method in enum org.springframework.http.HttpStatus
-
- is3xxRedirection() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is in the 3xx range.
- is4xxClientError() - Method in enum org.springframework.http.HttpStatus
-
- is4xxClientError() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is in the 4xx range.
- is5xxServerError() - Method in enum org.springframework.http.HttpStatus
-
- is5xxServerError() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is in the 5xx range.
- IS_ALPHA - Static variable in class org.springframework.expression.spel.standard.Tokenizer
-
- IS_DIGIT - Static variable in class org.springframework.expression.spel.standard.Tokenizer
-
- IS_HEXDIGIT - Static variable in class org.springframework.expression.spel.standard.Tokenizer
-
- IS_STANDALONE_FEATURE_NAME - Static variable in class org.springframework.util.xml.AbstractStaxXMLReader
-
- isAbstract() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return whether this bean is "abstract", that is, not meant to be instantiated.
- isAbstract() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether this bean is "abstract", i.e.
- isAbstract() - Method in interface org.springframework.core.type.ClassMetadata
-
Return whether the underlying class is marked as abstract.
- isAbstract - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- isAbstract() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- isAbstract() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
-
- isAbstract() - Method in interface org.springframework.core.type.MethodMetadata
-
Return whether the underlying method is effectively abstract:
i.e.
- isAbstract() - Method in class org.springframework.core.type.StandardClassMetadata
-
- isAbstract() - Method in class org.springframework.core.type.StandardMethodMetadata
-
- isAccepted() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.ACCEPTED
(202).
- isAcceptGzipEncoding() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Return whether to accept GZIP encoding, that is, whether to
send the HTTP "Accept-Encoding" header with "gzip" as value.
- isAcceptMessagesWhileStopping() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return whether to accept received messages while the listener container
in the process of stopping.
- isAcceptProxyClasses() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
Return whether to accept deserialization of proxy classes.
- isAccessCallParameterMetaData() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Check whether call parameter metadata should be accessed.
- isAccessTableColumnMetaData() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Are we accessing table meta data?
- isActivated(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
-
- isActive() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
-
Subclasses can call this to check whether any AOP proxies have been created yet.
- isActive() - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Determine whether this application context is active, that is,
whether it has been refreshed at least once and has not been closed yet.
- isActive() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- isActive() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Return whether this container is currently active,
that is, whether it has been set up but not shut down yet.
- isActive() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Return whether this request is still active (that is, not completed yet).
- isActive() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
Return whether this request is still active (that is, not completed yet).
- isActive() - Static method in class org.springframework.test.context.transaction.TestTransaction
-
Determine whether a test-managed transaction is currently active.
- isActive() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- isActive() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
Polling and Streaming sessions periodically close the current HTTP request and
wait for the next request to come through.
- isActive() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- isActuallyInCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- isActuallyInCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
- isActualTransactionActive() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Return whether there currently is an actual transaction active.
- isAdviceInstantiated() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
- isAdviceInstantiated() - Method in interface org.springframework.aop.aspectj.InstantiationModelAwarePointcutAdvisor
-
Return whether this advisor has already instantiated its advice.
- isAdviceNode(Node, ParserContext) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
-
Return true
if the supplied node describes an advice type.
- isAfterAdvice - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
- isAfterAdvice() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
- isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterAdvice
-
- isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
-
- isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
-
- isAfterAdvice(Advisor) - Static method in class org.springframework.aop.aspectj.AspectJAopUtils
-
Return true
if the advisor is a form of after advice.
- isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
-
- isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
-
- isAfterAdvice() - Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
-
Return whether this is an after advice.
- isAfterLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- isAfterLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve whether the cursor is after the last row of this row set.
- isAlias(String) - Method in class org.springframework.context.support.GenericApplicationContext
-
- isAlias(String) - Method in interface org.springframework.core.AliasRegistry
-
Determine whether this given name is defines as an alias
(as opposed to the name of an actually registered component).
- isAlias(String) - Method in class org.springframework.core.SimpleAliasRegistry
-
- isAliasFor(AnnotationUtils.AliasDescriptor) - Method in class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
-
Determine if this descriptor and the supplied descriptor both
effectively represent aliases for the same attribute in the same
target annotation, either explicitly or implicitly.
- isAliasPair - Variable in class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
-
- isAllowBeanDefinitionOverriding() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Return whether it should be allowed to override bean definitions by registering
a different definition with the same name, automatically replacing the former.
- isAllowCreate() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
Return if a new Session should be created if no thread-bound found.
- isAllowCreate() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
-
Return whether the PersistenceManagerFactory proxy is allowed to create
a non-transactional PersistenceManager when no transactional
PersistenceManager can be found for the current thread.
- isAllowCreate() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
-
Return whether the PersistenceManagerFactory proxy is allowed to create
a non-transactional PersistenceManager when no transactional
PersistenceManager can be found for the current thread.
- isAllowEagerClassLoading() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Return whether the factory is allowed to eagerly load bean classes
even for bean definitions that are marked as "lazy-init".
- isAllowed(String) - Method in class org.springframework.validation.DataBinder
-
Return if the given field is allowed for binding.
- isAllowed(int) - Method in enum org.springframework.web.util.HierarchicalUriComponents.Type
-
Indicates whether the given character is allowed in this URI component.
- isAllowNullValues() - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Return whether this cache manager accepts and converts null
values
for all of its caches.
- isAllowNullValues() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Return whether this cache manager accepts and converts null
values
for all of its caches.
- isAllowNullValues() - Method in class org.springframework.cache.guava.GuavaCacheManager
-
Return whether this cache manager accepts and converts null
values
for all of its caches.
- isAllowNullValues() - Method in class org.springframework.cache.jcache.JCacheCacheManager
-
Return whether this cache manager accepts and converts null
values
for all of its caches.
- isAllowNullValues() - Method in class org.springframework.cache.support.AbstractValueAdaptingCache
-
Return whether null
values are allowed in this cache.
- isAlpha(int) - Method in enum org.springframework.web.util.HierarchicalUriComponents.Type
-
Indicates whether the given character is in the ALPHA
set.
- isAlphabetic(char) - Method in class org.springframework.expression.spel.standard.Tokenizer
-
- isAlreadyReported() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.ALREADY_REPORTED
(208).
- isAlwaysInvoked() - Method in class org.springframework.cache.jcache.interceptor.CacheResultOperation
-
Specify if the method should always be invoked regardless of a cache hit.
- isAlwaysMustRevalidate() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
- isAlwaysUseMessageFormat() - Method in class org.springframework.context.support.MessageSourceSupport
-
Return whether to always apply the MessageFormat rules, parsing even
messages without arguments.
- isAlwaysUseNewSession() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
Return whether to always use a new Hibernate Session for this template.
- isAnnotated(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Determine if an annotation of the specified annotationType
is present on the supplied AnnotatedElement
or
within the annotation hierarchy above the specified element.
- isAnnotated(AnnotatedElement, String) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Determine if an annotation of the specified annotationName
is
present on the supplied AnnotatedElement
or within the
annotation hierarchy above the specified element.
- isAnnotated(String) - Method in interface org.springframework.core.type.AnnotatedTypeMetadata
-
Determine whether the underlying element has an annotation or meta-annotation
of the given type defined.
- isAnnotated(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
-
- isAnnotated(String) - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
-
- isAnnotated(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
-
- isAnnotated(String) - Method in class org.springframework.core.type.StandardMethodMetadata
-
- isAnnotatedWithWebAppConfiguration(Class<?>) - Static method in class org.springframework.test.context.web.socket.MockServerContainerContextCustomizerFactory
-
- isAnnotation() - Method in interface org.springframework.core.type.ClassMetadata
-
Return whether the underlying class represents an annotation.
- isAnnotation - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- isAnnotation() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- isAnnotation() - Method in class org.springframework.core.type.StandardClassMetadata
-
- isAnnotationDeclaredLocally(Class<? extends Annotation>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Determine whether an annotation of the specified annotationType
is declared locally (i.e., directly present) on the supplied
clazz
.
- isAnnotationInherited(Class<? extends Annotation>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Determine whether an annotation of the specified annotationType
is present on the supplied clazz
and is
inherited (i.e., not
directly present).
- isAnnotationMetaPresent(Class<? extends Annotation>, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Determine if an annotation of type metaAnnotationType
is
meta-present on the supplied annotationType
.
- isAnnotationPresent(Class<? extends Annotation>) - Method in class org.springframework.core.convert.TypeDescriptor.AnnotatedElementAdapter
-
- isAnnotationTypeMethod(Method) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Determine if the supplied method is an "annotationType" method.
- isAopProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
-
Check whether the given object is a JDK dynamic proxy or a CGLIB proxy.
- isApplicable(Member, Class<?>) - Static method in class org.springframework.core.convert.support.ObjectToObjectConverter
-
- isApplicableToBeanType(Class<?>) - Method in interface org.springframework.messaging.handler.MessagingAdviceBean
-
- isApplicableToBeanType(Class<?>) - Method in class org.springframework.web.method.ControllerAdviceBean
-
Check whether the given bean type should be assisted by this
@ControllerAdvice
instance.
- isApplicableToBeanType(Class<?>) - Method in class org.springframework.web.socket.messaging.WebSocketAnnotationMethodMessageHandler.MessagingControllerAdviceBean
-
- isApproximableCollectionType(Class<?>) - Static method in class org.springframework.core.CollectionFactory
-
Determine whether the given collection type is an approximable type,
i.e.
- isApproximableMapType(Class<?>) - Static method in class org.springframework.core.CollectionFactory
-
Determine whether the given map type is an approximable type,
i.e.
- isArray() - Method in class org.springframework.core.convert.TypeDescriptor
-
Is this type an array type?
- isArray() - Method in class org.springframework.core.ResolvableType
-
Return true
if this type resolves to a Class that represents an array.
- isArray() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and
assert that the result is an array.
- isArray() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and
assert that the result is an array.
- isArray(Object) - Static method in class org.springframework.util.ObjectUtils
-
Determine whether the given object is an array:
either an Object array or a primitive array.
- isArrayConstructor - Variable in class org.springframework.expression.spel.ast.ConstructorReference
-
- isAscending() - Method in class org.springframework.beans.support.MutableSortDefinition
-
- isAscending() - Method in interface org.springframework.beans.support.SortDefinition
-
Return whether to sort ascending (true) or descending (false).
- isAscending() - Method in class org.springframework.util.comparator.InvertibleComparator
-
Return the sort order: ascending (true) or descending (false).
- isAspect(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
-
We consider something to be an AspectJ aspect suitable for use by the Spring AOP system
if it has the @Aspect annotation, and was not compiled by ajc.
- isAspect(Class<?>) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
-
Determine whether or not the given class is an aspect, as reported
by AspectJ's org.aspectj.lang.reflect.AjTypeSystem
.
- isAspectJAdvice(Advisor) - Static method in class org.springframework.aop.aspectj.AspectJProxyUtils
-
Determine whether the given Advisor contains an AspectJ advice.
- isAspectJWeavingEnabled(String, ParserContext) - Method in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
-
- isAspectMaterialized() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut
-
- isAssignable(Class<?>) - Method in class org.springframework.context.annotation.ConfigurationClassParser.SourceClass
-
- isAssignable(ResolvableType, ResolvableType) - Method in class org.springframework.core.ResolvableType.WildcardBounds
-
- isAssignable(Class<?>, Class<?>, String) - Static method in class org.springframework.util.Assert
-
Assert that superType.isAssignableFrom(subType)
is true
.
- isAssignable(Class<?>, Class<?>) - Static method in class org.springframework.util.Assert
-
Assert that superType.isAssignableFrom(subType)
is true
.
- isAssignable(Class<?>, Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Check if the right-hand side type may be assigned to the left-hand side
type, assuming setting by reflection.
- isAssignable(Type, Type) - Static method in class org.springframework.util.TypeUtils
-
Check if the right-hand side type may be assigned to the left-hand side
type following the Java generics rules.
- isAssignable(ParameterizedType, ParameterizedType) - Static method in class org.springframework.util.TypeUtils
-
- isAssignable(WildcardType, Type) - Static method in class org.springframework.util.TypeUtils
-
- isAssignableBound(Type, Type) - Static method in class org.springframework.util.TypeUtils
-
- isAssignableFrom(Class<?>) - Method in class org.springframework.core.ResolvableType
-
Determine whether this ResolvableType
is assignable from the
specified other type.
- isAssignableFrom(ResolvableType) - Method in class org.springframework.core.ResolvableType
-
Determine whether this ResolvableType
is assignable from the
specified other type.
- isAssignableFrom(ResolvableType, Map<Type, Type>) - Method in class org.springframework.core.ResolvableType
-
- isAssignableFrom(ResolvableType...) - Method in class org.springframework.core.ResolvableType.WildcardBounds
-
Return true
if this bounds is assignable to all the specified types.
- isAssignableTo(TypeDescriptor) - Method in class org.springframework.core.convert.TypeDescriptor
-
Returns true if an object of this type descriptor can be assigned to the location
described by the given type descriptor.
- isAssignableValue(Class<?>, Object) - Static method in class org.springframework.util.ClassUtils
-
Determine if the given type is assignable from the given value,
assuming setting by reflection.
- isAsyncComplete() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
-
Whether asynchronous processing has completed.
- isAsyncComplete() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
-
- isAsyncComplete() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
Whether async request processing has completed.
- isAsyncDispatch(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
-
The dispatcher type javax.servlet.DispatcherType.ASYNC
introduced
in Servlet 3.0 means a filter can be invoked in more than one thread over
the course of a single request.
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.messaging.handler.invocation.AbstractAsyncReturnValueHandler
-
- isAsyncReturnValue(Object, MethodParameter) - Method in interface org.springframework.messaging.handler.invocation.AsyncHandlerMethodReturnValueHandler
-
Whether the return value represents an asynchronous, Future-like type
with success and error callbacks.
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
-
- isAsyncReturnValue(Object, MethodParameter) - Method in interface org.springframework.web.method.support.AsyncHandlerMethodReturnValueHandler
-
Whether the given return value represents asynchronous computation.
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
-
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
-
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.CallableMethodReturnValueHandler
-
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.CompletionStageReturnValueHandler
-
Deprecated.
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
-
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ListenableFutureReturnValueHandler
-
Deprecated.
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
-
- isAsyncStarted() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- isAsyncStarted() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
-
- isAsyncStarted() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
-
- isAsyncStarted() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
- isAsyncStarted(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
-
Whether request processing is in asynchronous mode meaning that the
response will not be committed after the current thread is exited.
- isAsyncSupported() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- isAsyncSupported() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
- isAttributeMethod(Method) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Determine if the supplied method
is an annotation attribute method.
- isAttributeSpecified(int) - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- isAutodetect() - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
-
Return false
if resource mappings were manually configured,
true
otherwise.
- isAutoGrowCollections() - Method in class org.springframework.expression.spel.SpelParserConfiguration
-
- isAutoGrowNestedPaths() - Method in class org.springframework.beans.AbstractPropertyAccessor
-
- isAutoGrowNestedPaths() - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
-
Return whether "auto-growing" of nested paths has been activated.
- isAutoGrowNestedPaths() - Method in class org.springframework.validation.DataBinder
-
Return whether "auto-growing" of nested paths has been activated.
- isAutoGrowNestedPaths() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return whether a binder should attempt to "auto-grow" a nested path that contains a null value.
- isAutoGrowNullReferences() - Method in class org.springframework.expression.spel.SpelParserConfiguration
-
- isAutoReceiptEnabled() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
Whether receipt headers should be automatically added.
- isAutoStartup() - Method in interface org.springframework.context.SmartLifecycle
-
Returns
true
if this
Lifecycle
component should get
started automatically by the container at the time that the containing
ApplicationContext
gets refreshed.
- isAutoStartup() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Return the value for the 'autoStartup' property.
- isAutoStartup() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
-
- isAutoStartup() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
- isAutoStartup() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- isAutoStartup() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- isAutoStartup() - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
- isAutoStartup() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Return whether this scheduler is configured for auto-startup.
- isAutoStartup() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
Return the value for the 'autoStartup' property.
- isAutoStartup() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- isAutoStartup() - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
Return the value for the 'autoStartup' property.
- isAutoStartup() - Method in class org.springframework.web.socket.server.support.WebSocketHandlerMapping
-
- isAutowire() - Method in enum org.springframework.beans.factory.annotation.Autowire
-
Return whether this represents an actual autowiring value.
- isAutowireCandidate(BeanDefinitionHolder, DependencyDescriptor) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
-
Determine whether the provided bean definition is an autowire candidate.
- isAutowireCandidate() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return whether this bean is a candidate for getting autowired into some other bean.
- isAutowireCandidate(String, DependencyDescriptor) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
-
Determine whether the specified bean qualifies as an autowire candidate,
to be injected into other beans which declare a dependency of matching type.
- isAutowireCandidate() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether this bean is a candidate for getting autowired into some other bean.
- isAutowireCandidate(BeanDefinitionHolder, DependencyDescriptor) - Method in interface org.springframework.beans.factory.support.AutowireCandidateResolver
-
Determine whether the given bean definition qualifies as an
autowire candidate for the given dependency.
- isAutowireCandidate(String, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- isAutowireCandidate(String, DependencyDescriptor, AutowireCandidateResolver) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Determine whether the specified bean definition qualifies as an autowire candidate,
to be injected into other beans which declare a dependency of matching type.
- isAutowireCandidate(String, RootBeanDefinition, DependencyDescriptor, AutowireCandidateResolver) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Determine whether the specified bean definition qualifies as an autowire candidate,
to be injected into other beans which declare a dependency of matching type.
- isAutowireCandidate(BeanDefinitionHolder, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver
-
- isAutowireCandidate(BeanDefinitionHolder, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
-
- isAvailable() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
Determine whether the multipart content is still available.
- isBadGateway() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.BAD_GATEWAY
(502).
- isBadRequest() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.BAD_REQUEST
(400).
- isBandwidthLimitExceeded() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.BANDWIDTH_LIMIT_EXCEEDED
(509).
- isBatchExhausted(int) - Method in interface org.springframework.jdbc.core.InterruptibleBatchPreparedStatementSetter
-
Return whether the batch is complete, that is, whether there were no
additional values added during the last setValues
call.
- isBatchExhausted(int) - Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
-
This implementation return this instance's current exhaustion flag.
- isBeanAnnotated(Method) - Static method in class org.springframework.context.annotation.BeanAnnotationHelper
-
- isBeanConfigurerAspectEnabled(ClassLoader) - Method in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
-
- isBeanDefinitionAbstract(ListableBeanFactory, String) - Method in class org.springframework.jmx.export.MBeanExporter
-
Return whether the specified bean definition should be considered as abstract.
- isBeanDefinitionLazyInit(ListableBeanFactory, String) - Method in class org.springframework.jmx.export.MBeanExporter
-
Return whether the specified bean definition should be considered as lazy-init.
- isBeanEligible(String, BeanDefinition, ConfigurableBeanFactory) - Method in class org.springframework.context.support.LiveBeansView
-
Determine whether the specified bean is eligible for inclusion in the
LiveBeansView JSON snapshot.
- isBeanEligibleForMetadataCaching(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Determine whether the specified bean is eligible for having
its bean definition metadata cached.
- isBeanEligibleForMetadataCaching(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Considers all beans as eligible for metadata caching
if the factory's configuration has been marked as frozen.
- isBeanNameInUse(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Determine whether the given bean name is already in use within this factory,
i.e.
- isBeanNameInUse(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
-
Determine whether the given bean name is already in use within this registry,
i.e.
- isBeanNameInUse(String) - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
-
- isBeanNameInUse(String) - Method in class org.springframework.context.support.GenericApplicationContext
-
- isBeforeAdvice - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
- isBeforeAdvice() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
- isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterAdvice
-
- isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
-
- isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
-
- isBeforeAdvice(Advisor) - Static method in class org.springframework.aop.aspectj.AspectJAopUtils
-
Return true
if the advisor is a form of before advice.
- isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
-
- isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
-
- isBeforeAdvice() - Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
-
Return whether this is a before advice.
- isBeforeFirst() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- isBeforeFirst() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve whether the cursor is before the first row of this row set.
- isBeforeInvocation() - Method in class org.springframework.cache.interceptor.CacheEvictOperation
-
- isBetterMatchThan(AnnotationMethodHandlerAdapter.RequestMappingInfo) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
-
- isBindEmptyMultipartFiles() - Method in class org.springframework.web.bind.WebDataBinder
-
Return whether to bind empty MultipartFile parameters.
- isBinderMethodApplicable(HandlerMethod, WebDataBinder) - Method in class org.springframework.web.method.annotation.InitBinderDataBinderFactory
-
Return true
if the given @InitBinder
method should be
invoked to initialize the given WebDataBinder.
- isBindExceptionRequired(WebDataBinder, MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Whether to raise a fatal bind exception on validation errors.
- isBindExceptionRequired(WebDataBinder, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
-
Whether to raise a fatal bind exception on validation errors.
- isBindingCandidate(Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
Determine whether the given value qualifies as a "binding candidate", i.e.
- isBindingCandidate(String, Object) - Method in class org.springframework.web.method.annotation.ModelFactory
-
Whether the given attribute requires a
BindingResult
in the model.
- isBindingDisabled(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether binding is disabled for the given model attribute.
- isBindingFailure() - Method in class org.springframework.validation.FieldError
-
Return whether this error represents a binding failure
(like a type mismatch); otherwise it is a validation failure.
- isBlockTag() - Method in class org.springframework.web.servlet.tags.form.TagWriter.TagStateEntry
-
- isBlockWhenExhausted() - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Specify if the call should block when the pool is exhausted.
- isBodyAllowed() - Method in enum org.springframework.messaging.simp.stomp.StompCommand
-
- isBoolean() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and
assert that the result is a Boolean
.
- isBoolean() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and
assert that the result is a Boolean
.
- isBooleanCompatible(String) - Static method in class org.springframework.expression.spel.CodeFlow
-
- isBridgedCandidateFor(Method, Method) - Static method in class org.springframework.core.BridgeMethodResolver
-
Returns true
if the supplied 'candidateMethod
' can be
consider a validate candidate for the Method
that is bridged
by the supplied bridge Method
.
- isBridgeMethodFor(Method, Method, Class<?>) - Static method in class org.springframework.core.BridgeMethodResolver
-
Determines whether or not the bridge Method
is the bridge for the
supplied candidate Method
.
- isBrokerAvailable() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
Whether the message broker is currently available and able to process messages.
- isBrokerAvailable() - Method in class org.springframework.messaging.simp.broker.BrokerAvailabilityEvent
-
- isCache() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Return if caching is enabled.
- isCacheBeanMetadata() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return whether to cache bean metadata such as given bean definitions
(in merged fashion) and resolved bean classes.
- isCacheBeanMetadata() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- isCacheConsumers() - Method in class org.springframework.jms.connection.CachingConnectionFactory
-
Return whether to cache JMS MessageConsumers per JMS Session instance.
- isCacheProducers() - Method in class org.springframework.jms.connection.CachingConnectionFactory
-
Return whether to cache JMS MessageProducers per JMS Session instance.
- isCacheQueries() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
Return whether to cache all queries executed by this template.
- isCacheQueries() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
Return whether to cache all queries executed by this template.
- isCacheQueries() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Return whether to cache all queries executed by this template.
- isCacheSafe(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Check whether the given class is cache-safe in the given context,
i.e.
- isCacheTemplate() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Deprecated.
Return whether the Velocity template should be cached.
- isCacheUnresolved() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Return if caching of unresolved views is enabled.
- isCacheWide() - Method in class org.springframework.cache.interceptor.CacheEvictOperation
-
- isCancelled() - Method in class org.springframework.messaging.tcp.reactor.AbstractPromiseToListenableFutureAdapter
-
- isCancelled() - Method in class org.springframework.scheduling.annotation.AsyncResult
-
- isCancelled() - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
-
- isCancelled() - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
-
- isCancelled() - Method in class org.springframework.util.concurrent.FutureAdapter
-
- isCancelled() - Method in class org.springframework.util.concurrent.SettableListenableFuture
-
- isCandidateComponent(MetadataReader) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Determine whether the given class does not match any exclude filter
and does match at least one include filter.
- isCandidateComponent(AnnotatedBeanDefinition) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Determine whether the given bean definition qualifies as candidate.
- isCandidateElement(Node) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- isCandidateWriteMethod(Method) - Static method in class org.springframework.beans.ExtendedBeanInfo
-
- isCaseSensitive(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- isCaseSensitive(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Indicate whether the case of the designated column is significant.
- isCaseSensitiveName() - Method in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
-
- isCaseSensitiveName() - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition.HeaderExpression
-
- isCaseSensitiveName() - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition.ParamExpression
-
- isCglibProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
-
Check whether the given object is a CGLIB proxy.
- isCglibProxy(Object) - Static method in class org.springframework.util.ClassUtils
-
Check whether the given object is a CGLIB proxy.
- isCglibProxyClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Check whether the specified class is a CGLIB-generated class.
- isCglibProxyClassName(String) - Static method in class org.springframework.util.ClassUtils
-
Check whether the specified class name is a CGLIB-generated class.
- isCglibRenamedMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
-
Determine whether the given method is a CGLIB 'renamed' method,
following the pattern "CGLIB$methodName$0".
- isChainedImportOnStack(ConfigurationClass) - Method in class org.springframework.context.annotation.ConfigurationClassParser
-
- isChar(char, char) - Method in class org.springframework.expression.spel.standard.Tokenizer
-
- isCharacters() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
-
- isCharset() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Return whether the character encoding has been set.
- isCheckedException(Throwable) - Static method in class org.springframework.util.ObjectUtils
-
Return whether the given throwable is a checked exception:
that is, neither a RuntimeException nor an Error.
- isCheckFullyPopulated() - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Return whether we're strictly validating that all bean properties have been
mapped from corresponding database fields.
- isCheckpoint() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.CHECKPOINT
(103).
- isCheckWriteOperations() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
Return whether to check that the Hibernate Session is not in read-only
mode in case of write operations (save/update/delete).
- isCheckWriteOperations() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
Return whether to check that the Hibernate Session is not in read-only
mode in case of write operations (save/update/delete).
- isCheckWriteOperations() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Return whether to check that the Hibernate Session is not in read-only
mode in case of write operations (save/update/delete).
- isChunked() - Method in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity
-
- isClassLoaderAccepted(ClassLoader) - Static method in class org.springframework.beans.CachedIntrospectionResults
-
Check whether this CachedIntrospectionResults class is configured
to accept the given ClassLoader.
- isClassReloadable(Class<?>) - Method in class org.springframework.context.support.ContextTypeMatchClassLoader
-
- isClassReloadable(Class<?>) - Method in interface org.springframework.core.SmartClassLoader
-
Determine whether the given class is reloadable (in this ClassLoader).
- isClientAcknowledge(Session) - Method in class org.springframework.jms.support.JmsAccessor
-
Determine whether the given Session is in client acknowledge mode.
- isClosed() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- isCloseMatch() - Method in class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
-
- isCodeAttribute() - Method in class org.springframework.asm.Attribute
-
Returns true if this type of attribute is a code attribute.
- isCollection() - Method in class org.springframework.core.convert.TypeDescriptor
-
Is this type a Collection
type?
- isCommitted() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- isCommitted() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- isCompatible(BeanDefinition, BeanDefinition) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Determine whether the given new bean definition is compatible with
the given existing bean definition.
- isCompatibleWith(MediaType) - Method in class org.springframework.http.MediaType
-
Indicate whether this MediaType
is compatible with the given media type.
- isCompatibleWith(MimeType) - Method in class org.springframework.util.MimeType
-
Indicate whether this MediaType
is compatible with the given media type.
- isCompatibleWithThrowsClause(Throwable, Class<?>...) - Static method in class org.springframework.util.ObjectUtils
-
Check whether the given exception is compatible with the specified
exception types, as declared in a throws clause.
- isCompilable() - Method in class org.springframework.context.expression.MapAccessor
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.BooleanLiteral
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.CompoundExpression
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.ConstructorReference
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.Elvis
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.FloatLiteral
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.FunctionReference
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.Indexer
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.InlineList
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.IntLiteral
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.LongLiteral
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.MethodReference
-
A method reference is compilable if it has been resolved to a reflectively accessible method
and the child nodes (arguments to the method) are also compilable.
- isCompilable() - Method in class org.springframework.expression.spel.ast.NullLiteral
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpAnd
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpDivide
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpEQ
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.OperatorInstanceof
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.OperatorNot
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpGE
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpGT
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpLE
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpLT
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpMinus
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpModulus
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpMultiply
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpNE
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpOr
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpPlus
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.RealLiteral
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
Check whether a node can be compiled to bytecode.
- isCompilable() - Method in class org.springframework.expression.spel.ast.StringLiteral
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.Ternary
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.TypeReference
-
- isCompilable() - Method in class org.springframework.expression.spel.ast.VariableReference
-
- isCompilable() - Method in interface org.springframework.expression.spel.CompilablePropertyAccessor
-
Return true
if this property accessor is currently suitable for compilation.
- isCompilable() - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
-
- isCompilableOperatorUsingNumerics() - Method in class org.springframework.expression.spel.ast.Operator
-
- isCompiled() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Is this operation "compiled"?
- isCompiled() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Is this operation "compiled"?
- isCompiled() - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Is this operation "compiled"? Compilation, as in JDO,
means that the operation is fully configured, and ready to use.
- isComplete() - Method in interface org.springframework.web.bind.support.SessionStatus
-
Return whether the current handler's session processing has been marked
as complete.
- isComplete() - Method in class org.springframework.web.bind.support.SimpleSessionStatus
-
- isCompleted() - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
-
Return whether asynchronous request processing has been completed.
- isCompleted() - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
-
- isCompleted() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
- isCompleted() - Method in interface org.springframework.transaction.TransactionStatus
-
Return whether this transaction is completed, that is,
whether it has already been committed or rolled back.
- isConcrete() - Method in interface org.springframework.core.type.ClassMetadata
-
Return whether the underlying class represents a concrete class,
i.e.
- isConcrete() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- isConcrete() - Method in class org.springframework.core.type.StandardClassMetadata
-
- isConcrete() - Method in class org.springframework.util.MimeType
-
Indicates whether this media type is concrete, i.e.
- isConcurrentHandlingStarted() - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Whether the selected handler for the current request chose to handle the
request asynchronously.
- isConditionMatch(MetadataReader) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Determine whether the given class is a candidate component based on any
@Conditional
annotations.
- isConditionPassing(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- isConditionPassing(CacheAspectSupport.CacheOperationContext, Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
- isConfigurationCallbackInterface(Class<?>) - Method in class org.springframework.aop.framework.ProxyProcessorSupport
-
Determine whether the given interface is just a container callback and
therefore not to be considered as a reasonable proxy interface.
- isConfigurationCandidate(AnnotationMetadata) - Static method in class org.springframework.context.annotation.ConfigurationClassUtils
-
Check the given metadata for a configuration class candidate
(or nested component class declared within a configuration/component class).
- isConfigurationFrozen() - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
-
Return whether this factory's bean definitions are frozen,
i.e.
- isConfigurationFrozen() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- isConflict() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.CONFLICT
(409).
- isConnected() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- isConnected() - Method in interface org.springframework.messaging.simp.stomp.StompSession
-
Whether the session is connected.
- isConnected() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
- isConnected() - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
-
- isConnected() - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- isConnected() - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
- isConnectFailure(RemoteException) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
Determine whether the given RMI exception indicates a connect failure.
- isConnectFailure(RemoteException) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Determine whether the given RMI exception indicates a connect failure.
- isConnectFailure(SystemException) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Determine whether the given CORBA exception indicates a connect failure.
- isConnectFailure(RemoteException) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
-
Determine whether the given RMI exception indicates a connect failure.
- isConnectFailure(RemoteException) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
-
Determine whether the given RMI exception indicates a connect failure.
- isConnectionTransactional(Connection, ConnectionFactory) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
-
Determine whether the given JCA CCI Connection is transactional, that is,
bound to the current thread by Spring's transaction facilities.
- isConnectionTransactional(Connection, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
-
Determine whether the given JDBC Connection is transactional, that is,
bound to the current thread by Spring's transaction facilities.
- isConstant() - Method in class org.springframework.expression.spel.ast.InlineList
-
Return whether this list is a constant value.
- isConstant() - Method in class org.springframework.expression.spel.ast.InlineMap
-
- isContentCachingDisabled(HttpServletRequest) - Static method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
- isContextRequired() - Method in class org.springframework.context.support.ApplicationObjectSupport
-
Determine whether this application object needs to run in an ApplicationContext.
- isContextRequired() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
Overrides the base class behavior to enforce running in an ApplicationContext.
- isContextRequired() - Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
-
Overrides the base class behavior to enforce running in an ApplicationContext.
- isContextRequired() - Method in class org.springframework.web.servlet.view.InternalResourceView
-
An ApplicationContext is not strictly required for InternalResourceView.
- isContextRequired() - Method in class org.springframework.web.servlet.view.RedirectView
-
An ApplicationContext is not strictly required for RedirectView.
- isContextRequired() - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
- isContinue() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.CONTINUE
(100).
- isControllerType(Class<?>) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
-
Deprecated.
Determine whether the given bean class indicates a controller type
that is supported by this mapping strategy.
- isControllerType(Class<?>) - Method in class org.springframework.web.servlet.mvc.support.AnnotationControllerTypePredicate
-
Deprecated.
- isControllerType(Class<?>) - Method in class org.springframework.web.servlet.mvc.support.ControllerTypePredicate
-
Deprecated.
- isConverted() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Return whether this holder contains a converted value already (true
),
or whether the value still needs to be converted (false
).
- isConverted() - Method in class org.springframework.beans.MutablePropertyValues
-
Return whether this holder contains converted values only (true
),
or whether the values still need to be converted (false
).
- isConverted() - Method in class org.springframework.beans.PropertyValue
-
Return whether this holder contains a converted value already (true
),
or whether the value still needs to be converted (false
).
- isCookieHttpOnly() - Method in class org.springframework.web.util.CookieGenerator
-
Return whether the cookie is supposed to be marked with the "HttpOnly" attribute.
- isCookieSecure() - Method in class org.springframework.web.util.CookieGenerator
-
Return whether the cookie should only be sent using a secure protocol,
such as HTTPS (SSL).
- isCopyAllAttributes() - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
-
Whether to copy all HTTP session attributes.
- isCopyHttpSessionId() - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
-
Whether to copy the HTTP session id to the handshake attributes.
- isCorbaConnectFailure(Throwable) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
-
Check whether the given RMI exception root cause indicates a CORBA
connection failure.
- isCorsRequest(HttpServletRequest) - Static method in class org.springframework.web.cors.CorsUtils
-
Returns true
if the request is a valid CORS one.
- isCreated() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.CREATED
(201).
- isCreateSession() - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
-
Whether the HTTP session is allowed to be created.
- isCurrency(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- isCurrency(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Indicate whether the designated column contains a currency value.
- isCurrentlyInCreation(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Determine whether the specified bean is currently in creation.
- isCurrentlyInCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
- isCurrentlyInvokedFactoryMethod(Method) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
-
Check whether the given method corresponds to the container's currently invoked
factory method.
- isCurrentTransactionReadOnly() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Return whether the current transaction is marked as read-only.
- isDaemon() - Method in class org.springframework.scheduling.commonj.DelegatingWork
-
- isDaemon() - Method in class org.springframework.util.CustomizableThreadCreator
-
Return whether this factory should create daemon threads.
- isDateValue(Class<?>) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
-
Check whether the given value is a java.util.Date
(but not one of the JDBC-specific subclasses).
- isDebug() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
-
Return whether the progress of this transaction is debugged.
- isDeclaredInInterface(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Checks to see if the given method is declared in a managed
interface for the given bean.
- isDefaultBeanName - Variable in class org.springframework.beans.factory.wiring.BeanWiringInfo
-
- isDefaultBeanName() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
-
Return whether the specific bean name is a suggested default bean name,
not necessarily matching an actual bean definition in the factory.
- isDefaultConfigurationClassCandidate(Class<?>) - Static method in class org.springframework.test.context.support.AnnotationConfigContextLoaderUtils
-
Determine if the supplied Class
meets the criteria for being
considered a default configuration class candidate.
- isDefaultHeartbeatEnabled() - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
-
Determine whether heartbeats are enabled.
- isDefaultHtmlEscape() - Method in class org.springframework.web.servlet.support.RequestContext
-
Is default HTML escaping active? Falls back to false
in case of no explicit default given.
- isDefaultHtmlEscape() - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
-
Overridden to default to true
in case of no explicit default given.
- isDefaultHtmlEscape() - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
-
Return the applicable default HTML escape setting for this tag.
- isDefaultHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
- isDefaultJndiEnvironmentAvailable() - Static method in class org.springframework.jndi.JndiLocatorDelegate
-
Check whether a default JNDI environment, as in a J2EE environment,
is available on this JVM.
- isDefaultLazyInit() - Method in class org.springframework.beans.factory.xml.ParserContext
-
- isDefaultName - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
- isDefaultNamespace(String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- isDefaultNamespace(Node) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- isDefaultRollback(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
Determine whether or not to rollback transactions by default for the
supplied
test context.
- isDefaultRollback() - Method in class org.springframework.test.context.transaction.TransactionConfigurationAttributes
-
Deprecated.
Whether test-managed transactions should be rolled back by default.
- isDeferredCloseActive(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
-
Deprecated.
Determine whether deferred close is active for the current thread
and the given SessionFactory.
- isDeleteSpecificValues() - Method in class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
-
Return whether to delete the entire range below the current maximum key value
(false
- the default), or the specifically generated values (true
).
- isDeliveryTransacted(Method) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
-
This implementation returns true
if a transaction manager
has been specified; false
otherwise.
- isDependent(String, String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Determine whether the specified dependent bean has been registered as
dependent on the given bean or on any of its transitive dependencies.
- isDependent(String, String, Set<String>) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
- isDestinationLocked() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
- isDigit(char) - Method in class org.springframework.expression.spel.standard.Tokenizer
-
- isDigit(int) - Method in enum org.springframework.web.util.HierarchicalUriComponents.Type
-
Indicates whether the given character is in the DIGIT
set.
- isDirectFieldAccess() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return whether to use direct field access instead of bean property access.
- isDisabled() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Get the value of the 'disabled
' attribute.
- isDisabled() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Get the value of the 'disabled
' attribute.
- isDisabled() - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
-
Get the value of the 'disabled
' attribute.
- isDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Get the value of the 'disabled
' attribute.
- isDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Get the value of the 'disabled
' attribute.
- isDisconnected() - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
-
- isDone() - Method in class org.springframework.messaging.tcp.reactor.AbstractPromiseToListenableFutureAdapter
-
- isDone() - Method in class org.springframework.scheduling.annotation.AsyncResult
-
- isDone() - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
-
- isDone() - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
-
- isDone() - Method in class org.springframework.util.concurrent.FutureAdapter
-
- isDone() - Method in class org.springframework.util.concurrent.SettableListenableFuture
-
- isDoubleSuffix(char) - Method in class org.springframework.expression.spel.standard.Tokenizer
-
- isDynamic() - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Return whether this value has been marked as dynamic.
- isEager() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Return whether this dependency is 'eager' in the sense of
eagerly resolving potential target beans for type matching.
- isEagerInit() - Method in interface org.springframework.beans.factory.SmartFactoryBean
-
Does this FactoryBean expect eager initialization, that is,
eagerly initialize itself as well as expect eager initialization
of its singleton object (if any)?
- isEarlyPut() - Method in class org.springframework.cache.jcache.interceptor.CachePutOperation
-
Specify if the cache should be updated before invoking the method.
- isEarlyRemove() - Method in class org.springframework.cache.jcache.interceptor.CacheRemoveAllOperation
-
Specify if the cache should be cleared before invoking the method.
- isEarlyRemove() - Method in class org.springframework.cache.jcache.interceptor.CacheRemoveOperation
-
Specify if the cache entry should be remove before invoking the method.
- isEligible(Object, String) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
-
Check whether the given bean is eligible for advising with this
post-processor's
Advisor
.
- isEligible(Class<?>) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
-
Check whether the given class is eligible for advising with this
post-processor's
Advisor
.
- isEligible(Method) - Method in class org.springframework.jndi.JndiObjectFactoryBean.JndiContextExposingInterceptor
-
- isEligibleAdvisorBean(String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
-
Return whether the Advisor bean with the given name is eligible
for proxying in the first place.
- isEligibleAdvisorBean(String) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
-
Consider Advisor
beans with the specified prefix as eligible, if activated.
- isEligibleAdvisorBean(String) - Method in class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator
-
- isEligibleAspectBean(String) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
-
Check whether the given aspect bean is eligible for auto-proxying.
- isEligibleAttribute(Attr, ParserContext) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
-
Determine whether the given attribute is eligible for being
turned into a corresponding bean property value.
- isEligibleAttribute(String) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
-
Determine whether the given attribute is eligible for being
turned into a corresponding bean property value.
- isEligibleAttribute(String) - Method in class org.springframework.ejb.config.AbstractJndiLocatingBeanDefinitionParser
-
- isEligibleAttribute(String) - Method in class org.springframework.ejb.config.JndiLookupBeanDefinitionParser
-
- isEligibleAttribute(String) - Method in class org.springframework.web.servlet.config.GroovyMarkupConfigurerBeanDefinitionParser
-
- isEligibleAttribute(String) - Method in class org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
-
- isEligibleAttribute(String) - Method in class org.springframework.web.servlet.config.VelocityConfigurerBeanDefinitionParser
-
- isEligibleBean(String) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.BeanFactoryAspectJAdvisorsBuilderAdapter
-
- isEligibleBean(String) - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
-
Return whether the aspect bean with the given name is eligible.
- isEligibleBean(String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter
-
- isEligibleBean(String) - Method in class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
-
Determine whether the aspect bean with the given name is eligible.
- isEligibleForEtag(HttpServletRequest, HttpServletResponse, int, InputStream) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
Indicates whether the given request and response are eligible for ETag generation.
- isEligibleForMapping(String, Class<?>) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
-
Deprecated.
Determine whether the specified controller is excluded from this mapping.
- isEligibleForMarshalling(String, Object) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
-
Check whether the given value from the current view's model is eligible
for marshalling through the configured
Marshaller
.
- isEligibleForOverriding(String) - Method in class org.springframework.context.support.ContextTypeMatchClassLoader.ContextOverridingClassLoader
-
- isEligibleForOverriding(String) - Method in class org.springframework.core.OverridingClassLoader
-
Determine whether the specified class is eligible for overriding
by this class loader.
- isEligibleForPropertyPopulation(Object) - Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
-
Return whether the given job object is eligible for having
its bean properties populated.
- isEligibleForShadowing(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
-
Determine whether the specified class is eligible for shadowing
by this class loader.
- isEligibleProperty(String, Object) - Method in class org.springframework.web.servlet.view.RedirectView
-
Determine whether the given model element should be exposed
as a query property.
- isEligibleValue(Object) - Method in class org.springframework.web.servlet.view.RedirectView
-
Determine whether the given model element value is eligible for exposure.
- isEmpty(Object) - Static method in class org.springframework.beans.AbstractNestablePropertyAccessor.OptionalUnwrapper
-
- isEmpty() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
Return if this holder does not contain any argument values,
neither indexed ones nor generic ones.
- isEmpty() - Method in class org.springframework.beans.factory.support.MethodOverrides
-
Return whether the set of method overrides is empty.
- isEmpty() - Method in class org.springframework.beans.MutablePropertyValues
-
- isEmpty() - Method in interface org.springframework.beans.PropertyValues
-
Does this holder not contain any PropertyValue objects at all?
- isEmpty() - Method in class org.springframework.core.convert.TypeDescriptor.AnnotatedElementAdapter
-
- isEmpty() - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
-
- isEmpty() - Method in class org.springframework.http.HttpHeaders
-
- isEmpty() - Method in class org.springframework.messaging.MessageHeaders
-
- isEmpty() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
- isEmpty() - Method in class org.springframework.mock.web.MockMultipartFile
-
- isEmpty() - Method in class org.springframework.orm.hibernate3.SessionHolder
-
Deprecated.
- isEmpty() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and
assert that an empty value exists at the given path.
- isEmpty() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and
assert that an empty value exists at the given path.
- isEmpty() - Method in class org.springframework.util.AutoPopulatingList
-
- isEmpty(Collection<?>) - Static method in class org.springframework.util.CollectionUtils
-
Return true
if the supplied Collection is null
or empty.
- isEmpty(Map<?, ?>) - Static method in class org.springframework.util.CollectionUtils
-
Return true
if the supplied Map is null
or empty.
- isEmpty() - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
-
- isEmpty() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-
- isEmpty() - Method in class org.springframework.util.LinkedMultiValueMap
-
- isEmpty(Object[]) - Static method in class org.springframework.util.ObjectUtils
-
Determine whether the given array is empty:
i.e.
- isEmpty(Object) - Static method in class org.springframework.util.ObjectUtils
-
Determine whether the given object is empty.
- isEmpty(Object) - Static method in class org.springframework.util.StringUtils
-
Check whether the given String
is empty.
- isEmpty() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- isEmpty() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return whether the uploaded file is empty, that is, either no file has
been chosen in the multipart form or the chosen file has no content.
- isEmpty() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
-
- isEmpty() - Method in class org.springframework.web.portlet.ModelAndView
-
Return whether this ModelAndView object is empty,
i.e.
- isEmpty() - Method in class org.springframework.web.servlet.ModelAndView
-
Return whether this ModelAndView object is empty,
i.e.
- isEmpty() - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
-
Indicates whether this condition is empty, i.e.
- isEmpty() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
-
Whether this instance contains 0 conditions or not.
- isEmpty() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
Whether the condition has any media type expressions.
- isEmpty() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
Whether the condition has any media type expressions.
- isEmpty() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.PartialMatchHelper
-
Whether there any partial matches.
- isEmpty() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
- isEmptyPayload(Object) - Method in class org.springframework.messaging.handler.annotation.support.MessageMethodArgumentResolver
-
Check if the given payload
is empty.
- isEmptyPayload(Object) - Method in class org.springframework.messaging.handler.annotation.support.PayloadArgumentResolver
-
Specify if the given payload
is empty.
- isEnableTimestamp() - Method in class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
-
Return whether the timestamp header is enabled or not.
- isEndElement() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
-
- isEnforceDestroyMethod() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Indicate whether the configured destroy method is the default.
- isEnforceInitMethod() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Indicate whether the configured init method is the default.
- isEnforceReadOnly() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
Return whether to enforce the read-only nature of a transaction
through an explicit statement on the transactional connection.
- isEntirelyUnresolvable() - Method in class org.springframework.core.ResolvableType
-
Return true
if this type contains unresolvable generics only,
that is, no substitute for any of its declared type variables.
- isEqualsMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
-
Determine whether the given method is an "equals" method.
- isEqualsMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
-
Determine whether the given method is an "equals" method.
- isEqualTo(Item) - Method in class org.springframework.asm.Item
-
Indicates if the given item is equal to this one.
- isError() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return if this status represents a field or object error.
- isExactMatch() - Method in class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
-
- isExceptionHandlerMethod(Method) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
Is the supplied method a valid exception handler method?
- isExcluded(String) - Method in class org.springframework.core.DecoratingClassLoader
-
Determine whether the specified class is excluded from decoration
by this class loader.
- isExcluded(String) - Method in class org.springframework.jmx.export.MBeanExporter
-
Indicates whether or not a particular bean name is present in the excluded beans list.
- isExcludedFromDependencyCheck(PropertyDescriptor) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Determine whether the given bean property is excluded from dependency checks.
- isExcludedFromDependencyCheck(PropertyDescriptor) - Static method in class org.springframework.beans.factory.support.AutowireUtils
-
Determine whether the given bean property is excluded from dependency checks.
- isExecuted() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
- isExistingTransaction(Object) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
-
- isExistingTransaction(Object) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
- isExistingTransaction(Object) - Method in class org.springframework.jms.connection.JmsTransactionManager
-
- isExistingTransaction(Object) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
- isExistingTransaction(Object) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
- isExistingTransaction(Object) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
- isExistingTransaction(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
-
- isExistingTransaction(Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
- isExistingTransaction(Object) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
- isExistingTransaction(Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Check if the given transaction object indicates an existing transaction
(that is, a transaction which has already started).
- isExpectationFailed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.EXPECTATION_FAILED
(417).
- isExpired(long) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.UserRegistrySnapshot
-
- isExpired() - Method in class org.springframework.web.servlet.FlashMap
-
- isExplicitQosEnabled() - Method in class org.springframework.jms.core.JmsTemplate
-
If "true", then the values of deliveryMode, priority, and timeToLive
will be used when sending a message.
- isExponentChar(char) - Method in class org.springframework.expression.spel.standard.Tokenizer
-
- isExposeClassDescriptor() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return whether to expose the JMX descriptor field "class" for managed operations.
- isExposeListenerSession() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
- isExposeNativeSession() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
Return whether to expose the native Hibernate Session to
HibernateCallback code, or rather a Session proxy.
- isExposeNativeSession() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
Return whether to expose the native Hibernate Session to
HibernateCallback code, or rather a Session proxy.
- isExposeNativeSession() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Return whether to expose the native Hibernate Session to
HibernateCallback code, or rather a Session proxy.
- isExposePathVariables() - Method in class org.springframework.web.servlet.view.AbstractView
-
Return whether to add path variables to the model or not.
- isExposeProxy() - Method in interface org.springframework.aop.framework.Advised
-
Return whether the factory should expose the proxy as a ThreadLocal
.
- isExposeProxy() - Method in class org.springframework.aop.framework.ProxyConfig
-
Return whether the AOP proxy will expose the AOP proxy for
each invocation.
- isExposeTransactionAwareSessionFactory() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
-
Deprecated.
Return whether to expose a transaction-aware proxy for the SessionFactory.
- isExternallyManagedConfigMember(Member) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
- isExternallyManagedDestroyMethod(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
- isExternallyManagedInitMethod(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
- isExtractOldValueForEditor() - Method in class org.springframework.beans.AbstractPropertyAccessor
-
- isExtractOldValueForEditor() - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
-
Return whether to extract the old property value when applying a
property editor to a new value for a property.
- isFactoryBean(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Determine whether the bean with the given name is a FactoryBean.
- isFactoryBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- isFactoryBean(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Check whether the given bean is defined as a
FactoryBean
.
- isFactoryBean - Variable in class org.springframework.scripting.support.RefreshableScriptTargetSource
-
- isFactoryDereference(String) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
-
Return whether the given name is a factory dereference
(beginning with the factory dereference prefix).
- isFactoryMethod(Method) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Check whether the given candidate qualifies as a factory method.
- isFactoryMethod(Method) - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
-
- isFactoryMethodUnique - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
-
- isFailEarlyOnGlobalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Return whether to fail early in case of the transaction being globally marked
as rollback-only.
- isFailedDependency() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.FAILED_DEPENDENCY
(424).
- isFallbackToSystemLocale() - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Return whether to fall back to the system Locale if no files for a specific
Locale have been found.
- isField - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
- isFileURL(URL) - Static method in class org.springframework.util.ResourceUtils
-
Determine whether the given URL points to a resource in the file system,
i.e.
- isFinal() - Method in interface org.springframework.core.type.ClassMetadata
-
Return whether the underlying class is marked as 'final'.
- isFinal - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- isFinal() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- isFinal() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
-
- isFinal() - Method in interface org.springframework.core.type.MethodMetadata
-
Return whether the underlying method is marked as 'final'.
- isFinal() - Method in class org.springframework.core.type.StandardClassMetadata
-
- isFinal() - Method in class org.springframework.core.type.StandardMethodMetadata
-
- isFinalizeMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
-
Determine whether the given method is a "finalize" method.
- isFirst() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- isFirst() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve whether the cursor is on the first row of this row set.
- isFirstEntryInArray(Object, Object) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
-
Check if the supplied value is the first entry in the array represented by the possibleArray value.
- isFirstPage() - Method in class org.springframework.beans.support.PagedListHolder
-
Return if the current page is the first one.
- isFixedRate() - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
-
Return whether to schedule as fixed-rate execution.
- isFixedRate() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Return whether to schedule as fixed-rate execution.
- isFlaggedForRollback() - Static method in class org.springframework.test.context.transaction.TestTransaction
-
- isFlaggedForRollback() - Method in class org.springframework.test.context.transaction.TransactionContext
-
Has the current transaction been flagged for rollback?
- isFlashMapForRequest(FlashMap, HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Whether the given FlashMap matches the current request.
- isFloatSuffix(char) - Method in class org.springframework.expression.spel.standard.Tokenizer
-
- isForbidden() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.FORBIDDEN
(403).
- isForceRequestEncoding() - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Return whether the encoding should be forced on requests
- isForceResponseEncoding() - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Return whether the encoding should be forced on responses.
- isFormContentType(HttpServletRequest) - Method in class org.springframework.web.filter.HttpPutFormContentFilter
-
- isFormPost(HttpServletRequest) - Static method in class org.springframework.http.server.ServletServerHttpRequest
-
- isFormPost() - Method in class org.springframework.web.util.ContentCachingRequestWrapper
-
- isFound() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.FOUND
(302).
- isFrozen() - Method in interface org.springframework.aop.framework.Advised
-
Return whether the Advised configuration is frozen,
in which case no advice changes can be made.
- isFrozen() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
- isFrozen() - Method in class org.springframework.aop.framework.ProxyConfig
-
Return whether the config is frozen, and no advice changes can be made.
- isFrozen() - Method in class org.springframework.jms.connection.JmsResourceHolder
-
- isFullConfigurationCandidate(AnnotationMetadata) - Static method in class org.springframework.context.annotation.ConfigurationClassUtils
-
Check the given metadata for a full configuration class candidate
(i.e.
- isFullConfigurationClass(BeanDefinition) - Static method in class org.springframework.context.annotation.ConfigurationClassUtils
-
- isFunction() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Check whether this call is a function call.
- isFunction() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Is this call a function call?
- isFunction() - Method in class org.springframework.jdbc.object.SqlCall
-
Return whether this call is for a function.
- isGatewayTimeout() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.GATEWAY_TIMEOUT
(504).
- isGeneratedBeanName(String) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
-
Return whether the given name is a bean name which has been generated
by the default naming strategy (containing a "#..." part).
- isGenerateDdl() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
Return whether to generate DDL after the EntityManagerFactory has been initialized
creating/updating all relevant tables.
- isGenerateDefaultLocations() - Method in class org.springframework.test.context.support.AbstractContextLoader
-
- isGeneratedKeysColumnNameArraySupported() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- isGeneratedKeysColumnNameArraySupported() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Is a column name String array for retrieving generated keys supported?
Connection.createStruct(String, Object[])
?
- isGeneratedKeysColumnNameArraySupported() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Does this database support a column name String array for retrieving generated keys
Connection.createStruct(String, Object[])
- isGenericDelimiter(int) - Method in enum org.springframework.web.util.HierarchicalUriComponents.Type
-
Indicates whether the given character is in the gen-delims
set.
- isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.HsqlTableMetaDataProvider
-
- isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.PostgresTableMetaDataProvider
-
- isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Does this database support simple query to retrieve generated keys
when the JDBC 3.0 feature is not supported.
- isGetGeneratedKeysSimulated() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Does this database support a simple query to retrieve the generated key when
the JDBC 3.0 feature of retrieving generated keys is not supported?
- isGetGeneratedKeysSupported() - Method in class org.springframework.jdbc.core.metadata.DerbyTableMetaDataProvider
-
- isGetGeneratedKeysSupported() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- isGetGeneratedKeysSupported() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Does this database support the JDBC 3.0 feature of retrieving generated keys
DatabaseMetaData.supportsGetGeneratedKeys()
?
- isGetGeneratedKeysSupported() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Does this database support the JDBC 3.0 feature of retrieving generated keys
DatabaseMetaData.supportsGetGeneratedKeys()
?
- isGlobalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
Template method for determining the global rollback-only flag of the
underlying transaction, if any.
- isGlobalRollbackOnly() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
-
Determine the rollback-only flag via checking both the transaction object,
provided that the latter implements the
SmartTransactionObject
interface.
- isGlobalRollbackOnParticipationFailure() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Return whether to globally mark an existing transaction as rollback-only
after a participating transaction failed.
- isGone() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.GONE
(410).
- isGroovyObjectMethod(Method) - Static method in class org.springframework.util.ClassUtils
-
- isGzipAccepted(HttpServletRequest) - Method in class org.springframework.web.servlet.resource.GzipResourceResolver
-
- isGzipResponse(HttpResponse) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Determine whether the given response indicates a GZIP response.
- isGzipResponse(HttpURLConnection) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
Determine whether the given response is a GZIP response.
- isHandler(Class<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Whether the given bean type should be introspected for messaging handling methods.
- isHandler(Class<?>) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- isHandler(Class<?>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Whether the given type is a handler with handler methods.
- isHandler(Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Whether the given type is a handler with handler methods.
- isHandlerMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- isHandlerMethod(Method) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodResolver
-
- isHandlerMethod(Method) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver
-
Deprecated.
- isHandlerMethod(Method) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
Is the supplied method a valid handler method?
- isHandlerSessionAttribute(String, Class<?>) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
-
Whether the attribute name or type match the names and types specified
via @SessionAttributes
in underlying controller.
- isHashCodeMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
-
Determine whether the given method is a "hashCode" method.
- isHashCodeMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
-
Determine whether the given method is a "hashCode" method.
- isHeaderAbsent(HttpServletResponse, String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- isHeartbeat() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- isHeartbeatEnabled() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Whether heartbeats are enabled.
- isHexadecimalDigit(char) - Method in class org.springframework.expression.spel.standard.Tokenizer
-
- isHexNumber(String) - Static method in class org.springframework.util.NumberUtils
-
Determine whether the given value
String indicates a hex number,
i.e.
- ISHL - Static variable in interface org.springframework.asm.Opcodes
-
- isHomeRefreshable() - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
- isHomeRefreshable() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Return whether the cached EJB home object is potentially
subject to on-demand refreshing.
- ISHR - Static variable in interface org.springframework.asm.Opcodes
-
- isHtmlEscape() - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
-
Return the HTML escaping setting for this tag,
or the default setting if not overridden.
- isHttpOnly() - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- isHttpVersionNotSupported() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.HTTP_VERSION_NOT_SUPPORTED
(505).
- isIAmATeapot() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.I_AM_A_TEAPOT
(418).
- isIdentifier() - Method in class org.springframework.expression.spel.standard.Token
-
- isIdentifier(char) - Method in class org.springframework.expression.spel.standard.Tokenizer
-
- isIdle() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
-
- isIgnoreCase() - Method in class org.springframework.beans.support.MutableSortDefinition
-
- isIgnoreCase() - Method in interface org.springframework.beans.support.SortDefinition
-
Return whether upper and lower case in String values should be ignored.
- isIgnoreInvalidFields() - Method in class org.springframework.validation.DataBinder
-
Return whether to ignore invalid fields when binding.
- isIgnoreInvalidLocale() - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
-
Return whether to ignore an invalid value for the locale parameter.
- isIgnoreNestedPath() - Method in class org.springframework.web.servlet.tags.BindTag
-
Return whether to ignore a nested path, if any.
- isIgnoreUnknownFields() - Method in class org.springframework.validation.DataBinder
-
Return whether to ignore unknown fields when binding.
- isIgnoreWarnings() - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Return whether or not we ignore SQLWarnings.
- isIgnoring(Kind) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
-
- isImmutableSessionAttribute(String, Object) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
Determine whether the given value is to be considered as an immutable session
attribute, that is, doesn't have to be re-set via session.setAttribute
since its value cannot meaningfully change internally.
- isImported() - Method in class org.springframework.context.annotation.ConfigurationClass
-
Return whether this configuration class was registered via @
Import
or
automatically registered due to being nested within another configuration class.
- isImUsed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.IM_USED
(226).
- isIncludeClientInfo() - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
-
Deprecated.
Return whether or not the session id and user name should be included
in the log message.
- isIncludeClientInfo() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return whether the client address and session id should be included in the
log message.
- isIncludeHeaders() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return whether the request headers should be included in the log message.
- isIncludePayload() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return whether the request payload (body) should be included in the log message.
- isIncludeQueryString() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return whether the query string should be included in the log message.
- isIncludeRequest(ServletRequest) - Static method in class org.springframework.web.util.WebUtils
-
Determine whether the given request is an include request,
that is, not a top-level HTTP request coming in from the outside.
- isIndependent() - Method in interface org.springframework.core.type.ClassMetadata
-
Determine whether the underlying class is independent,
i.e.
- isIndependent() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- isIndependent() - Method in class org.springframework.core.type.StandardClassMetadata
-
- isInfrastructureBean(String) - Method in class org.springframework.context.support.PostProcessorRegistrationDelegate.BeanPostProcessorChecker
-
- isInfrastructureClass(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
-
- isInfrastructureClass(Class<?>) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Return whether the given bean class represents an infrastructure class
that should never be proxied.
- isInheritInitializers() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- isInheritLocations() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- isInheritLocations() - Method in class org.springframework.test.context.support.TestPropertySourceAttributes
-
Get the inheritLocations
flag that was declared via @TestPropertySource
.
- isInheritProperties() - Method in class org.springframework.test.context.support.TestPropertySourceAttributes
-
Get the inheritProperties
flag that was declared via @TestPropertySource
.
- isInitBinderMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- isInitialized() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
-
Return whether the lazy target object of this TargetSource
has already been fetched.
- isInJavaLangAnnotationPackage(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Determine if the supplied Annotation
is defined in the core JDK
java.lang.annotation
package.
- isInJavaLangAnnotationPackage(Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Determine if the Annotation
with the supplied name is defined
in the core JDK java.lang.annotation
package.
- isInJavaLangAnnotationPackage(String) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Determine if the Annotation
with the supplied name is defined
in the core JDK java.lang.annotation
package.
- isInputValueProvided() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
This implementation always returns false
.
- isInputValueProvided() - Method in class org.springframework.jdbc.core.SqlInOutParameter
-
This implementation always returns true
.
- isInputValueProvided() - Method in class org.springframework.jdbc.core.SqlParameter
-
Return whether this parameter holds input values that should be set
before execution even if they are null
.
- isInputValueProvided() - Method in class org.springframework.jdbc.core.SqlReturnUpdateCount
-
Return whether this parameter holds input values that should be set
before execution even if they are null
.
- isInstance(Object) - Method in class org.springframework.core.ResolvableType
-
Determine whether the given object is an instance of this ResolvableType
.
- isInstanceOf(Class<?>, Object, String) - Static method in class org.springframework.util.Assert
-
Assert that the provided object is an instance of the provided class.
- isInstanceOf(Class<?>, Object) - Static method in class org.springframework.util.Assert
-
Assert that the provided object is an instance of the provided class.
- isInstrumentationAvailable() - Static method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
Check whether an Instrumentation instance is available for the current VM.
- isInsufficientSpaceOnResource() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
- isInsufficientStorage() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.INSUFFICIENT_STORAGE
(507).
- isIntegerForNumericOp(Number) - Static method in class org.springframework.expression.spel.CodeFlow
-
Determine whether the given number is to be considered as an integer
for the purposes of a numeric operation at the bytecode level.
- isInterceptorEnabled(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Determine whether the interceptor should kick in, that is,
whether the invokeUnderTrace
method should be called.
- isInterceptorEnabled(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
-
Always applies the interceptor if the "trackAllInvocations" flag has been set;
else just kicks in if the log is enabled.
- isInterface() - Method in class org.springframework.asm.Handle
-
Returns true if the owner of the field or method designated
by this handle is an interface.
- isInterface() - Method in interface org.springframework.core.type.ClassMetadata
-
Return whether the underlying class represents an interface.
- isInterface - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- isInterface() - Method in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- isInterface() - Method in class org.springframework.core.type.StandardClassMetadata
-
- isInterfaceProxied(Class<?>) - Method in interface org.springframework.aop.framework.Advised
-
Determine whether the given interface is proxied.
- isInterfaceProxied(Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
-
- isInterfaceWithAnnotatedMethods(Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
- isInternalLanguageInterface(Class<?>) - Method in class org.springframework.aop.framework.ProxyProcessorSupport
-
Determine whether the given interface is a well-known internal language interface
and therefore not to be considered as a reasonable proxy interface.
- isInternalServerError() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.INTERNAL_SERVER_ERROR
(500).
- isInvalid() - Method in class org.springframework.mock.web.MockHttpSession
-
- isInvalid() - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- isInvalidPath(String) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Identifies invalid resource paths.
- isJarFileURL(URL) - Static method in class org.springframework.util.ResourceUtils
-
Determine whether the given URL points to a jar file itself,
that is, has protocol "file" and ends with the ".jar" extension.
- isJarResource(Resource) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Return whether the given resource handle indicates a jar resource
that the doFindPathMatchingJarResources
method can handle.
- isJarURL(URL) - Static method in class org.springframework.util.ResourceUtils
-
Determine whether the given URL points to a resource in a jar file.
- isJaxb2Class(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner
-
- isJdkDynamicProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
-
Check whether the given object is a JDK dynamic proxy.
- isJtaEntityManager() - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
-
- isKey - Variable in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation.CacheParameterDetail
-
- isKey() - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation.CacheParameterDetail
-
- isLanguageTagCompliant() - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Return whether this resolver's cookies should be compliant with BCP 47
language tags instead of Java's legacy locale specification format.
- isLanguageTagCompliant() - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
-
Return whether to use BCP 47 language tags instead of Java's legacy
locale specification format.
- isLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- isLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve whether the cursor is on the last row of this row set.
- isLast() - Method in class org.springframework.web.socket.AbstractWebSocketMessage
-
Whether this is the last part of a message sent as a series of partial messages.
- isLast() - Method in interface org.springframework.web.socket.WebSocketMessage
-
When partial message support is available and requested via
WebSocketHandler.supportsPartialMessages()
,
this method returns
true
if the current message is the last part of the
complete WebSocket message sent by the client.
- isLastPage() - Method in class org.springframework.beans.support.PagedListHolder
-
Return if the current page is the last one.
- isLazilyInstantiated() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
-
Return whether the aspect needs to be lazily instantiated.
- isLazy() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
- isLazy() - Method in interface org.springframework.aop.aspectj.InstantiationModelAwarePointcutAdvisor
-
Return whether this advisor is lazily initializing its underlying advice.
- isLazy(DependencyDescriptor) - Method in class org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
-
- isLazyInit() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return whether this bean should be lazily initialized, i.e.
- isLazyInit() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether this bean should be lazily initialized, i.e.
- isLazyInit() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- isLazyInit() - Method in class org.springframework.jdbc.support.JdbcAccessor
-
Return whether to lazily initialize the SQLExceptionTranslator for this accessor.
- isLeastSpecific() - Method in class org.springframework.util.AntPathMatcher.AntPatternComparator.PatternInfo
-
- isLengthRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.LENGTH_REQUIRED
(411).
- isLenientConstructorResolution() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether to resolve constructors in lenient mode or in strict mode.
- isLink(String) - Method in class org.springframework.web.servlet.resource.AppCacheManifestTransformer.CacheSection
-
- isLiteConfigurationCandidate(AnnotationMetadata) - Static method in class org.springframework.context.annotation.ConfigurationClassUtils
-
Check the given metadata for a lite configuration class candidate
(e.g.
- isLiteConfigurationClass(BeanDefinition) - Static method in class org.springframework.context.annotation.ConfigurationClassUtils
-
- isLocal(Class<?>) - Method in class org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
-
- isLocalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
Determine the rollback-only flag via checking this TransactionStatus.
- isLocked() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.LOCKED
(423).
- isLog() - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- isLogEnabled(Log) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Determine whether the given Log
instance is enabled.
- isLogEnabled() - Method in class org.springframework.beans.factory.config.DeprecatedBeanWarner
-
- isLongLived() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
-
- isLongLived() - Method in interface org.springframework.scheduling.SchedulingAwareRunnable
-
Return whether the Runnable's operation is long-lived
(true
) versus short-lived (false
).
- isLoopDetected() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.LOOP_DETECTED
(508).
- isMaintainSession() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the "session.maintain" flag to specify on the stub.
- isMap() - Method in class org.springframework.core.convert.TypeDescriptor
-
Is this type a Map
type?
- isMap() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and
assert that the result is a Map
.
- isMap() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and
assert that the result is a Map
.
- isMappedToReference(char) - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
-
Return true if the given character is mapped to a supported entity reference.
- isMappedToReference(char, String) - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
-
Return true if the given character is mapped to a supported entity reference.
- isMatch(String, String) - Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
-
Return if the given bean name matches the mapped name.
- isMatch(String, String) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
-
Return if the given method name matches the mapped name.
- isMatch(String, String) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
-
Return if the given method name matches the mapped name.
- isMatch(Method) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanFactoryAwareMethodInterceptor
-
- isMatch(Method) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
-
- isMatch(Method) - Method in interface org.springframework.context.annotation.ConfigurationClassEnhancer.ConditionalCallback
-
- isMatch(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
- isMatch(String, String) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
-
Return if the given method name matches the mapped name.
- isMatch(String, String) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
-
Return if the given method name matches the mapped name.
- isMatchingFieldError(String, FieldError) - Method in class org.springframework.validation.AbstractErrors
-
Check whether the given FieldError matches the given field.
- isMatchRequiringConversion() - Method in class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
-
- isMaterialized() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
-
- isMatrixVariableContentAvailable() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
-
- isMBean(Class<?>) - Method in class org.springframework.jmx.export.MBeanExporter
-
Determine whether the given bean class qualifies as an MBean as-is.
- isMBean(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
-
Determine whether the given bean class qualifies as an MBean as-is.
- isMediaTypeHeader(String) - Static method in class org.springframework.web.portlet.mvc.annotation.PortletAnnotationMappingUtils
-
- isMediaTypeHeader(String) - Static method in class org.springframework.web.servlet.mvc.annotation.ServletAnnotationMappingUtils
-
Deprecated.
- isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedList
-
- isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedMap
-
- isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedProperties
-
- isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedSet
-
- isMergeEnabled() - Method in interface org.springframework.beans.Mergeable
-
Is merging enabled for this particular instance?
- isMergeEnabled() - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
-
- isMergeEnabled() - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Is merging enabled for this particular instance?
- isMessageIdEnabled() - Method in class org.springframework.jms.core.JmsTemplate
-
Return whether message IDs are enabled.
- isMessageTimestampEnabled() - Method in class org.springframework.jms.core.JmsTemplate
-
Return whether message timestamps are enabled.
- isMethodBrowserSupported(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Determine if the HTTP method is supported by browsers (i.e.
- isMethodFailure() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
- isMethodNotAllowed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.METHOD_NOT_ALLOWED
(405).
- isMethodOnIntroducedInterface(MethodInvocation) - Method in class org.springframework.aop.support.IntroductionInfoSupport
-
Is this method on an introduced interface?
- isMinimalPutsEnabledByDefault() - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
-
Deprecated.
- isModelAttributeMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- isModified() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Check whether the underlying message headers have been marked as modified.
- isModified() - Method in interface org.springframework.scripting.ScriptSource
-
- isModified() - Method in class org.springframework.scripting.support.ResourceScriptSource
-
- isModified() - Method in class org.springframework.scripting.support.StaticScriptSource
-
- isMovedPermanently() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.MOVED_PERMANENTLY
(301).
- isMovedTemporarily() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
- isMultiActionControllerType(Class<?>) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
-
Deprecated.
Determine whether the given bean class indicates a controller type
that dispatches to multiple action methods.
- isMultiActionControllerType(Class<?>) - Method in class org.springframework.web.servlet.mvc.support.AnnotationControllerTypePredicate
-
Deprecated.
- isMultiActionControllerType(Class<?>) - Method in class org.springframework.web.servlet.mvc.support.ControllerTypePredicate
-
Deprecated.
- isMultipart(MultiValueMap<String, ?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- isMultipart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Return whether this helper is in multipart mode,
i.e.
- isMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
- isMultipart(HttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
-
Determine if the given request contains multipart content.
- isMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
- isMultipart(ActionRequest) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
-
- isMultipart(ActionRequest) - Method in interface org.springframework.web.portlet.multipart.PortletMultipartResolver
-
Determine if the given request contains multipart content.
- isMultipartArgument(MethodParameter) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
-
- isMultipartContent(HttpServletRequest) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
-
- isMultipartFileArray(MethodParameter) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
-
- isMultipartFileCollection(MethodParameter) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
-
- isMultipartRequest(WebRequest) - Method in class org.springframework.web.bind.support.WebRequestDataBinder
-
Check if the request is a multipart request (by checking its Content-Type header).
- isMultipartRequest(HttpServletRequest) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
-
- isMultiple() - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
- isMultipleChoices() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.MULTIPLE_CHOICES
(300).
- isMultiStatus() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.MULTI_STATUS
(207).
- isMustRestoreAutoCommit() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
-
- isMutable() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Whether the underlying headers can still be modified.
- isMutable() - Method in class org.springframework.messaging.support.MessageHeaderAccessor.MutableMessageHeaders
-
- isMutable() - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
-
Deprecated.
This implementation returns false.
- isMutable() - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
-
Deprecated.
- isMutable() - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
-
Deprecated.
- isMXBeanSupportAvailable() - Static method in class org.springframework.jmx.support.JmxUtils
-
- isNamedBeanAnAdvisorOrAdvice(String) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Look at bean factory metadata to work out whether this bean name,
which concludes the interceptorNames list, is an Advisor or Advice,
or may be a target.
- isNamedBinding() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Check whether parameters should be bound by name.
- isNamedBinding() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Should parameters be bound by name?
- isNamespaceAware() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Return whether or not the XML parser should be XML namespace aware.
- isNamespaceDeclaration(QName) - Method in class org.springframework.util.xml.AbstractStaxHandler
-
- isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
-
- isNativeConnectionNecessaryForNativeCallableStatements() - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
-
Return whether it is necessary to work on the native Connection to
receive native CallableStatements.
- isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
-
Return false
by default.
- isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
-
- isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
-
Return true
, as WebLogic returns wrapped CallableStatements.
- isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
-
Return true
, as WebSphere returns wrapped CallableStatements.
- isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
-
- isNativeConnectionNecessaryForNativePreparedStatements() - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
-
Return whether it is necessary to work on the native Connection to
receive native PreparedStatements.
- isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
-
Return false
by default.
- isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
-
- isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
-
Return true
, as WebLogic returns wrapped PreparedStatements.
- isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
-
Return true
, as WebSphere returns wrapped PreparedStatements.
- isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
-
- isNativeConnectionNecessaryForNativeStatements() - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
-
Return whether it is necessary to work on the native Connection to
receive native Statements.
- isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
-
Return false
by default.
- isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
-
- isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
-
Return true
, as WebLogic returns wrapped Statements.
- isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
-
Return true
, as WebSphere returns wrapped Statements.
- isNegated - Variable in class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
-
- isNegated() - Method in class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
-
- isNegated - Variable in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
-
- isNegated() - Method in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
-
- isNegated() - Method in interface org.springframework.web.servlet.mvc.condition.MediaTypeExpression
-
- isNegated() - Method in interface org.springframework.web.servlet.mvc.condition.NameValueExpression
-
- isNested() - Method in class org.springframework.beans.factory.xml.ParserContext
-
- isNestedAssignable(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.TypeDescriptor
-
- isNestedOrIndexedProperty(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
-
Check whether the given property path indicates an indexed or nested property.
- isNestedTransactionAllowed() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Return whether nested transactions are allowed.
- isNetworkAuthenticationRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.NETWORK_AUTHENTICATION_REQUIRED
(511).
- isNew - Variable in class org.springframework.mock.web.MockHttpSession
-
- isNew() - Method in class org.springframework.mock.web.MockHttpSession
-
- isNew - Variable in class org.springframework.mock.web.portlet.MockPortletSession
-
- isNew() - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- isNew() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- isNewConnectionHolder() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
-
- isNewEntityManagerHolder() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
-
- isNewPersistenceManagerHolder() - Method in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
-
- isNewSession() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
-
Deprecated.
- isNewSession() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
-
- isNewSession() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager.HibernateTransactionObject
-
- isNewSessionHolder() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
-
Deprecated.
- isNewSessionHolder() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
-
- isNewSessionHolder() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager.HibernateTransactionObject
-
- isNewSynchronization() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
-
Return if a new transaction synchronization has been opened
for this transaction.
- isNewTransaction() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
-
- isNewTransaction() - Method in class org.springframework.transaction.support.SimpleTransactionStatus
-
- isNewTransaction() - Method in interface org.springframework.transaction.TransactionStatus
-
Return whether the present transaction is new (else participating
in an existing transaction, or potentially not running in an
actual transaction in the first place).
- isNoContent() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.NO_CONTENT
(204).
- isNonAuthoritativeInformation() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.NON_AUTHORITATIVE_INFORMATION
(203).
- isNonPublicAccessAllowed() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether to allow access to non-public constructors and methods.
- isNotAcceptable() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.NOT_ACCEPTABLE
(406).
- isNotEmpty() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and
assert that a non-empty value exists at the given path.
- isNotEmpty() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and
assert that a non-empty value exists at the given path.
- isNotExtended() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.NOT_EXTENDED
(510).
- isNotFound() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.NOT_FOUND
(404).
- isNotIgnored(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
Determine whether the given method is supposed to be included,
that is, not configured as to be ignored.
- isNotImplemented() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.NOT_IMPLEMENTED
(501).
- isNotModified() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.NOT_MODIFIED
(304).
- isNotModified() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- isNull(Object, String) - Static method in class org.springframework.util.Assert
-
Assert that an object is null
.
- isNull(Object) - Static method in class org.springframework.util.Assert
-
- isNullable() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
-
Get whether the parameter is nullable.
- isNullable() - Method in class org.springframework.jdbc.core.metadata.TableParameterMetaData
-
Get whether the parameter/column is nullable.
- isNullSafe() - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
-
- isNumber() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and
assert that the result is a Number
.
- isNumber() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and
assert that the result is a Number
.
- isNumeric(int) - Static method in class org.springframework.jdbc.support.JdbcUtils
-
Check whether the given SQL type is numeric.
- isNumericRelationalOperator() - Method in class org.springframework.expression.spel.standard.Token
-
- ISO() - Constructor for enum org.springframework.format.annotation.DateTimeFormat.ISO
-
- iso - Variable in class org.springframework.format.datetime.DateFormatter
-
- iso - Variable in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
-
- iso - Variable in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
- ISO_PATTERNS - Static variable in class org.springframework.format.datetime.DateFormatter
-
- isObjectMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
-
Determine whether the given method is originally declared by Object
.
- isOk() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.OK
(200).
- Isolation - Enum in org.springframework.transaction.annotation
-
- Isolation(int) - Constructor for enum org.springframework.transaction.annotation.Isolation
-
- ISOLATION_ATTRIBUTE - Static variable in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
-
- ISOLATION_DEFAULT - Static variable in interface org.springframework.transaction.TransactionDefinition
-
Use the default isolation level of the underlying datastore.
- ISOLATION_LEVEL_KEY - Static variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
-
- ISOLATION_READ_COMMITTED - Static variable in interface org.springframework.transaction.TransactionDefinition
-
Indicates that dirty reads are prevented; non-repeatable reads and
phantom reads can occur.
- ISOLATION_READ_UNCOMMITTED - Static variable in interface org.springframework.transaction.TransactionDefinition
-
Indicates that dirty reads, non-repeatable reads and phantom reads
can occur.
- ISOLATION_REPEATABLE_READ - Static variable in interface org.springframework.transaction.TransactionDefinition
-
Indicates that dirty reads and non-repeatable reads are prevented;
phantom reads can occur.
- ISOLATION_SERIALIZABLE - Static variable in interface org.springframework.transaction.TransactionDefinition
-
Indicates that dirty reads, non-repeatable reads and phantom reads
are prevented.
- isolationLevel - Variable in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
-
- isolationLevel - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager.SuspendedResourcesHolder
-
- isolationLevel - Variable in class org.springframework.transaction.support.DefaultTransactionDefinition
-
- IsolationLevelDataSourceAdapter - Class in org.springframework.jdbc.datasource
-
An adapter for a target DataSource
, applying the current
Spring transaction's isolation level (and potentially specified user credentials)
to every getConnection
call.
- IsolationLevelDataSourceAdapter() - Constructor for class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
-
- IsolationLevelDataSourceRouter - Class in org.springframework.jdbc.datasource.lookup
-
DataSource that routes to one of various target DataSources based on the
current transaction isolation level.
- IsolationLevelDataSourceRouter() - Constructor for class org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
-
- isOneTimeTask() - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
-
Is this task only ever going to execute once?
- isOneTimeTask() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Is this task only ever going to execute once?
- isOpaque() - Method in class org.springframework.aop.framework.ProxyConfig
-
Return whether proxies created by this configuration should be
prevented from being cast to
Advised
.
- isOpen() - Method in class org.springframework.core.io.AbstractResource
-
This implementation always returns false
.
- isOpen() - Method in class org.springframework.core.io.InputStreamResource
-
This implementation always returns true
.
- isOpen() - Method in interface org.springframework.core.io.Resource
-
Indicate whether this resource represents a handle with an open stream.
- isOpen() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Return whether there are still open references to this holder.
- isOpen() - Method in class org.springframework.web.servlet.resource.GzipResourceResolver.GzippedResource
-
- isOpen() - Method in class org.springframework.web.servlet.resource.VersionResourceResolver.FileNameVersionedResource
-
- isOpen() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- isOpen() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- isOpen() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- isOpen() - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
-
- isOpen() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- isOpen() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return whether the connection is still open.
- isOptimize() - Method in class org.springframework.aop.framework.ProxyConfig
-
Return whether proxies should perform aggressive optimizations.
- isOptional() - Method in class org.springframework.beans.PropertyValue
-
Return whether this is an optional value, that is, to be ignored
when no corresponding property exists on the target class.
- isOptional() - Method in class org.springframework.core.MethodParameter
-
Return whether this method parameter is declared as optional
in the form of Java 8's Optional
.
- isOptionDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionsTag.OptionsWriter
-
- isOptionDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionWriter
-
Determine whether the option fields should be disabled.
- isOptionSelected(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
-
- isOptionSelected(Object) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
-
Determine whether the supplied values matched the selected value.
- isOutputStreamAccessAllowed() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- isOverloaded() - Method in class org.springframework.beans.factory.support.MethodOverride
-
Return whether the overridden method is overloaded (i.e., whether argument
type matching needs to occur to disambiguate methods of the same name).
- isOverridable() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
-
- isOverridable() - Method in interface org.springframework.core.type.MethodMetadata
-
Return whether the underlying method is overridable,
i.e.
- isOverridable() - Method in class org.springframework.core.type.StandardMethodMetadata
-
- isOverridable(Method, Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Determine whether the given method is overridable in the given target class.
- isOverriddenByExistingDefinition(BeanMethod, String) - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
-
- isOverrideFor(Class<? extends Annotation>) - Method in class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
-
Determine if this descriptor represents an explicit override for
an attribute in the supplied metaAnnotationType
.
- isOverrideIncludeSynonymsDefault() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Are we overriding include synonyms default?
- isParameterSeparator(char) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
-
Determine whether a parameter name ends at the current position,
that is, whether the given character qualifies as a separator.
- isPartArray(MethodParameter) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
-
- isPartCollection(MethodParameter) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
-
- isPartialContent() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.PARTIAL_CONTENT
(206).
- isPattern(String) - Method in class org.springframework.util.AntPathMatcher
-
- isPattern(String) - Method in interface org.springframework.util.PathMatcher
-
Does the given path
represent a pattern that can be matched
by an implementation of this interface?
- isPayloadTooLarge() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.PAYLOAD_TOO_LARGE
(413).
- isPaymentRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.PAYMENT_REQUIRED
(402).
- isPchar(int) - Method in enum org.springframework.web.util.HierarchicalUriComponents.Type
-
Indicates whether the given character is in the pchar
set.
- isPerInstance() - Method in interface org.springframework.aop.Advisor
-
Return whether this advice is associated with a particular instance
(for example, creating a mixin) or shared with all instances of
the advised class obtained from the same Spring bean factory.
- isPerInstance() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
This is only of interest for Spring AOP: AspectJ instantiation semantics
are much richer.
- isPerInstance() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
-
- isPerInstance() - Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
-
- isPerInstance() - Method in class org.springframework.aop.framework.ProxyFactoryBean.PrototypePlaceholderAdvisor
-
- isPerInstance() - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
-
- isPerInstance() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- isPerInstance() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
- isPermanentRedirect() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.PERMANENT_REDIRECT
(308).
- isPersistenceManagerTransactional(PersistenceManager, PersistenceManagerFactory) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
-
Return whether the given JDO PersistenceManager is transactional, that is,
bound to the current thread by Spring's transaction facilities.
- isPersistenceUnitOverrideAllowed() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Return whether an override of a same-named persistence unit is allowed.
- isPerThisOrPerTarget() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
-
Return whether the aspect is defined as "perthis" or "pertarget".
- isPerTypeWithin() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
-
Return whether the aspect is defined as "pertypewithin".
- isPhysicallyConnected(Session) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Determine whether the given Session is (still) physically connected
to the database, that is, holds an active JDBC Connection internally.
- isPortAvailable(int) - Method in enum org.springframework.util.SocketUtils.SocketType
-
Determine if the specified port for this SocketType
is
currently available on localhost
.
- isPortletModeAllowed(PortletMode) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- isPotentialMatch(String, String[]) - Method in class org.springframework.util.AntPathMatcher
-
- isPreconditionFailed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.PRECONDITION_FAILED
(412).
- isPreconditionRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.PRECONDITION_REQUIRED
(428).
- isPreferFileSystemAccess() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Return whether to prefer file system access for template loading.
- isPreferFileSystemAccess() - Method in class org.springframework.ui.velocity.VelocityEngineFactory
-
Deprecated.
Return whether to prefer file system access for template loading.
- isPreFiltered() - Method in interface org.springframework.aop.framework.Advised
-
Return whether this proxy configuration is pre-filtered so that it only
contains applicable advisors (matching this proxy's target class).
- isPreFiltered() - Method in class org.springframework.aop.framework.AdvisedSupport
-
- isPrefixPattern() - Method in class org.springframework.util.AntPathMatcher.AntPatternComparator.PatternInfo
-
- isPreFlightRequest(HttpServletRequest) - Static method in class org.springframework.web.cors.CorsUtils
-
Returns true
if the request is a valid CORS pre-flight one.
- isPrepared() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Return whether this client interceptor has already been prepared,
i.e.
- isPrepared() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return whether this client interceptor has already been prepared,
i.e.
- isPrepared() - Method in class org.springframework.util.MethodInvoker
-
Return whether this invoker has been prepared already,
i.e.
- isPresent(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Determine whether the Class
identified by the supplied name is present
and can be loaded.
- isPrimary() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return whether this bean is a primary autowire candidate.
- isPrimary() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether this bean is a primary autowire candidate.
- isPrimary(String, Object) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Return whether the bean definition for the given bean name has been
marked as a primary bean.
- isPrimitive() - Method in class org.springframework.core.convert.TypeDescriptor
-
Is this type a primitive type?
- isPrimitive(String) - Static method in class org.springframework.expression.spel.CodeFlow
-
- isPrimitiveArray(String) - Static method in class org.springframework.expression.spel.CodeFlow
-
- isPrimitiveArray(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Check if the given class represents an array of primitives,
i.e.
- isPrimitiveOrUnboxableSupportedNumber(String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Determine if the supplied descriptor is for a supported number.
- isPrimitiveOrUnboxableSupportedNumberOrBoolean(String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Determine if the supplied descriptor is for a supported number type or boolean.
- isPrimitiveOrWrapper(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Check if the given class represents a primitive (i.e.
- isPrimitivesDefaultedForNullValue() - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Return whether we're defaulting Java primitives in the case of mapping a null value
from corresponding database fields.
- isPrimitiveWrapper(Class<?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Checks whether the given type is a primitive wrapper type.
- isPrimitiveWrapper(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Check if the given class represents a primitive wrapper,
i.e.
- isPrimitiveWrapperArray(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Check if the given class represents an array of primitive wrappers,
i.e.
- isProcedureColumnMetaDataUsed() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Are we using the meta data for the procedure columns?
- isProcedureColumnMetaDataUsed() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- isProcessExternalEntities() - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Returns the configured value for whether XML external entities are allowed.
- isProcessExternalEntities() - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Returns the configured value for whether XML external entities are allowed.
- isProcessExternalEntities() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Returns the configured value for whether XML external entities are allowed.
- isProcessExternalEntities() - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Returns the configured value for whether XML external entities are allowed.
- isProcessing() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.PROCESSING
(102).
- isProfileActive(String) - Method in class org.springframework.core.env.AbstractEnvironment
-
Return whether the given profile is active, or if active profiles are empty
whether the profile should be active by default.
- isPropagateQueryProperties() - Method in class org.springframework.web.servlet.view.RedirectView
-
Whether to propagate the query params of the current URL.
- isProtectedResource(String) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Check whether the specified path indicates a resource in the protected
WEB-INF or META-INF directories.
- isPrototype(String) - Method in interface org.springframework.beans.factory.BeanFactory
-
- isPrototype() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return whether this a Prototype, with an independent instance
returned for each call.
- isPrototype() - Method in interface org.springframework.beans.factory.SmartFactoryBean
-
Is the object managed by this factory a prototype? That is,
will
FactoryBean.getObject()
always return an independent instance?
- isPrototype() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether this a Prototype, with an independent instance
returned for each call.
- isPrototype(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- isPrototype(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- isPrototype(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- isPrototype(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- isPrototype(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- isPrototypeBased() - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
-
Return whether this TargetSourceCreator is prototype-based.
- isPrototypeBased() - Method in class org.springframework.aop.framework.autoproxy.target.LazyInitTargetSourceCreator
-
- isPrototypeCurrentlyInCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Return whether the specified prototype bean is currently in creation
(within the current thread).
- isProxyAuthenticationRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.PROXY_AUTHENTICATION_REQUIRED
(407).
- isProxyFactoryBeanDefinition(BeanDefinition) - Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
-
- isProxyForSameBshObject(Object) - Method in class org.springframework.scripting.bsh.BshScriptUtils.BshObjectInvocationHandler
-
- isProxyForSameRubyObject(Object) - Method in class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
-
Deprecated.
- isProxyTargetClass() - Method in interface org.springframework.aop.framework.Advised
-
Are we proxying the full target class instead of specified interfaces?
- isProxyTargetClass() - Method in class org.springframework.aop.framework.ProxyConfig
-
Return whether to proxy the target class directly as well as any interfaces.
- isPublicInInterface(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Check to see if the Method
is both public and declared in
one of the configured interfaces.
- isPublicScope() - Method in class org.springframework.mock.web.portlet.MockCacheControl
-
- isPublicStaticFinal(Field) - Static method in class org.springframework.util.ReflectionUtils
-
Determine whether the given field is a "public static final" constant.
- isPubSubDomain() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- isPubSubDomain() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
- isPubSubDomain() - Method in interface org.springframework.jms.listener.MessageListenerContainer
-
Return whether the Publish/Subscribe domain (Topics
) is used.
- isPubSubDomain() - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
-
Return whether the Publish/Subscribe domain (Topics
) is used.
- isPubSubNoLocal() - Method in class org.springframework.jms.core.JmsTemplate
-
Return whether to inhibit the delivery of messages published by its own connection.
- isPubSubNoLocal() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return whether to inhibit the delivery of messages published by its own connection.
- isQualifier(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
-
Checks whether the given annotation type is a recognized qualifier type.
- isQualifierMatch(String, String, ConfigurableListableBeanFactory) - Static method in class org.springframework.beans.factory.annotation.BeanFactoryAnnotationUtils
-
Check whether the named bean declares a qualifier of the given name.
- isQuotedString(String) - Method in class org.springframework.util.MimeType
-
- isReadable() - Method in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
-
- isReadable() - Method in class org.springframework.beans.factory.support.BeanDefinitionResource
-
- isReadable() - Method in class org.springframework.core.io.AbstractFileResolvingResource
-
- isReadable() - Method in class org.springframework.core.io.AbstractResource
-
This implementation always returns true
.
- isReadable() - Method in class org.springframework.core.io.DescriptiveResource
-
- isReadable() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation checks whether the underlying file is marked as readable
(and corresponds to an actual file with content, not to a directory).
- isReadable() - Method in class org.springframework.core.io.PathResource
-
This implementation checks whether the underlying file is marked as readable
(and corresponds to an actual file with content, not to a directory).
- isReadable() - Method in interface org.springframework.core.io.Resource
-
- isReadable() - Method in class org.springframework.core.io.VfsResource
-
- isReadable(Object) - Static method in class org.springframework.core.io.VfsUtils
-
- isReadable(MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
- isReadable() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation delegates to ServletContext.getResourceAsStream
,
which returns null
in case of a non-readable resource (e.g.
- isReadable() - Method in class org.springframework.web.portlet.context.PortletContextResource
-
This implementation delegates to PortletContext.getResourceAsStream
,
which returns null
in case of a non-readable resource (e.g.
- isReadable() - Method in class org.springframework.web.servlet.resource.GzipResourceResolver.GzippedResource
-
- isReadable() - Method in class org.springframework.web.servlet.resource.VersionResourceResolver.FileNameVersionedResource
-
- isReadableContentType() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- isReadableProperty(String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- isReadableProperty(String) - Method in interface org.springframework.beans.PropertyAccessor
-
Determine whether the specified property is readable.
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
-
- isReadOnly(String) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- isReadOnly(String) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- isReadOnly() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
- isReadOnly() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
-
Return if this transaction is defined as read-only transaction.
- isReadOnly() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
-
- isReadOnly() - Method in interface org.springframework.transaction.TransactionDefinition
-
Return whether to optimize as a read-only transaction.
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- isReadonly() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Gets the value of the 'readonly
' attribute.
- isReconnectOnException() - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Return whether the single Connection should be renewed when
a JMSException is reported by the underlying Connection.
- isRecovering() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Return whether this listener container is currently in a recovery attempt.
- isRedirectContextRelative() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return whether to interpret a given redirect URL that starts with a
slash ("/") as relative to the current ServletContext, i.e.
- isRedirectHttp10Compatible() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return whether redirects should stay compatible with HTTP 1.0 clients.
- isRedirectView() - Method in interface org.springframework.web.servlet.SmartView
-
Whether the view performs a redirect.
- isRedirectView() - Method in class org.springframework.web.servlet.view.RedirectView
-
Returns "true" indicating this view performs a redirect.
- isRedirectViewName(String) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
-
Whether the given view name is a redirect view reference.
- isRedirectViewName(String) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
-
Whether the given view name is a redirect view reference.
- isRefCursorSupported() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Does this database support returning ResultSets as ref cursors to be retrieved with
CallableStatement.getObject(int)
for the specified column.
- isRefCursorSupported() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- isRefCursorSupported() - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
-
- isRefCursorSupported() - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
-
- isReference() - Method in class org.springframework.web.portlet.ModelAndView
-
Return whether we use a view reference, i.e.
- isReference() - Method in class org.springframework.web.servlet.ModelAndView
-
Return whether we use a view reference, i.e.
- isReferenceTypeArray(String) - Static method in class org.springframework.expression.spel.CodeFlow
-
- isRegisteredWithDestination() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Return whether at least one consumer has entered a fixed registration with the
target destination.
- isRemoteClientSession - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
-
- isRemoteHost(String) - Method in class org.springframework.web.servlet.view.RedirectView
-
Whether the given targetUrl has a host that is a "foreign" system in which
case HttpServletResponse#encodeRedirectURL
will not be applied.
- isRemoveOnCancelPolicy() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the current setting for the remove-on-cancel mode.
- isRenderWhenMinimized() - Method in class org.springframework.web.portlet.mvc.AbstractController
-
Return whether controller will render when portlet is minimized.
- isRepeatable() - Method in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity
-
- isReplyPubSubDomain() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return whether the Publish/Subscribe domain (Topics
) is used
for replies.
- isReplyPubSubDomain() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- isReplyPubSubDomain() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
- isReplyPubSubDomain() - Method in interface org.springframework.jms.listener.MessageListenerContainer
-
Return whether the reply destination uses Publish/Subscribe domain
(Topics
).
- isRequestActive() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
-
Determine whether the original request is still active.
- isRequestedRangeNotSatisfiable() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.REQUESTED_RANGE_NOT_SATISFIABLE
(416).
- isRequestedSessionIdFromCookie() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- isRequestedSessionIdFromURL() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- isRequestedSessionIdFromUrl() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Deprecated.
- isRequestedSessionIdValid() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- isRequestedSessionIdValid() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- isRequestEntityTooLarge() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
- isRequestHandled() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether the request has been handled fully within the handler.
- isRequestHeaderFieldsTooLarge() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.REQUEST_HEADER_FIELDS_TOO_LARGE
(431).
- isRequestNotModified(ServletWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
Does the given request qualify as "not modified"?
- isRequestTimeout() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.REQUEST_TIMEOUT
(408).
- isRequestUriTooLong() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
- isRequired(DependencyDescriptor) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
-
Determine whether the given dependency declares an autowired annotation,
checking its required flag.
- isRequired() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Return whether this dependency is required.
- isRequired(DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- isRequired(DependencyDescriptor) - Method in class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
-
Determine whether the given descriptor is effectively required.
- isRequiredProperty(PropertyDescriptor) - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
-
Is the supplied property required to have a value (that is, to be dependency-injected)?
- isRequireSession() - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
-
Return whether a session is required to handle requests.
- isRequireSession() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Return whether a session is required to handle requests.
- isReserved(int) - Method in enum org.springframework.web.util.HierarchicalUriComponents.Type
-
Indicates whether the given character is in the reserved
set.
- isResetContent() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.RESET_CONTENT
(205).
- isResolvedTypeMatch(Method, Method, Class<?>) - Static method in class org.springframework.core.BridgeMethodResolver
-
Returns true
if the Type
signature of both the supplied
generic Method
and concrete Method
are equal after resolving all types against the declaringType, otherwise
returns false
.
- isResourceNotModified(ServletServerHttpRequest, ServletServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
-
- isResourceRef() - Method in class org.springframework.jndi.JndiLocatorSupport
-
Return whether the lookup occurs in a J2EE container.
- isResourceUnderLocation(Resource, Resource) - Method in class org.springframework.web.servlet.resource.PathResourceResolver
-
- isResponseEncodedHtmlEscape() - Method in class org.springframework.web.servlet.support.RequestContext
-
Is HTML escaping using the response encoding by default?
If enabled, only XML markup significant characters will be escaped with UTF-* encodings.
- isResponseEncodedHtmlEscape() - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
-
Return the applicable default for the use of response encoding with
HTML escaping for this tag.
- isResultSetSupported() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
Does this parameter support a ResultSet, i.e.
- isResultsMapCaseInsensitive() - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Return whether execution of a CallableStatement will return the results in a Map
that uses case insensitive names for the parameters.
- isResultsParameter() - Method in class org.springframework.jdbc.core.SqlParameter
-
Return whether this parameter is an implicit return parameter used during the
results preocessing of the CallableStatement.getMoreResults/getUpdateCount.
- isResultsParameter() - Method in class org.springframework.jdbc.core.SqlReturnResultSet
-
Return whether this parameter is an implicit return parameter used during the
results preocessing of the CallableStatement.getMoreResults/getUpdateCount.
- isResultsParameter() - Method in class org.springframework.jdbc.core.SqlReturnUpdateCount
-
Return whether this parameter is an implicit return parameter used during the
results preocessing of the CallableStatement.getMoreResults/getUpdateCount.
- isReturnGeneratedKeys() - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Return whether statements should be capable of returning
auto-generated keys.
- isReturnResultSetSupported() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Does this database support returning ResultSets that should be retrieved with the JDBC call.
- isReturnResultSetSupported() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- isReturnResultSetSupported() - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
-
- isReturnResultSetSupported() - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
-
- isReturnTypeSupported() - Method in class org.springframework.jdbc.core.SqlOutParameter
-
Return whether this parameter holds a custom return type.
- isReturnValueRequired() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Check whether a return value is required.
- isReturnValueRequired() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Does the call require a return value?
- isRFC5987AttrChar(byte) - Static method in class org.springframework.http.HttpHeaders
-
- isRollback(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
Determine whether or not to rollback transactions for the supplied
test context by taking into consideration the
default rollback flag and a
possible method-level override via the
@Rollback
annotation.
- isRollbackOnCommitFailure() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Return whether doRollback
should be performed on failure of the
doCommit
call.
- isRollbackOnly(Object) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
-
- isRollbackOnly() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
-
- isRollbackOnly() - Method in class org.springframework.jms.connection.JmsTransactionManager.JmsTransactionObject
-
- isRollbackOnly() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
-
Deprecated.
- isRollbackOnly() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
-
- isRollbackOnly() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager.HibernateTransactionObject
-
- isRollbackOnly() - Method in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
-
- isRollbackOnly() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
-
- isRollbackOnly() - Method in class org.springframework.transaction.jta.JtaTransactionObject
-
This implementation checks the UserTransaction's rollback-only flag.
- isRollbackOnly() - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
-
- isRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
Determine the rollback-only flag via checking both the local rollback-only flag
of this TransactionStatus and the global rollback-only flag of the underlying
transaction, if any.
- isRollbackOnly() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Return whether the resource transaction is marked as rollback-only.
- isRollbackOnly() - Method in interface org.springframework.transaction.support.SmartTransactionObject
-
Return whether the transaction is internally marked as rollback-only.
- isRollbackOnly() - Method in interface org.springframework.transaction.TransactionStatus
-
Return whether the transaction has been marked as rollback-only
(either by the application or by the transaction infrastructure).
- isRunning() - Method in interface org.springframework.context.Lifecycle
-
Check whether this component is currently running.
- isRunning() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- isRunning() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
- isRunning() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Return whether the configured message endpoint is currently active.
- isRunning() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
-
- isRunning() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Determine whether this container is currently running,
that is, whether it has been started and not stopped yet.
- isRunning() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- isRunning() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
Check whether this message handler is currently running.
- isRunning() - Method in class org.springframework.messaging.simp.stomp.Reactor2TcpStompClient
-
- isRunning() - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
- isRunning() - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
-
Considers the underlying TimerManager as running if it is
neither suspending nor stopping.
- isRunning() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- isRunning() - Method in class org.springframework.util.StopWatch
-
Return whether the stop watch is currently running.
- isRunning() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
Return whether this ConnectionManager has been started.
- isRunning() - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
-
- isRunning() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- isRunning() - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
- isRunning() - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
-
- isRunning() - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
- isRunning() - Method in class org.springframework.web.socket.server.support.WebSocketHandlerMapping
-
- isRunning() - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
- isRunning() - Method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
-
- isRunning() - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
- isRunning() - Method in class org.springframework.web.socket.sockjs.client.WebSocketTransport
-
- isRunning() - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
-
- isRunning() - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
-
- isRunning() - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
- isRuntime() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- isRuntime() - Method in interface org.springframework.aop.MethodMatcher
-
- isRuntime() - Method in class org.springframework.aop.support.ControlFlowPointcut
-
- isRuntime() - Method in class org.springframework.aop.support.DynamicMethodMatcher
-
- isRuntime() - Method in class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
-
- isRuntime() - Method in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
-
- isRuntime() - Method in class org.springframework.aop.support.StaticMethodMatcher
-
- isRuntime() - Method in class org.springframework.aop.TrueMethodMatcher
-
- isSameConnectionForEntireSession(Session) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
Return whether the given Hibernate Session will always hold the same
JDBC Connection.
- isSameConnectionForEntireSession(Session) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
Return whether the given Hibernate Session will always hold the same
JDBC Connection.
- isSameConnectionForEntireSession(Session) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Return whether the given Hibernate Session will always hold the same
JDBC Connection.
- isSameKind(ResolvableType.WildcardBounds) - Method in class org.springframework.core.ResolvableType.WildcardBounds
-
Return true
if this bounds is the same kind as the specified bounds.
- isSameOrigin(HttpRequest) - Static method in class org.springframework.web.util.WebUtils
-
Check if the request is a same-origin one, based on Origin
, Host
,
Forwarded
and X-Forwarded-Host
headers.
- isSatisfied() - Method in class org.springframework.test.web.client.DefaultRequestExpectation
-
- isSatisfied() - Method in class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
-
- isSatisfied() - Method in interface org.springframework.test.web.client.RequestExpectation
-
Whether the requirements for this request expectation have been met.
- isSavepointAllowed() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- isScheduledElement(Node, ParserContext) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
-
- isScopedTarget(String) - Static method in class org.springframework.aop.scope.ScopedProxyUtils
-
Specify if the beanName
is the name of a bean that references the target
bean within a scoped proxy.
- isSecure() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Return
true
if the
secure
flag has been set
to
true
or if the
scheme
is
https
.
- isSecure() - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- isSecure() - Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- isSecure() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- isSecure() - Method in class org.springframework.web.context.request.FacesWebRequest
-
- isSecure() - Method in class org.springframework.web.context.request.ServletWebRequest
-
- isSecure() - Method in interface org.springframework.web.context.request.WebRequest
-
Return whether this request has been sent over a secure transport
mechanism (such as SSL).
- isSecure() - Method in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderExtractingRequest
-
- isSecure() - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- isSecurityManagerPresent() - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
-
- isSeeOther() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.SEE_OTHER
(303).
- isSelected(Object) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
- isSelected(BindStatus, Object) - Static method in class org.springframework.web.servlet.tags.form.SelectedValueComparator
-
Returns
true
if the supplied candidate value is equal to the value bound to
the supplied
BindStatus
.
- isSelfReference(String, String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Determine whether the given beanName/candidateName pair indicates a self reference,
i.e.
- isServiceUnavailable() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.SERVICE_UNAVAILABLE
(503).
- isSessionAttribute(String, Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- isSessionCompleted() - Method in class org.springframework.messaging.simp.SimpAttributes
-
- isSessionCookieNeeded() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Return whether the JSESSIONID cookie is required for the application to function.
- isSessionLocallyTransacted(Session) - Method in class org.springframework.jms.core.JmsTemplate
-
Check whether the given Session is locally transacted, that is, whether
its transaction is managed by this listener container's Session handling
and not by an external transaction coordinator.
- isSessionLocallyTransacted(Session) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Check whether the given Session is locally transacted, that is, whether
its transaction is managed by this listener container's Session handling
and not by an external transaction coordinator.
- isSessionLocallyTransacted(Session) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
This implementation checks whether the Session is externally synchronized.
- isSessionTransacted() - Method in class org.springframework.jms.support.JmsAccessor
-
Return whether the JMS sessions
used by this
accessor are supposed to be transacted.
- isSessionTransactional(Session, ConnectionFactory) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
-
Determine whether the given JMS Session is transactional, that is,
bound to the current thread by Spring's transaction facilities.
- isSessionTransactional(Session, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
-
Deprecated.
Return whether the given Hibernate Session is transactional, that is,
bound to the current thread by Spring's transaction facilities.
- isSetOrExpired() - Method in class org.springframework.web.context.request.async.DeferredResult
-
Return true
if this DeferredResult is no longer usable either
because it was previously set or because the underlying request expired.
- isSetterDefinedInInterface(PropertyDescriptor, Set<Class<?>>) - Static method in class org.springframework.beans.factory.support.AutowireUtils
-
Return whether the setter method of the given bean property is defined
in any of the given interfaces.
- isSharedEngine() - Method in interface org.springframework.web.servlet.view.script.ScriptTemplateConfig
-
Return whether to use a shared engine for all threads or whether to create
thread-local engine instances for each thread.
- isSharedEngine() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- isShowPassword() - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
-
Is the password value to be rendered?
- isShowSql() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
Return whether to show SQL in the log (or in the console).
- isShutdown() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
-
- isSign(char) - Method in class org.springframework.expression.spel.standard.Tokenizer
-
- isSigned(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- isSigned(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Indicate whether the designated column contains a signed number.
- isSimpleProperty(Class<?>) - Static method in class org.springframework.beans.BeanUtils
-
Check if the given type represents a "simple" property:
a primitive, a String or other CharSequence, a Number, a Date,
a URI, a URL, a Locale, a Class, or a corresponding array.
- isSimpleValueType(Class<?>) - Static method in class org.springframework.beans.BeanUtils
-
Check if the given type represents a "simple" value type:
a primitive, a String or other CharSequence, a Number, a Date,
a URI, a URL, a Locale or a Class.
- isSingleSession() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
-
Deprecated.
Return whether to use a single session for each request.
- isSingleSession() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
-
Deprecated.
Return whether to use a single session for each request.
- isSingleton() - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
-
- isSingleton() - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
-
- isSingleton(String) - Method in interface org.springframework.beans.factory.BeanFactory
-
- isSingleton() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
- isSingleton() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return whether this a Singleton, with a single, shared instance
returned on all calls.
- isSingleton() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
- isSingleton() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
-
- isSingleton() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
-
- isSingleton() - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
While this FactoryBean will often be used for singleton targets,
the invoked getters for the property path might return a new object
for each call, so we have to assume that we're not returning the
same object for each
PropertyPathFactoryBean.getObject()
call.
- isSingleton() - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
- isSingleton() - Method in class org.springframework.beans.factory.config.YamlMapFactoryBean
-
- isSingleton() - Method in class org.springframework.beans.factory.config.YamlPropertiesFactoryBean
-
- isSingleton() - Method in interface org.springframework.beans.factory.FactoryBean
-
Is the object managed by this factory a singleton? That is,
will
FactoryBean.getObject()
always return the same object
(a reference that can be cached)?
- isSingleton() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether this a Singleton, with a single shared instance
returned from all calls.
- isSingleton(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- isSingleton(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- isSingleton() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- isSingleton() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
- isSingleton() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
-
- isSingleton() - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
-
- isSingleton(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- isSingleton() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
-
- isSingleton() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
-
- isSingleton() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
-
- isSingleton() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- isSingleton() - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
- isSingleton() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- isSingleton() - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
-
- isSingleton() - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
-
- isSingleton() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
-
- isSingleton() - Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
- isSingleton() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
- isSingleton() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
- isSingleton() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
-
- isSingleton() - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
- isSingleton(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- isSingleton() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
-
Deprecated.
- isSingleton() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
-
Deprecated.
- isSingleton() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
- isSingleton() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
- isSingleton() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
-
- isSingleton() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
-
- isSingleton() - Method in class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
-
- isSingleton() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
-
- isSingleton() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- isSingleton() - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
-
- isSingleton() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaSessionFactoryBean
-
- isSingleton() - Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
-
- isSingleton() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
-
Deprecated.
- isSingleton() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
-
- isSingleton() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- isSingleton() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
- isSingleton() - Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
-
- isSingleton() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
- isSingleton() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- isSingleton() - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
- isSingleton() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- isSingleton() - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
- isSingleton() - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
- isSingleton() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- isSingleton() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- isSingleton() - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
- isSingleton(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- isSingleton() - Method in class org.springframework.transaction.config.JtaTransactionManagerFactoryBean
-
- isSingleton() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
-
- isSingleton() - Method in class org.springframework.ui.velocity.VelocityEngineFactoryBean
-
Deprecated.
- isSingleton() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- isSingleton() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
- isSingleton() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- isSingleton() - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser.CompositeUriComponentsContributorFactoryBean
-
- isSingleton() - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- isSingleton() - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser.DecoratingFactoryBean
-
- isSingleton() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- isSingletonCurrentlyInCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Return whether the specified singleton bean is currently in creation
(within the entire factory).
- isSingleValueMap(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMapMethodArgumentResolver
-
- isSkipResultsProcessing() - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Return whether results processing should be skipped.
- isSkipUndeclaredResults() - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Return whether undeclared results should be skipped.
- isSockJsSpecialChar(char) - Method in class org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec
-
See `escapable_by_server` variable in the SockJS protocol test suite.
- isSourceModified(Resource) - Method in class org.springframework.ui.velocity.SpringResourceLoader
-
- isSpringMessagingPresent - Static variable in class org.springframework.web.socket.config.WebSocketNamespaceHandler
-
- isSqlReadyForUse() - Method in class org.springframework.jdbc.object.SqlCall
-
Return whether the SQL can be used as is.
- isStandalone - Variable in class org.springframework.util.xml.AbstractStaxXMLReader
-
- isStandalone() - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- isStandardClass(Class<?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Checks whether the given type is a standard class.
- isStarted() - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
-
Return whether asynchronous request processing has been started.
- isStarted() - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
-
- isStartElement() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
-
- isStatic() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
-
- isStatic() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
-
- isStatic() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
Not static.
- isStatic - Variable in class org.springframework.aop.target.EmptyTargetSource
-
- isStatic() - Method in class org.springframework.aop.target.EmptyTargetSource
-
Always returns true
.
- isStatic() - Method in class org.springframework.aop.target.HotSwappableTargetSource
-
- isStatic() - Method in class org.springframework.aop.target.SingletonTargetSource
-
- isStatic() - Method in interface org.springframework.aop.TargetSource
-
- isStatic - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
-
- isStatic(int) - Static method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor
-
- isStatic() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
-
- isStatic() - Method in interface org.springframework.core.type.MethodMetadata
-
Return whether the underlying method is declared as 'static'.
- isStatic() - Method in class org.springframework.core.type.StandardMethodMetadata
-
- isStatic() - Method in class org.springframework.jndi.JndiObjectTargetSource
-
- isStaticNonPrivateAndNonFinal(Class<?>) - Static method in class org.springframework.test.context.support.AnnotationConfigContextLoaderUtils
-
- isStatusOK(HttpServletResponse) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- isStatusOnly() - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
-
Whether the request is fully handled within the controller.
- isStaxResult(Result) - Static method in class org.springframework.util.xml.StaxUtils
-
Indicate whether the given Result
is a JAXP 1.4 StAX Result or
custom StAX Result.
- isStaxSource(Source) - Static method in class org.springframework.util.xml.StaxUtils
-
Indicate whether the given Source
is a JAXP 1.4 StAX Source or
custom StAX Source.
- isStereotypeWithNameValue(String, Set<String>, Map<String, Object>) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
-
Check whether the given annotation is a stereotype that is allowed
to suggest a component name through its annotation value()
.
- isStompConnected - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
-
- isStoreByValue() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
-
Return whether this cache stores a copy of each entry (true
) or
a reference (false
, default).
- isStoreByValue() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Return whether this cache manager stores a copy of each entry or
a reference for all its caches.
- isStoresLowerCaseIdentifiers() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Does the database use lower case for identifiers
- isStoresLowerCaseIdentifiers() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- isStoresUpperCaseIdentifiers() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Does the database use upper case for identifiers
- isStoresUpperCaseIdentifiers() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- isStream(Class<?>) - Static method in class org.springframework.core.convert.TypeDescriptor.StreamDelegate
-
- isStreaming() - Method in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity
-
- isStreaming() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- isStreaming() - Method in class org.springframework.web.socket.sockjs.transport.session.PollingSockJsSession
-
- isStreaming() - Method in class org.springframework.web.socket.sockjs.transport.session.StreamingSockJsSession
-
- isStrictContentTypeMatch() - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
Whether content type resolution must produce a value that matches one of
the supported MIME types.
- isStrictEncoding() - Method in class org.springframework.web.util.DefaultUriTemplateHandler
-
Whether to strictly encode any character outside the unreserved set.
- isString() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and
assert that the result is a String
.
- isString() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and
assert that the result is a String
.
- isStringValue(Class<?>) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
-
Check whether the given value can be treated as a String value.
- isSubDelimiter(int) - Method in enum org.springframework.web.util.HierarchicalUriComponents.Type
-
Indicates whether the given character is in the sub-delims
set.
- isSubscriptionDurable() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return whether to make the subscription durable.
- isSubscriptionDurable() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- isSubscriptionShared() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return whether to make the subscription shared.
- isSubscriptionShared() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- isSubtypeOf(Class<?>, int) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
- isSuffixHere(String, int, String) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser
-
Return true if the specified suffix can be found at the supplied position in the
supplied expression string.
- isSuitable(Object, TypeDescriptor, List<TypeDescriptor>) - Method in class org.springframework.expression.spel.ast.MethodReference.CachedMethodExecutor
-
- isSupportDtd() - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Whether DTD parsing is supported.
- isSupportDtd() - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Whether DTD parsing is supported.
- isSupportDtd() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Whether DTD parsing is supported.
- isSupportDtd() - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Whether DTD parsing is supported.
- isSupportedLocale(Locale) - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
-
- isSupportsCatalogsInProcedureCalls() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Does the database support the use of catalog name in procedure calls
- isSupportsCatalogsInProcedureCalls() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Does the database support the use of catalog name in procedure calls
- isSupportsSchemasInProcedureCalls() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Does the database support the use of schema name in procedure calls
- isSupportsSchemasInProcedureCalls() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Does the database support the use of schema name in procedure calls
- isSuppressClose() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Return whether the returned Connection will be a close-suppressing proxy
or the physical Connection.
- isSwitchingProtocols() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.SWITCHING_PROTOCOLS
(101).
- isSync() - Method in class org.springframework.cache.interceptor.CacheableOperation
-
- isSynchedLocalTransactionAllowed() - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
-
Return whether to allow for a local JMS transaction that is synchronized with
a Spring-managed transaction (where the main transaction might be a JDBC-based
one for a specific DataSource, for example), with the JMS transaction
committing right after the main transaction.
- isSynchedLocalTransactionAllowed() - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
-
Return whether to allow for a local JMS transaction that is synchronized
with a Spring-managed transaction.
- isSynchedLocalTransactionAllowed() - Method in class org.springframework.jms.core.JmsTemplate.JmsTemplateResourceFactory
-
- isSynchedLocalTransactionAllowed() - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory
-
- isSynchronizationActive() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Return if transaction synchronization is active for the current thread.
- isSynchronized() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContexts
-
- isSynchronizedWithTransaction() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Return whether the resource is synchronized with a transaction.
- isSynchronizeOnSession() - Method in class org.springframework.web.portlet.mvc.AbstractController
-
Return whether controller execution should be synchronized on the session.
- isSynchronizeOnSession() - Method in class org.springframework.web.servlet.mvc.AbstractController
-
Return whether controller execution should be synchronized on the session.
- isSynthesizable(Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Determine if annotations of the supplied annotationType
are
synthesizable (i.e., in need of being wrapped in a dynamic
proxy that provides functionality above that of a standard JDK
annotation).
- isSynthetic() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether this bean definition is 'synthetic', that is,
not defined by the application itself.
- isSyntheticOrBridged(int) - Static method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor
-
- isTableColumnMetaDataUsed() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- isTableColumnMetaDataUsed() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Are we using the meta data for the table columns?
- isTargetFilterLifecycle() - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Return whether to invoke the Filter.init
and
Filter.destroy
lifecycle methods on the target bean.
- isTemplate() - Method in class org.springframework.expression.common.TemplateParserContext
-
- isTemplate() - Method in interface org.springframework.expression.ParserContext
-
Whether or not the expression being parsed is a template.
- isTemporaryRedirect() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.TEMPORARY_REDIRECT
(307).
- isTerminated() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
-
- isTestEnabledInThisEnvironment(Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
-
Determine if the supplied
testClass
is
enabled in
the current environment, as specified by the
@IfProfileValue
annotation at the class level.
- isTestEnabledInThisEnvironment(Method, Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
-
Determine if the supplied
testMethod
is
enabled in
the current environment, as specified by the
@IfProfileValue
annotation, which may be declared on the test
method itself or at the class level.
- isTestEnabledInThisEnvironment(ProfileValueSource, Method, Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
-
Determine if the supplied
testMethod
is
enabled in
the current environment, as specified by the
@IfProfileValue
annotation, which may be declared on the test
method itself or at the class level.
- isTestEnabledInThisEnvironment(ProfileValueSource, IfProfileValue) - Static method in class org.springframework.test.annotation.ProfileValueUtils
-
Determine if the
value
(or one of the
values
)
in the supplied
@IfProfileValue
annotation is
enabled in the current environment.
- isTestMethodIgnored(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Return true
if @Ignore
is present for the supplied
test method or if the test method is disabled
via @IfProfileValue
.
- isThrottleActive() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Return whether this throttle is currently active.
- isThrottleActive() - Method in class org.springframework.util.ConcurrencyThrottleSupport
-
Return whether this throttle is currently active.
- isToggleAscendingOnProperty() - Method in class org.springframework.beans.support.MutableSortDefinition
-
Gets the value of the property toggleAscendingOnProperty.
- isTooManyRequests() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.TOO_MANY_REQUESTS
(429).
- isToParent() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
-
Return whether this is an explicit reference to a bean
in the parent factory.
- isTopic - Variable in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.DestinationNameHolder
-
- ISTORE - Static variable in interface org.springframework.asm.Opcodes
-
- isToStringMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
-
Determine whether the given method is a "toString" method.
- isToStringMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
-
Determine whether the given method is a "toString" method.
- isTransactionActive() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
-
Return whether this holder represents an active, JDBC-managed transaction.
- isTransactionActive() - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
-
- isTransactionActive() - Method in class org.springframework.orm.jpa.EntityManagerHolder
-
- isTransactionAware() - Method in class org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
-
Return whether this CacheManager has been configured to be transaction-aware.
- isTransactionInProgress(JDBCContext, Context, Transaction) - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
-
Deprecated.
- isTransactionManagerRequired() - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
-
Deprecated.
- isTransactionSavepointManager() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
-
Return whether the underlying transaction implements the
SavepointManager interface.
- isTrue(boolean, String) - Static method in class org.springframework.util.Assert
-
Assert a boolean expression, throwing an IllegalArgumentException
if the expression evaluates to false
.
- isTrue(boolean) - Static method in class org.springframework.util.Assert
-
- isTwoCharToken(TokenKind) - Method in class org.springframework.expression.spel.standard.Tokenizer
-
Check if this might be a two character token.
- isTypeMatch(String, ResolvableType) - Method in interface org.springframework.beans.factory.BeanFactory
-
Check whether the bean with the given name matches the specified type.
- isTypeMatch(String, Class<?>) - Method in interface org.springframework.beans.factory.BeanFactory
-
Check whether the bean with the given name matches the specified type.
- isTypeMatch(String, ResolvableType) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- isTypeMatch(String, Class<?>) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- isTypeMatch(String, ResolvableType) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- isTypeMatch(String, Class<?>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- isTypeMatch(String, ResolvableType) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- isTypeMatch(String, Class<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- isTypeMatch(String, ResolvableType) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- isTypeMatch(String, Class<?>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- isTypeMatch(String, ResolvableType) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- isTypeMatch(String, Class<?>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- ISUB - Static variable in interface org.springframework.asm.Opcodes
-
- isUnauthorized() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.UNAUTHORIZED
(401).
- isUnavailableForLegalReasons() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.UNAVAILABLE_FOR_LEGAL_REASONS
(451).
- isUnbound(int) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
- isUnderneathClassLoader(ClassLoader, ClassLoader) - Static method in class org.springframework.beans.CachedIntrospectionResults
-
Check whether the given ClassLoader is underneath the given parent,
that is, whether the parent is within the candidate's hierarchy.
- isUnicodeCharacterSequence(String) - Method in class org.springframework.beans.propertyeditors.CharacterEditor
-
- isUnknown() - Method in class org.springframework.asm.Attribute
-
Returns true if this type of attribute is unknown.
- isUnprocessableEntity() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.UNPROCESSABLE_ENTITY
(422).
- isUnreserved(int) - Method in enum org.springframework.web.util.HierarchicalUriComponents.Type
-
Indicates whether the given character is in the unreserved
set.
- isUnresolvableTypeVariable() - Method in class org.springframework.core.ResolvableType
-
Determine whether the underlying type is a type variable that
cannot be resolved through the associated variable resolver.
- isUnsupportedMediaType() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.UNSUPPORTED_MEDIA_TYPE
(415).
- isUpdatableResults() - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Return whether statements will return updatable ResultSets.
- isUpgradeRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.UPGRADE_REQUIRED
(426).
- isUploadTempDirSpecified() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
- isUriTooLong() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.REQUEST_URI_TOO_LONG
(414).
- isUrl(String) - Static method in class org.springframework.core.io.support.ResourcePatternUtils
-
Return whether the given resource location is a URL: either a
special "classpath" or "classpath*" pseudo URL or a standard URL.
- isUrl(String) - Static method in class org.springframework.util.ResourceUtils
-
Return whether the given resource location is a URL:
either a special "classpath" pseudo URL or a standard URL.
- isUrlRequired() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
-
Return whether the 'url' property is required.
- isUrlRequired() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
JasperReports views do not strictly required a 'url' value.
- isUseCacheControlHeader() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
- isUseCacheControlNoStore() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
- isUseCodeAsDefaultMessage() - Method in class org.springframework.context.support.AbstractMessageSource
-
Return whether to use the message code as default message instead of
throwing a NoSuchMessageException.
- isUseExpiresHeader() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
- isUseJafTurnedOff() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- isUseNotAcceptableStatusCode() - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
Whether to return HTTP Status 406 if no suitable is found.
- isUsePrefix() - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
-
Return whether to only include advisors with a certain prefix in the bean name.
- isUseProxy() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
- isUseRegisteredSuffixPatternMatch() - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
- isUserInRole(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- isUserInRole(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- isUserInRole(String) - Method in class org.springframework.web.context.request.FacesWebRequest
-
- isUserInRole(String) - Method in class org.springframework.web.context.request.ServletWebRequest
-
- isUserInRole(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Determine whether the user is in the given role for this request.
- isUserInRole(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- isUserLevelMethod(Method) - Static method in class org.springframework.util.ClassUtils
-
Determine whether the given method is declared by the user or at least pointing to
a user-declared method.
- isUserSetStatus(CloseStatus) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
-
- isUseSoapAction() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Return the "soapaction.use" flag to specify on the stub.
- isUseSqlStateForTranslation() - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- isUseStrictCasing() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return whether strict casing for attributes is enabled.
- isUseSuffixPatternMatch() - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
- isUseTrailingSlashMatch() - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
- isUseTransactionAwareDataSource() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
-
Deprecated.
Return whether to use a transaction-aware DataSource for the SessionFactory.
- isValidateAddresses() - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Return whether this helper will validate all addresses passed to it.
- isValidateExistingTransaction() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Return whether existing transactions should be validated before participating
in them.
- isValidating() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
-
Deprecated.
Return whether this marshaller should validate in- and outgoing documents.
- isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
-
Flags "type" as an illegal dynamic attribute.
- isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Whether the given name-value pair is a valid dynamic attribute.
- isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
-
Flags "type" as an illegal dynamic attribute.
- isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Flags type="checkbox"
and type="radio"
as illegal
dynamic attributes.
- isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
-
Flags "type" as an illegal dynamic attribute.
- isValidExpression(String) - Static method in class org.springframework.scheduling.support.CronSequenceGenerator
-
Determine whether the specified expression represents a valid cron pattern.
- isValidJsonpQueryParam(String) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice
-
Validate the jsonp query parameter value.
- isValidJsonpQueryParam(String) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Validate the jsonp query parameter value.
- isValidOrigin(ServerHttpRequest) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
Return whether the request Origin
header value is valid or not.
- isValidOrigin(HttpRequest, Collection<String>) - Static method in class org.springframework.web.util.WebUtils
-
Check the given request origin against a list of allowed origins.
- isValidQualifiedId(Token) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
-
- isValue - Variable in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation.CacheParameterDetail
-
- isValue() - Method in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation.CacheParameterDetail
-
- isVariableName(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- isVariantAlsoNegotiates() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.VARIANT_ALSO_NEGOTIATES
(506).
- isViewReference() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether the view is a view reference specified via a name to be
resolved by the DispatcherServlet via a ViewResolver.
- isVisibilityBridgeMethodPair(Method, Method) - Static method in class org.springframework.core.BridgeMethodResolver
-
Compare the signatures of the bridge method and the method which it bridges.
- isVisible(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Check whether the given class is visible in the given ClassLoader.
- isVoid() - Method in class org.springframework.messaging.handler.HandlerMethod
-
Return true
if the method return type is void, false
otherwise.
- isVoid() - Method in interface org.springframework.transaction.support.ResourceHolder
-
Determine whether this holder is considered as 'void',
i.e.
- isVoid - Variable in class org.springframework.transaction.support.ResourceHolderSupport
-
- isVoid() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
- isVoid() - Method in class org.springframework.web.method.HandlerMethod
-
Return true
if the method return type is void, false
otherwise.
- isWebJarsAssetLocatorPresent - Static variable in class org.springframework.web.servlet.config.annotation.ResourceChainRegistration
-
- isWebJarsAssetLocatorPresent - Static variable in class org.springframework.web.servlet.config.ResourcesBeanDefinitionParser
-
- isWebLogic1213() - Static method in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy
-
- isWebSocketEnabled() - Method in class org.springframework.web.socket.sockjs.client.SockJsClient.ServerInfo
-
- isWebSocketEnabled() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Return whether WebSocket transport is enabled.
- isWebSocketVersionSupported(WebSocketHttpHeaders) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
- isWhiteSpace() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
-
- isWideType(Type) - Static method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
-
- isWildcardChar(char) - Method in class org.springframework.util.AntPathMatcher
-
- isWildcardSubtype() - Method in class org.springframework.util.MimeType
-
Indicates whether the
subtype is the wildcard
character
*
or the wildcard character followed by a suffix
(e.g.
- isWildcardType() - Method in class org.springframework.util.MimeType
-
Indicates whether the
type is the wildcard character
*
or not.
- isWildcardWithoutBounds() - Method in class org.springframework.core.ResolvableType
-
Determine whether the underlying type represents a wildcard
without specific bounds (i.e., equal to ? extends Object
).
- isWindowStateAllowed(WindowState) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- isWorthTrying() - Method in class org.springframework.objenesis.SpringObjenesis
-
Return whether this Objenesis instance is worth trying for instance creation,
i.e.
- isWrapperFor(Class<?>) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
-
- isWrapperFor(Class<?>) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- isWrapperFor(Class<?>) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
-
- isWrapperFor(Class<?>) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
- isWritable() - Method in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
-
- isWritable() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation checks whether the underlying file is marked as writable
(and corresponds to an actual file with content, not to a directory).
- isWritable() - Method in class org.springframework.core.io.PathResource
-
This implementation checks whether the underlying file is marked as writable
(and corresponds to an actual file with content, not to a directory).
- isWritable() - Method in interface org.springframework.core.io.WritableResource
-
Return whether the contents of this resource can be modified,
e.g.
- isWritable(Object) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- isWritable(EvaluationContext) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- isWritable(EvaluationContext, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- isWritable(Object) - Method in class org.springframework.expression.common.LiteralExpression
-
- isWritable(EvaluationContext) - Method in class org.springframework.expression.common.LiteralExpression
-
- isWritable(EvaluationContext, Object) - Method in class org.springframework.expression.common.LiteralExpression
-
- isWritable(Object) - Method in interface org.springframework.expression.Expression
-
Determine if an expression can be written to, i.e.
- isWritable(EvaluationContext) - Method in interface org.springframework.expression.Expression
-
Determine if an expression can be written to, i.e.
- isWritable(EvaluationContext, Object) - Method in interface org.springframework.expression.Expression
-
Determine if an expression can be written to, i.e.
- isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.CompoundExpression
-
- isWritable() - Method in class org.springframework.expression.spel.ast.Indexer.ArrayIndexingValueRef
-
- isWritable() - Method in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
-
- isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.Indexer
-
- isWritable() - Method in class org.springframework.expression.spel.ast.Indexer.MapIndexingValueRef
-
- isWritable() - Method in class org.springframework.expression.spel.ast.Indexer.PropertyIndexingValueRef
-
- isWritable() - Method in class org.springframework.expression.spel.ast.Indexer.StringIndexingLValue
-
- isWritable() - Method in class org.springframework.expression.spel.ast.MethodReference.MethodValueRef
-
- isWritable() - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
-
- isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
-
- isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- isWritable() - Method in interface org.springframework.expression.spel.ast.ValueRef
-
Indicates whether calling setValue(Object) is supported.
- isWritable() - Method in class org.springframework.expression.spel.ast.ValueRef.NullValueRef
-
- isWritable() - Method in class org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
-
- isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.VariableReference
-
- isWritable() - Method in class org.springframework.expression.spel.ast.VariableReference.VariableRef
-
- isWritable(ExpressionState) - Method in interface org.springframework.expression.spel.SpelNode
-
Determine if this expression node will support a setValue() call.
- isWritable(Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- isWritable(EvaluationContext) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- isWritable(EvaluationContext, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- isWritable(MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
- isWritableProperty(String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- isWritableProperty(String) - Method in interface org.springframework.beans.PropertyAccessor
-
Determine whether the specified property is writable.
- isWritableProperty(String, TypedValue, EvaluationContext) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
-
- isWriterAccessAllowed() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- isWriteWeakETag() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
Return whether the ETag value written to the response should be weak, as per RFC 7232.
- isXhrStreamingDisabled() - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
-
Whether XHR streaming is disabled or not.
- isXhrStreamingDisabled() - Method in interface org.springframework.web.socket.sockjs.client.XhrTransport
-
An XhrTransport
supports both the "xhr_streaming" and "xhr" SockJS
server transports.
- isXOPPackage() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
-
- isXOPPackage() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentUnmarshaller
-
- isXopPackage() - Method in interface org.springframework.oxm.mime.MimeContainer
-
Indicate whether this container is a XOP package.
- itanns - Variable in class org.springframework.asm.ClassWriter
-
The runtime invisible type annotations of this class.
- itanns - Variable in class org.springframework.asm.FieldWriter
-
The runtime invisible type annotations of this field.
- itanns - Variable in class org.springframework.asm.MethodWriter
-
The runtime invisible type annotations of this method.
- Item - Class in org.springframework.asm
-
A constant pool item.
- Item() - Constructor for class org.springframework.asm.Item
-
Constructs an uninitialized
Item
.
- Item(int) - Constructor for class org.springframework.asm.Item
-
Constructs an uninitialized
Item
for constant pool element at
given position.
- Item(int, Item) - Constructor for class org.springframework.asm.Item
-
Constructs a copy of the given item.
- itemLabel - Variable in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
The value to be displayed as part of the 'input type="checkbox/radio"
' tag.
- itemLabel - Variable in class org.springframework.web.servlet.tags.form.OptionsTag
-
The name of the property mapped to the inner text of the
'option
' tag.
- itemLabel - Variable in class org.springframework.web.servlet.tags.form.SelectTag
-
The name of the property mapped to the inner text of the
'option
' tag.
- items - Variable in class org.springframework.asm.ClassReader
-
The start index of each constant pool item in
b
, plus one.
- items - Variable in class org.springframework.asm.ClassWriter
-
The constant pool's hash table data.
- items - Variable in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
The Collection
, Map
or array of objects
used to generate the 'input type="checkbox/radio"
' tags.
- items - Variable in class org.springframework.web.servlet.tags.form.OptionsTag
-
The Collection
, Map
or array of
objects used to generate the inner 'option
' tags.
- items - Variable in class org.springframework.web.servlet.tags.form.SelectTag
-
The Collection
, Map
or array of objects used to generate the inner
'option
' tags.
- itemValue - Variable in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
The name of the property mapped to the 'value
' attribute
of the 'input type="checkbox/radio"
' tag.
- itemValue - Variable in class org.springframework.web.servlet.tags.form.OptionsTag
-
The name of the property mapped to the 'value
' attribute
of the 'option
' tag.
- itemValue - Variable in class org.springframework.web.servlet.tags.form.SelectTag
-
The name of the property mapped to the 'value
' attribute
of the 'option
' tag.
- iterate(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute a query for persistent instances.
- iterate(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute a query for persistent instances, binding one value
to a "?" parameter in the query string.
- iterate(String, Object...) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute a query for persistent instances, binding a number of
values to "?" parameters in the query string.
- iterate(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- iterate(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- iterate(String, Object...) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- iterate(String, Object...) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Execute a query for persistent instances, binding a number of
values to "?" parameters in the query string.
- iterate(String, Object...) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- iterate(String, Object...) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute a query for persistent instances, binding a number of
values to "?" parameters in the query string.
- iterate(String, Object...) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- iterator() - Method in class org.springframework.core.env.MutablePropertySources
-
- iterator - Variable in class org.springframework.http.client.InterceptingAsyncClientHttpRequest.AsyncRequestExecution
-
- iterator - Variable in class org.springframework.http.client.InterceptingClientHttpRequest.InterceptingRequestExecution
-
- iterator - Variable in class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
-
- iterator - Variable in class org.springframework.mock.web.MockFilterChain
-
- iterator() - Method in class org.springframework.util.AutoPopulatingList
-
- iterator() - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntrySet
-
- iterators - Variable in class org.springframework.util.CompositeIterator
-
- itf - Variable in class org.springframework.asm.Handle
-
Indicate if the owner is an interface or not.
- ITFMETH_INSN - Static variable in class org.springframework.asm.ClassWriter
-
The type of the INVOKEINTERFACE/INVOKEDYNAMIC instruction.
- IUSHR - Static variable in interface org.springframework.asm.Opcodes
-
- IXOR - Static variable in interface org.springframework.asm.Opcodes
-
- RadioButtonsTag - Class in org.springframework.web.servlet.tags.form
-
Databinding-aware JSP tag for rendering multiple HTML 'input
'
elements with a 'type
' of 'radio
'.
- RadioButtonsTag() - Constructor for class org.springframework.web.servlet.tags.form.RadioButtonsTag
-
- RadioButtonTag - Class in org.springframework.web.servlet.tags.form
-
Databinding-aware JSP tag for rendering an HTML 'input
'
element with a 'type
' of 'radio
'.
- RadioButtonTag() - Constructor for class org.springframework.web.servlet.tags.form.RadioButtonTag
-
- raiseExceptions - Variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
- raiseInternalException(int, SpelMessage, Object...) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
-
- raiseMissingCookieException(String, Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- raiseMissingHeaderException(String, Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- raiseMissingParameterException(String, Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- raiseMissingParameterException(String, Class<?>) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker
-
- raiseMissingParameterException(String, Class<?>) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
-
Deprecated.
- raiseNoMatchingBeanFound(Class<?>, ResolvableType, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Raise a NoSuchBeanDefinitionException or BeanNotOfRequiredTypeException
for an unresolvable dependency.
- raiseOverflowException(Number, Class<?>) - Static method in class org.springframework.util.NumberUtils
-
Raise an overflow exception for the given number and target class.
- raiseSessionRequiredException(String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- raiseSessionRequiredException(String) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker
-
- raiseSessionRequiredException(String) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
-
Deprecated.
- random - Variable in class org.springframework.util.AlternativeJdkIdGenerator
-
- random - Static variable in class org.springframework.util.SocketUtils
-
- random - Static variable in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
-
- random - Static variable in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
- RANGE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Range
header field name.
- RAW_URL_PATH_HELPER - Static variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
- rawArguments - Variable in class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
-
- rawStatusCode - Variable in exception org.springframework.web.client.RestClientResponseException
-
- RawTargetAccess - Interface in org.springframework.aop
-
Marker for AOP proxy interfaces (in particular: introduction interfaces)
that explicitly intend to return the raw target object (which would normally
get replaced with the proxy object when returned from a method invocation).
- rawType - Variable in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation.CacheParameterDetail
-
- rawType - Variable in class org.springframework.core.ResolvableType.SyntheticParameterizedType
-
- rch - Variable in class org.springframework.jdbc.core.JdbcTemplate.RowCallbackHandlerResultSetExtractor
-
- RdbmsOperation - Class in org.springframework.jdbc.object
-
An "RDBMS operation" is a multi-threaded, reusable object representing a query,
update, or stored procedure call.
- RdbmsOperation() - Constructor for class org.springframework.jdbc.object.RdbmsOperation
-
- REACHABLE - Static variable in class org.springframework.asm.Label
-
Indicates if this label corresponds to a reachable basic block.
- Reactor2StompCodec - Class in org.springframework.messaging.simp.stomp
-
A Reactor TCP Codec
for sending and receiving STOMP messages.
- Reactor2StompCodec() - Constructor for class org.springframework.messaging.simp.stomp.Reactor2StompCodec
-
- Reactor2StompCodec(StompEncoder, StompDecoder) - Constructor for class org.springframework.messaging.simp.stomp.Reactor2StompCodec
-
- Reactor2StompCodec.DecodingFunction - Class in org.springframework.messaging.simp.stomp
-
- Reactor2StompCodec.EncodingFunction - Class in org.springframework.messaging.simp.stomp
-
- Reactor2TcpClient<P> - Class in org.springframework.messaging.tcp.reactor
-
An implementation of
TcpOperations
based on the TCP client support of the Reactor project.
- Reactor2TcpClient(String, int, <any>) - Constructor for class org.springframework.messaging.tcp.reactor.Reactor2TcpClient
-
A constructor that creates a TcpClientSpec
factory
with a default reactor.core.dispatch.SynchronousDispatcher
, i.e.
- Reactor2TcpClient(<any>) - Constructor for class org.springframework.messaging.tcp.reactor.Reactor2TcpClient
-
A constructor with a pre-configured TcpClientSpec
Function
factory.
- Reactor2TcpClient.MessageChannelStreamHandler<P> - Class in org.springframework.messaging.tcp.reactor
-
- Reactor2TcpClient.ReactorReconnectAdapter - Class in org.springframework.messaging.tcp.reactor
-
- Reactor2TcpClient.SynchronousDispatcherConfigReader - Class in org.springframework.messaging.tcp.reactor
-
- Reactor2TcpConnection<P> - Class in org.springframework.messaging.tcp.reactor
-
An implementation of
TcpConnection
based on the TCP client support of the Reactor project.
- Reactor2TcpConnection(<any>, <any>) - Constructor for class org.springframework.messaging.tcp.reactor.Reactor2TcpConnection
-
- Reactor2TcpStompClient - Class in org.springframework.messaging.simp.stomp
-
- Reactor2TcpStompClient() - Constructor for class org.springframework.messaging.simp.stomp.Reactor2TcpStompClient
-
Create an instance with host "127.0.0.1" and port 61613.
- Reactor2TcpStompClient(String, int) - Constructor for class org.springframework.messaging.simp.stomp.Reactor2TcpStompClient
-
Create an instance with the given host and port to connect to
- Reactor2TcpStompClient(TcpOperations<byte[]>) - Constructor for class org.springframework.messaging.simp.stomp.Reactor2TcpStompClient
-
Create an instance with a pre-configured TCP client.
- Reactor2TcpStompClient.StompTcpClientSpecFactory - Class in org.springframework.messaging.simp.stomp
-
- REACTOR_TCP_CLIENT_TYPE - Static variable in class org.springframework.messaging.tcp.reactor.Reactor2TcpClient
-
- ReactorReconnectAdapter(ReconnectStrategy) - Constructor for class org.springframework.messaging.tcp.reactor.Reactor2TcpClient.ReactorReconnectAdapter
-
- read(ClassReader, int, int, char[], int, Label[]) - Method in class org.springframework.asm.Attribute
-
- read(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
-
- read(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanFactoryAccessor
-
- read(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.EnvironmentAccessor
-
Access the given target object by resolving the given property name against the given target
environment.
- read(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.MapAccessor
-
- read - Variable in class org.springframework.core.io.InputStreamResource
-
- read(EvaluationContext, Object, String) - Method in interface org.springframework.expression.PropertyAccessor
-
Called to read a property from a specified target object.
- read(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
-
- read(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
- read(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- read(Class<? extends BufferedImage>, HttpInputMessage) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
- read(Class<? extends MultiValueMap<String, ?>>, HttpInputMessage) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- read(Type, Class<?>, HttpInputMessage) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
-
Read an object of the given type form the given input message, and returns it.
- read(Class<? extends T>, HttpInputMessage) - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Read an object of the given type from the given input message, and returns it.
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
-
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
- read(InputStream) - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- read(EvaluationContext, Object, String) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SimpMessageHeaderPropertyAccessor
-
- read() - Method in class org.springframework.messaging.tcp.reactor.Reactor2TcpClient.SynchronousDispatcherConfigReader
-
- read() - Method in class org.springframework.mock.web.DelegatingServletInputStream
-
- read() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
-
Deprecated.
- read(byte[]) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
-
Deprecated.
- read(byte[], int, int) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
-
Deprecated.
- read(CharBuffer) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
-
Deprecated.
- read() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
-
Deprecated.
- read(char[]) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
-
Deprecated.
- read(char[], int, int) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
-
Deprecated.
- read() - Method in class org.springframework.util.FastByteArrayOutputStream.FastByteArrayInputStream
-
- read(byte[]) - Method in class org.springframework.util.FastByteArrayOutputStream.FastByteArrayInputStream
-
- read(byte[], int, int) - Method in class org.springframework.util.FastByteArrayOutputStream.FastByteArrayInputStream
-
- read(EvaluationContext, Object, String) - Method in class org.springframework.web.servlet.tags.EvalTag.JspPropertyAccessor
-
- read() - Method in class org.springframework.web.util.ContentCachingRequestWrapper.ContentCachingInputStream
-
- READ_ONLY_ATTRIBUTE - Static variable in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
-
- READ_ONLY_MARKER - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Marker for read-only transactions in description strings
- readable - Variable in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
-
- READABLE_MIME_TYPES - Static variable in class org.springframework.messaging.support.MessageHeaderAccessor
-
- ReadableInstantPrinter - Class in org.springframework.format.datetime.joda
-
Prints Joda-Time ReadableInstant
instances using a DateTimeFormatter
.
- ReadableInstantPrinter(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.ReadableInstantPrinter
-
Create a new ReadableInstantPrinter.
- readableMediaTypes - Variable in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
- ReadablePartialPrinter - Class in org.springframework.format.datetime.joda
-
Prints Joda-Time ReadablePartial
instances using a DateTimeFormatter
.
- ReadablePartialPrinter(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.ReadablePartialPrinter
-
Create a new ReadableInstantPrinter.
- readAnnotationTarget(Context, int) - Method in class org.springframework.asm.ClassReader
-
Parses the header of a type annotation to extract its target_type and
target_path (the result is stored in the given context), and returns the
start offset of the rest of the type_annotation structure (i.e.
- readAnnotationValue(int, char[], String, AnnotationVisitor) - Method in class org.springframework.asm.ClassReader
-
Reads a value of an annotation and makes the given visitor visit it.
- readAnnotationValues(int, char[], boolean, AnnotationVisitor) - Method in class org.springframework.asm.ClassReader
-
Reads the values of an annotation and makes the given visitor visit them.
- readAttribute(Attribute[], String, int, int, char[], int, Label[]) - Method in class org.springframework.asm.ClassReader
-
- readBodyContent() - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
-
Read the unescaped body content from the page.
- readByte(int) - Method in class org.springframework.asm.ClassReader
-
- readClass(InputStream, boolean) - Static method in class org.springframework.asm.ClassReader
-
Reads the bytecode of a class.
- readClass(int, char[]) - Method in class org.springframework.asm.ClassReader
-
Reads a class constant pool item in
b
.
- readCode(MethodVisitor, Context, int) - Method in class org.springframework.asm.ClassReader
-
Reads the bytecode of a method and makes the given visitor visit it.
- readCommand(ByteBuffer) - Method in class org.springframework.messaging.simp.stomp.StompDecoder
-
- readConst(int, char[]) - Method in class org.springframework.asm.ClassReader
-
Reads a numeric or string constant pool item in
b
.
- readDocumentFromString(String) - Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
- readDOMSource(InputStream) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- reader - Variable in class org.springframework.beans.factory.xml.XmlBeanFactory
-
Deprecated.
- reader - Variable in class org.springframework.beans.factory.xml.XmlReaderContext
-
- reader - Variable in class org.springframework.context.annotation.AnnotationConfigApplicationContext
-
- reader - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- reader - Variable in class org.springframework.context.support.GenericGroovyApplicationContext
-
- reader - Variable in class org.springframework.context.support.GenericXmlApplicationContext
-
- reader - Variable in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
-
Deprecated.
- reader - Variable in class org.springframework.util.xml.StaxEventXMLReader
-
- reader - Variable in class org.springframework.util.xml.StaxStreamXMLReader
-
- reader - Variable in class org.springframework.web.util.ContentCachingRequestWrapper
-
- readerCache - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
- ReaderContext - Class in org.springframework.beans.factory.parsing
-
Context that gets passed along a bean definition reading process,
encapsulating all relevant configuration as well as state.
- ReaderContext(Resource, ProblemReporter, ReaderEventListener, SourceExtractor) - Constructor for class org.springframework.beans.factory.parsing.ReaderContext
-
- readerContext - Variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- readerContext - Variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
- readerContext - Variable in class org.springframework.beans.factory.xml.ParserContext
-
- ReaderEditor - Class in org.springframework.beans.propertyeditors
-
One-way PropertyEditor which can convert from a text String to a
java.io.Reader
, interpreting the given String as a Spring
resource location (e.g.
- ReaderEditor() - Constructor for class org.springframework.beans.propertyeditors.ReaderEditor
-
Create a new ReaderEditor, using the default ResourceEditor underneath.
- ReaderEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.ReaderEditor
-
Create a new ReaderEditor, using the given ResourceEditor underneath.
- ReaderEventListener - Interface in org.springframework.beans.factory.parsing
-
Interface that receives callbacks for component, alias and import
registrations during a bean definition reading process.
- readEventMethod - Static variable in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy.TyrusMuxableWebSocketHelper
-
- readField(ClassVisitor, Context, int) - Method in class org.springframework.asm.ClassReader
-
Reads a field and makes the given visitor visit it.
- readFrame(int, boolean, boolean, Context) - Method in class org.springframework.asm.ClassReader
-
Reads a stack map frame and stores the result in the given
Context
object.
- readFrameType(Object[], int, int, char[], Label[]) - Method in class org.springframework.asm.ClassReader
-
Reads a stack map frame type and stores it at the given index in the
given array.
- readFromSource(Class<? extends T>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
-
- readFromSource(Class<? extends T>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
- readFromSource(Class<?>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
- readFromSource(Class<?>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
- readHeaders(ByteBuffer, StompHeaderAccessor) - Method in class org.springframework.messaging.simp.stomp.StompDecoder
-
- ReadInactivityTask() - Constructor for class org.springframework.messaging.simp.stomp.DefaultStompSession.ReadInactivityTask
-
- readInt(int) - Method in class org.springframework.asm.ClassReader
-
Reads a signed int value in
b
.
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Abstract template method that reads the actual object.
- readInternal(Class<? extends byte[]>, HttpInputMessage) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
-
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
-
- readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- readInternal(Class<? extends Message>, HttpInputMessage) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
-
- readInternal(Class<? extends Resource>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
-
- readInternal(Class<? extends String>, HttpInputMessage) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
-
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- readInterval - Variable in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler.SessionInfo
-
- readJavaType(JavaType, HttpInputMessage) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- readLabel(int, Label[]) - Method in class org.springframework.asm.ClassReader
-
Returns the label corresponding to the given offset.
- readLong(int) - Method in class org.springframework.asm.ClassReader
-
Reads a signed long value in
b
.
- readMessages(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
-
- readMessages(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.JsonpReceivingTransportHandler
-
- readMessages(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrReceivingTransportHandler
-
- readMethod(ClassVisitor, Context, int) - Method in class org.springframework.asm.ClassReader
-
Reads a method and makes the given visitor visit it.
- readMethod - Variable in class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- readMethod - Variable in class org.springframework.beans.ExtendedBeanInfo.SimplePropertyDescriptor
-
- readMethod - Variable in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
-
- readMethod - Variable in class org.springframework.core.convert.Property
-
- readObject(ObjectInputStream) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- readObject(ObjectInputStream) - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
-
- readObject(ObjectInputStream) - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
-
- readObject(ObjectInputStream) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- readObject(ObjectInputStream) - Method in class org.springframework.aop.framework.AdvisedSupport
-
- readObject(ObjectInputStream) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
- readObject(ObjectInputStream) - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
-
- readObject(ObjectInputStream) - Method in class org.springframework.aop.support.IntroductionInfoSupport
-
This method is implemented only to restore the logger.
- readObject(ObjectInputStream) - Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
-
- readObject(ObjectInputStream) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
-
- readObject(ObjectInputStream) - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
- readObject(ObjectInputStream) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- readObject(ObjectInputStream) - Method in class org.springframework.core.SerializableTypeWrapper.FieldTypeProvider
-
- readObject(ObjectInputStream) - Method in class org.springframework.core.SerializableTypeWrapper.MethodInvokeTypeProvider
-
- readObject(ObjectInputStream) - Method in class org.springframework.core.SerializableTypeWrapper.MethodParameterTypeProvider
-
- readObject(ObjectInputStream) - Method in class org.springframework.messaging.MessageHeaders
-
- readObject(ObjectInputStream) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- readObject(ObjectInputStream) - Method in class org.springframework.orm.jpa.SharedEntityManagerCreator.SharedEntityManagerInvocationHandler
-
- readObject(ObjectInputStream) - Method in class org.springframework.transaction.interceptor.TransactionInterceptor
-
- readObject(ObjectInputStream) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
- readObject(ObjectInputStream) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
- readObject(ObjectInputStream) - Method in class org.springframework.util.ConcurrencyThrottleSupport
-
- readOnly - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
-
- readOnly - Variable in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- readOnly - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager.SuspendedResourcesHolder
-
- readOnly - Variable in class org.springframework.transaction.support.DefaultTransactionDefinition
-
- readOnly - Variable in class org.springframework.transaction.support.DefaultTransactionStatus
-
- readonly - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
- READONLY_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
The name of the 'readonly
' attribute.
- READONLY_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
-
- READONLY_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
-
- readOnlyHttpHeaders(HttpHeaders) - Static method in class org.springframework.http.HttpHeaders
-
Return a HttpHeaders
object that can only be read, not written to.
- readOnlyStompHeaders(Map<String, List<String>>) - Static method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Return a StompHeaders
object that can only be read, not written to.
- ReadOnlySystemAttributesMap - Class in org.springframework.core.env
-
Read-only Map<String, String>
implementation that is backed by system
properties or environment variables.
- ReadOnlySystemAttributesMap() - Constructor for class org.springframework.core.env.ReadOnlySystemAttributesMap
-
- readOnlyWebSocketHttpHeaders(WebSocketHttpHeaders) - Static method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Returns WebSocketHttpHeaders
object that can only be read, not written to.
- readParameterAnnotations(MethodVisitor, Context, int, boolean) - Method in class org.springframework.asm.ClassReader
-
Reads parameter annotations and makes the given visitor visit them.
- readPayload(ByteBuffer, StompHeaderAccessor) - Method in class org.springframework.messaging.simp.stomp.StompDecoder
-
- readPdfResource() - Method in class org.springframework.web.servlet.view.document.AbstractPdfStamperView
-
Read the raw PDF resource into an iText PdfReader.
- readPersistenceUnitInfos() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Read all persistence unit infos from persistence.xml
,
as defined in the JPA specification.
- readPersistenceUnitInfos(String) - Method in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
-
Parse and build all persistence unit infos defined in the specified XML file(s).
- readPersistenceUnitInfos(String[]) - Method in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
-
Parse and build all persistence unit infos defined in the given XML files.
- readProperty(TypedValue, EvaluationContext, String) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
-
Attempt to read the named property from the current context object.
- readRemoteInvocation(Message) - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
-
Read a RemoteInvocation from the given JMS message.
- readRemoteInvocation(HttpServletRequest) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
-
Read a RemoteInvocation from the given HTTP request.
- readRemoteInvocation(HttpServletRequest, InputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
-
Deserialize a RemoteInvocation object from the given InputStream.
- readRemoteInvocation(HttpExchange) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
-
Read a RemoteInvocation from the given HTTP request.
- readRemoteInvocation(HttpExchange, InputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
-
Deserialize a RemoteInvocation object from the given InputStream.
- readRemoteInvocationResult(InputStream, String) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Deserialize a RemoteInvocationResult object from the given InputStream.
- readResolve() - Method in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
-
Required to support serialization.
- readResolve() - Method in class org.springframework.aop.support.Pointcuts.GetterPointcut
-
- readResolve() - Method in class org.springframework.aop.support.Pointcuts.SetterPointcut
-
- readResolve() - Method in class org.springframework.aop.target.EmptyTargetSource
-
Returns the canonical instance on deserialization in case
of no target class, thus protecting the Singleton pattern.
- readResolve() - Method in class org.springframework.aop.TrueClassFilter
-
Required to support serialization.
- readResolve() - Method in class org.springframework.aop.TrueMethodMatcher
-
Required to support serialization.
- readResolve() - Method in class org.springframework.aop.TruePointcut
-
Required to support serialization.
- readResolve() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory.SerializedBeanFactoryReference
-
- readResolve() - Method in class org.springframework.cache.support.NullValue
-
- readResolve() - Method in class org.springframework.core.ResolvableType
-
- readResolve() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.SerializedEntityManagerFactoryBeanReference
-
- readResponseBody(HttpInvokerClientConfiguration, HttpURLConnection) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
Extract the response body from the given executed remote invocation
request.
- readSAXSource(InputStream) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- readScript(EncodedResource) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
-
Read a script from the given resource, using "--
" as the comment prefix
and ";
" as the statement separator, and build a String containing the lines.
- readScript(EncodedResource, String, String) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
-
Read a script from the provided resource, using the supplied comment prefix
and statement separator, and build a String
containing the lines.
- readScript(LineNumberReader, String, String) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
-
Read a script from the provided LineNumberReader
, using the supplied
comment prefix and statement separator, and build a String
containing
the lines.
- readScript(LineNumberReader) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
-
- readScript(LineNumberReader, String) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
-
- readShort(int) - Method in class org.springframework.asm.ClassReader
-
Reads a signed short value in
b
.
- readStAXSource(InputStream) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- readStreamSource(InputStream) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- readTimeout - Variable in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
- readTimeout - Variable in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
- readTimeout - Variable in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
- readTypeAnnotations(MethodVisitor, Context, int, boolean) - Method in class org.springframework.asm.ClassReader
-
Parses a type annotation table to find the labels, and to visit the try
catch block annotations.
- readTypeToken(<any>, HttpInputMessage) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- readUnsignedShort(int) - Method in class org.springframework.asm.ClassReader
-
Reads an unsigned short value in
b
.
- readUTF(int, int, char[]) - Method in class org.springframework.asm.ClassReader
-
- readUTF8(int, char[]) - Method in class org.springframework.asm.ClassReader
-
Reads an UTF8 string constant pool item in
b
.
- readValue(Map.Entry<?, ?>) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Reads the value of the entry.
- readWithMessageConverters(MethodParameter, HttpInputMessage, Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- readWithMessageConverters(NativeWebRequest, MethodParameter, Type) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
-
Create the method argument value of the expected parameter type by
reading from the given request.
- readWithMessageConverters(HttpInputMessage, MethodParameter, Type) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
-
Create the method argument value of the expected parameter type by reading
from the given HttpInputMessage.
- readWithMessageConverters(NativeWebRequest, MethodParameter, Type) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
- readWriteLock - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
-
- ready() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
-
Deprecated.
- readyToSend - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- RealLiteral - Class in org.springframework.expression.spel.ast
-
Expression language AST node that represents a real literal.
- RealLiteral(String, int, double) - Constructor for class org.springframework.expression.spel.ast.RealLiteral
-
- reason(<any>) - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the Servlet response error message with the given Hamcrest Matcher
.
- reason - Variable in class org.springframework.web.socket.CloseStatus
-
- reasonPhrase - Variable in enum org.springframework.http.HttpStatus
-
- rebind(String, Object) - Method in class org.springframework.jndi.JndiTemplate
-
Rebind the given object to the current JNDI context, using the given name.
- rebind(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- rebind(Name, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- rebind() - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
-
Rebind the specified service to JNDI, for recovering in case
of the target registry having been restarted.
- RECEIPT - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
-
- RECEIPT_ID - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
-
- receiptCallbacks - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession.ReceiptHandler
-
- ReceiptHandler(String) - Constructor for class org.springframework.messaging.simp.stomp.DefaultStompSession.ReceiptHandler
-
- receiptHandlers - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- receiptId - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession.ReceiptHandler
-
- receiptIndex - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- receiptLostCallbacks - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession.ReceiptHandler
-
- receiptTimeLimit - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- receiptTimeLimit - Variable in class org.springframework.messaging.simp.stomp.StompClientSupport
-
- receive() - Method in class org.springframework.jms.connection.CachedMessageConsumer
-
- receive(long) - Method in class org.springframework.jms.connection.CachedMessageConsumer
-
- receive(String) - Method in interface org.springframework.jms.core.JmsMessageOperations
-
Receive a message from the given destination.
- receive() - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
- receive(String) - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
- receive() - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the default destination, but only
wait up to a specified time for delivery.
- receive(Destination) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the specified destination, but only
wait up to a specified time for delivery.
- receive(String) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the specified destination, but only
wait up to a specified time for delivery.
- receive() - Method in class org.springframework.jms.core.JmsTemplate
-
- receive(Destination) - Method in class org.springframework.jms.core.JmsTemplate
-
- receive(String) - Method in class org.springframework.jms.core.JmsTemplate
-
- receive(String) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
-
- receive() - Method in class org.springframework.messaging.core.AbstractMessageReceivingTemplate
-
- receive(D) - Method in class org.springframework.messaging.core.AbstractMessageReceivingTemplate
-
- receive(String) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageReceivingOperations
-
Resolve the given destination name and receive a message from it.
- receive() - Method in class org.springframework.messaging.core.GenericMessagingTemplate.TemporaryReplyChannel
-
- receive(long) - Method in class org.springframework.messaging.core.GenericMessagingTemplate.TemporaryReplyChannel
-
- receive() - Method in interface org.springframework.messaging.core.MessageReceivingOperations
-
Receive a message from a default destination.
- receive(D) - Method in interface org.springframework.messaging.core.MessageReceivingOperations
-
Receive a message from the given destination.
- receive() - Method in interface org.springframework.messaging.PollableChannel
-
Receive a message from this channel, blocking indefinitely if necessary.
- receive(long) - Method in interface org.springframework.messaging.PollableChannel
-
Receive a message from this channel, blocking until either a message is available
or the specified timeout period elapses.
- RECEIVE_TIMEOUT_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
-
- RECEIVE_TIMEOUT_INDEFINITE_WAIT - Static variable in class org.springframework.jms.support.destination.JmsDestinationAccessor
-
Timeout value indicating a blocking receive without timeout.
- RECEIVE_TIMEOUT_NO_WAIT - Static variable in class org.springframework.jms.support.destination.JmsDestinationAccessor
-
Timeout value indicating that a receive operation should
check if a message is immediately available without blocking.
- receiveAndConvert(String, Class<T>) - Method in interface org.springframework.jms.core.JmsMessageOperations
-
Receive a message from the given destination and convert its payload to the
specified target class.
- receiveAndConvert(Class<T>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
- receiveAndConvert(String, Class<T>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
- receiveAndConvert() - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the default destination, but only
wait up to a specified time for delivery.
- receiveAndConvert(Destination) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the specified destination, but only
wait up to a specified time for delivery.
- receiveAndConvert() - Method in class org.springframework.jms.core.JmsTemplate
-
- receiveAndConvert(Destination) - Method in class org.springframework.jms.core.JmsTemplate
-
- receiveAndConvert(String, Class<T>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
-
- receiveAndConvert(Class<T>) - Method in class org.springframework.messaging.core.AbstractMessageReceivingTemplate
-
- receiveAndConvert(D, Class<T>) - Method in class org.springframework.messaging.core.AbstractMessageReceivingTemplate
-
- receiveAndConvert(String, Class<T>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageReceivingOperations
-
Resolve the given destination name, receive a message from it, convert the
payload to the specified target type.
- receiveAndConvert(Class<T>) - Method in interface org.springframework.messaging.core.MessageReceivingOperations
-
Receive a message from a default destination and convert its payload to the
specified target class.
- receiveAndConvert(D, Class<T>) - Method in interface org.springframework.messaging.core.MessageReceivingOperations
-
Receive a message from the given destination and convert its payload to the
specified target class.
- receiveAndExecute(Object, Session, MessageConsumer) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Execute the listener for a message received from the given consumer,
wrapping the entire operation in an external transaction if demanded.
- receiveFromConsumer(MessageConsumer, long) - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
-
Actually receive a message from the given consumer.
- receiveHeaders - Variable in class org.springframework.web.socket.sockjs.client.JettyXhrTransport.SockJsResponseListener
-
- receiveInterceptorIndex - Variable in class org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
-
- receiveMessage(MessageConsumer) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Receive a message from the given consumer.
- receiveNoWait() - Method in class org.springframework.jms.connection.CachedMessageConsumer
-
- receiveSelected(String) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the default destination, but only
wait up to a specified time for delivery.
- receiveSelected(Destination, String) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the specified destination, but only
wait up to a specified time for delivery.
- receiveSelected(String, String) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the specified destination, but only
wait up to a specified time for delivery.
- receiveSelected(String) - Method in class org.springframework.jms.core.JmsTemplate
-
- receiveSelected(Destination, String) - Method in class org.springframework.jms.core.JmsTemplate
-
- receiveSelected(String, String) - Method in class org.springframework.jms.core.JmsTemplate
-
- receiveSelectedAndConvert(String) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the default destination, but only
wait up to a specified time for delivery.
- receiveSelectedAndConvert(Destination, String) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the specified destination, but only
wait up to a specified time for delivery.
- receiveSelectedAndConvert(String) - Method in class org.springframework.jms.core.JmsTemplate
-
- receiveSelectedAndConvert(Destination, String) - Method in class org.springframework.jms.core.JmsTemplate
-
- receiveTimeout - Variable in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
-
- receiveTimeout - Variable in class org.springframework.jms.core.JmsTemplate
-
- receiveTimeout - Variable in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
- receiveTimeout - Variable in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
-
- receiveTimeout - Variable in class org.springframework.messaging.core.GenericMessagingTemplate
-
- reconcileColumnsToUse(List<String>, String[]) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Compare columns created from metadata with declared columns and return a reconciled list.
- reconcileParameters(List<SqlParameter>) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Reconcile the provided parameters with available metadata and add new ones where appropriate.
- reconnect(InetSocketAddress, int) - Method in class org.springframework.messaging.tcp.reactor.Reactor2TcpClient.ReactorReconnectAdapter
-
- reconnectOnException - Variable in class org.springframework.jms.connection.SingleConnectionFactory
-
- ReconnectStrategy - Interface in org.springframework.messaging.tcp
-
A contract to determine the frequency of reconnect attempts after connection failure.
- reconnectTime(long) - Method in interface org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
-
Add an SSE "event" line.
- reconnectTime(long) - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilderImpl
-
- RecordCreator - Interface in org.springframework.jca.cci.core
-
Callback interface for creating a CCI Record instance,
usually based on the passed-in CCI RecordFactory.
- RecordCreatorImpl(Object) - Constructor for class org.springframework.jca.cci.object.MappingRecordOperation.RecordCreatorImpl
-
- RecordExtractor<T> - Interface in org.springframework.jca.cci.core
-
Callback interface for extracting a result object from a CCI Record instance.
- RecordExtractorImpl() - Constructor for class org.springframework.jca.cci.object.MappingRecordOperation.RecordExtractorImpl
-
- recordName - Variable in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- recordShortDescription - Variable in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- recordSuppressedField(String) - Method in class org.springframework.validation.AbstractBindingResult
-
Mark the specified disallowed field as suppressed.
- recordSuppressedField(String) - Method in exception org.springframework.validation.BindException
-
- recordSuppressedField(String) - Method in interface org.springframework.validation.BindingResult
-
Mark the specified disallowed field as suppressed.
- RecordTypeNotSupportedException - Exception in org.springframework.jca.cci
-
Exception thrown when the creating of a CCI Record failed because
the connector doesn't support the desired CCI Record type.
- RecordTypeNotSupportedException(String, ResourceException) - Constructor for exception org.springframework.jca.cci.RecordTypeNotSupportedException
-
Constructor for RecordTypeNotSupportedException.
- RecoverableDataAccessException - Exception in org.springframework.dao
-
Data access exception thrown when a previously failed operation might be able
to succeed if the application performs some recovery steps and retries the entire
transaction or in the case of a distributed transaction, the transaction branch.
- RecoverableDataAccessException(String) - Constructor for exception org.springframework.dao.RecoverableDataAccessException
-
Constructor for RecoverableDataAccessException.
- RecoverableDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.RecoverableDataAccessException
-
Constructor for RecoverableDataAccessException.
- recoverAfterListenerSetupFailure() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Recover this listener container after a listener failed to set itself up,
for example re-establishing the underlying Connection.
- recovering - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
- RECOVERY_INTERVAL_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
-
- recoveryInterval - Variable in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
-
- recoveryMonitor - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
- recreate() - Method in class org.springframework.remoting.support.RemoteInvocationResult
-
Recreate the invocation result, either returning the result value
in case of a successful invocation of the target method, or
rethrowing the exception thrown by the target method.
- recreateCaches() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
- recreateRemoteInvocationResult(RemoteInvocationResult) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
-
- recreateRemoteInvocationResult(RemoteInvocationResult) - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
-
Recreate the invocation result contained in the given RemoteInvocationResult object.
- RecursiveAnnotationArrayVisitor - Class in org.springframework.core.type.classreading
-
- RecursiveAnnotationArrayVisitor(String, AnnotationAttributes, ClassLoader) - Constructor for class org.springframework.core.type.classreading.RecursiveAnnotationArrayVisitor
-
- RecursiveAnnotationAttributesVisitor - Class in org.springframework.core.type.classreading
-
- RecursiveAnnotationAttributesVisitor(String, AnnotationAttributes, ClassLoader) - Constructor for class org.springframework.core.type.classreading.RecursiveAnnotationAttributesVisitor
-
- recursivelyCollectMetaAnnotations(Set<Annotation>, Annotation) - Method in class org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor
-
- REDELIVERED - Static variable in interface org.springframework.jms.support.JmsHeaders
-
Specify if the message was resent.
- REDIRECT_URL_PREFIX - Static variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Prefix for special view names that specify a redirect URL (usually
to a controller after a form has been submitted and processed).
- redirectAllowed - Variable in class org.springframework.mock.web.portlet.MockActionResponse
-
- RedirectAttributes - Interface in org.springframework.web.servlet.mvc.support
-
A specialization of the
Model
interface that controllers can use to
select attributes for a redirect scenario.
- RedirectAttributesMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
- RedirectAttributesMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RedirectAttributesMethodArgumentResolver
-
- RedirectAttributesModelMap - Class in org.springframework.web.servlet.mvc.support
-
- RedirectAttributesModelMap(DataBinder) - Constructor for class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
-
Class constructor.
- RedirectAttributesModelMap() - Constructor for class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
-
Default constructor without a DataBinder.
- redirectContextRelative - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
- redirectedUrl - Variable in class org.springframework.mock.web.portlet.MockActionResponse
-
- redirectedUrl(String) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Asserts the request was redirected to the given URL.
- redirectedUrlPattern(String) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Asserts the request was redirected to the given URL.
- redirectHosts - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
- redirectHttp10Compatible - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
- redirectModel - Variable in class org.springframework.web.method.support.ModelAndViewContainer
-
- redirectModelScenario - Variable in class org.springframework.web.method.support.ModelAndViewContainer
-
- redirectPatterns - Variable in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
-
- redirectPatterns - Variable in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
-
- redirectRegistrations - Variable in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
-
- redirectStatus - Variable in class org.springframework.web.filter.RelativeRedirectFilter
-
- redirectStatus - Variable in class org.springframework.web.filter.RelativeRedirectResponseWrapper
-
- redirectView - Variable in class org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
-
- RedirectView - Class in org.springframework.web.servlet.view
-
View that redirects to an absolute, context relative, or current request
relative URL.
- RedirectView() - Constructor for class org.springframework.web.servlet.view.RedirectView
-
Constructor for use as a bean.
- RedirectView(String) - Constructor for class org.springframework.web.servlet.view.RedirectView
-
Create a new RedirectView with the given URL.
- RedirectView(String, boolean) - Constructor for class org.springframework.web.servlet.view.RedirectView
-
Create a new RedirectView with the given URL.
- RedirectView(String, boolean, boolean) - Constructor for class org.springframework.web.servlet.view.RedirectView
-
Create a new RedirectView with the given URL.
- RedirectView(String, boolean, boolean, boolean) - Constructor for class org.springframework.web.servlet.view.RedirectView
-
Create a new RedirectView with the given URL.
- RedirectViewControllerRegistration - Class in org.springframework.web.servlet.config.annotation
-
Assist with the registration of a single redirect view controller.
- RedirectViewControllerRegistration(String, String) - Constructor for class org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
-
- ref - Variable in class org.springframework.aop.config.AspectEntry
-
- REF - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
-
- ref - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
-
- REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- REF_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
-
- REF_CURSOR_NAME - Static variable in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
-
- REF_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- REF_PREFIX - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Prefix before values referencing other beans.
- REF_SUFFIX - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Property suffix for references to other beans in the current
BeanFactory: e.g.
- REF_SUFFIX - Static variable in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
-
- REF_SUFFIX - Static variable in class org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
-
- refCount - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.BeanFactoryGroup
-
- reference - Variable in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
-
- REFERENCE_END - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
-
- REFERENCE_REQUEST - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Name of the standard reference to the request object: "request".
- REFERENCE_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Name of the standard reference to the session object: "session".
- REFERENCE_START - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
-
- referenceCount - Variable in class org.springframework.asm.Label
-
Number of forward references to this label, times two.
- referenceCount - Variable in class org.springframework.transaction.support.ResourceHolderSupport
-
- referenceIndex - Variable in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
-
- ReferenceManager() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
-
- referenceManager - Variable in class org.springframework.util.ConcurrentReferenceHashMap.Segment
-
- references - Variable in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
-
- references - Variable in class org.springframework.util.ConcurrentReferenceHashMap.Segment
-
Array of references indexed using the low order bits from the hash.
- referenceType - Variable in class org.springframework.util.ConcurrentReferenceHashMap
-
The reference type: SOFT or WEAK.
- ReferenceType() - Constructor for enum org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
-
- REFERER - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Referer
header field name.
- ReflectionHelper - Class in org.springframework.expression.spel.support
-
Utility methods used by the reflection resolver code to discover the appropriate
methods/constructors and fields that should be used in expressions.
- ReflectionHelper() - Constructor for class org.springframework.expression.spel.support.ReflectionHelper
-
- ReflectionHelper.ArgumentsMatchInfo - Class in org.springframework.expression.spel.support
-
An instance of ArgumentsMatchInfo describes what kind of match was achieved
between two sets of arguments - the set that a method/constructor is expecting
and the set that are being supplied at the point of invocation.
- ReflectionHelper.ArgumentsMatchKind - Enum in org.springframework.expression.spel.support
-
- reflectionProvider - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
-
- ReflectionTestUtils - Class in org.springframework.test.util
-
ReflectionTestUtils
is a collection of reflection-based utility
methods for use in unit and integration testing scenarios.
- ReflectionTestUtils() - Constructor for class org.springframework.test.util.ReflectionTestUtils
-
- ReflectionUtils - Class in org.springframework.util
-
Simple utility class for working with the reflection API and handling
reflection exceptions.
- ReflectionUtils() - Constructor for class org.springframework.util.ReflectionUtils
-
- ReflectionUtils.FieldCallback - Interface in org.springframework.util
-
Callback interface invoked on each field in the hierarchy.
- ReflectionUtils.FieldFilter - Interface in org.springframework.util
-
Callback optionally used to filter fields to be operated on by a field callback.
- ReflectionUtils.MethodCallback - Interface in org.springframework.util
-
Action to take on each method.
- ReflectionUtils.MethodFilter - Interface in org.springframework.util
-
Callback optionally used to filter methods to be operated on by a method callback.
- ReflectiveAspectJAdvisorFactory - Class in org.springframework.aop.aspectj.annotation
-
Factory that can create Spring AOP Advisors given AspectJ classes from
classes honoring the AspectJ 5 annotation syntax, using reflection to
invoke the corresponding advice methods.
- ReflectiveAspectJAdvisorFactory() - Constructor for class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
-
Create a new ReflectiveAspectJAdvisorFactory
.
- ReflectiveAspectJAdvisorFactory(BeanFactory) - Constructor for class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
-
Create a new
ReflectiveAspectJAdvisorFactory
, propagating the given
BeanFactory
to the created
AspectJExpressionPointcut
instances,
for bean pointcut handling as well as consistent
ClassLoader
resolution.
- ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor - Class in org.springframework.aop.aspectj.annotation
-
Synthetic advisor that instantiates the aspect.
- ReflectiveConstructorExecutor - Class in org.springframework.expression.spel.support
-
A simple ConstructorExecutor implementation that runs a constructor using reflective
invocation.
- ReflectiveConstructorExecutor(Constructor<?>) - Constructor for class org.springframework.expression.spel.support.ReflectiveConstructorExecutor
-
- ReflectiveConstructorResolver - Class in org.springframework.expression.spel.support
-
A constructor resolver that uses reflection to locate the constructor that should be invoked.
- ReflectiveConstructorResolver() - Constructor for class org.springframework.expression.spel.support.ReflectiveConstructorResolver
-
- ReflectiveElementFactory(Class<? extends E>) - Constructor for class org.springframework.util.AutoPopulatingList.ReflectiveElementFactory
-
- ReflectiveLoadTimeWeaver - Class in org.springframework.instrument.classloading
-
LoadTimeWeaver
which uses reflection to delegate to an underlying ClassLoader
with well-known transformation hooks.
- ReflectiveLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
-
Create a new ReflectiveLoadTimeWeaver for the current context class
loader, which needs to support the required weaving methods.
- ReflectiveLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
-
Create a new SimpleLoadTimeWeaver for the given class loader.
- ReflectiveMethodExecutor - Class in org.springframework.expression.spel.support
-
- ReflectiveMethodExecutor(Method) - Constructor for class org.springframework.expression.spel.support.ReflectiveMethodExecutor
-
- ReflectiveMethodInvocation - Class in org.springframework.aop.framework
-
- ReflectiveMethodInvocation(Object, Object, Method, Object[], Class<?>, List<Object>) - Constructor for class org.springframework.aop.framework.ReflectiveMethodInvocation
-
Construct a new ReflectiveMethodInvocation with the given arguments.
- ReflectiveMethodResolver - Class in org.springframework.expression.spel.support
-
- ReflectiveMethodResolver() - Constructor for class org.springframework.expression.spel.support.ReflectiveMethodResolver
-
- ReflectiveMethodResolver(boolean) - Constructor for class org.springframework.expression.spel.support.ReflectiveMethodResolver
-
This constructor allows the ReflectiveMethodResolver to be configured such that it
will use a distance computation to check which is the better of two close matches
(when there are multiple matches).
- reflectiveMethodResolver - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- ReflectivePropertyAccessor - Class in org.springframework.expression.spel.support
-
Simple
PropertyAccessor
that uses reflection to access properties
for reading and writing.
- ReflectivePropertyAccessor() - Constructor for class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
- ReflectivePropertyAccessor.InvokerPair - Class in org.springframework.expression.spel.support
-
Captures the member (method/field) to call reflectively to access a property value
and the type descriptor for the value returned by the reflective call.
- ReflectivePropertyAccessor.OptimalPropertyAccessor - Class in org.springframework.expression.spel.support
-
An optimized form of a PropertyAccessor that will use reflection but only knows
how to access a particular property on a particular class.
- ReflectivePropertyAccessor.PropertyCacheKey - Class in org.springframework.expression.spel.support
-
- refresh() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
- refresh() - Method in interface org.springframework.aop.target.dynamic.Refreshable
-
Refresh the underlying target object.
- refresh() - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Load or refresh the persistent representation of the configuration,
which might an XML file, properties file, or relational database schema.
- refresh() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- refresh(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Re-read the state of the given persistent instance.
- refresh(Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Re-read the state of the given persistent instance.
- refresh(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- refresh(Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- refresh(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Re-read the state of the given persistent instance.
- refresh(Object, LockMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Re-read the state of the given persistent instance.
- refresh(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- refresh(Object, LockMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- refresh(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Re-read the state of the given persistent instance.
- refresh(Object, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Re-read the state of the given persistent instance.
- refresh(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- refresh(Object, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- refresh() - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Refresh this portlet's application context, as well as the
dependent state of the portlet.
- refresh() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Refresh this servlet's application context, as well as the
dependent state of the servlet.
- REFRESH_CHECK_DELAY_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
-
- REFRESH_CHECK_DELAY_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptingDefaultsParser
-
- REFRESH_CHECK_DELAY_ATTRIBUTE - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- REFRESH_INTERVAL_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
-
Deprecated.
Parameter specifying the refresh interval for checking the log4j config file
- Refreshable - Interface in org.springframework.aop.target.dynamic
-
Interface to be implemented by dynamic target objects,
which support reloading and optionally polling for updates.
- RefreshableScriptTargetSource - Class in org.springframework.scripting.support
-
- RefreshableScriptTargetSource(BeanFactory, String, ScriptFactory, ScriptSource, boolean) - Constructor for class org.springframework.scripting.support.RefreshableScriptTargetSource
-
Create a new RefreshableScriptTargetSource.
- refreshAndRetry(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
Refresh the EJB home object and retry the given invocation.
- refreshAndRetry(MethodInvocation) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Refresh the RMI stub and retry the given invocation.
- refreshAndRetry(MethodInvocation) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
-
Refresh the RMI stub and retry the given invocation.
- refreshBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Subclasses must implement this method to perform the actual configuration load.
- refreshBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
-
This implementation performs an actual refresh of this context's underlying
bean factory, shutting down the previous bean factory (if any) and
initializing a fresh bean factory for the next phase of the context's lifecycle.
- refreshBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
-
Do nothing: We hold a single internal BeanFactory and rely on callers
to register beans through our public methods (or the BeanFactory's).
- refreshCheckDelay - Variable in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
- refreshCheckDelayElapsed() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
- refreshConnectionUntilSuccessful() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Refresh the underlying Connection, not returning before an attempt has been
successful.
- refreshCount - Variable in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
- refreshDate - Variable in class org.springframework.beans.support.PagedListHolder
-
- refreshDestination() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Refresh the JMS destination that this listener container operates on.
- refreshed - Variable in class org.springframework.context.support.GenericApplicationContext
-
- refreshEventReceived - Variable in class org.springframework.web.portlet.FrameworkPortlet
-
Flag used to detect whether onRefresh has already been called
- refreshEventReceived - Variable in class org.springframework.web.servlet.FrameworkServlet
-
Flag used to detect whether onRefresh has already been called
- refreshHome() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Refresh the cached home object, if applicable.
- refreshHome() - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
-
Reset the cached session bean instance, if necessary.
- refreshHomeOnConnectFailure - Variable in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
- refreshKnownCaches() - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Create the known caches again with the current state of this manager.
- refreshKnownCaches() - Method in class org.springframework.cache.guava.GuavaCacheManager
-
Create the known caches again with the current state of this manager.
- refreshLock - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- refreshOnConnectFailure - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
-
- refreshProperties(String, ReloadableResourceBundleMessageSource.PropertiesHolder) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Refresh the PropertiesHolder for the given bundle filename.
- refreshSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Refresh the shared Connection that this container holds.
- refreshStubOnConnectFailure - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
- refreshStubOnConnectFailure - Variable in class org.springframework.remoting.rmi.RmiClientInterceptor
-
- refreshTimestamp - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- RegexPatternTypeFilter - Class in org.springframework.core.type.filter
-
A simple filter for matching a fully-qualified class name with a regex Pattern
.
- RegexPatternTypeFilter(Pattern) - Constructor for class org.springframework.core.type.filter.RegexPatternTypeFilter
-
- RegexpMethodPointcutAdvisor - Class in org.springframework.aop.support
-
Convenient class for regexp method pointcuts that hold an Advice,
making them an
Advisor
.
- RegexpMethodPointcutAdvisor() - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
-
Create an empty RegexpMethodPointcutAdvisor.
- RegexpMethodPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
-
Create a RegexpMethodPointcutAdvisor for the given advice.
- RegexpMethodPointcutAdvisor(String, Advice) - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
-
Create a RegexpMethodPointcutAdvisor for the given advice.
- RegexpMethodPointcutAdvisor(String[], Advice) - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
-
Create a RegexpMethodPointcutAdvisor for the given advice.
- RegexpMethodPointcutAdvisor.SerializableMonitor - Class in org.springframework.aop.support
-
Empty class used for a serializable monitor object.
- regionFactory - Variable in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
-
Deprecated.
- register(Class<?>...) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register one or more annotated classes to be processed.
- register(Class<?>...) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Register one or more annotated classes to be processed.
- register(Class<?>...) - Method in interface org.springframework.context.annotation.AnnotationConfigRegistry
-
Register one or more annotated classes to be processed.
- register(Class<?>...) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Register one or more annotated classes to be processed.
- register(T, Object, Method) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
-
- register(TyrusWebSocketEngine, Object) - Method in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy.Tyrus135EndpointHelper
-
- register(TyrusWebSocketEngine, Object) - Method in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy.Tyrus17EndpointHelper
-
- register(TyrusWebSocketEngine, Object) - Method in interface org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy.TyrusEndpointHelper
-
- registerAdditionalFormatters(FormatterRegistry) - Static method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar.JodaTime2Delegate
-
- registerAdvisorAdapter(AdvisorAdapter) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
-
Register the given AdvisorAdapter.
- registerAdvisorAdapter(AdvisorAdapter) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
-
- registerAfterCompletionWithExistingTransaction(Object, List<TransactionSynchronization>) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
- registerAfterCompletionWithExistingTransaction(Object, List<TransactionSynchronization>) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Register the given list of transaction synchronizations with the existing transaction.
- registerAlias(String, String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Given a bean name, create an alias.
- registerAlias(String, String) - Method in class org.springframework.context.support.GenericApplicationContext
-
- registerAlias(String, String) - Method in interface org.springframework.core.AliasRegistry
-
Given a name, register an alias for it.
- registerAlias(String, String) - Method in class org.springframework.core.SimpleAliasRegistry
-
- registerAllEndpoints() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
- registerAnnotationConfigProcessors(BeanDefinitionRegistry) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
-
Register all relevant annotation post processors in the given registry.
- registerAnnotationConfigProcessors(BeanDefinitionRegistry, Object) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
-
Register all relevant annotation post processors in the given registry.
- registerAnnotationMethodMessageHandler(Element, RuntimeBeanReference, RuntimeBeanReference, RuntimeBeanReference, RuntimeBeanReference, ParserContext, Object) - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- registerApplicationContext(ConfigurableApplicationContext) - Static method in class org.springframework.context.support.LiveBeansView
-
- registerAspectJAnnotationAutoProxyCreatorIfNecessary(BeanDefinitionRegistry) - Static method in class org.springframework.aop.config.AopConfigUtils
-
- registerAspectJAnnotationAutoProxyCreatorIfNecessary(BeanDefinitionRegistry, Object) - Static method in class org.springframework.aop.config.AopConfigUtils
-
- registerAspectJAnnotationAutoProxyCreatorIfNecessary(ParserContext, Element) - Static method in class org.springframework.aop.config.AopNamespaceUtils
-
- registerAspectJAutoProxyCreatorIfNecessary(BeanDefinitionRegistry) - Static method in class org.springframework.aop.config.AopConfigUtils
-
- registerAspectJAutoProxyCreatorIfNecessary(BeanDefinitionRegistry, Object) - Static method in class org.springframework.aop.config.AopConfigUtils
-
- registerAspectJAutoProxyCreatorIfNecessary(ParserContext, Element) - Static method in class org.springframework.aop.config.AopNamespaceUtils
-
- registerAsyncExecutionAspect(Element, ParserContext) - Method in class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
-
- registerAsyncResultInterceptors(HttpServletRequest) - Method in class org.springframework.test.web.servlet.TestDispatcherServlet
-
- registerAutoProxyCreatorIfNecessary(BeanDefinitionRegistry) - Static method in class org.springframework.aop.config.AopConfigUtils
-
- registerAutoProxyCreatorIfNecessary(BeanDefinitionRegistry, Object) - Static method in class org.springframework.aop.config.AopConfigUtils
-
- registerAutoProxyCreatorIfNecessary(ParserContext, Element) - Static method in class org.springframework.aop.config.AopNamespaceUtils
-
- registerBean(Class<?>) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from
class-declared annotations.
- registerBean(Class<?>, Class<? extends Annotation>...) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from
class-declared annotations.
- registerBean(Class<?>, String, Class<? extends Annotation>...) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from
class-declared annotations.
- registerBeanComponent(BeanComponentDefinition) - Method in class org.springframework.beans.factory.xml.ParserContext
-
- registerBeanDef(RootBeanDefinition, ParserContext, Object) - Static method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- registerBeanDefByName(String, RootBeanDefinition, ParserContext, Object) - Static method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
-
Register the given bean definition with the given bean factory.
- registerBeanDefinition(String, BeanDefinition) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
-
Register a new bean definition with this registry.
- registerBeanDefinition(String, BeanDefinition) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- registerBeanDefinition(String, Map<?, ?>, String, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Get all property values, given a prefix (which will be stripped)
and add the bean they define to the factory with the given name
- registerBeanDefinition(String, BeanDefinition) - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
-
- registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
- registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Register the specified bean with the given registry.
- registerBeanDefinition(String, BeanDefinition) - Method in class org.springframework.context.support.GenericApplicationContext
-
- registerBeanDefinitionDecorator(String, BeanDefinitionDecorator) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
-
- registerBeanDefinitionDecoratorForAttribute(String, BeanDefinitionDecorator) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
-
- registerBeanDefinitionForImportedConfigurationClass(ConfigurationClass) - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
-
- registerBeanDefinitionParser(String, BeanDefinitionParser) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
-
Subclasses can call this to register the supplied
BeanDefinitionParser
to
handle the specified element.
- registerBeanDefinitions(ResourceBundle) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Register bean definitions contained in a resource bundle,
using all property keys (i.e.
- registerBeanDefinitions(ResourceBundle, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Register bean definitions contained in a ResourceBundle.
- registerBeanDefinitions(Map<?, ?>) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Register bean definitions contained in a Map,
using all property keys (i.e.
- registerBeanDefinitions(Map<?, ?>, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Register bean definitions contained in a Map.
- registerBeanDefinitions(Map<?, ?>, String, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Register bean definitions contained in a Map.
- registerBeanDefinitions(Document, XmlReaderContext) - Method in interface org.springframework.beans.factory.xml.BeanDefinitionDocumentReader
-
Read bean definitions from the given DOM document and
register them with the registry in the given reader context.
- registerBeanDefinitions(Document, XmlReaderContext) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
This implementation parses bean definitions according to the "spring-beans" XSD
(or DTD, historically).
- registerBeanDefinitions(Document, Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Register the bean definitions contained in the given DOM document.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.AspectJAutoProxyRegistrar
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.AutoProxyRegistrar
-
Register, escalate, and configure the standard auto proxy creator (APC) against the
given registry.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
-
Register bean definitions as necessary based on the given annotation metadata of
the importing @Configuration
class.
- registerBeanInstance(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
-
Registers an existing MBean or an MBean adapter for a plain bean
with the MBeanServer
.
- registerBeanNameOrInstance(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
-
- registerBeanNameUrlHandlerMapping(ParserContext, Object) - Static method in class org.springframework.web.servlet.config.MvcNamespaceUtils
-
- registerBeanPostProcessors(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Instantiate and invoke all registered BeanPostProcessor beans,
respecting explicit order if given.
- registerBeanPostProcessors(ConfigurableListableBeanFactory, AbstractApplicationContext) - Static method in class org.springframework.context.support.PostProcessorRegistrationDelegate
-
- registerBeanPostProcessors(ConfigurableListableBeanFactory, List<BeanPostProcessor>) - Static method in class org.springframework.context.support.PostProcessorRegistrationDelegate
-
Register the given BeanPostProcessor beans.
- registerBeans() - Method in class org.springframework.jmx.export.MBeanExporter
-
Registers the defined beans with the MBeanServer
.
- registerCacheAdvisor(Element, ParserContext) - Static method in class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser.JCacheCachingConfigurer
-
- registerCacheAdvisor(Element, ParserContext) - Method in class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser
-
- registerCacheAdvisor(Element, ParserContext) - Static method in class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser.SpringCachingConfigurer
-
- registerCacheAspect(Element, ParserContext) - Static method in class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser.JCacheCachingConfigurer
-
- registerCacheAspect(Element, ParserContext) - Method in class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser
-
- registerCacheAspect(Element, ParserContext) - Static method in class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser.SpringCachingConfigurer
-
- registerCallableInterceptor(Object, CallableProcessingInterceptor) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- registerCallableInterceptors(CallableProcessingInterceptor...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- registerCallableInterceptors(CallableProcessingInterceptor...) - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
Configure lifecycle interceptors with callbacks around concurrent request
execution that starts when a controller returns a
Callable
.
- registerCommonClasses(Class<?>...) - Static method in class org.springframework.util.ClassUtils
-
Register the given common classes with the ClassUtils cache.
- registerComponent(ComponentDefinition) - Method in class org.springframework.beans.factory.xml.ParserContext
-
- registerComponentIfNecessary(BeanDefinition, ParserContext) - Static method in class org.springframework.aop.config.AopNamespaceUtils
-
- registerComponents(XmlReaderContext, Set<BeanDefinitionHolder>, Element) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- registerContainedBean(String, String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Register a containment relationship between two beans,
e.g.
- registerContext(String, ServletContext) - Method in class org.springframework.mock.web.MockServletContext
-
- registerContextLoaderListener(ServletContext) - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
-
- registerConverter(Configuration, Class<?>) - Static method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder.ConverterRegistrationDelegate
-
- registerConverters(Set<?>, ConverterRegistry) - Static method in class org.springframework.core.convert.support.ConversionServiceFactory
-
Register the given Converter objects with the given target ConverterRegistry.
- registerConverters(ConverterRegistry) - Static method in class org.springframework.format.datetime.joda.JodaTimeConverters
-
Install the converters into the converter registry.
- registerConverters(ConverterRegistry) - Static method in class org.springframework.format.datetime.standard.DateTimeConverters
-
Install the converters into the converter registry.
- registerCorsConfiguration(String, CorsConfiguration) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
- registerCorsConfigurations(Map<String, CorsConfiguration>, ParserContext, Object) - Static method in class org.springframework.web.servlet.config.MvcNamespaceUtils
-
Registers a Map<String, CorsConfiguration>
(mapped CorsConfiguration
s)
under a well-known name unless already registered.
- registerCustomEditor(Class<?>, Class<? extends PropertyEditor>) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Register the given custom property editor for all properties of the
given type.
- registerCustomEditor(Class<?>, Class<? extends PropertyEditor>) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- registerCustomEditor(Class<?>, PropertyEditor) - Method in interface org.springframework.beans.PropertyEditorRegistry
-
Register the given custom property editor for all properties of the given type.
- registerCustomEditor(Class<?>, String, PropertyEditor) - Method in interface org.springframework.beans.PropertyEditorRegistry
-
Register the given custom property editor for the given type and
property, or for all properties of the given type.
- registerCustomEditor(Class<?>, PropertyEditor) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
-
- registerCustomEditor(Class<?>, String, PropertyEditor) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
-
- registerCustomEditor(Class<?>, PropertyEditor) - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
-
Register the given custom property editor for all properties of the given type.
- registerCustomEditor(Class<?>, PropertyEditor) - Method in class org.springframework.validation.DataBinder
-
- registerCustomEditor(Class<?>, String, PropertyEditor) - Method in class org.springframework.validation.DataBinder
-
- registerCustomEditors(PropertyEditorRegistry) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Initialize the given PropertyEditorRegistry with the custom editors
that have been registered with this BeanFactory.
- registerCustomEditors(PropertyEditorRegistry) - Method in interface org.springframework.beans.PropertyEditorRegistrar
-
Register custom PropertyEditors
with
the given PropertyEditorRegistry
.
- registerCustomEditors(PropertyEditorRegistry) - Method in class org.springframework.beans.support.ResourceEditorRegistrar
-
Populate the given registry
with the following resource editors:
ResourceEditor, InputStreamEditor, InputSourceEditor, FileEditor, URLEditor,
URIEditor, ClassEditor, ClassArrayEditor.
- registerDatabase(DataSource, String) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
-
Associate the specified database name with the given DataSource
.
- registerDefaultComponents(ParserContext, Object) - Static method in class org.springframework.web.servlet.config.MvcNamespaceUtils
-
- registerDefaultEditors() - Method in class org.springframework.beans.PropertyEditorRegistrySupport
-
Activate the default editors for this registry instance,
allowing for lazily registering default editors when needed.
- registerDefaultEndpointRegistry(Object, ParserContext) - Static method in class org.springframework.jms.config.AnnotationDrivenJmsBeanDefinitionParser
-
- registerDefaultFilters() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
- registerDefaultFormatters - Variable in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- registerDefaultValues(AnnotationAttributes) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Register the annotation-declared default values for the given attributes,
if available.
- registerDeferredResultInterceptor(Object, DeferredResultProcessingInterceptor) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- registerDeferredResultInterceptors(DeferredResultProcessingInterceptor...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- registerDeferredResultInterceptors(DeferredResultProcessingInterceptor...) - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
Configure lifecycle interceptors with callbacks around concurrent request
execution that starts when a controller returns a
DeferredResult
.
- registerDependentBean(String, String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Register a dependent bean for the given bean,
to be destroyed before the given bean is destroyed.
- registerDependentBean(String, String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Register a dependent bean for the given bean,
to be destroyed before the given bean is destroyed.
- registerDependentBeans(String, Set<String>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
Register the specified bean as dependent on the autowired beans.
- registerDestructionCallback(String, Runnable) - Method in interface org.springframework.beans.factory.config.Scope
-
Register a callback to be executed on destruction of the specified
object in the scope (or at destruction of the entire scope, if the
scope does not destroy individual objects but rather only terminates
in its entirety).
- registerDestructionCallback(String, Runnable) - Method in class org.springframework.context.support.SimpleThreadScope
-
- registerDestructionCallback(String, Runnable) - Method in class org.springframework.messaging.simp.SimpAttributes
-
Register a callback to execute on destruction of the specified attribute.
- registerDestructionCallback(String, Runnable) - Method in class org.springframework.messaging.simp.SimpSessionScope
-
- registerDestructionCallback(String, Runnable) - Method in class org.springframework.transaction.support.SimpleTransactionScope
-
- registerDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
- registerDestructionCallback(String, Runnable, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- registerDestructionCallback(String, Runnable, int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Register a callback to be executed on destruction of the
specified attribute in the given scope.
- registerDestructionCallback(String, Runnable, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- registerDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.support.ServletContextScope
-
- registerDestructionCallback(String, Runnable) - Method in class org.springframework.web.portlet.context.PortletContextScope
-
- registerDestructionCallback(String, Runnable, int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- registerDispatcherServlet(ServletContext) - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
- registerDisposableBean(String, DisposableBean) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Add the given bean to the list of disposable beans in this registry.
- registerDisposableBeanIfNecessary(String, Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Add the given bean to the list of disposable beans in this factory,
registering its DisposableBean interface and/or the given destroy method
to be called on factory shutdown (if applicable).
- registeredBeans - Variable in class org.springframework.jmx.support.MBeanRegistrationSupport
-
The beans that have been registered by this exporter.
- registeredNotificationListeners - Variable in class org.springframework.jmx.export.MBeanExporter
-
Map of actually registered NotificationListeners
- registeredSingletons - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Set of registered singletons, containing the bean names in registration order
- registeredSuffixPatternMatch - Variable in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
- registeredSuffixPatternMatch - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
- registeredType - Variable in class org.springframework.beans.PropertyEditorRegistrySupport.CustomEditorHolder
-
- registeredWithDestination - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
- registerEndpoint(JmsListenerEndpoint, JmsListenerContainerFactory<?>) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
- registerEndpoint(JmsListenerEndpoint) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
- registerEndpoint(Class<?>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
- registerEndpoint(ServerEndpointConfig) - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
- registerEndpoints() - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
Actually register the endpoints.
- registerEnvironmentBeans(ConfigurableListableBeanFactory, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Register web-specific environment beans ("contextParameters", "contextAttributes")
with the given BeanFactory, as used by the WebApplicationContext.
- registerEnvironmentBeans(ConfigurableListableBeanFactory, ServletContext, ServletConfig) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Register web-specific environment beans ("contextParameters", "contextAttributes")
with the given BeanFactory, as used by the WebApplicationContext.
- registerEnvironmentBeans(ConfigurableListableBeanFactory, ServletContext, PortletContext, PortletConfig) - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
-
Register web-specific environment beans ("contextParameters", "contextAttributes")
with the given BeanFactory, as used by the Portlet ApplicationContext.
- registerExceptionHandlerAdvice(MessagingAdviceBean, AbstractExceptionHandlerMethodResolver) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Subclasses can invoke this method to populate the MessagingAdviceBean cache
(e.g.
- registerExceptionHandlerMethod(Method) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
Registers the supplied method as an exception handler.
- registerExternallyManagedConfigMember(Member) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
- registerExternallyManagedDestroyMethod(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
- registerExternallyManagedInitMethod(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
- registerFacesDependencies(ConfigurableListableBeanFactory) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils.FacesDependencyRegistrar
-
- registerFormatters(FormatterRegistry) - Method in class org.springframework.format.datetime.DateFormatterRegistrar
-
- registerFormatters(FormatterRegistry) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
- registerFormatters(FormatterRegistry) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
- registerFormatters(FormatterRegistry) - Method in interface org.springframework.format.FormatterRegistrar
-
Register Formatters and Converters with a FormattingConversionService
through a FormatterRegistry SPI.
- registerFormatters() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- registerForReadEvent(Object) - Method in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy.TyrusMuxableWebSocketHelper
-
- registerFunction(String, Method) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- registerHandler(K, Object) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
-
Register the given handler instance for the given parameter value.
- registerHandler(K, Object, AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
-
Register the given handler instance for the given parameter value.
- registerHandler(PortletMode, Map<String, ?>) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
-
Register all handlers specified in the given parameter map.
- registerHandler(PortletMode, String, Object) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
-
Register the given handler instance for the given PortletMode and parameter value,
under an appropriate lookup key.
- registerHandler(String[], String) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Register the specified handler for the given URL paths.
- registerHandler(String, Object) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Register the specified handler for the given URL path.
- registerHandlerMapping(ParserContext, Object) - Method in class org.springframework.web.servlet.config.ViewControllerBeanDefinitionParser
-
- registerHandlerMapping(Element, ParserContext, Object) - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- registerHandlerMethod(Object, Method, T) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Register a handler method and its unique mapping.
- registerHandlerMethod(Object, Method, T) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Register a handler method and its unique mapping.
- registerHandlerMethod(Method) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
Registers the supplied method as a request handler.
- registerHandlerMethods(Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
Registers all handlers methods on the delegate object.
- registerHandlers(Object...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StaticRequestMappingHandlerMapping
-
- registerHandlers(Map<K, ?>) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
-
Register all handlers specified in the Portlet mode map for the corresponding modes.
- registerHandlers(Map<String, Object>) - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
Register all handlers specified in the URL map for the corresponding paths.
- registerHandlersByMode(Map<String, Object>) - Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
-
Register all handlers specified in the Portlet mode map for the corresponding modes.
- registerHandlersByModeAndParameter(Map<String, Map<String, ?>>) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
-
Register all handlers specified in the Portlet mode map for the corresponding modes.
- registerHandshakeHandler(Element, ParserContext, Object) - Static method in class org.springframework.web.socket.config.WebSocketNamespaceUtils
-
- registerHttpRequestHandlerAdapter(ParserContext, Object) - Static method in class org.springframework.web.servlet.config.MvcNamespaceUtils
-
- registerImport(AnnotationMetadata, String) - Method in class org.springframework.context.annotation.ConfigurationClassParser.ImportStack
-
- registerImport(String) - Method in class org.springframework.expression.spel.support.StandardTypeLocator
-
Register a new import prefix that will be used when searching for unqualified types.
- registerInfrastructureBean(ParserContext, BeanDefinitionBuilder, String) - Static method in class org.springframework.jms.config.AnnotationDrivenJmsBeanDefinitionParser
-
- registerJobsAndTriggers() - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Register jobs and triggers (within a transaction, if possible).
- registerJsr310Converters(ConverterRegistry) - Static method in class org.springframework.core.convert.support.DefaultConversionService.Jsr310ConverterRegistrar
-
- registerJtaSynchronization(Session, SessionFactory, SQLExceptionTranslator, SessionHolder) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
-
Deprecated.
Register a JTA synchronization for the given Session, if any.
- registerLastModifiedMethodIfExists(Object, Method) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
Registers a last-modified handler method for the supplied handler method
if one exists.
- registerLazyInit(String, String) - Method in class org.springframework.jmx.export.MBeanExporter
-
Registers beans that are configured for lazy initialization with the
MBeanServer
indirectly through a proxy.
- registerListenerContainer(JmsListenerEndpoint, JmsListenerContainerFactory<?>, boolean) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
-
- registerListenerContainer(JmsListenerEndpoint, JmsListenerContainerFactory<?>) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
-
- registerListeners() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Add beans that implement ApplicationListener as listeners.
- registerListeners() - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Register all specified listeners with the Scheduler.
- registerManagedResource(Object) - Method in class org.springframework.jmx.export.MBeanExporter
-
- registerManagedResource(Object, ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
-
- registerManagedResource(Object) - Method in interface org.springframework.jmx.export.MBeanExportOperations
-
Register the supplied resource with JMX.
- registerManagedResource(Object, ObjectName) - Method in interface org.springframework.jmx.export.MBeanExportOperations
-
Register the supplied resource with JMX.
- registerMapping(T, Object, Method) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Register the given mapping.
- registerMessageBroker(Element, RuntimeBeanReference, RuntimeBeanReference, RuntimeBeanReference, Object, RuntimeBeanReference, RuntimeBeanReference, ParserContext, Object) - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- registerMessageConverter(Element, ParserContext, Object) - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- registerMessagingTemplate(Element, RuntimeBeanReference, RuntimeBeanReference, ParserContext, Object) - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- registerMethod - Static variable in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy.Tyrus135EndpointHelper
-
- registerMethod - Static variable in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy.Tyrus17EndpointHelper
-
- registerMethodFilter(Class<?>, MethodFilter) - Method in class org.springframework.expression.spel.support.ReflectiveMethodResolver
-
- registerMethodFilter(Class<?>, MethodFilter) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
Register a MethodFilter
which will be called during method resolution
for the specified type.
- registerMvcSingletons(StubWebApplicationContext) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
- registerNamedDispatcher(String, RequestDispatcher) - Method in class org.springframework.mock.web.MockServletContext
-
Register a
RequestDispatcher
(typically a
MockRequestDispatcher
)
that acts as a wrapper for the named Servlet.
- registerNewClinit(CodeFlow.ClinitAdder) - Method in class org.springframework.expression.spel.CodeFlow
-
Register a ClinitAdder which will add code to the static
initializer in the generated class to support the code
produced by an ast nodes primary generateCode() method.
- registerNewField(CodeFlow.FieldAdder) - Method in class org.springframework.expression.spel.CodeFlow
-
Register a FieldAdder which will add a new field to the generated
class to support the code produced by an ast nodes primary
generateCode() method.
- registerNotificationListeners() - Method in class org.springframework.jmx.export.MBeanExporter
-
Register the configured NotificationListeners
with the MBeanServer
.
- registerOrEscalateApcAsRequired(Class<?>, BeanDefinitionRegistry, Object) - Static method in class org.springframework.aop.config.AopConfigUtils
-
- registerPathMatcher(RuntimeBeanReference, ParserContext, Object) - Static method in class org.springframework.web.servlet.config.MvcNamespaceUtils
-
Adds an alias to an existing well-known name or registers a new instance of a
PathMatcher
under that well-known name, unless already registered.
- registerPortletApplicationScopes(ConfigurableListableBeanFactory, PortletContext) - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
-
Register web-specific scopes ("request", "session", "globalSession")
with the given BeanFactory, as used by the Portlet ApplicationContext.
- registerPostProcessor(BeanDefinitionRegistry, RootBeanDefinition, String) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
-
- registerPostProcessor(ParserContext, BeanDefinitionBuilder, String) - Static method in class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
-
- registerProcessedProperty(String) - Method in class org.springframework.beans.MutablePropertyValues
-
Register the specified property as "processed" in the sense
of some processor calling the corresponding setter method
outside of the PropertyValue(s) mechanism.
- registerPrototype(String, Class<?>) - Method in class org.springframework.context.support.StaticApplicationContext
-
Register a prototype bean with the underlying bean factory.
- registerPrototype(String, Class<?>, MutablePropertyValues) - Method in class org.springframework.context.support.StaticApplicationContext
-
Register a prototype bean with the underlying bean factory.
- registerPublicParameter(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- registerRequestContextFactory(String, List<TilesRequestContextFactory>, TilesRequestContextFactory) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
-
Deprecated.
- registerRequestDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.request.AbstractRequestAttributes
-
Register the given callback as to be executed after request completion.
- registerRequestHandler(Element, RuntimeBeanReference, ParserContext, Object) - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- registerResolvableDependency(Class<?>, Object) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
-
Register a special dependency type with corresponding autowired value.
- registerResolvableDependency(Class<?>, Object) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- registerResourceHandler(ParserContext, Element, Object) - Method in class org.springframework.web.servlet.config.ResourcesBeanDefinitionParser
-
- registerScheduler(String, ParserContext, Object) - Static method in class org.springframework.web.socket.config.WebSocketNamespaceUtils
-
- registerScope(String, Scope) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Register the given scope, backed by the given Scope implementation.
- registerScope(String, Scope) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- registerScope(Class<?>, String) - Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
-
Register an extended JSR-330 scope annotation, mapping it onto a
specific Spring scope by name.
- registerScope(String, String) - Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
-
Register an extended JSR-330 scope annotation, mapping it onto a
specific Spring scope by name.
- registerScriptBeanDefinitionParser(String, String) - Method in class org.springframework.scripting.config.LangNamespaceHandler
-
- registerScriptFactoryPostProcessorIfNecessary(BeanDefinitionRegistry) - Static method in class org.springframework.scripting.config.LangNamespaceUtils
-
- registerServletFilter(ServletContext, Filter) - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
Add the given filter to the ServletContext and map it to the
DispatcherServlet
as follows:
a default filter name is chosen based on its concrete type
the
asyncSupported
flag is set depending on the
return value of
asyncSupported
a filter mapping is created with dispatcher types
REQUEST
,
FORWARD
,
INCLUDE
, and conditionally
ASYNC
depending
on the return value of
asyncSupported
- registerSessionDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
Register the given callback as to be executed after session termination.
- registerSessionDestructionCallback(String, Runnable) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
Register the given callback as to be executed after session termination.
- registerSessionId(String, String) - Method in class org.springframework.messaging.simp.user.DefaultUserSessionRegistry
-
Deprecated.
- registerSessionId(String, String) - Method in interface org.springframework.messaging.simp.user.UserSessionRegistry
-
Deprecated.
Register an active session id for a user.
- registerShutdownHook() - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Register a shutdown hook with the JVM runtime, closing this context
on JVM shutdown unless it has already been closed at that time.
- registerShutdownHook() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Register a shutdown hook with the JVM runtime, closing this context
on JVM shutdown unless it has already been closed at that time.
- registerSimpleControllerHandlerAdapter(ParserContext, Object) - Static method in class org.springframework.web.servlet.config.MvcNamespaceUtils
-
- registerSingleton(String, Object) - Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
-
Register the given existing object as singleton in the bean registry,
under the given bean name.
- registerSingleton(String, Object) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- registerSingleton(String, Object) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
- registerSingleton(String, Class<?>) - Method in class org.springframework.context.support.StaticApplicationContext
-
Register a singleton bean with the underlying bean factory.
- registerSingleton(String, Class<?>, MutablePropertyValues) - Method in class org.springframework.context.support.StaticApplicationContext
-
Register a singleton bean with the underlying bean factory.
- registerSockJsService(Element, String, ParserContext, Object) - Static method in class org.springframework.web.socket.config.WebSocketNamespaceUtils
-
- registerSqlType(String, int) - Method in class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
-
Register a SQL type for the given parameter.
- registerStompEndpoints(StompEndpointRegistry) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
-
- registerStompEndpoints(StompEndpointRegistry) - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
-
- registerStompEndpoints(StompEndpointRegistry) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
-
Register STOMP endpoints mapping each to a specific URL and (optionally)
enabling and configuring SockJS fallback options.
- registerStompHandler(Element, RuntimeBeanReference, RuntimeBeanReference, ParserContext, Object) - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- registerSubscription(Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
-
- registerSubscription(Message<?>) - Method in interface org.springframework.messaging.simp.broker.SubscriptionRegistry
-
Register a subscription represented by the given message.
- registerSynchronization(Synchronization) - Method in class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
-
- registerSynchronization(Synchronization) - Method in class org.springframework.orm.hibernate5.ConfigurableJtaPlatform
-
- registerSynchronization(Synchronization) - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
-
- registerSynchronization(TransactionSynchronization) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Register a new transaction synchronization for the current thread.
- registerTasks(ScheduledExecutorTask[], ScheduledExecutorService) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- registerTestExecutionListeners(List<TestExecutionListener>) - Method in class org.springframework.test.context.TestContextManager
-
Register the supplied list of
TestExecutionListeners
by appending them to the list of listeners used by this
TestContextManager
.
- registerTestExecutionListeners(TestExecutionListener...) - Method in class org.springframework.test.context.TestContextManager
-
Register the supplied array of
TestExecutionListeners
by appending them to the list of listeners used by this
TestContextManager
.
- registerTraceInterceptor - Variable in class org.springframework.remoting.support.RemoteExporter
-
- registerTransactionalEventListenerFactory(ParserContext) - Method in class org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser
-
- registerTransactionAspect(Element, ParserContext) - Method in class org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser
-
- registerTransactionManager(Element, BeanDefinition) - Static method in class org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser
-
- registerTransactionSynchronization(LobCreator, TransactionManager) - Static method in class org.springframework.jdbc.support.lob.LobCreatorUtils
-
Register a transaction synchronization for closing the given LobCreator,
preferring Spring transaction synchronization and falling back to
plain JTA transaction synchronization.
- registerTranslator(String, SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
-
Register a new custom translator for the specified database name.
- registerTypeName(String, String) - Method in class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
-
Register a SQL type for the given parameter.
- registerUrlPathHelper(RuntimeBeanReference, ParserContext, Object) - Static method in class org.springframework.web.servlet.config.MvcNamespaceUtils
-
Adds an alias to an existing well-known name or registers a new instance of a
UrlPathHelper
under that well-known name, unless already registered.
- registerUrlProvider(ParserContext, Object) - Method in class org.springframework.web.servlet.config.ResourcesBeanDefinitionParser
-
- registerUserDestHandler(Element, RuntimeBeanReference, RuntimeBeanReference, RuntimeBeanReference, ParserContext, Object) - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- registerUserDestResolver(Element, RuntimeBeanReference, ParserContext, Object) - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- registerUserRegistry(Element, ParserContext, Object) - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- registerUserRegistryMessageHandler(RuntimeBeanReference, RuntimeBeanReference, String, ParserContext, Object) - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- registerWebApplicationScopes(ConfigurableListableBeanFactory) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Register web-specific scopes ("request", "session", "globalSession")
with the given BeanFactory, as used by the WebApplicationContext.
- registerWebApplicationScopes(ConfigurableListableBeanFactory, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Register web-specific scopes ("request", "session", "globalSession", "application")
with the given BeanFactory, as used by the WebApplicationContext.
- registerWebSocketHandlers(WebSocketHandlerRegistry) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketConfiguration
-
- registerWebSocketHandlers(WebSocketHandlerRegistry) - Method in class org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport
-
- registerWebSocketHandlers(WebSocketHandlerRegistry) - Method in interface org.springframework.web.socket.config.annotation.WebSocketConfigurer
-
- registerWebSocketMessageBrokerStats(RootBeanDefinition, RuntimeBeanReference, RuntimeBeanReference, ParserContext, Object) - Method in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- registerWellKnownModulesIfAvailable(ObjectMapper) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
- registerWithFactory - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
-
- registerWithGeneratedName(AbstractBeanDefinition, BeanDefinitionRegistry) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
-
Register the given bean definition with a generated name,
unique within the given bean factory.
- registerWithGeneratedName(BeanDefinition) - Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
- registrar - Variable in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
-
- registrar - Variable in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- registration - Variable in class org.springframework.messaging.simp.config.ChannelRegistration
-
- registration - Variable in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
-
- REGISTRATION_ATTRIBUTE - Static variable in class org.springframework.context.config.MBeanExportBeanDefinitionParser
-
- REGISTRATION_FAIL_ON_EXISTING - Static variable in class org.springframework.jmx.support.MBeanRegistrationSupport
-
- REGISTRATION_IGNORE_EXISTING - Static variable in class org.springframework.context.config.MBeanExportBeanDefinitionParser
-
- REGISTRATION_IGNORE_EXISTING - Static variable in class org.springframework.jmx.support.MBeanRegistrationSupport
-
- REGISTRATION_REPLACE_EXISTING - Static variable in class org.springframework.context.config.MBeanExportBeanDefinitionParser
-
- REGISTRATION_REPLACE_EXISTING - Static variable in class org.springframework.jmx.support.MBeanRegistrationSupport
-
- registrationPolicy - Variable in class org.springframework.jmx.support.MBeanRegistrationSupport
-
The policy used when registering an MBean and finding that it already exists.
- RegistrationPolicy - Enum in org.springframework.jmx.support
-
Indicates registration behavior when attempting to register an MBean that already
exists.
- RegistrationPolicy() - Constructor for enum org.springframework.jmx.support.RegistrationPolicy
-
- registrations - Variable in class org.springframework.web.servlet.config.annotation.CorsRegistry
-
- registrations - Variable in class org.springframework.web.servlet.config.annotation.InterceptorRegistry
-
- registrations - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
-
- registrations - Variable in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
-
- registrations - Variable in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
-
- registrations - Variable in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
- registriesPostProcessed - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- registry - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- registry - Variable in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
- registry - Variable in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
- registry - Variable in class org.springframework.context.annotation.ComponentScanAnnotationParser
-
- registry - Variable in class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
-
- registry - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
-
- registry - Variable in class org.springframework.context.annotation.ConfigurationClassParser
-
- registry - Variable in class org.springframework.messaging.tcp.reactor.AbstractPromiseToListenableFutureAdapter
-
- registry - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- registry - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
-
- registry - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
-
- registryClientSocketFactory - Variable in class org.springframework.remoting.rmi.RmiClientInterceptor
-
- registryClientSocketFactory - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
-
- registryExpirationPeriod - Variable in class org.springframework.messaging.simp.user.UserRegistryMessageHandler
-
- registryHost - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
-
- registryPort - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
-
- registryServerSocketFactory - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
-
- reimplement(Object, Method, Object[]) - Method in interface org.springframework.beans.factory.support.MethodReplacer
-
Reimplement the given method.
- REINJECT_DEPENDENCIES_ATTRIBUTE - Static variable in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
-
Attribute name for a
TestContext
attribute which indicates
whether or not the dependencies of a test instance should be
reinjected in
beforeTestMethod()
.
- reject(String, Object[], String) - Method in class org.springframework.validation.AbstractBindingResult
-
- reject(String) - Method in class org.springframework.validation.AbstractErrors
-
- reject(String, String) - Method in class org.springframework.validation.AbstractErrors
-
- reject(String) - Method in exception org.springframework.validation.BindException
-
- reject(String, String) - Method in exception org.springframework.validation.BindException
-
- reject(String, Object[], String) - Method in exception org.springframework.validation.BindException
-
- reject(String) - Method in interface org.springframework.validation.Errors
-
Register a global error for the entire target object,
using the given error description.
- reject(String, String) - Method in interface org.springframework.validation.Errors
-
Register a global error for the entire target object,
using the given error description.
- reject(String, Object[], String) - Method in interface org.springframework.validation.Errors
-
Register a global error for the entire target object,
using the given error description.
- reject(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- reject(String, String) - Method in class org.springframework.web.bind.EscapedErrors
-
- reject(String, Object[], String) - Method in class org.springframework.web.bind.EscapedErrors
-
- rejectedExecutionHandler - Variable in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
- rejectedExecutionHandler - Variable in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- rejectedValue - Variable in class org.springframework.validation.FieldError
-
- rejectIfEmpty(Errors, String, String) - Static method in class org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code if the value is empty.
- rejectIfEmpty(Errors, String, String, String) - Static method in class org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code and default message
if the value is empty.
- rejectIfEmpty(Errors, String, String, Object[]) - Static method in class org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code and error arguments
if the value is empty.
- rejectIfEmpty(Errors, String, String, Object[], String) - Static method in class org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code, error arguments
and default message if the value is empty.
- rejectIfEmptyOrWhitespace(Errors, String, String) - Static method in class org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code if the value is empty
or just contains whitespace.
- rejectIfEmptyOrWhitespace(Errors, String, String, String) - Static method in class org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code and default message
if the value is empty or just contains whitespace.
- rejectIfEmptyOrWhitespace(Errors, String, String, Object[]) - Static method in class org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code and error arguments
if the value is empty or just contains whitespace.
- rejectIfEmptyOrWhitespace(Errors, String, String, Object[], String) - Static method in class org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code, error arguments
and default message if the value is empty or just contains whitespace.
- rejectRequest(ServerHttpResponse) - Method in class org.springframework.web.cors.DefaultCorsProcessor
-
Invoked when one of the CORS checks failed.
- rejectValue(String, String, Object[], String) - Method in class org.springframework.validation.AbstractBindingResult
-
- rejectValue(String, String) - Method in class org.springframework.validation.AbstractErrors
-
- rejectValue(String, String, String) - Method in class org.springframework.validation.AbstractErrors
-
- rejectValue(String, String) - Method in exception org.springframework.validation.BindException
-
- rejectValue(String, String, String) - Method in exception org.springframework.validation.BindException
-
- rejectValue(String, String, Object[], String) - Method in exception org.springframework.validation.BindException
-
- rejectValue(String, String) - Method in interface org.springframework.validation.Errors
-
Register a field error for the specified field of the current object
(respecting the current nested path, if any), using the given error
description.
- rejectValue(String, String, String) - Method in interface org.springframework.validation.Errors
-
Register a field error for the specified field of the current object
(respecting the current nested path, if any), using the given error
description.
- rejectValue(String, String, Object[], String) - Method in interface org.springframework.validation.Errors
-
Register a field error for the specified field of the current object
(respecting the current nested path, if any), using the given error
description.
- rejectValue(String, String) - Method in class org.springframework.web.bind.EscapedErrors
-
- rejectValue(String, String, String) - Method in class org.springframework.web.bind.EscapedErrors
-
- rejectValue(String, String, Object[], String) - Method in class org.springframework.web.bind.EscapedErrors
-
- relatedCauses - Variable in exception org.springframework.beans.factory.BeanCreationException
-
- relatedContext - Variable in class org.springframework.expression.spel.ExpressionState
-
- relative(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- relative(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Move the cursor a relative number of rows,
either positive or negative.
- RelativeRedirectFilter - Class in org.springframework.web.filter
-
Overrides HttpServletResponse#sendRedirect(String)
and handles it by
setting the HTTP status and "Location" headers.
- RelativeRedirectFilter() - Constructor for class org.springframework.web.filter.RelativeRedirectFilter
-
- RelativeRedirectResponseWrapper - Class in org.springframework.web.filter
-
- RelativeRedirectResponseWrapper(HttpServletResponse, HttpStatus) - Constructor for class org.springframework.web.filter.RelativeRedirectResponseWrapper
-
- relativeRedirects - Variable in class org.springframework.web.filter.ForwardedHeaderFilter
-
- relativeTo(UriComponentsBuilder) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
Create an instance of this class with a base URL.
- relayHost - Variable in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
- relayHost - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
- relayPort - Variable in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
- relayPort - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
- release() - Method in interface org.springframework.beans.factory.access.BeanFactoryReference
-
- release() - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.CountingBeanFactoryReference
-
- release() - Method in class org.springframework.context.access.ContextBeanFactoryReference
-
- release() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
-
- release() - Method in class org.springframework.jca.work.DelegatingWork
-
This implementation is empty, since we expect the Runnable
to terminate based on some specific shutdown signal.
- release() - Method in class org.springframework.jca.work.SimpleTaskWorkManager.DelegatingWorkAdapter
-
- release() - Method in class org.springframework.mock.web.MockPageContext
-
- release() - Method in class org.springframework.scheduling.commonj.DelegatingWork
-
This implementation is empty, since we expect the Runnable
to terminate based on some specific shutdown signal.
- release() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
-
Release this entry and ensure that it will be returned from
ReferenceManager#pollForPurge()
.
- release() - Method in class org.springframework.util.ConcurrentReferenceHashMap.SoftEntryReference
-
- release() - Method in class org.springframework.util.ConcurrentReferenceHashMap.WeakEntryReference
-
- release() - Method in class org.springframework.web.servlet.tags.ArgumentTag
-
- release() - Method in class org.springframework.web.servlet.tags.MessageTag
-
- release() - Method in class org.springframework.web.servlet.tags.ParamTag
-
- releaseBean(InvocationContext) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
-
Release the factory which has been used for autowiring the target bean.
- releaseConnection(Connection, ConnectionFactory) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
-
Close the given Connection, obtained from the given ConnectionFactory,
if it is not managed externally (that is, not bound to the thread).
- releaseConnection(Connection) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
-
Close the given CCI Connection, created via this bean's ConnectionFactory,
if it isn't bound to the thread.
- releaseConnection(Connection) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
-
Close the given JDBC Connection, created via this DAO's DataSource,
if it isn't bound to the thread.
- releaseConnection(Connection) - Method in interface org.springframework.jdbc.datasource.ConnectionHandle
-
Release the JDBC Connection that this handle refers to.
- releaseConnection(Connection, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
-
Close the given Connection, obtained from the given DataSource,
if it is not managed externally (that is, not bound to the thread).
- releaseConnection(Connection) - Method in class org.springframework.jdbc.datasource.SimpleConnectionHandle
-
This implementation is empty, as we're using a standard
Connection handle that does not have to be released.
- releaseConnection(Connection, ConnectionFactory, boolean) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
-
Release the given Connection, stopping it (if necessary) and eventually closing it.
- releaseConnection(Connection) - Method in class org.springframework.orm.jdo.DefaultJdoDialect.DataStoreConnectionHandle
-
- releaseConnection(Connection) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect.EclipseLinkConnectionHandle
-
- releaseConnection(Connection) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect.HibernateConnectionHandle
-
- releaseConnection(Connection) - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaConnectionHandle
-
- releaseContext(Context) - Method in class org.springframework.jndi.JndiTemplate
-
- released() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
-
Releases the current Connection held by this ConnectionHolder.
- released() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Decrease the reference count by one because the holder has been released
(i.e.
- released() - Method in interface org.springframework.util.WeakReferenceMonitor.ReleaseListener
-
Deprecated.
This callback method is invoked once the associated handle has been released,
i.e.
- releaseHeldSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
Release the savepoint that is held for the transaction.
- releaseInstance(<any>) - Method in class org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
-
- releaseInstance(<any>) - Method in class org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
-
- releaseJdbcConnection(ConnectionHandle, PersistenceManager) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
-
This implementation does nothing, assuming that the Connection
will implicitly be closed with the PersistenceManager.
- releaseJdbcConnection(ConnectionHandle, PersistenceManager) - Method in interface org.springframework.orm.jdo.JdoDialect
-
Release the given JDBC Connection, which has originally been retrieved
via getJdbcConnection
.
- releaseJdbcConnection(ConnectionHandle, EntityManager) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
-
This implementation does nothing, assuming that the Connection
will implicitly be closed with the EntityManager.
- releaseJdbcConnection(ConnectionHandle, EntityManager) - Method in interface org.springframework.orm.jpa.JpaDialect
-
Release the given JDBC Connection, which has originally been retrieved
via getJdbcConnection
.
- releasePersistenceManager(PersistenceManager, PersistenceManagerFactory) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
-
Close the given PersistenceManager, created via the given factory,
if it is not managed externally (i.e.
- releaseReadLock() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
-
Release the read lock after using getMappings and getMappingsByUrl.
- releaseResource(ConnectionHolder, ConnectionFactory) - Method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils.ConnectionSynchronization
-
- releaseResource(JmsResourceHolder, Object) - Method in class org.springframework.jms.connection.ConnectionFactoryUtils.JmsResourceSynchronization
-
- releaseResource(PersistenceManagerHolder, PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils.PersistenceManagerSynchronization
-
- releaseResource(EntityManagerHolder, EntityManagerFactory) - Method in class org.springframework.orm.jpa.EntityManagerFactoryUtils.TransactionalEntityManagerSynchronization
-
- releaseResource(EntityManagerHolder, EntityManagerFactory) - Method in class org.springframework.orm.jpa.EntityManagerFactoryUtils.TransactionScopedEntityManagerSynchronization
-
- releaseResource(H, K) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
-
Release the given resource (after it has been unbound from the thread).
- releaseResourcesAfterRead - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
-
Deprecated.
- releaseResourcesAfterRead(Connection, Object) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
Deprecated.
Release any LOB resources after read is complete.
- releaseSavepoint(Object) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
This implementation releases the given JDBC 3.0 Savepoint.
- releaseSavepoint(Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
-
- releaseSavepoint(Object) - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaTransactionData
-
- releaseSavepoint(Object) - Method in interface org.springframework.transaction.SavepointManager
-
Explicitly release the given savepoint.
- releaseSavepoint(Object) - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
This implementation delegates to a SavepointManager for the
underlying transaction, if possible.
- releaseSession(Session, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
-
Deprecated.
Close the given Session, created via the given factory,
if it is not managed externally (i.e.
- releaseSession(Session) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- releaseSessionBeanInstance(EJBLocalObject) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
-
Release the given EJB instance.
- releaseSessionBeanInstance(EJBObject) - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
-
Release the given EJB instance.
- releaseTarget(Object) - Method in class org.springframework.aop.framework.CglibAopProxy.DynamicAdvisedInterceptor
-
- releaseTarget(Object) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
-
- releaseTarget(Object) - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
-
- releaseTarget(Object) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
-
Return the given object to the pool.
- releaseTarget(Object) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Returns the specified object to the underlying ObjectPool
.
- releaseTarget(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
Returns the specified object to the underlying ObjectPool
.
- releaseTarget(Object) - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
No need to release target.
- releaseTarget(Object) - Method in class org.springframework.aop.target.EmptyTargetSource
-
Nothing to release.
- releaseTarget(Object) - Method in class org.springframework.aop.target.HotSwappableTargetSource
-
- releaseTarget(Object) - Method in class org.springframework.aop.target.PrototypeTargetSource
-
Destroy the given independent instance.
- releaseTarget(Object) - Method in class org.springframework.aop.target.SingletonTargetSource
-
- releaseTarget(Object) - Method in interface org.springframework.aop.TargetSource
-
- releaseTarget(Object) - Method in class org.springframework.jndi.JndiObjectTargetSource
-
- ReloadableResourceBundleMessageSource - Class in org.springframework.context.support
-
Spring-specific
MessageSource
implementation
that accesses resource bundles using specified basenames, participating in the
Spring
ApplicationContext
's resource loading.
- ReloadableResourceBundleMessageSource() - Constructor for class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
- ReloadableResourceBundleMessageSource.PropertiesHolder - Class in org.springframework.context.support
-
PropertiesHolder for caching.
- remainingExpectations - Variable in class org.springframework.test.web.client.UnorderedRequestExpectationManager
-
- rememberedMethods - Variable in class org.springframework.aop.support.IntroductionInfoSupport
-
- RemoteAccessException - Exception in org.springframework.remoting
-
Generic remote access exception.
- RemoteAccessException(String) - Constructor for exception org.springframework.remoting.RemoteAccessException
-
Constructor for RemoteAccessException.
- RemoteAccessException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteAccessException
-
Constructor for RemoteAccessException.
- RemoteAccessor - Class in org.springframework.remoting.support
-
Abstract base class for classes that access a remote service.
- RemoteAccessor() - Constructor for class org.springframework.remoting.support.RemoteAccessor
-
- remoteAddr - Variable in class org.springframework.mock.web.MockHttpServletRequest
-
- remoteAddress - Variable in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- remoteAddress - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- RemoteConnectFailureException - Exception in org.springframework.remoting
-
RemoteAccessException subclass to be thrown when no connection
could be established with a remote service.
- RemoteConnectFailureException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteConnectFailureException
-
Constructor for RemoteConnectFailureException.
- RemoteExporter - Class in org.springframework.remoting.support
-
Abstract base class for classes that export a remote service.
- RemoteExporter() - Constructor for class org.springframework.remoting.support.RemoteExporter
-
- remoteHost - Variable in class org.springframework.mock.web.MockHttpServletRequest
-
- RemoteInvocation - Class in org.springframework.remoting.support
-
Encapsulates a remote invocation, providing core method invocation properties
in a serializable fashion.
- RemoteInvocation(MethodInvocation) - Constructor for class org.springframework.remoting.support.RemoteInvocation
-
Create a new RemoteInvocation for the given AOP method invocation.
- RemoteInvocation(String, Class<?>[], Object[]) - Constructor for class org.springframework.remoting.support.RemoteInvocation
-
Create a new RemoteInvocation for the given parameters.
- RemoteInvocation() - Constructor for class org.springframework.remoting.support.RemoteInvocation
-
Create a new RemoteInvocation for JavaBean-style deserialization
(e.g.
- RemoteInvocationBasedAccessor - Class in org.springframework.remoting.support
-
Abstract base class for remote service accessors that are based
on serialization of
RemoteInvocation
objects.
- RemoteInvocationBasedAccessor() - Constructor for class org.springframework.remoting.support.RemoteInvocationBasedAccessor
-
- RemoteInvocationBasedExporter - Class in org.springframework.remoting.support
-
Abstract base class for remote service exporters that are based
on deserialization of
RemoteInvocation
objects.
- RemoteInvocationBasedExporter() - Constructor for class org.springframework.remoting.support.RemoteInvocationBasedExporter
-
- remoteInvocationExecutor - Variable in class org.springframework.remoting.support.RemoteInvocationBasedExporter
-
- RemoteInvocationExecutor - Interface in org.springframework.remoting.support
-
- remoteInvocationFactory - Variable in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
-
- remoteInvocationFactory - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
- remoteInvocationFactory - Variable in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
-
- RemoteInvocationFactory - Interface in org.springframework.remoting.support
-
- RemoteInvocationFailureException - Exception in org.springframework.remoting
-
RemoteAccessException subclass to be thrown when the execution
of the target method failed on the server side, for example
when a method was not found on the target object.
- RemoteInvocationFailureException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteInvocationFailureException
-
Constructor for RemoteInvocationFailureException.
- RemoteInvocationResult - Class in org.springframework.remoting.support
-
Encapsulates a remote invocation result, holding a result value or an exception.
- RemoteInvocationResult(Object) - Constructor for class org.springframework.remoting.support.RemoteInvocationResult
-
Create a new RemoteInvocationResult for the given result value.
- RemoteInvocationResult(Throwable) - Constructor for class org.springframework.remoting.support.RemoteInvocationResult
-
Create a new RemoteInvocationResult for the given exception.
- RemoteInvocationResult() - Constructor for class org.springframework.remoting.support.RemoteInvocationResult
-
Create a new RemoteInvocationResult for JavaBean-style deserialization
(e.g.
- RemoteInvocationSerializingExporter - Class in org.springframework.remoting.rmi
-
- RemoteInvocationSerializingExporter() - Constructor for class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
- RemoteInvocationTraceInterceptor - Class in org.springframework.remoting.support
-
AOP Alliance MethodInterceptor for tracing remote invocations.
- RemoteInvocationTraceInterceptor() - Constructor for class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
-
Create a new RemoteInvocationTraceInterceptor.
- RemoteInvocationTraceInterceptor(String) - Constructor for class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
-
Create a new RemoteInvocationTraceInterceptor.
- RemoteInvocationUtils - Class in org.springframework.remoting.support
-
General utilities for handling remote invocations.
- RemoteInvocationUtils() - Constructor for class org.springframework.remoting.support.RemoteInvocationUtils
-
- RemoteLookupFailureException - Exception in org.springframework.remoting
-
RemoteAccessException subclass to be thrown in case of a lookup failure,
typically if the lookup happens on demand for each method invocation.
- RemoteLookupFailureException(String) - Constructor for exception org.springframework.remoting.RemoteLookupFailureException
-
Constructor for RemoteLookupFailureException.
- RemoteLookupFailureException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteLookupFailureException
-
Constructor for RemoteLookupFailureException.
- remotePort - Variable in class org.springframework.mock.web.MockHttpServletRequest
-
- RemoteProxyFailureException - Exception in org.springframework.remoting
-
RemoteAccessException subclass to be thrown in case of a failure
within the client-side proxy for a remote service, for example
when a method was not found on the underlying RMI stub.
- RemoteProxyFailureException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteProxyFailureException
-
Constructor for RemoteProxyFailureException.
- remoteRegistries - Variable in class org.springframework.messaging.simp.user.MultiServerUserRegistry
-
- remoteResolver - Variable in class org.springframework.remoting.caucho.HessianExporter
-
- RemoteStatelessSessionBeanDefinitionParser - Class in org.springframework.ejb.config
-
- RemoteStatelessSessionBeanDefinitionParser() - Constructor for class org.springframework.ejb.config.RemoteStatelessSessionBeanDefinitionParser
-
- RemoteTimeoutException - Exception in org.springframework.remoting
-
RemoteAccessException subclass to be thrown when the execution
of the target method did not complete before a configurable
timeout, for example when a reply message was not received.
- RemoteTimeoutException(String) - Constructor for exception org.springframework.remoting.RemoteTimeoutException
-
Constructor for RemoteTimeoutException.
- RemoteTimeoutException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteTimeoutException
-
Constructor for RemoteTimeoutException.
- remoteUser - Variable in class org.springframework.mock.web.MockHttpServletRequest
-
- remoteUser - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
-
- RemotingSupport - Class in org.springframework.remoting.support
-
Generic support base class for remote accessor and exporters,
providing common bean ClassLoader handling.
- RemotingSupport() - Constructor for class org.springframework.remoting.support.RemotingSupport
-
- REMOVABLE_COLUMN_PREFIX - Static variable in class org.springframework.jdbc.core.metadata.SqlServerCallMetaDataProvider
-
- REMOVABLE_COLUMN_PREFIX - Static variable in class org.springframework.jdbc.core.metadata.SybaseCallMetaDataProvider
-
- remove(Handler, Label, Label) - Static method in class org.springframework.asm.Handler
-
Removes the range between start and end from the given exception
handlers.
- remove(String) - Method in interface org.springframework.beans.factory.config.Scope
-
Remove the object with the given name
from the underlying scope.
- remove(String) - Method in class org.springframework.context.support.SimpleThreadScope
-
- remove(Class<?>, Class<?>) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
-
- remove(String) - Method in class org.springframework.core.env.MutablePropertySources
-
Remove and return the property source with the given name, null
if not found.
- remove(Object) - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
-
- remove(Object) - Method in class org.springframework.http.HttpHeaders
-
- remove(Object) - Method in class org.springframework.messaging.MessageHeaders
-
Since MessageHeaders are immutable, the call to this method
will result in UnsupportedOperationException
.
- remove(String) - Method in class org.springframework.messaging.simp.SimpSessionScope
-
- remove(Object) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
- remove(MergedContextConfiguration, DirtiesContext.HierarchyMode) - Method in interface org.springframework.test.context.cache.ContextCache
-
Remove the context with the given key from the cache and explicitly
close
it if it is an instance of
ConfigurableApplicationContext
.
- remove(MergedContextConfiguration, DirtiesContext.HierarchyMode) - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Remove the context with the given key from the cache and explicitly
close
it if it is an instance of
ConfigurableApplicationContext
.
- remove(List<MergedContextConfiguration>, MergedContextConfiguration) - Method in class org.springframework.test.context.cache.DefaultContextCache
-
- remove(String) - Method in class org.springframework.transaction.support.SimpleTransactionScope
-
- remove(int) - Method in class org.springframework.util.AutoPopulatingList
-
- remove(Object) - Method in class org.springframework.util.AutoPopulatingList
-
- remove() - Method in class org.springframework.util.CollectionUtils.EnumerationIterator
-
- remove(Object) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
-
- remove() - Method in class org.springframework.util.CompositeIterator
-
- remove() - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
-
- remove(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntrySet
-
- remove(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
-
- remove(Object, Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
-
- remove(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-
- remove(Object) - Method in class org.springframework.util.LinkedMultiValueMap
-
- remove(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
- remove(String) - Method in class org.springframework.web.context.request.SessionScope
-
- remove(String) - Method in class org.springframework.web.context.support.ServletContextScope
-
- remove(String) - Method in class org.springframework.web.portlet.context.PortletContextScope
-
- remove(Object) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
- removeAdvice(Advice) - Method in interface org.springframework.aop.framework.Advised
-
Remove the Advisor containing the given advice.
- removeAdvice(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
-
- removeAdvisor(Advisor) - Method in interface org.springframework.aop.framework.Advised
-
Remove the given advisor.
- removeAdvisor(int) - Method in interface org.springframework.aop.framework.Advised
-
Remove the advisor at the given index.
- removeAdvisor(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
-
- removeAdvisor(int) - Method in class org.springframework.aop.framework.AdvisedSupport
-
- removeAlias(String) - Method in class org.springframework.context.support.GenericApplicationContext
-
- removeAlias(String) - Method in interface org.springframework.core.AliasRegistry
-
Remove the specified alias from this registry.
- removeAlias(String) - Method in class org.springframework.core.SimpleAliasRegistry
-
- removeAll(CacheOperationInvocationContext<CacheRemoveAllOperation>) - Method in class org.springframework.cache.jcache.interceptor.CacheRemoveAllInterceptor
-
- removeAll(Collection<?>) - Method in class org.springframework.util.AutoPopulatingList
-
- removeAllListeners() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
- removeAllListeners() - Method in interface org.springframework.context.event.ApplicationEventMulticaster
-
Remove all listeners registered with this multicaster.
- removeAllNamespaceMappings() - Method in class org.springframework.util.xml.AbstractStaxHandler
-
- removeAllParameters() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Removes all existing parameters.
- removeApplicationListener(ApplicationListener<?>) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
- removeApplicationListener(ApplicationListener<?>) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
-
Remove a listener from the notification list.
- removeApplicationListenerBean(String) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
- removeApplicationListenerBean(String) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
-
Remove a listener bean from the notification list.
- removeAttribute(String) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
-
- removeAttribute(String) - Method in interface org.springframework.core.AttributeAccessor
-
Remove the attribute identified by name
and return its value.
- removeAttribute(String) - Method in class org.springframework.core.AttributeAccessorSupport
-
- removeAttribute(String) - Method in class org.springframework.messaging.simp.SimpAttributes
-
Remove the attribute of the given name, if it exists.
- removeAttribute(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- removeAttribute(String) - Method in class org.springframework.mock.web.MockHttpSession
-
- removeAttribute(String) - Method in class org.springframework.mock.web.MockPageContext
-
- removeAttribute(String, int) - Method in class org.springframework.mock.web.MockPageContext
-
- removeAttribute(String) - Method in class org.springframework.mock.web.MockServletContext
-
- removeAttribute(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- removeAttribute(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- removeAttribute(String) - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- removeAttribute(String, int) - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- removeAttribute(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- removeAttribute(String, ExternalContext) - Static method in class org.springframework.web.context.request.FacesRequestAttributes.PortletSessionAccessor
-
- removeAttribute(String, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- removeAttribute(String, int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Remove the scoped attribute of the given name, if it exists.
- removeAttribute(String, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- removeAttribute(String, int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- removeAttributes(Map<String, ?>) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Remove the given attributes from the model.
- removeAttributes() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
- removeAttributes() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Removes any bind status error messages that were previously stored under
this key
in the
PageContext#PAGE_SCOPE
.
- removeAttributes() - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
- removeBeanDefinition(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
-
Remove the BeanDefinition for the given name.
- removeBeanDefinition(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- removeBeanDefinition(String) - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
-
- removeBeanDefinition(String) - Method in class org.springframework.context.support.GenericApplicationContext
-
- removeBinding(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
-
Remove the given prefix from this context.
- removeBindingResultIfNecessary(Object, Object) - Method in class org.springframework.validation.support.BindingAwareModelMap
-
- removeConnectionSpecFromCurrentThread() - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
-
Remove any ConnectionSpec for this proxy from the current thread.
- removeConstructorResolver(ConstructorResolver) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- removeConvertible(Class<?>, Class<?>) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
-
Remove any converters from sourceType
to targetType
.
- removeConvertible(Class<?>, Class<?>) - Method in class org.springframework.core.convert.support.GenericConversionService
-
- removeCookie(HttpServletResponse) - Method in class org.springframework.web.util.CookieGenerator
-
Remove the cookie that this generator describes from the response.
- removeCredentialsFromCurrentThread() - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
Remove any user credentials for this proxy from the current thread.
- removeCredentialsFromCurrentThread() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
-
Remove any user credentials for this proxy from the current thread.
- removeCurrentTransactionContext() - Static method in class org.springframework.test.context.transaction.TransactionContextHolder
-
- removeDestructionCallback(String) - Method in class org.springframework.messaging.simp.SimpAttributes
-
- removeDuplicateStrings(String[]) - Static method in class org.springframework.util.StringUtils
-
Remove duplicate strings from the given array.
- removeEldestEntry(Map.Entry<MergedContextConfiguration, ApplicationContext>) - Method in class org.springframework.test.context.cache.DefaultContextCache.LruCache
-
- removeEldestEntry(Map.Entry<String, V>) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-
Determine whether this map should remove the given eldest entry.
- removeEntry(Reference<?>) - Static method in class org.springframework.util.WeakReferenceMonitor
-
Deprecated.
Remove entry from internal map of tracked entries.
- removeFromCache(String) - Method in interface org.springframework.jms.support.destination.CachingDestinationResolver
-
Remove the destination with the given name from the cache
(if cached by this resolver in the first place).
- removeFromCache(String) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
-
- removeFromCache(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Provides functionality to clear the cache for a certain view.
- removeFromEnvironment(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- removeFromScope() - Method in class org.springframework.aop.scope.DefaultScopedObject
-
- removeFromScope() - Method in interface org.springframework.aop.scope.ScopedObject
-
Remove this object from its target scope, for example from
the backing session.
- removeHeader(String) - Method in class org.springframework.messaging.support.MessageBuilder
-
Remove the value for the given header name.
- removeHeader(String) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Remove the value for the given header name.
- removeHeaders(String...) - Method in class org.springframework.messaging.support.MessageBuilder
-
Removes all headers provided via array of 'headerPatterns'.
- removeHeaders(String...) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Removes all headers provided via array of 'headerPatterns'.
- removeIfPresent(PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
-
Remove the given property source if it is present.
- removeImport(String) - Method in class org.springframework.expression.spel.support.StandardTypeLocator
-
Remove that specified prefix from this locator's list of imports.
- removeImportingClass(String) - Method in class org.springframework.context.annotation.ConfigurationClassParser.ImportStack
-
- removeImportingClass(String) - Method in interface org.springframework.context.annotation.ImportRegistry
-
- removeInterceptor(ChannelInterceptor) - Method in class org.springframework.messaging.support.AbstractMessageChannel
-
- removeInterceptor(int) - Method in class org.springframework.messaging.support.AbstractMessageChannel
-
- removeInterceptor(ChannelInterceptor) - Method in interface org.springframework.messaging.support.InterceptableChannel
-
Remove the given interceptor.
- removeInterceptor(int) - Method in interface org.springframework.messaging.support.InterceptableChannel
-
Remove the interceptor at the given index.
- removeInterface(Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
-
Remove a proxied interface.
- removeJsessionid(String) - Method in class org.springframework.web.util.UrlPathHelper
-
- removeListener(AdvisedSupportListener) - Method in class org.springframework.aop.framework.ProxyCreatorSupport
-
Remove the given AdvisedSupportListener from this proxy configuration.
- removeMappingName(AbstractHandlerMethodMapping.MappingRegistration<T>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
-
- removeMethodResolver(MethodResolver) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- removeNamespaceMapping() - Method in class org.springframework.util.xml.AbstractStaxHandler
-
- removeNativeHeader(String) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
-
- removeOnCancelPolicy - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- removeOnCancelPolicy - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- removeOnly - Variable in class org.springframework.web.filter.ForwardedHeaderFilter
-
- removeParameter(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Remove already registered values for the specified HTTP parameter, if any.
- removePathExtension() - Method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Remove any path extension from the requestURI
.
- removePropertyAccessor(PropertyAccessor) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- removePropertyValue(PropertyValue) - Method in class org.springframework.beans.MutablePropertyValues
-
Remove the given PropertyValue, if contained.
- removePropertyValue(String) - Method in class org.springframework.beans.MutablePropertyValues
-
Overloaded version of removePropertyValue
that takes a property name.
- removePublicRenderParameter(String) - Method in class org.springframework.mock.web.portlet.MockPortletURL
-
- removePublicRenderParameter(String) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- removeQualityValue() - Method in class org.springframework.http.MediaType
-
Return a replica of this instance with its quality value removed.
- removeRequestDestructionCallback(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributes
-
Remove the request destruction callback for the specified attribute, if any.
- removeSemicolonContent - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
- removeSemicolonContent - Variable in class org.springframework.web.util.UrlPathHelper
-
- removeSemicolonContent(String) - Method in class org.springframework.web.util.UrlPathHelper
-
Remove ";" (semicolon) content from the given request URI if the
removeSemicolonContent
property is set to "true".
- removeSemicolonContentInternal(String) - Method in class org.springframework.web.util.UrlPathHelper
-
- removeSession(Object) - Method in class org.springframework.orm.hibernate3.SessionHolder
-
Deprecated.
- removeSession(String) - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpUser
-
- removeSessionBeanInstance(EJBObject) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
Remove the given EJB instance.
- removeSessionBeanInstance(EJBLocalObject) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
-
Remove the given EJB instance.
- removeSessionCookie(MockHttpServletRequest, String) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
-
- removeSingleton(String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Overridden to clear FactoryBean instance cache as well.
- removeSingleton(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Remove the bean with the given name from the singleton cache of this factory,
to be able to clean up eager registration of a singleton if creation failed.
- removeSingleton(String) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
-
Overridden to clear the FactoryBean object cache as well.
- removeSingletonIfCreatedForTypeCheckOnly(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Remove the singleton instance (if any) for the given bean name,
but only if it hasn't been used for other purposes than type checking.
- removeSubscription(String) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionInfo
-
- removeSubscription(String) - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpSession
-
- removeSubscriptionInternal(String, String, Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
-
- removeSubscriptionInternal(String, String, Message<?>) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
-
- removeSubscriptions(String) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionRegistry
-
- removeTrailingSlash() - Method in class org.springframework.web.util.UriComponentsBuilder.FullPathComponentBuilder
-
- removeTransformers() - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
Remove all registered transformers, in inverse order of registration.
- removeValue(CacheOperationInvocationContext<CacheRemoveOperation>) - Method in class org.springframework.cache.jcache.interceptor.CacheRemoveEntryInterceptor
-
- removeValue(String) - Method in class org.springframework.mock.web.MockHttpSession
-
- removeVersion(String, String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy.FileNameVersionPathStrategy
-
- removeVersion(String, String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy.PrefixVersionPathStrategy
-
- removeVersion(String, String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy
-
- removeVersion(String, String) - Method in interface org.springframework.web.servlet.resource.VersionPathStrategy
-
Remove the version from the request path.
- removeWebAppRootSystemProperty(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Remove the system property that points to the web app root directory.
- rename(String, String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- rename(Name, Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- render(ModelAndView, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.test.web.servlet.TestDispatcherServlet
-
- render(net.sf.jasperreports.engine.JRExporter, JasperPrint, Writer) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
-
Render the supplied JasperPrint
instance using the
supplied JRAbstractExporter
instance and write the results
to the supplied Writer
.
- render(net.sf.jasperreports.engine.JRExporter, JasperPrint, OutputStream) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
-
Render the supplied JasperPrint
instance using the
supplied JRAbstractExporter
instance and write the results
to the supplied OutputStream
.
- render(ModelAndView, PortletRequest, MimeResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Render the given ModelAndView.
- render(ModelAndView, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Render the given ModelAndView.
- render(Map<String, ?>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
-
Prepares the view given the specified model, merging it with static
attributes and a RequestContext attribute, if necessary.
- render(Map<String, ?>, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.View
-
Render the view given the specified model.
- renderAsCsv(JasperReport, Map<String, Object>, Object, Writer) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
-
Render a report in CSV format using the supplied report data.
- renderAsCsv(JasperReport, Map<String, Object>, Object, Writer, Map<net.sf.jasperreports.engine.JRExporterParameter, Object>) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
-
Render a report in CSV format using the supplied report data.
- renderAsHtml(JasperReport, Map<String, Object>, Object, Writer) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
-
Render a report in HTML format using the supplied report data.
- renderAsHtml(JasperReport, Map<String, Object>, Object, Writer, Map<net.sf.jasperreports.engine.JRExporterParameter, Object>) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
-
Render a report in HTML format using the supplied report data.
- renderAsPdf(JasperReport, Map<String, Object>, Object, OutputStream) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
-
Render a report in PDF format using the supplied report data.
- renderAsPdf(JasperReport, Map<String, Object>, Object, OutputStream, Map<net.sf.jasperreports.engine.JRExporterParameter, Object>) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
-
Render a report in PDF format using the supplied report data.
- renderAsXls(JasperReport, Map<String, Object>, Object, OutputStream) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
-
Render a report in XLS format using the supplied report data.
- renderAsXls(JasperReport, Map<String, Object>, Object, OutputStream, Map<net.sf.jasperreports.engine.JRExporterParameter, Object>) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
-
Render a report in XLS format using the supplied report data.
- renderDefaultContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
- renderDefaultContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
- renderDefaultContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
- renderDefaultMessage(String, Object[], Locale) - Method in class org.springframework.context.support.MessageSourceSupport
-
Render the given default message String.
- renderer - Variable in class org.springframework.web.servlet.view.tiles3.TilesView
-
- renderer - Variable in class org.springframework.web.servlet.view.tiles3.TilesViewResolver
-
- renderFromArray(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
-
- renderFromBodyContent(BodyContent, TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
Render the tag contents based on the supplied BodyContent
.
- renderFromBodyContent(BodyContent, TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
- renderFromBoolean(Boolean, TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
-
Render the 'input(checkbox)
' with the supplied value, marking
the 'input
' element as 'checked' if the supplied Boolean is
true
.
- renderFromCollection(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
-
- renderFromEnum(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
-
- renderFromMap(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
-
Renders the inner 'option
' tags using the supplied
Map
as the source.
- renderFromValue(Object, TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
-
Render the 'input(checkbox)
' with the supplied value, marking the
'input
' element as 'checked' if the supplied value matches the
bound value.
- renderFromValue(Object, Object, TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
-
Render the 'input(checkbox)
' with the supplied value, marking the
'input
' element as 'checked' if the supplied value matches the
bound value.
- renderFunction - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- renderFunction - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- RenderMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
-
Annotation for mapping Portlet render requests onto handler methods.
- RenderMappingPredicate(String, String[]) - Constructor for class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.RenderMappingPredicate
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
-
Subclasses must implement this method to actually render the view.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
-
Deprecated.
Renders the Excel view, given the specified model.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
-
Deprecated.
Renders the Excel view, given the specified model.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractPdfStamperView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractXlsView
-
Renders the Excel view, given the specified model.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractFeedView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Render the internal resource given the specified model.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.RedirectView
-
Convert model to request parameters and redirect to the given URL.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles2.TilesView
-
Deprecated.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Subclasses must implement this method to actually render the view.
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Process the model map by merging it with the FreeMarker template.
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupView
-
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Deprecated.
Process the model map by merging it with the Velocity template.
- renderObject - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- renderObject - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- renderOption(Object, String, TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
- renderOption(TagWriter, Object, Object, Object) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
-
Renders an HTML 'option
' with the supplied value and label.
- renderParameters - Variable in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- renderPhaseOnly - Variable in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
-
- renderReport(JasperPrint, Map<String, Object>, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
-
Perform rendering for a single Jasper Reports exporter, that is,
for a pre-defined output format.
- renderReport(JasperPrint, Map<String, Object>, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Subclasses should implement this method to perform the actual rendering process.
- renderReport(JasperPrint, Map<String, Object>, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
-
Locates the format key in the model using the configured discriminator key and uses this
key to lookup the appropriate view class from the mappings.
- renderReportUsingOutputStream(net.sf.jasperreports.engine.JRExporter, JasperPrint, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
-
We need to write binary output to the response OutputStream.
- renderReportUsingWriter(net.sf.jasperreports.engine.JRExporter, JasperPrint, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
-
We need to write text to the response Writer.
- renderScreenContent(Context) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
-
Deprecated.
The resulting context contains any mappings from render, plus screen content.
- renderView(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.ViewRendererServlet
-
Retrieve the View instance and model Map to render
and trigger actual rendering.
- renderWhenMinimized - Variable in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
-
- renderWhenMinimized - Variable in class org.springframework.web.portlet.mvc.AbstractController
-
- renderWorkbook(Workbook, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractXlsView
-
The actual render step: taking the POI Workbook
and rendering
it to the given response.
- renderWorkbook(Workbook, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractXlsxStreamingView
-
This implementation disposes of the SXSSFWorkbook
when done with rendering.
- reobtainTransactionalConnections - Variable in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
-
- Repeat - Annotation Type in org.springframework.test.annotation
-
Test annotation to indicate that a test method should be invoked repeatedly.
- repeat - Variable in class org.springframework.test.context.junit4.statements.SpringRepeat
-
- REPEATABLE_CLASS_NAME - Static variable in class org.springframework.core.annotation.AnnotationUtils
-
- repeatCount - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
- repeatExpectations - Variable in class org.springframework.test.web.client.SimpleRequestExpectationManager
-
- repeatInterval - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
- replace(String, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
-
Replace the property source with the given name with the given property source object.
- replace(Object, Object, Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
-
Deprecated.
This implementation returns the passed-in original as-is.
- replace(K, V, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
-
- replace(K, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
-
- replace(String, String, String) - Static method in class org.springframework.util.StringUtils
-
Replace all occurrences of a substring within a string with
another string.
- replaceAdvisor(Advisor, Advisor) - Method in interface org.springframework.aop.framework.Advised
-
Replace the given advisor.
- replaceAdvisor(Advisor, Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
-
- replaceBooleanOperators(String) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
If a pointcut expression has been specified in XML, the user cannot
write and
as "&&" (though && will work).
- replaceBooleanOperators(String) - Method in class org.springframework.aop.aspectj.TypePatternClassFilter
-
If a type pattern has been specified in XML, the user cannot
write and
as "&&" (though && will work).
- REPLACED_METHOD_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- replaceExistingBinding - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
-
- replaceMediaTypes(Map<String, MediaType>) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
- replaceNotificationListenerBeanNameKeysIfNecessary(String, ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
-
Replaces any bean names used as keys in the NotificationListener
mappings with their corresponding ObjectName
values.
- replaceNotificationSourceIfNecessary(Notification) - Method in class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
-
From the javadoc
:
- replaceObjectName(Object, Object) - Method in class org.springframework.jmx.export.NotificationListenerBean
-
- replaceOrdinals(String, String) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
-
Replace the values in the comma-separated list (case insensitive)
with their index in the list.
- ReplaceOverride - Class in org.springframework.beans.factory.support
-
Extension of MethodOverride that represents an arbitrary
override of a method by the IoC container.
- ReplaceOverride(String, String) - Constructor for class org.springframework.beans.factory.support.ReplaceOverride
-
Construct a new ReplaceOverride.
- ReplaceOverrideMethodInterceptor(RootBeanDefinition, BeanFactory) - Constructor for class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.ReplaceOverrideMethodInterceptor
-
- replacePath(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the path of this builder overriding all existing path and path segment values.
- replacePlaceholders(String, MethodInvocation, Object, Throwable, long) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
Replace the placeholders in the given message with the supplied values,
or values derived from those supplied.
- replacePlaceholders(String, Properties) - Method in class org.springframework.util.PropertyPlaceholderHelper
-
Replaces all placeholders of format ${name}
with the corresponding
property from the supplied Properties
.
- replacePlaceholders(String, PropertyPlaceholderHelper.PlaceholderResolver) - Method in class org.springframework.util.PropertyPlaceholderHelper
-
- replaceQuery(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the query of this builder overriding all existing query parameters.
- replaceQueryParam(String, Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the query parameter values overriding all existing query values for
the same parameter.
- replaceQueryParams(MultiValueMap<String, String>) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the query parameter values overriding all existing query values.
- REPLACER_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- replaceUriTemplateParams(String, List<Param>, Set<String>) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Replace template markers in the URL matching available parameters.
- replaceUriTemplateVariables(String, Map<String, Object>, Map<String, String>, String) - Method in class org.springframework.web.servlet.view.RedirectView
-
Replace URI template variables in the target URL with encoded model
attributes or URI variables from the current request.
- replaceValidators(Validator...) - Method in class org.springframework.validation.DataBinder
-
Replace the Validators to apply after each binding step.
- replicate(Object, ReplicationMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Persist the state of the given detached instance according to the
given replication mode, reusing the current identifier value.
- replicate(String, Object, ReplicationMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Persist the state of the given detached instance according to the
given replication mode, reusing the current identifier value.
- replicate(Object, ReplicationMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- replicate(String, Object, ReplicationMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- replicate(Object, ReplicationMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Persist the state of the given detached instance according to the
given replication mode, reusing the current identifier value.
- replicate(String, Object, ReplicationMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Persist the state of the given detached instance according to the
given replication mode, reusing the current identifier value.
- replicate(Object, ReplicationMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- replicate(String, Object, ReplicationMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- replicate(Object, ReplicationMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Persist the state of the given detached instance according to the
given replication mode, reusing the current identifier value.
- replicate(String, Object, ReplicationMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Persist the state of the given detached instance according to the
given replication mode, reusing the current identifier value.
- replicate(Object, ReplicationMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- replicate(String, Object, ReplicationMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- REPLY_CHANNEL - Static variable in class org.springframework.messaging.MessageHeaders
-
- REPLY_TO - Static variable in interface org.springframework.jms.support.JmsHeaders
-
Name of the destination (topic or queue) the message replies should
be sent to.
- ReplyFailureException - Exception in org.springframework.jms.listener.adapter
-
Exception to be thrown when the reply of a message failed to be sent.
- ReplyFailureException(String, Throwable) - Constructor for exception org.springframework.jms.listener.adapter.ReplyFailureException
-
- replyLatch - Variable in class org.springframework.messaging.core.GenericMessagingTemplate.TemporaryReplyChannel
-
- replyMessage - Variable in class org.springframework.messaging.core.GenericMessagingTemplate.TemporaryReplyChannel
-
- replyPubSubDomain - Variable in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- replyPubSubDomain - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
- replyPubSubDomain - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- replyTo - Variable in class org.springframework.mail.SimpleMailMessage
-
- report - Variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
The JasperReport
that is used to render the view.
- reportDataKey - Variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
A String key used to lookup the JRDataSource
in the model.
- reportDataKey - Variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
- Repository - Annotation Type in org.springframework.stereotype
-
Indicates that an annotated class is a "Repository", originally defined by
Domain-Driven Design (Evans, 2003) as "a mechanism for encapsulating storage,
retrieval, and search behavior which emulates a collection of objects".
- repositoryAnnotationType - Variable in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
-
- request - Variable in class org.springframework.http.client.BufferingClientHttpRequestWrapper
-
- request - Variable in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
-
- request - Variable in class org.springframework.http.client.support.HttpRequestWrapper
-
- request - Variable in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
-
- request - Variable in class org.springframework.mock.web.MockAsyncContext
-
- request - Variable in class org.springframework.mock.web.MockFilterChain
-
- request - Variable in class org.springframework.mock.web.MockPageContext
-
- request - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
-
- request - Variable in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder.HtmlUnitMockHttpSession
-
- request(HttpMethod, String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- request(HttpMethod, URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- request(String, URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
Alternative factory method that allows for custom HTTP verbs (e.g.
- request() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Access to request-related assertions.
- request - Variable in class org.springframework.web.context.request.ServletRequestAttributes
-
- request - Variable in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderExtractingResponse
-
- request - Variable in class org.springframework.web.filter.ShallowEtagHeaderFilter.HttpStreamingAwareContentCachingResponseWrapper
-
- request - Variable in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- request - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfoComparator
-
Deprecated.
- request - Variable in class org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.ResourceUrlEncodingResponseWrapper
-
- request - Variable in class org.springframework.web.servlet.support.JstlUtils.SpringLocalizationContext
-
- request - Variable in class org.springframework.web.servlet.support.RequestContext
-
- request - Variable in class org.springframework.web.servlet.view.velocity.VelocityView.LocaleAwareDateTool
-
Deprecated.
- request - Variable in class org.springframework.web.servlet.view.velocity.VelocityView.LocaleAwareNumberTool
-
Deprecated.
- request - Variable in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
-
- request - Variable in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport.SockJsResponseListener
-
- REQUEST_ATTRIBUTES_ATTRIBUTE - Static variable in class org.springframework.web.context.request.RequestContextListener
-
- REQUEST_CONTEXT_PAGE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.RequestContextAwareTag
-
javax.servlet.jsp.PageContext
attribute for the
page-level
RequestContext
instance.
- REQUEST_DATA_VALUE_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.web.servlet.support.RequestContextUtils
-
- REQUEST_TO_VIEW_NAME_TRANSLATOR_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
-
Well-known name for the RequestToViewNameTranslator object in the bean factory for this namespace.
- requestActive - Variable in class org.springframework.web.context.request.AbstractRequestAttributes
-
- requestAttr(String, Object) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set a request attribute.
- RequestAttribute - Annotation Type in org.springframework.web.bind.annotation
-
Annotation to bind a method parameter to a request attribute.
- RequestAttributeChangeIgnoringWrapper(HttpServletRequest) - Constructor for class org.springframework.web.servlet.handler.HandlerMappingIntrospector.RequestAttributeChangeIgnoringWrapper
-
- RequestAttributeMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
- RequestAttributeMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestAttributeMethodArgumentResolver
-
- requestAttributes - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
- RequestAttributes - Interface in org.springframework.web.context.request
-
Abstraction for accessing attribute objects associated with a request.
- requestAttributesHolder - Static variable in class org.springframework.web.context.request.RequestContextHolder
-
- RequestBindingInterceptor() - Constructor for class org.springframework.web.servlet.FrameworkServlet.RequestBindingInterceptor
-
- RequestBody - Annotation Type in org.springframework.web.bind.annotation
-
Annotation indicating a method parameter should be bound to the body of the web request.
- RequestBodyAdvice - Interface in org.springframework.web.servlet.mvc.method.annotation
-
Allows customizing the request before its body is read and converted into an
Object and also allows for processing of the resulting Object before it is
passed into a controller method as an @RequestBody
or an
HttpEntity
method argument.
- requestBodyAdvice - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyAdviceChain
-
- RequestBodyAdviceAdapter - Class in org.springframework.web.servlet.mvc.method.annotation
-
A convenient starting point for implementing
ResponseBodyAdvice
with default method implementations.
- RequestBodyAdviceAdapter() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
-
- RequestBuilder - Interface in org.springframework.test.web.servlet
-
- RequestCallback - Interface in org.springframework.web.client
-
- requestCompleted() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
-
Signal that the request has been completed.
- RequestCondition<T> - Interface in org.springframework.web.servlet.mvc.condition
-
Contract for request mapping conditions.
- RequestConditionHolder - Class in org.springframework.web.servlet.mvc.condition
-
A holder for a
RequestCondition
useful when the type of the request
condition is not known ahead of time, e.g.
- RequestConditionHolder(RequestCondition<?>) - Constructor for class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
-
Create a new holder to wrap the given request condition.
- requestConditions - Variable in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
-
- requestConfig - Variable in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
- requestConfig - Variable in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
- requestConfigBuilder() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Return a builder for modifying the factory-level RequestConfig
.
- requestContext - Variable in class org.springframework.web.servlet.support.BindStatus
-
- RequestContext - Class in org.springframework.web.servlet.support
-
Context holder for request-specific state, like current web application context, current locale,
current theme, and potential binding errors.
- RequestContext(HttpServletRequest) - Constructor for class org.springframework.web.servlet.support.RequestContext
-
Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
- RequestContext(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.servlet.support.RequestContext
-
Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
- RequestContext(HttpServletRequest, ServletContext) - Constructor for class org.springframework.web.servlet.support.RequestContext
-
Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
- RequestContext(HttpServletRequest, Map<String, Object>) - Constructor for class org.springframework.web.servlet.support.RequestContext
-
Create a new RequestContext for the given request, using the given model attributes for Errors retrieval.
- RequestContext(HttpServletRequest, HttpServletResponse, ServletContext, Map<String, Object>) - Constructor for class org.springframework.web.servlet.support.RequestContext
-
Create a new RequestContext for the given request, using the given model attributes for Errors retrieval.
- RequestContext() - Constructor for class org.springframework.web.servlet.support.RequestContext
-
Default constructor for subclasses.
- requestContext - Variable in class org.springframework.web.servlet.tags.RequestContextAwareTag
-
- RequestContext.JstlLocaleResolver - Class in org.springframework.web.servlet.support
-
Inner class that isolates the JSTL dependency.
- requestContextAttribute - Variable in class org.springframework.web.servlet.view.AbstractView
-
- requestContextAttribute - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
- RequestContextAwareTag - Class in org.springframework.web.servlet.tags
-
- RequestContextAwareTag() - Constructor for class org.springframework.web.servlet.tags.RequestContextAwareTag
-
- RequestContextFilter - Class in org.springframework.web.filter
-
- RequestContextFilter() - Constructor for class org.springframework.web.filter.RequestContextFilter
-
- RequestContextHolder - Class in org.springframework.web.context.request
-
Holder class to expose the web request in the form of a thread-bound
RequestAttributes
object.
- RequestContextHolder() - Constructor for class org.springframework.web.context.request.RequestContextHolder
-
- RequestContextHolder.FacesRequestAttributesFactory - Class in org.springframework.web.context.request
-
Inner class to avoid hard-coded JSF dependency.
- RequestContextListener - Class in org.springframework.web.context.request
-
- RequestContextListener() - Constructor for class org.springframework.web.context.request.RequestContextListener
-
- RequestContextUtils - Class in org.springframework.web.servlet.support
-
Utility class for easy access to request-specific state which has been
set by the
DispatcherServlet
.
- RequestContextUtils() - Constructor for class org.springframework.web.servlet.support.RequestContextUtils
-
- requestCount - Variable in class org.springframework.test.web.client.DefaultRequestExpectation
-
- RequestCount(ExpectedCount) - Constructor for class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
-
- requestDataValueProcessor - Variable in class org.springframework.web.servlet.support.RequestContext
-
- RequestDataValueProcessor - Interface in org.springframework.web.servlet.support
-
A contract for inspecting and potentially modifying request data values such
as URL query parameters or form field values before they are rendered by a
view or before a redirect.
- requestDestroyed(ServletRequestEvent) - Method in class org.springframework.web.context.request.RequestContextListener
-
- requestDestructionCallbacks - Variable in class org.springframework.web.context.request.AbstractRequestAttributes
-
Map from attribute name String to destruction callback Runnable
- requested() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Increase the reference count by one because the holder has been requested
(i.e.
- requestedSessionId - Variable in class org.springframework.mock.web.MockHttpServletRequest
-
- requestedSessionIdFromCookie - Variable in class org.springframework.mock.web.MockHttpServletRequest
-
- requestedSessionIdFromURL - Variable in class org.springframework.mock.web.MockHttpServletRequest
-
- requestedSessionIdValid - Variable in class org.springframework.mock.web.MockHttpServletRequest
-
- requestedSessionIdValid - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
-
- RequestEntity<T> - Class in org.springframework.http
-
- RequestEntity(HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method and URL but without body nor headers.
- RequestEntity(T, HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method, URL and body but without headers.
- RequestEntity(T, HttpMethod, URI, Type) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method, URL, body and type but without headers.
- RequestEntity(MultiValueMap<String, String>, HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method, URL and headers but without body.
- RequestEntity(T, MultiValueMap<String, String>, HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method, URL, headers and body.
- RequestEntity(T, MultiValueMap<String, String>, HttpMethod, URI, Type) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method, URL, headers, body and type.
- requestEntity - Variable in class org.springframework.web.client.RestTemplate.HttpEntityRequestCallback
-
- RequestEntity.BodyBuilder - Interface in org.springframework.http
-
Defines a builder that adds a body to the response entity.
- RequestEntity.DefaultBodyBuilder - Class in org.springframework.http
-
- RequestEntity.HeadersBuilder<B extends RequestEntity.HeadersBuilder<B>> - Interface in org.springframework.http
-
Defines a builder that adds headers to the request entity.
- RequestExecuteHandler(SettableListenableFuture<ClientHttpResponse>) - Constructor for class org.springframework.http.client.Netty4ClientHttpRequest.RequestExecuteHandler
-
- RequestExpectation - Interface in org.springframework.test.web.client
-
An extension of ResponseActions
that also implements
RequestMatcher
and ResponseCreator
- RequestExpectationGroup() - Constructor for class org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
-
- RequestExpectationManager - Interface in org.springframework.test.web.client
-
Abstraction for creating HTTP request expectations, applying them to actual
requests (in strict or random order), and verifying whether expectations
have been met.
- requestFactory - Variable in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
-
- requestFactory - Variable in class org.springframework.http.client.InterceptingAsyncClientHttpRequest
-
- requestFactory - Variable in class org.springframework.http.client.InterceptingClientHttpRequest
-
- requestFactory - Variable in class org.springframework.http.client.support.HttpAccessor
-
- requestHandled - Variable in class org.springframework.web.method.support.ModelAndViewContainer
-
- RequestHandledEvent - Class in org.springframework.web.context.support
-
Event raised when a request is handled within an ApplicationContext.
- RequestHandledEvent(Object, String, String, long) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
-
Create a new RequestHandledEvent with session information.
- RequestHandledEvent(Object, String, String, long, Throwable) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
-
Create a new RequestHandledEvent with session information.
- RequestHeader - Annotation Type in org.springframework.web.bind.annotation
-
Annotation which indicates that a method parameter should be bound to a web request header.
- RequestHeaderMapMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves Map
method arguments annotated with @RequestHeader
.
- RequestHeaderMapMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
-
- RequestHeaderMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves method arguments annotated with @RequestHeader
except for
Map
arguments.
- RequestHeaderMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
-
- RequestHeaderMethodArgumentResolver.RequestHeaderNamedValueInfo - Class in org.springframework.web.method.annotation
-
- RequestHeaderNamedValueInfo(RequestHeader) - Constructor for class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver.RequestHeaderNamedValueInfo
-
- requestHeaders - Variable in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
-
- requestInitialized(ServletRequestEvent) - Method in class org.springframework.web.context.request.RequestContextListener
-
- requestInterceptor - Variable in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
-
- requestInterceptor - Variable in class org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
-
- RequestMapping - Annotation Type in org.springframework.web.bind.annotation
-
Annotation for mapping web requests onto specific handler classes and/or
handler methods.
- requestMappingHandlerAdapter() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- RequestMappingHandlerAdapter - Class in org.springframework.web.servlet.mvc.method.annotation
-
- RequestMappingHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- requestMappingHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- RequestMappingHandlerMapping - Class in org.springframework.web.servlet.mvc.method.annotation
-
- RequestMappingHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
- RequestMappingInfo() - Constructor for class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
-
- RequestMappingInfo(String[], RequestMethod[], String[], String[]) - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
-
Deprecated.
- RequestMappingInfo - Class in org.springframework.web.servlet.mvc.method
-
- RequestMappingInfo(String, PatternsRequestCondition, RequestMethodsRequestCondition, ParamsRequestCondition, HeadersRequestCondition, ConsumesRequestCondition, ProducesRequestCondition, RequestCondition<?>) - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
- RequestMappingInfo(PatternsRequestCondition, RequestMethodsRequestCondition, ParamsRequestCondition, HeadersRequestCondition, ConsumesRequestCondition, ProducesRequestCondition, RequestCondition<?>) - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Creates a new instance with the given request conditions.
- RequestMappingInfo(RequestMappingInfo, RequestCondition<?>) - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Re-create a RequestMappingInfo with the given custom request condition.
- RequestMappingInfo.Builder - Interface in org.springframework.web.servlet.mvc.method
-
Defines a builder for creating a RequestMappingInfo.
- RequestMappingInfo.BuilderConfiguration - Class in org.springframework.web.servlet.mvc.method
-
Container for configuration options used for request mapping purposes.
- RequestMappingInfo.DefaultBuilder - Class in org.springframework.web.servlet.mvc.method
-
- RequestMappingInfoHandlerMapping - Class in org.springframework.web.servlet.mvc.method
-
Abstract base class for classes for which
RequestMappingInfo
defines
the mapping between a request and a handler method.
- RequestMappingInfoHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
-
- RequestMappingInfoHandlerMapping.HttpOptionsHandler - Class in org.springframework.web.servlet.mvc.method
-
Default handler for HTTP OPTIONS.
- RequestMappingInfoHandlerMapping.PartialMatchHelper - Class in org.springframework.web.servlet.mvc.method
-
Aggregate all partial matches and expose methods checking across them.
- RequestMappingInfoHandlerMapping.PartialMatchHelper.PartialMatch - Class in org.springframework.web.servlet.mvc.method
-
Container for a RequestMappingInfo that matches the URL path at least.
- RequestMappingInfoHandlerMethodMappingNamingStrategy - Class in org.springframework.web.servlet.mvc.method
-
- RequestMappingInfoHandlerMethodMappingNamingStrategy() - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMethodMappingNamingStrategy
-
- RequestMatcher - Interface in org.springframework.test.web.client
-
A contract for matching requests to expectations.
- requestMatchers - Variable in class org.springframework.test.web.client.DefaultRequestExpectation
-
- requestMatchers - Variable in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
-
- RequestMatchResult - Class in org.springframework.web.servlet.handler
-
Container for the result from request pattern matching via
MatchableHandlerMapping
with a method to further extract
URI template variables from the pattern.
- RequestMatchResult(String, String, PathMatcher) - Constructor for class org.springframework.web.servlet.handler.RequestMatchResult
-
Create an instance with a matching pattern.
- RequestMethod - Enum in org.springframework.web.bind.annotation
-
Java 5 enumeration of HTTP request methods.
- RequestMethod() - Constructor for enum org.springframework.web.bind.annotation.RequestMethod
-
- RequestMethodsRequestCondition - Class in org.springframework.web.servlet.mvc.condition
-
A logical disjunction (' || ') request condition that matches a request
against a set of
RequestMethod
s.
- RequestMethodsRequestCondition(RequestMethod...) - Constructor for class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
-
Create a new instance with the given request methods.
- RequestMethodsRequestCondition(Collection<RequestMethod>) - Constructor for class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
-
- RequestObjectFactory() - Constructor for class org.springframework.web.context.support.WebApplicationContextUtils.RequestObjectFactory
-
- RequestObjectFactory() - Constructor for class org.springframework.web.portlet.context.PortletApplicationContextUtils.RequestObjectFactory
-
- RequestParam - Annotation Type in org.springframework.web.bind.annotation
-
Annotation which indicates that a method parameter should be bound to a web
request parameter.
- requestParameterMapToString(Map<String, String[]>) - Static method in class org.springframework.web.bind.UnsatisfiedServletRequestParameterException
-
- RequestParamMapMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves
Map
method arguments annotated with an @
RequestParam
where the annotation does not specify a request parameter name.
- RequestParamMapMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
-
- RequestParamMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves method arguments annotated with @
RequestParam
, arguments of
type
MultipartFile
in conjunction with Spring's
MultipartResolver
abstraction, and arguments of type
javax.servlet.http.Part
in conjunction
with Servlet 3.0 multipart requests.
- RequestParamMethodArgumentResolver(boolean) - Constructor for class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
- RequestParamMethodArgumentResolver(ConfigurableBeanFactory, boolean) - Constructor for class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
- RequestParamMethodArgumentResolver.RequestParamNamedValueInfo - Class in org.springframework.web.method.annotation
-
- RequestParamNamedValueInfo() - Constructor for class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.RequestParamNamedValueInfo
-
- RequestParamNamedValueInfo(RequestParam) - Constructor for class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.RequestParamNamedValueInfo
-
- RequestPart - Annotation Type in org.springframework.web.bind.annotation
-
Annotation that can be used to associate the part of a "multipart/form-data" request
with a method argument.
- RequestPartMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves the following method arguments:
Annotated with
@RequestPart
Of type
MultipartFile
in conjunction with Spring's
MultipartResolver
abstraction
Of type
javax.servlet.http.Part
in conjunction with Servlet 3.0 multipart requests
- RequestPartMethodArgumentResolver(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
-
Basic constructor with converters only.
- RequestPartMethodArgumentResolver(List<HttpMessageConverter<?>>, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
-
Constructor with converters and Request~
and
ResponseBodyAdvice
.
- RequestPartResolver() - Constructor for class org.springframework.web.multipart.support.MultipartResolutionDelegate.RequestPartResolver
-
- RequestPartServletServerHttpRequest - Class in org.springframework.web.multipart.support
-
- RequestPartServletServerHttpRequest(HttpServletRequest, String) - Constructor for class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
-
Create a new RequestPartServletServerHttpRequest
instance.
- RequestPostProcessor - Interface in org.springframework.test.web.servlet.request
-
- requestResponseBodyAdvice - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- RequestResponseBodyAdviceChain - Class in org.springframework.web.servlet.mvc.method.annotation
-
- RequestResponseBodyAdviceChain(List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyAdviceChain
-
Create an instance from a list of objects that are either of type
ControllerAdviceBean
or RequestBodyAdvice
.
- RequestResponseBodyMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves method arguments annotated with
@RequestBody
and handles return
values from methods annotated with
@ResponseBody
by reading and writing
to the body of the request or response with an
HttpMessageConverter
.
- RequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
Basic constructor with converters only.
- RequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
Basic constructor with converters and ContentNegotiationManager
.
- RequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
Complete constructor for resolving @RequestBody
method arguments.
- RequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
Complete constructor for resolving @RequestBody
and handling
@ResponseBody
.
- RequestResultMatchers - Class in org.springframework.test.web.servlet.result
-
Factory for assertions on the request.
- RequestResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.RequestResultMatchers
-
Protected constructor.
- requests - Variable in class org.springframework.test.web.client.AbstractRequestExpectationManager
-
- RequestScope - Annotation Type in org.springframework.web.context.annotation
-
@RequestScope
is a specialization of
@Scope
for a
component whose lifecycle is bound to the current web request.
- RequestScope - Class in org.springframework.web.context.request
-
Request-backed
Scope
implementation.
- RequestScope() - Constructor for class org.springframework.web.context.request.RequestScope
-
- RequestSpecificMappingInfo(String[], RequestMethod[], String[], String[]) - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo
-
Deprecated.
- RequestSpecificMappingInfo(AnnotationMethodHandlerAdapter.RequestMappingInfo) - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo
-
Deprecated.
- RequestSpecificMappingInfoComparator(Comparator<String>, HttpServletRequest) - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfoComparator
-
Deprecated.
- requestsRecovery - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
- requestTo(<any>) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
Assert the request URI string with the given matcher.
- RequestToViewNameTranslator - Interface in org.springframework.web.servlet
-
Strategy interface for translating an incoming
javax.servlet.http.HttpServletRequest
into a
logical view name when no view name is explicitly supplied.
- requestType - Variable in class org.springframework.web.portlet.context.PortletRequestHandledEvent
-
Type of Portlet Request
- RequestUpgradeStrategy - Interface in org.springframework.web.socket.server
-
A server-specific strategy for performing the actual upgrade to a WebSocket exchange.
- requestUpgradeStrategy - Variable in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
- requestURI - Variable in class org.springframework.mock.web.MockHttpServletRequest
-
- requestUri - Variable in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderExtractingRequest
-
- requestUrl - Variable in class org.springframework.web.context.support.ServletRequestHandledEvent
-
URL that triggered the request
- requestUrl - Variable in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderExtractingRequest
-
- requestURL - Variable in class org.springframework.web.servlet.NoHandlerFoundException
-
- require(int, String, String) - Method in class org.springframework.util.xml.AbstractXMLStreamReader
-
- requireCurrentTransactionContext() - Static method in class org.springframework.test.context.transaction.TestTransaction
-
- required - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement
-
- required - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement
-
- Required - Annotation Type in org.springframework.beans.factory.annotation
-
Marks a method (typically a JavaBean setter method) as being 'required': that is,
the setter method must be configured to be dependency-injected with a value.
- required - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
-
- required - Variable in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
-
- required - Variable in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
-
- REQUIRED_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed Required annotation processor.
- REQUIRED_EXTENSION - Static variable in class org.springframework.web.socket.CloseStatus
-
"1010 indicates that an endpoint (client) is terminating the connection because it
has expected the server to negotiate one or more extension, but the server didn't
return them in the response message of the WebSocket handshake.
- RequiredAnnotationBeanPostProcessor - Class in org.springframework.beans.factory.annotation
-
BeanPostProcessor
implementation
that enforces required JavaBean properties to have been configured.
- RequiredAnnotationBeanPostProcessor() - Constructor for class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
-
- requiredAnnotationType - Variable in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
-
- requiredContextClass() - Method in class org.springframework.context.support.ApplicationObjectSupport
-
Determine the context class that any context passed to
setApplicationContext
must be an instance of.
- requiredFields - Variable in class org.springframework.validation.DataBinder
-
- requiredParameterName - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
- requiredParameterValue - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
- requiredProperties - Variable in class org.springframework.core.env.AbstractPropertyResolver
-
- requiredProperties - Variable in class org.springframework.web.filter.GenericFilterBean
-
- requiredProperties - Variable in class org.springframework.web.portlet.GenericPortletBean
-
Set of required properties (Strings) that must be supplied as
config parameters to this portlet.
- requiredProperties - Variable in class org.springframework.web.servlet.HttpServletBean
-
- requiredRowsAffected - Variable in class org.springframework.jdbc.object.SqlUpdate
-
An exact number of rows that must be affected.
- requiredSingleResult(Collection<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
-
Return a single result object from the given Collection.
- requiredType - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.ShortcutDependencyDescriptor
-
- requiredType - Variable in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
-
The required type
- requiredType - Variable in exception org.springframework.beans.TypeMismatchException
-
- requiredType - Variable in class org.springframework.jdbc.core.SingleColumnRowMapper
-
- requiredType - Variable in exception org.springframework.jndi.TypeMismatchNamingException
-
- requiredUniqueResult(Collection<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
-
Return a unique result object from the given Collection.
- requiredViewClass() - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
- requiredViewClass() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
-
- requiredViewClass() - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupViewResolver
-
- requiredViewClass() - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
-
- requiredViewClass() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
- requiredViewClass() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateViewResolver
-
- requiredViewClass() - Method in class org.springframework.web.servlet.view.tiles2.TilesViewResolver
-
Deprecated.
- requiredViewClass() - Method in class org.springframework.web.servlet.view.tiles3.TilesViewResolver
-
- requiredViewClass() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return the required type of view for this resolver.
- requiredViewClass() - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
-
Deprecated.
Requires VelocityLayoutView.
- requiredViewClass() - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
-
Deprecated.
- requiredViewClass() - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
- requiresConfigInterface() - Method in class org.springframework.scripting.bsh.BshScriptFactory
-
BeanShell scripts do require a config interface.
- requiresConfigInterface() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
Groovy scripts do not need a config interface,
since they expose their setters as public methods.
- requiresConfigInterface() - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
-
Deprecated.
JRuby scripts do require a config interface.
- requiresConfigInterface() - Method in interface org.springframework.scripting.ScriptFactory
-
Return whether the script requires a config interface to be
generated for it.
- requiresConfigInterface() - Method in class org.springframework.scripting.support.StandardScriptFactory
-
- requiresContentLength() - Method in enum org.springframework.messaging.simp.stomp.StompCommand
-
- requiresDestination() - Method in enum org.springframework.messaging.simp.stomp.StompCommand
-
- requiresDestruction(Object) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
-
- requiresDestruction(Object) - Method in interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
-
Determine whether the given bean instance requires destruction by this
post-processor.
- requiresDestruction(Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Determine whether the given bean requires destruction on shutdown.
- requiresDestruction(Object) - Method in class org.springframework.context.support.ApplicationListenerDetector
-
- requiresDestruction(Object) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
- requiresDestruction(Object) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- requiresDestruction(Object) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
-
- requiresDestruction(Object) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
- requiresEagerInitForType(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Check whether the specified bean would need to be eagerly initialized
in order to determine its type.
- requireSession - Variable in class org.springframework.web.portlet.handler.PortletContentGenerator
-
- requireSession - Variable in class org.springframework.web.servlet.support.WebContentGenerator
-
- requiresReader() - Method in class org.springframework.core.io.support.EncodedResource
-
Determine whether a Reader
is required as opposed to an InputStream
,
i.e.
- requiresRefresh() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
Determine whether a refresh is required.
- requiresRefresh() - Method in class org.springframework.scripting.support.RefreshableScriptTargetSource
-
Determine whether a refresh is required through calling
ScriptFactory's requiresScriptedObjectRefresh
method.
- requiresScriptedObjectRefresh(ScriptSource) - Method in class org.springframework.scripting.bsh.BshScriptFactory
-
- requiresScriptedObjectRefresh(ScriptSource) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- requiresScriptedObjectRefresh(ScriptSource) - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
-
Deprecated.
- requiresScriptedObjectRefresh(ScriptSource) - Method in interface org.springframework.scripting.ScriptFactory
-
Determine whether a refresh is required (e.g.
- requiresScriptedObjectRefresh(ScriptSource) - Method in class org.springframework.scripting.support.StandardScriptFactory
-
- requiresSubscriptionId() - Method in enum org.springframework.messaging.simp.stomp.StompCommand
-
- rescheduleTaskIfNecessary(Object) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Take the given task object and reschedule it, either immediately if
this container is currently running, or later once this container
has been restarted.
- ReschedulingRunnable - Class in org.springframework.scheduling.concurrent
-
Internal adapter that reschedules an underlying
Runnable
according
to the next execution time suggested by a given
Trigger
.
- ReschedulingRunnable(Runnable, Trigger, ScheduledExecutorService, ErrorHandler) - Constructor for class org.springframework.scheduling.concurrent.ReschedulingRunnable
-
- ReschedulingTimerListener(Runnable, Trigger) - Constructor for class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.ReschedulingTimerListener
-
- RESERVED - Static variable in class org.springframework.asm.MethodWriter
-
Reserved for future use
- RESERVED_DEFAULT_PROFILE_NAME - Static variable in class org.springframework.core.env.AbstractEnvironment
-
Name of reserved default profile name: "default".
- reset() - Static method in class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
-
- reset() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
-
Reset the statement parameter queue, the rows affected cache,
and the execution count.
- reset() - Method in class org.springframework.mock.web.MockFilterChain
-
- reset() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- reset() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- reset(String) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- reset() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
-
Deprecated.
- reset() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
-
Deprecated.
- reset(Calendar, List<Integer>) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
-
Reset the calendar setting all the fields provided to zero.
- reset() - Method in interface org.springframework.test.context.cache.ContextCache
-
Reset all state maintained by this cache including statistics.
- reset() - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Reset all state maintained by this cache including statistics.
- reset() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
-
- reset() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
-
- reset() - Method in class org.springframework.test.web.client.MockRestServiceServer
-
Reset the internal state removing all expectations and recorded requests.
- reset() - Method in interface org.springframework.test.web.client.RequestExpectationManager
-
Reset the internal state removing all expectations and recorded requests.
- reset() - Method in class org.springframework.test.web.client.SimpleRequestExpectationManager
-
- reset() - Method in class org.springframework.test.web.client.UnorderedRequestExpectationManager
-
- reset() - Method in interface org.springframework.transaction.support.ResourceHolder
-
Reset the transactional state of this holder.
- reset() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Reset this resource holder - transactional state as well as reference count.
- reset() - Method in class org.springframework.util.FastByteArrayOutputStream
-
Reset the contents of this FastByteArrayOutputStream
.
- reset() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- RESET_REQUEST_CONTEXT_HOLDER_ATTRIBUTE - Static variable in class org.springframework.test.context.web.ServletTestExecutionListener
-
- resetAdviceMonitor() - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
-
- resetAttributes() - Static method in class org.springframework.messaging.simp.SimpAttributesContextHolder
-
Reset the SimpAttributes for the current thread.
- resetBeanDefinition(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Reset all bean definition caches for the given bean,
including the caches of beans that are derived from it.
- resetBuffer() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- resetBuffer() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- resetBuffer() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- resetCommonCaches() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- resetConnection() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
-
Reset the underlying shared Connection, to be reinitialized on next access.
- resetConnection() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Reset the underlying shared Connection, to be reinitialized on next access.
- resetConnection() - Method in class org.springframework.jms.connection.CachingConnectionFactory
-
Resets the Session cache as well.
- resetConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Reset the underlying shared Connection, to be reinitialized on next access.
- resetConnection() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- resetConnectionAfterTransaction(Connection, Integer) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
-
Reset the given Connection after a transaction,
regarding read-only flag and isolation level.
- resetContextHolders() - Method in class org.springframework.web.filter.RequestContextFilter
-
- resetContextHolders(HttpServletRequest, LocaleContext, RequestAttributes) - Method in class org.springframework.web.servlet.FrameworkServlet
-
- resetCount() - Method in class org.springframework.aop.interceptor.DebugInterceptor
-
Reset the invocation count to zero.
- resetDateTimeContext() - Static method in class org.springframework.format.datetime.standard.DateTimeContextHolder
-
Reset the DateTimeContext for the current thread.
- resetFilters(boolean) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Reset the configured type filters.
- resetHierarchicalComponents() - Method in class org.springframework.web.util.UriComponentsBuilder
-
- resetJodaTimeContext() - Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
-
Reset the JodaTimeContext for the current thread.
- resetLocaleContext() - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Reset the LocaleContext for the current thread.
- resetRequest() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- resetRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
-
Reset the RequestAttributes for the current thread.
- resetSchemeSpecificPart() - Method in class org.springframework.web.util.UriComponentsBuilder
-
- resetSessionState() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect.SessionTransactionData
-
- resetThreadContextClassLoader(ClassLoader) - Method in class org.springframework.remoting.support.RemotingSupport
-
Reset the original thread context ClassLoader if necessary.
- resetTransactionTimeout - Variable in class org.springframework.transaction.jta.JtaTransactionObject
-
- residualTestField - Static variable in class org.springframework.aop.aspectj.RuntimeTestWalker
-
- RESIN_DEFAULT_SERVLET_NAME - Static variable in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
-
Default Servlet name used by Resin
- ResizableByteArrayOutputStream - Class in org.springframework.util
-
- ResizableByteArrayOutputStream() - Constructor for class org.springframework.util.ResizableByteArrayOutputStream
-
Create a new ResizableByteArrayOutputStream
with the default initial capacity of 256 bytes.
- ResizableByteArrayOutputStream(int) - Constructor for class org.springframework.util.ResizableByteArrayOutputStream
-
Create a new ResizableByteArrayOutputStream
with the specified initial capacity.
- RESIZE - Static variable in class org.springframework.asm.ClassReader
-
True to enable JSR_W and GOTO_W support.
- resize(int) - Method in class org.springframework.util.FastByteArrayOutputStream
-
Resize the internal buffer size to a specified capacity.
- resize(int) - Method in class org.springframework.util.ResizableByteArrayOutputStream
-
Resize the internal buffer size to a specified capacity.
- RESIZED - Static variable in class org.springframework.asm.Label
-
Indicates if this label has been updated, after instruction resizing.
- resizeThreshold - Variable in class org.springframework.util.ConcurrentReferenceHashMap.Segment
-
The threshold when resizing of the references should occur.
- resolutionMethod - Variable in class org.springframework.beans.factory.config.YamlProcessor
-
- ResolutionMethod() - Constructor for enum org.springframework.beans.factory.config.YamlProcessor.ResolutionMethod
-
- ResolvableAttribute(String) - Constructor for class org.springframework.validation.beanvalidation.SpringValidatorAdapter.ResolvableAttribute
-
- resolvableDependencies - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Map from dependency type to corresponding autowired value
- resolvableString - Variable in class org.springframework.validation.beanvalidation.SpringValidatorAdapter.ResolvableAttribute
-
- resolvableToString() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
Build a default String representation for this MessageSourceResolvable:
including codes, arguments, and default message.
- resolvableType - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
-
- resolvableType - Variable in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
-
- resolvableType - Variable in class org.springframework.core.convert.TypeDescriptor
-
- ResolvableType - Class in org.springframework.core
-
- ResolvableType(Type, SerializableTypeWrapper.TypeProvider, ResolvableType.VariableResolver) - Constructor for class org.springframework.core.ResolvableType
-
Private constructor used to create a new
ResolvableType
for cache key purposes,
with no upfront resolution.
- ResolvableType(Type, SerializableTypeWrapper.TypeProvider, ResolvableType.VariableResolver, Integer) - Constructor for class org.springframework.core.ResolvableType
-
Private constructor used to create a new
ResolvableType
for cache value purposes,
with upfront resolution and a pre-calculated hash.
- ResolvableType(Type, SerializableTypeWrapper.TypeProvider, ResolvableType.VariableResolver, ResolvableType) - Constructor for class org.springframework.core.ResolvableType
-
Private constructor used to create a new
ResolvableType
for uncached purposes,
with upfront resolution but lazily calculated hash.
- ResolvableType(Class<?>) - Constructor for class org.springframework.core.ResolvableType
-
Private constructor used to create a new
ResolvableType
on a
Class
basis.
- ResolvableType.DefaultVariableResolver - Class in org.springframework.core
-
- ResolvableType.SyntheticParameterizedType - Class in org.springframework.core
-
- ResolvableType.TypeVariablesVariableResolver - Class in org.springframework.core
-
- ResolvableType.VariableResolver - Interface in org.springframework.core
-
Strategy interface used to resolve TypeVariable
s.
- ResolvableType.WildcardBounds - Class in org.springframework.core
-
Internal helper to handle bounds from WildcardType
s.
- ResolvableType.WildcardBounds.Kind - Enum in org.springframework.core
-
The various kinds of bounds.
- ResolvableTypeProvider - Interface in org.springframework.core
-
Any object can implement this interface to provide its actual
ResolvableType
.
- resolve(MethodWriter, int, byte[]) - Method in class org.springframework.asm.Label
-
Resolves all forward references to this label.
- resolve(String) - Method in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
-
Locate the
NamespaceHandler
for the supplied namespace URI
from the configured mappings.
- resolve(String) - Method in interface org.springframework.beans.factory.xml.NamespaceHandlerResolver
-
Resolve the namespace URI and return the located
NamespaceHandler
implementation.
- resolve(EvaluationContext, String) - Method in class org.springframework.context.expression.BeanFactoryResolver
-
- resolve(String, ResourceLoader) - Method in interface org.springframework.core.io.ProtocolResolver
-
Resolve the given location against the given resource loader
if this implementation's protocol matches.
- resolve() - Method in class org.springframework.core.ResolvableType
-
Resolve this type to a Class
, returning null
if the type cannot be resolved.
- resolve(Class<?>) - Method in class org.springframework.core.ResolvableType
-
Resolve this type to a Class
, returning the specified
fallback
if the type cannot be resolved.
- resolve(EvaluationContext, String) - Method in interface org.springframework.expression.BeanResolver
-
Look up the named bean and return it.
- resolve(EvaluationContext, String, List<TypeDescriptor>) - Method in interface org.springframework.expression.ConstructorResolver
-
Within the supplied context determine a suitable constructor on the supplied type
that can handle the specified arguments.
- resolve(EvaluationContext, Object, String, List<TypeDescriptor>) - Method in interface org.springframework.expression.MethodResolver
-
Within the supplied context determine a suitable method on the supplied object that
can handle the specified arguments.
- resolve(EvaluationContext, String, List<TypeDescriptor>) - Method in class org.springframework.expression.spel.support.ReflectiveConstructorResolver
-
Locate a constructor on the type.
- resolve(EvaluationContext, Object, String, List<TypeDescriptor>) - Method in class org.springframework.expression.spel.support.ReflectiveMethodResolver
-
Locate a method on a type.
- resolve(String) - Static method in enum org.springframework.http.HttpMethod
-
Resolve the given method value to an HttpMethod
.
- resolve(String) - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
-
- resolve(String) - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
- resolve(MessageHeaders) - Method in interface org.springframework.messaging.converter.ContentTypeResolver
-
Determine the
MimeType
of a message from the given MessageHeaders.
- resolve(MessageHeaders) - Method in class org.springframework.messaging.converter.DefaultContentTypeResolver
-
- resolve(Class<?>) - Method in interface org.springframework.test.context.ActiveProfilesResolver
-
Resolve the bean definition profiles to use when loading an
ApplicationContext
for the given test class.
- resolve(Class<?>) - Method in class org.springframework.test.context.support.DefaultActiveProfilesResolver
-
- resolveAction() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Resolve the value of the 'action
' attribute.
- resolveActiveProfiles(Class<?>) - Static method in class org.springframework.test.context.support.ActiveProfilesUtils
-
Resolve active bean definition profiles for the supplied Class
.
- resolveAliases(StringValueResolver) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Resolve all alias target names and aliases registered in this
factory, applying the given StringValueResolver to them.
- resolveAliases(StringValueResolver) - Method in class org.springframework.core.SimpleAliasRegistry
-
Resolve all alias target names and aliases registered in this
factory, applying the given StringValueResolver to them.
- resolveAnnotations() - Method in class org.springframework.core.convert.Property
-
- resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
-
- resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.HeadersMethodArgumentResolver
-
- resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.MessageMethodArgumentResolver
-
- resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.PayloadArgumentResolver
-
- resolveArgument(MethodParameter, Message<?>) - Method in interface org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver
-
Resolves a method parameter into an argument value from a given message.
- resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
-
- resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.PrincipalMethodArgumentResolver
-
- resolveArgument(MethodParameter, NativeWebRequest) - Method in interface org.springframework.web.bind.support.WebArgumentResolver
-
Resolve an argument for the given handler method parameter within the given web request.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Resolve the argument from the model or if not found instantiate it with
its default if it is available.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in interface org.springframework.web.method.support.HandlerMethodArgumentResolver
-
Resolves a method parameter into an argument value from a given request.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMapMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMapMethodArgumentResolver
-
Return a Map with all URI template variables or an empty map.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RedirectAttributesMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
Throws MethodArgumentNotValidException if validation fails.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.UriComponentsBuilderMethodArgumentResolver
-
- resolveArgumentInternal(MethodParameter, Message<?>, String) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
-
Resolves the given parameter type and value name into an argument value.
- resolveArgumentInternal(MethodParameter, Message<?>, String) - Method in class org.springframework.messaging.handler.annotation.support.DestinationVariableMethodArgumentResolver
-
- resolveArgumentInternal(MethodParameter, Message<?>, String) - Method in class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
-
- resolveArguments(ApplicationEvent) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
- resolveArguments(Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
Searches through the given array of objects, finds any MessageSourceResolvable
objects and resolves them.
- resolveArguments(Object[], Locale) - Method in class org.springframework.context.support.MessageSourceSupport
-
Template method for resolving argument objects.
- resolveArguments(Object) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Resolve the given arguments Object into an arguments array.
- resolveAutowiredArgument(MethodParameter, String, Set<String>, TypeConverter) - Method in class org.springframework.beans.factory.support.ConstructorResolver
-
Template method for resolving the specified argument which is supposed to be autowired.
- resolveAutowiringValue(Object, Class<?>) - Static method in class org.springframework.beans.factory.support.AutowireUtils
-
Resolve the given autowiring value against the given required type,
e.g.
- resolveBasePackage(String) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Resolve the specified base package into a pattern specification for
the package search path.
- resolveBean() - Method in interface org.springframework.messaging.handler.MessagingAdviceBean
-
Return the advice bean instance, if necessary resolving a bean specified
by name through the BeanFactory.
- resolveBean() - Method in class org.springframework.web.method.ControllerAdviceBean
-
Return a bean instance if necessary resolving the bean name through the BeanFactory.
- resolveBean() - Method in class org.springframework.web.socket.messaging.WebSocketAnnotationMethodMessageHandler.MessagingControllerAdviceBean
-
- resolveBeanClass(ClassLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Determine the class of the wrapped bean, resolving it from a
specified class name if necessary.
- resolveBeanClass(RootBeanDefinition, String, Class<?>...) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Resolve the bean class for the specified bean definition,
resolving a bean class name into a Class reference (if necessary)
and storing the resolved Class in the bean definition for further use.
- resolveBeforeInstantiation(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Apply before-instantiation post-processors, resolving whether there is a
before-instantiation shortcut for the specified bean.
- resolveBounds(Type[]) - Method in class org.springframework.core.ResolvableType
-
- resolveCache(CacheOperationInvocationContext<O>) - Method in class org.springframework.cache.jcache.interceptor.AbstractCacheInterceptor
-
Resolve the cache to use.
- resolveCachedArguments(String) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement
-
- resolveCaches(CacheOperationInvocationContext<?>) - Method in class org.springframework.cache.interceptor.AbstractCacheResolver
-
- resolveCaches(CacheOperationInvocationContext<?>) - Method in interface org.springframework.cache.interceptor.CacheResolver
-
Return the cache(s) to use for the specified invocation.
- resolveCaches(CacheOperationInvocationContext<?>) - Method in class org.springframework.cache.jcache.interceptor.CacheResolverAdapter
-
- resolveCaches(CacheOperationInvocationContext<?>) - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource.LazyCacheResolver
-
- resolveCandidate(String, Class<?>, BeanFactory) - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Resolve the specified bean name, as a candidate result of the matching
algorithm for this dependency, to a bean instance from the given factory.
- resolveClass(ObjectStreamClass) - Method in class org.springframework.core.ConfigurableObjectInputStream
-
- resolveClass() - Method in class org.springframework.core.ResolvableType
-
- resolveClassName(String) - Method in class org.springframework.beans.factory.config.MethodInvokingBean
-
- resolveClassName(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- resolveClassName(String) - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
-
- resolveClassName(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Resolve the given class name into a Class instance.
- resolveClassName(String) - Method in class org.springframework.util.MethodInvoker
-
Resolve the given class name into a Class.
- resolveClassNames(String[], String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Resolve the given class names into Class objects.
- resolveCode(String, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
Subclasses must implement this method to resolve a message.
- resolveCode(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Resolves the given message code as key in the retrieved bundle files,
using a cached MessageFormat instance per message code.
- resolveCode(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
Resolves the given message code as key in the registered resource bundles,
using a cached MessageFormat instance per message code.
- resolveCode(String, Locale) - Method in class org.springframework.context.support.StaticMessageSource
-
- resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
Subclasses can override this method to resolve a message without arguments
in an optimized fashion, i.e.
- resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Resolves the given message code as key in the retrieved bundle files,
returning the value found in the bundle as-is (without MessageFormat parsing).
- resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
Resolves the given message code as key in the registered resource bundles,
returning the value found in the bundle as-is (without MessageFormat parsing).
- resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.StaticMessageSource
-
- resolveCommonArgument(MethodParameter, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolveCommonArgument(MethodParameter, NativeWebRequest, Exception) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Resolves common method arguments.
- resolveCommonArgument(MethodParameter, NativeWebRequest, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Deprecated.
Resolves common method arguments.
- resolveConstructorArguments(Object[], int, int) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
- resolveConstructorArguments(String, RootBeanDefinition, BeanWrapper, ConstructorArgumentValues, ConstructorArgumentValues) - Method in class org.springframework.beans.factory.support.ConstructorResolver
-
Resolve the constructor arguments for this bean into the resolvedValues object.
- resolveContainerAnnotationType(Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Resolve the container type for the supplied repeatable annotationType
.
- resolveContainerFactory(JmsListenerEndpointRegistrar.JmsListenerEndpointDescriptor) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
- resolveContainerType(Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Resolve the container type for the supplied repeatable annotationType
.
- resolveContextConfigurationAttributes(Class<?>) - Static method in class org.springframework.test.context.support.ContextLoaderUtils
-
- resolveContextHierarchyAttributes(Class<?>) - Static method in class org.springframework.test.context.support.ContextLoaderUtils
-
- resolveContextLoader(Class<?>, List<ContextConfigurationAttributes>) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- resolveContextualObject(String) - Method in interface org.springframework.beans.factory.config.Scope
-
Resolve the contextual object for the given key, if any.
- resolveContextualObject(String) - Method in class org.springframework.context.support.SimpleThreadScope
-
- resolveContextualObject(String) - Method in class org.springframework.messaging.simp.SimpSessionScope
-
- resolveContextualObject(String) - Method in class org.springframework.transaction.support.SimpleTransactionScope
-
- resolveContextualObject(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
- resolveContextualObject(String) - Method in class org.springframework.web.context.support.ServletContextScope
-
- resolveContextualObject(String) - Method in class org.springframework.web.portlet.context.PortletContextScope
-
- resolveCookieValue(String, boolean, String, MethodParameter, NativeWebRequest, Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolveCookieValue(String, Class<?>, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolveCookieValue(String, Class<?>, NativeWebRequest) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker
-
- resolveCookieValue(String, Class<?>, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
-
Deprecated.
- resolveCorsAnnotationValue(String) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
- resolveCssClass() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Gets the appropriate CSS class to use based on the state of the current
BindStatus
object.
- resolveCssClass() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Override resolve CSS class since error class is not supported.
- RESOLVED - Static variable in class org.springframework.asm.Label
-
Indicates if the position of this label is known.
- resolved - Variable in class org.springframework.core.ResolvableType
-
Copy of the resolved value.
- RESOLVED_RESOURCE_CACHE_KEY_PREFIX - Static variable in class org.springframework.web.servlet.resource.CachingResourceResolver
-
- RESOLVED_URL_PATH_CACHE_KEY_PREFIX - Static variable in class org.springframework.web.servlet.resource.CachingResourceResolver
-
- resolvedCachedArgument(String, Object) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
Resolve the specified cached method argument or field value.
- resolvedConstructorArguments - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
-
Package-visible field for caching fully resolved constructor arguments
- resolvedConstructorOrFactoryMethod - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
-
Package-visible field for caching the resolved constructor or factory method
- resolvedDataSources - Variable in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
- resolvedDefaultDataSource - Variable in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
- resolvedDestinationCache - Variable in class org.springframework.messaging.core.CachingDestinationResolverProxy
-
- resolveDeclaredEventType(Class<?>) - Static method in class org.springframework.context.event.GenericApplicationListenerAdapter
-
- resolveDeclaredEventType(ApplicationListener<ApplicationEvent>) - Static method in class org.springframework.context.event.GenericApplicationListenerAdapter
-
- resolveDeclaredEventTypes(Method, EventListener) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
- resolveDefaultEventType(ApplicationEvent) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
-
- resolveDefaultResponseDestination(Session) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Resolve the default response destination into a JMS
Destination
, using this
accessor's
DestinationResolver
in case of a destination name.
- resolveDefaultTestContextBootstrapper(Class<?>) - Static method in class org.springframework.test.context.BootstrapUtils
-
- resolveDefaultValue(String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolveDefaultValue(String) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker
-
- resolveDefaultValue(String) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
-
Deprecated.
- resolvedElementType - Variable in class org.springframework.beans.factory.support.ManagedArray
-
Resolved element type for runtime creation of the target array
- resolveDependency(DependencyDescriptor, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
-
Resolve the specified dependency against the beans defined in this factory.
- resolveDependency(DependencyDescriptor, String, Set<String>, TypeConverter) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
-
Resolve the specified dependency against the beans defined in this factory.
- resolveDependency(DependencyDescriptor, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
- resolveDependency(DependencyDescriptor, String, Set<String>, TypeConverter) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- resolveDependency(DependencyDescriptor, String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
-
- resolveDependency(DependencyDescriptor, String, Set<String>, TypeConverter) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
-
- resolveDestination(DestinationResolver, Session) - Method in class org.springframework.jms.listener.adapter.JmsResponse
-
Resolve the Destination
to use for this instance.
- resolveDestination(String) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
-
- resolveDestination(String) - Method in class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolver
-
- resolveDestination(String) - Method in class org.springframework.messaging.core.CachingDestinationResolverProxy
-
Resolves and caches destinations if successfully resolved by the target
DestinationResolver implementation.
- resolveDestination(String) - Method in interface org.springframework.messaging.core.DestinationResolver
-
Resolve the given destination name.
- resolveDestination(Message<?>) - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
-
- resolveDestination(Message<?>) - Method in interface org.springframework.messaging.simp.user.UserDestinationResolver
-
Resolve the given message with a user destination to one or more messages
with actual destinations, one for each active user session.
- resolveDestinationName(Session, String, boolean) - Method in class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
-
- resolveDestinationName(Session, String, boolean) - Method in interface org.springframework.jms.support.destination.DestinationResolver
-
Resolve the given destination name, either as located resource
or as dynamic destination.
- resolveDestinationName(Session, String, boolean) - Method in class org.springframework.jms.support.destination.DynamicDestinationResolver
-
Resolve the specified destination name as a dynamic destination.
- resolveDestinationName(Session, String) - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
-
Resolve the given destination name into a JMS
Destination
,
via this accessor's
DestinationResolver
.
- resolveDestinationName(Session, String, boolean) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
-
- resolvedException - Variable in class org.springframework.test.web.servlet.DefaultMvcResult
-
- resolvedFromHandlerMethod - Variable in class org.springframework.messaging.handler.HandlerMethod
-
- resolvedFromHandlerMethod - Variable in class org.springframework.web.method.HandlerMethod
-
- resolvedInterfaceMappings - Variable in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Stores the mappings of bean keys to an array of Class
es.
- resolvedMethods - Variable in class org.springframework.web.cors.CorsConfiguration
-
- resolvedTargetType - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
-
Package-visible field for caching the determined Class of a given bean definition
- resolvedTokens - Variable in class org.springframework.beans.PropertyValue
-
Package-visible field for caching the resolved property path tokens
- resolveEmbeddedValue(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Resolve the given embedded value, e.g.
- resolveEmbeddedValue(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- resolveEmbeddedValue(String) - Method in class org.springframework.context.support.EmbeddedValueResolutionSupport
-
- resolveEmbeddedValuesInDestinations(String[]) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
Resolve placeholder values in the given array of destinations.
- resolveEmbeddedValuesInPatterns(String[]) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Resolve placeholder values in the given array of patterns.
- resolveEntity(String, String) - Method in class org.springframework.beans.factory.xml.BeansDtdResolver
-
- resolveEntity(String, String) - Method in class org.springframework.beans.factory.xml.DelegatingEntityResolver
-
- resolveEntity(String, String) - Method in class org.springframework.beans.factory.xml.PluggableSchemaResolver
-
- resolveEntity(String, String) - Method in class org.springframework.beans.factory.xml.ResourceEntityResolver
-
- resolveEntityManager(String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.PersistenceElement
-
- resolveEntityManagerFactory(String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.PersistenceElement
-
- resolveException(RenderRequest, RenderResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
-
Checks whether this resolver is supposed to apply (i.e.
- resolveException(ResourceRequest, ResourceResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
-
- resolveException(RenderRequest, RenderResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerExceptionResolver
-
Try to resolve the given exception that got thrown during on handler execution,
returning a ModelAndView that represents a specific error page if appropriate.
- resolveException(ResourceRequest, ResourceResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerExceptionResolver
-
Try to resolve the given exception that got thrown during on handler execution,
returning a ModelAndView that represents a specific error page if appropriate.
- resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Check whether this resolver is supposed to apply (i.e.
- resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
-
Resolve the exception by iterating over the list of configured exception resolvers.
- resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in interface org.springframework.web.servlet.HandlerExceptionResolver
-
Try to resolve the given exception that got thrown during handler execution,
returning a
ModelAndView
that represents a specific error page if appropriate.
- resolveExceptionCache(CacheOperationInvocationContext<CacheResultOperation>) - Method in class org.springframework.cache.jcache.interceptor.CacheResultInterceptor
-
- resolveExplicitContextLoaderClass(List<ContextConfigurationAttributes>) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- resolveExplicitTestContextBootstrapper(Class<?>) - Static method in class org.springframework.test.context.BootstrapUtils
-
- resolveExpression(A) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
-
- resolveExtendedEntityManager(Object, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.PersistenceElement
-
- resolveFactoryMethodIfPossible(RootBeanDefinition) - Method in class org.springframework.beans.factory.support.ConstructorResolver
-
Resolve the factory method in the specified bean definition, if possible.
- resolveFallbackIfPossible(String, ClassNotFoundException) - Method in class org.springframework.core.ConfigurableObjectInputStream
-
Resolve the given class name against a fallback class loader.
- resolveFallbackIfPossible(String, ClassNotFoundException) - Method in class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
-
- resolveFileExtensions(MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManager
-
- resolveFileExtensions(MediaType) - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
-
- resolveFileExtensions(MediaType) - Method in interface org.springframework.web.accept.MediaTypeFileExtensionResolver
-
Resolve the given media type to a list of path extensions.
- resolveFor() - Method in class org.springframework.web.servlet.tags.form.LabelTag
-
Determine the 'for
' attribute value for this tag,
autogenerating one if none specified.
- resolveGeneric(int...) - Method in class org.springframework.core.ResolvableType
-
Convenience method that will
get
and
resolve
a specific generic parameters.
- resolveGenerics() - Method in class org.springframework.core.ResolvableType
-
Convenience method that will
get
and
resolve
generic parameters.
- resolveGenerics(Class<?>) - Method in class org.springframework.core.ResolvableType
-
Convenience method that will
get
and
resolve
generic parameters, using the specified
fallback
if any type
cannot be resolved.
- resolveHandlerArguments(Method, Object, NativeWebRequest, ExtendedModelMap) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolveHandlerArguments(Method, Object, NativeWebRequest, Exception) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Resolves the arguments for the given method.
- resolveHandlerArguments(Method, Object, NativeWebRequest, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Deprecated.
Resolves the arguments for the given method.
- resolveHandlerMethod(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodResolver
-
- resolveHandlerMethod(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver
-
Deprecated.
- resolveHttpEntityRequest(MethodParameter, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.ConstantBeanDefinitionParser
-
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.PropertyPathBeanDefinitionParser
-
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
-
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.context.config.MBeanExportBeanDefinitionParser
-
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.context.config.MBeanServerBeanDefinitionParser
-
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
-
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.web.servlet.config.FreeMarkerConfigurerBeanDefinitionParser
-
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.web.servlet.config.GroovyMarkupConfigurerBeanDefinitionParser
-
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
-
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.web.servlet.config.TilesConfigurerBeanDefinitionParser
-
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.web.servlet.config.VelocityConfigurerBeanDefinitionParser
-
- resolveId() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Determine the 'id
' attribute value for this tag,
autogenerating one if none specified.
- resolveId() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Appends a counter to a specified id as well,
since we're dealing with multiple HTML elements.
- resolveId() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Appends a counter to a specified id,
since we're dealing with multiple HTML elements.
- resolveImplicitVariable(String) - Method in class org.springframework.web.servlet.tags.EvalTag.JspPropertyAccessor
-
- resolveInitBinderArguments(Object, Method, WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolveInitializerClasses(List<ContextConfigurationAttributes>) - Static method in class org.springframework.test.context.support.ApplicationContextInitializerUtils
-
Resolve the set of merged ApplicationContextInitializer
classes for the
supplied list of ContextConfigurationAttributes
.
- resolveInnerBean(Object, String, BeanDefinition) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
-
Resolve an inner bean definition.
- resolveIntDescriptor(int, int) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Determines which of two int
values should be used as the value
for an attribute descriptor.
- resolveInterceptorNames() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Resolves the specified interceptor names to Advisor objects.
- resolveInterfaceMappings(Properties) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Resolve the given interface mappings, turning class names into Class objects.
- resolveJtaTransactionManagerClassName() - Static method in class org.springframework.transaction.config.JtaTransactionManagerFactoryBean
-
- resolveLazily - Variable in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
- resolveLazily - Variable in class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
- resolveLazily - Variable in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
-
- resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
-
- resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
-
- resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
- resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
-
- resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
- resolveLocale(HttpServletRequest) - Method in interface org.springframework.web.servlet.LocaleResolver
-
Resolve the current locale via the given request.
- resolveLocale(TilesRequestContext) - Method in class org.springframework.web.servlet.view.tiles2.SpringLocaleResolver
-
Deprecated.
- resolveLocale(Request) - Method in class org.springframework.web.servlet.view.tiles3.SpringLocaleResolver
-
- resolveLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
- resolveLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
-
- resolveLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
- resolveLocaleContext(HttpServletRequest) - Method in interface org.springframework.web.servlet.LocaleContextResolver
-
Resolve the current locale context via the given request.
- resolveManagedArray(Object, List<?>, Class<?>) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
-
For each element in the managed array, resolve reference if necessary.
- resolveManagedList(Object, List<?>) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
-
For each element in the managed list, resolve reference if necessary.
- resolveManagedMap(Object, Map<?, ?>) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
-
For each element in the managed map, resolve reference if necessary.
- resolveManagedSet(Object, Set<?>) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
-
For each element in the managed set, resolve reference if necessary.
- resolveMediaTypeKey(NativeWebRequest, String) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
- resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
- resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.ContentNegotiationManager
-
- resolveMediaTypes(NativeWebRequest) - Method in interface org.springframework.web.accept.ContentNegotiationStrategy
-
Resolve the given request to a list of media types.
- resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.FixedContentNegotiationStrategy
-
- resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.HeaderContentNegotiationStrategy
-
Resolve the given request to a list of media types.
- resolveMember() - Method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
-
- resolveMessage() - Method in class org.springframework.web.servlet.tags.MessageTag
-
Resolve the specified message into a concrete message String.
- resolveMessageCodes(String) - Method in class org.springframework.validation.AbstractBindingResult
-
- resolveMessageCodes(String, String) - Method in class org.springframework.validation.AbstractBindingResult
-
- resolveMessageCodes(String) - Method in exception org.springframework.validation.BindException
-
- resolveMessageCodes(String, String) - Method in exception org.springframework.validation.BindException
-
- resolveMessageCodes(String) - Method in interface org.springframework.validation.BindingResult
-
Resolve the given error code into message codes.
- resolveMessageCodes(String, String) - Method in interface org.springframework.validation.BindingResult
-
Resolve the given error code into message codes for the given field.
- resolveMessageCodes(String, String) - Method in class org.springframework.validation.DefaultMessageCodesResolver
-
- resolveMessageCodes(String, String, String, Class<?>) - Method in class org.springframework.validation.DefaultMessageCodesResolver
-
Build the code list for the given code and field: an
object/field-specific code, a field-specific code, a plain error code.
- resolveMessageCodes(String, String) - Method in interface org.springframework.validation.MessageCodesResolver
-
Build message codes for the given error code and object name.
- resolveMessageCodes(String, String, String, Class<?>) - Method in interface org.springframework.validation.MessageCodesResolver
-
Build message codes for the given error code and field specification.
- resolveMethod(Exception) - Method in class org.springframework.messaging.handler.invocation.AbstractExceptionHandlerMethodResolver
-
Find a Method
to handle the given exception.
- resolveMethod(Exception) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
-
Find a Method
to handle the given exception.
- resolveMethodByExceptionType(Class<? extends Throwable>) - Method in class org.springframework.messaging.handler.invocation.AbstractExceptionHandlerMethodResolver
-
Find a Method
to handle the given exception type.
- resolveMethodByExceptionType(Class<? extends Throwable>) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
-
Find a Method
to handle the given exception type.
- resolveMethodParameter() - Method in class org.springframework.core.convert.Property
-
- resolveMethodParameter(MethodParameter) - Static method in class org.springframework.core.ResolvableType
-
Resolve the top-level parameter type of the given MethodParameter
.
- resolveModelAndView(Method, Class<?>, Object, ExtendedModelMap, NativeWebRequest) - Method in interface org.springframework.web.servlet.mvc.annotation.ModelAndViewResolver
-
- resolveModelAttribute(String, MethodParameter, ExtendedModelMap, NativeWebRequest, Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolveModelAttribute() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Resolves
and returns the name of the form object.
- resolveMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
- resolveMultipart(HttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
-
Parse the given HTTP request into multipart files and parameters,
and wrap the request inside a
MultipartHttpServletRequest
object that provides access to file descriptors and makes contained
parameters accessible via the standard ServletRequest methods.
- resolveMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
- resolveMultipart(ActionRequest) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
-
- resolveMultipart(ActionRequest) - Method in interface org.springframework.web.portlet.multipart.PortletMultipartResolver
-
Parse the given portlet request into multipart files and parameters,
and wrap the request inside a MultipartActionRequest object
that provides access to file descriptors and makes contained
parameters accessible via the standard PortletRequest methods.
- resolveMultipartArgument(String, MethodParameter, HttpServletRequest) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
-
- resolveMultipleBeans(DependencyDescriptor, String, Set<String>, TypeConverter) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- resolveName() - Method in class org.springframework.core.convert.Property
-
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
-
Resolve the given parameter type and value name into an argument value.
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestAttributeMethodArgumentResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.SessionAttributeMethodArgumentResolver
-
- resolveNamedBean(Class<T>) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
-
Resolve the bean instance that uniquely matches the given object type, if any,
including its bean name.
- resolveNamedBean(Class<T>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- resolveNamedBean(Class<T>, Object...) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- resolveNamedBean(Class<T>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
-
- resolveNecessary - Variable in class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
-
- resolveNestedPlaceholders(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
- resolveNotUnique(Class<?>, Map<String, Object>) - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
- resolveObjectDescriptor(Object, Object) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Locates the value of a descriptor based on values attached
to both the getter and setter methods.
- resolveOrder(Method) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
- resolveParameterType(MethodParameter) - Method in class org.springframework.core.convert.Property
-
- resolveParameterType(MethodParameter, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
-
Determine the target type for the given generic parameter type.
- resolvePart(HttpServletRequest, String) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate.RequestPartResolver
-
- resolvePartArray(HttpServletRequest, String) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate.RequestPartResolver
-
- resolvePartList(HttpServletRequest, String) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate.RequestPartResolver
-
- resolvePath(String) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Resolve the given path, replacing placeholders with corresponding
environment property values if necessary.
- resolvePath(String) - Method in class org.springframework.core.io.ResourceEditor
-
Resolve the given path, replacing placeholders with corresponding
property values from the environment
if necessary.
- resolvePath(String) - Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
-
Resolve the given path, replacing placeholders with
corresponding system property values if necessary.
- resolvePathVariable(String, MethodParameter, NativeWebRequest, Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolvePathVariable(String, Class<?>, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolvePathVariable(String, Class<?>, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
-
Deprecated.
- resolvePlaceholder(String, Properties) - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
-
This implementation tries to resolve placeholders as keys first
in the user preferences, then in the system preferences, then in
the passed-in properties.
- resolvePlaceholder(String, String, Preferences) - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
-
Resolve the given path and key against the given Preferences.
- resolvePlaceholder(String) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.PropertyPlaceholderConfigurerResolver
-
- resolvePlaceholder(String, Properties, int) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Resolve the given placeholder using the given properties, performing
a system properties check according to the given mode.
- resolvePlaceholder(String, Properties) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Resolve the given placeholder using the given properties.
- resolvePlaceholder(String) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler.DestinationVariablePlaceholderResolver
-
- resolvePlaceholder(String) - Method in interface org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver
-
Resolve the supplied placeholder name to the replacement value.
- resolvePlaceholder(String) - Method in class org.springframework.util.SystemPropertyUtils.SystemPropertyPlaceholderResolver
-
- resolvePlaceholder(String) - Method in class org.springframework.web.util.ServletContextPropertyUtils.ServletContextPlaceholderResolver
-
- resolvePlaceholders(String) - Method in class org.springframework.core.env.AbstractEnvironment
-
- resolvePlaceholders(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
- resolvePlaceholders(String) - Method in interface org.springframework.core.env.PropertyResolver
-
- resolvePlaceholders(String) - Static method in class org.springframework.util.SystemPropertyUtils
-
Resolve ${...}
placeholders in the given text, replacing them with
corresponding system property values.
- resolvePlaceholders(String, boolean) - Static method in class org.springframework.util.SystemPropertyUtils
-
Resolve ${...}
placeholders in the given text, replacing them with
corresponding system property values.
- resolvePlaceholders(String, ServletContext) - Static method in class org.springframework.web.util.ServletContextPropertyUtils
-
Resolve ${...} placeholders in the given text, replacing them with corresponding
servlet context init parameter or system property values.
- resolvePlaceholders(String, ServletContext, boolean) - Static method in class org.springframework.web.util.ServletContextPropertyUtils
-
Resolve ${...} placeholders in the given text, replacing them with corresponding
servlet context init parameter or system property values.
- resolvePreparedArguments(String, RootBeanDefinition, BeanWrapper, Member, Object[]) - Method in class org.springframework.beans.factory.support.ConstructorResolver
-
Resolve the prepared arguments stored in the given bean definition.
- resolvePrimitiveClassName(String) - Static method in class org.springframework.util.ClassUtils
-
Resolve the given class name as primitive class, if appropriate,
according to the JVM's naming rules for primitive classes.
- resolvePrimitiveIfNecessary(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Resolve the given class if it is a primitive class,
returning the corresponding primitive wrapper type instead.
- resolvePrinterObjectType(Printer<?>) - Method in class org.springframework.format.support.FormattingConversionService.PrinterConverter
-
- resolvePropertyName(String) - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
-
Check to see if this property source contains a property with the given name, or
any underscore / uppercase variation thereof.
- resolveProvidedArgument(MethodParameter, Object...) - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
Attempt to resolve a method parameter from the list of provided argument values.
- resolveProvidedArgument(MethodParameter, Object...) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Attempt to resolve a method parameter from the list of provided argument values.
- resolveProxyClass(String[]) - Method in class org.springframework.core.ConfigurableObjectInputStream
-
- resolveProxyTargetClass(BeanDefinition) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- resolveQueue(Session) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
-
Resolve this accessor's target queue.
- resolveQueue(Session, String) - Method in class org.springframework.jms.support.destination.DynamicDestinationResolver
-
Resolve the given destination name to a Queue
.
- resolveQueueName(Session, String) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
-
Resolve the given queue name into a JMS
javax.jms.Queue
,
via this accessor's
DestinationResolver
.
- resolver - Variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver
-
- resolver - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StaticStringValueResolver
-
- resolver - Variable in class org.springframework.web.servlet.view.tiles2.SpringWildcardServletTilesApplicationContext
-
Deprecated.
- resolver - Variable in class org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
-
- resolverChain - Variable in class org.springframework.web.servlet.resource.DefaultResourceTransformerChain
-
- resolveReadMethodParameter() - Method in class org.springframework.core.convert.Property
-
- resolveReference(Object, RuntimeBeanReference) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
-
Resolve a reference to another bean in the factory.
- resolveReference(String) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- resolveReference(String) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Resolve the contextual reference for the given key, if any.
- resolveReference(String) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- resolveReference(String) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- resolveRefreshCheckDelay(BeanDefinition) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- resolveRequestBody(MethodParameter, NativeWebRequest, Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolveRequestHeader(String, boolean, String, MethodParameter, NativeWebRequest, Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolveRequestHeaderMap(Class<? extends Map<?, ?>>, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolveRequestParam(String, boolean, String, MethodParameter, NativeWebRequest, Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolveRequestParamMap(Class<? extends Map<?, ?>>, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolveRequiredPlaceholders(String) - Method in class org.springframework.core.env.AbstractEnvironment
-
- resolveRequiredPlaceholders(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
- resolveRequiredPlaceholders(String) - Method in interface org.springframework.core.env.PropertyResolver
-
- resolveResource(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.AbstractResourceResolver
-
- resolveResource(HttpServletRequest, String, List<? extends Resource>) - Method in class org.springframework.web.servlet.resource.DefaultResourceResolverChain
-
- resolveResource(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - Method in interface org.springframework.web.servlet.resource.ResourceResolver
-
Resolve the supplied request and request path to a
Resource
that
exists under one of the given resource locations.
- resolveResource(HttpServletRequest, String, List<? extends Resource>) - Method in interface org.springframework.web.servlet.resource.ResourceResolverChain
-
Resolve the supplied request and request path to a
Resource
that
exists under one of the given resource locations.
- resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.AbstractResourceResolver
-
- resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.CachingResourceResolver
-
- resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.GzipResourceResolver
-
- resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.PathResourceResolver
-
- resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver
-
- resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.WebJarsResourceResolver
-
- resolveResponseStatus(ResponseStatus, HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
-
- resolveReturnType(Method, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
-
Determine the target type for the generic return type of the given method,
where formal type variables are declared on the given class.
- resolveReturnTypeArgument(Method, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
-
Resolve the single type argument of the given generic interface against the given
target method which is assumed to return the given interface or an implementation
of it.
- resolveReturnTypeForFactoryMethod(Method, Object[], ClassLoader) - Static method in class org.springframework.beans.factory.support.AutowireUtils
-
Determine the target type for the generic return type of the given
generic factory method, where formal type variables are declared
on the given method itself.
- resolveReturnTypeForGenericMethod(Method, Object[], ClassLoader) - Static method in class org.springframework.core.GenericTypeResolver
-
- resolverIdGeneratorInstance(<any>, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
-
- resolveRootDirResource(Resource) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Resolve the specified resource for path matching.
- resolvers - Variable in class org.springframework.web.accept.ContentNegotiationManager
-
- resolvers - Variable in class org.springframework.web.servlet.config.annotation.ResourceChainRegistration
-
- resolvers - Variable in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
-
- resolvers - Variable in class org.springframework.web.servlet.resource.DefaultResourceResolverChain
-
- resolveSchedulerBean(Class<T>, boolean) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- resolveScopeMetadata(BeanDefinition) - Method in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
-
- resolveScopeMetadata(BeanDefinition) - Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
-
- resolveScopeMetadata(BeanDefinition) - Method in interface org.springframework.context.annotation.ScopeMetadataResolver
-
Resolve the
ScopeMetadata
appropriate to the supplied
bean
definition
.
- resolveScopeName(String) - Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
-
Resolve the given annotation type into a named Spring scope.
- resolveScriptSource(Element, XmlReaderContext) - Method in class org.springframework.scripting.config.ScriptBeanDefinitionParser
-
Resolves the script source from either the 'script-source
' attribute or
the 'inline-script
' element.
- resolveSessionId(Message<?>) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- resolveSessionId(Message<?>) - Method in interface org.springframework.web.socket.messaging.SubProtocolHandler
-
Resolve the session id from the given message or return null
.
- resolveSessionId(Message<?>) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- resolveShortcut(BeanFactory) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.ShortcutDependencyDescriptor
-
- resolveShortcut(BeanFactory) - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Resolve a shortcut for this dependency against the given factory, for example
taking some pre-resolved information into account.
- resolveSignature(String, Class<?>) - Static method in class org.springframework.beans.BeanUtils
-
Parse a method signature in the form methodName[([arg_list])]
,
where arg_list
is an optional, comma-separated list of fully-qualified
type names, and attempts to resolve that signature against the supplied Class
.
- resolveSpecifiedDataSource(Object) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
Resolve the specified data source object into a DataSource instance.
- resolveSpecifiedLookupKey(Object) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
- resolveSpecifiedLookupKey(Object) - Method in class org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
-
- resolveStandardArgument(Class<?>, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- resolveStandardArgument(Class<?>, NativeWebRequest) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker
-
- resolveStandardArgument(Class<?>, NativeWebRequest, Exception) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Resolves standard method arguments.
- resolveStandardArgument(Class<?>, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
-
Deprecated.
- resolveStandardArgument(Class<?>, NativeWebRequest, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Deprecated.
Resolves standard method arguments.
- resolveStringDescriptor(String, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Locates the value of a descriptor based on values attached
to both the getter and setter methods.
- resolveStringValue(String) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
-
Resolve the given String value, for example parsing placeholders.
- resolveStringValue(String) - Method in class org.springframework.beans.factory.config.EmbeddedValueResolver
-
- resolveStringValue(String) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver
-
- resolveStringValue(String) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
-
Resolve the given annotation-specified value,
potentially containing placeholders and expressions.
- resolveStringValue(String) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StaticStringValueResolver
-
- resolveStringValue(String) - Method in interface org.springframework.util.StringValueResolver
-
Resolve the given String value, for example parsing placeholders.
- resolveStringValue(String) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
-
Resolve the given annotation-specified value,
potentially containing placeholders and expressions.
- resolveSystemProperty(String) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Resolve the given key as JVM system property, and optionally also as
system environment variable if no matching system property has been found.
- resolveTargetType(ClassLoader) - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Determine the type to convert to, resolving it from a specified class name
if necessary.
- resolveTargetType(TypedStringValue) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
-
Resolve the target type in the given TypedStringValue.
- resolveTemplate(String) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer.LocaleTemplateResolver
-
- resolveTemplate(ClassLoader, String) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
-
Resolve a template from the given template path.
- resolveTestContextBootstrapper(BootstrapContext) - Static method in class org.springframework.test.context.BootstrapUtils
-
- resolveTestPropertySourceAttributes(Class<?>) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
-
- resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
-
- resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.FixedThemeResolver
-
- resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.SessionThemeResolver
-
- resolveThemeName(HttpServletRequest) - Method in interface org.springframework.web.servlet.ThemeResolver
-
Resolve the current theme name via the given request.
- resolveTopic(Session, String) - Method in class org.springframework.jms.support.destination.DynamicDestinationResolver
-
Resolve the given destination name to a Topic
.
- resolveType(Type, Map<TypeVariable, Type>) - Static method in class org.springframework.core.GenericTypeResolver
-
Resolve the specified generic type against the given TypeVariable map.
- resolveType() - Method in class org.springframework.core.ResolvableType
-
- resolveTypeArgument(Class<?>, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
-
Resolve the single type argument of the given generic interface against
the given target class which is assumed to implement the generic interface
and possibly declare a concrete type for its type variable.
- resolveTypeArguments(Class<?>, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
-
Resolve the type arguments of the given generic interface against the given
target class which is assumed to implement the generic interface and possibly
declare concrete types for its type variables.
- resolveTypeArguments() - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
-
- resolveURL() - Method in class org.springframework.core.io.ClassPathResource
-
Resolves a URL for the underlying class path resource.
- resolveUrlPath(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.AbstractResourceResolver
-
- resolveUrlPath(String, List<? extends Resource>) - Method in class org.springframework.web.servlet.resource.DefaultResourceResolverChain
-
- resolveUrlPath(String, List<? extends Resource>, ResourceResolverChain) - Method in interface org.springframework.web.servlet.resource.ResourceResolver
-
Resolve the externally facing public URL path for clients to use
to access the resource that is located at the given internal
resource path.
- resolveUrlPath(String, List<? extends Resource>) - Method in interface org.springframework.web.servlet.resource.ResourceResolverChain
-
Resolve the externally facing public URL path for clients to use
to access the resource that is located at the given internal
resource path.
- resolveUrlPath(String, HttpServletRequest, Resource, ResourceTransformerChain) - Method in class org.springframework.web.servlet.resource.ResourceTransformerSupport
-
A transformer can use this method when a resource being transformed
contains links to other resources.
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.AbstractResourceResolver
-
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.CachingResourceResolver
-
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.GzipResourceResolver
-
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.PathResourceResolver
-
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver
-
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.WebJarsResourceResolver
-
- resolveValue(Object) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
-
- resolveValue(Object) - Static method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver.OptionalResolver
-
- resolveValue() - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
- resolveValueIfNecessary(Object, Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
-
Given a PropertyValue, return a value, resolving any references to other
beans in the factory if necessary.
- resolveVariable(TypeVariable<?>) - Method in class org.springframework.core.GenericTypeResolver.TypeVariableMapVariableResolver
-
- resolveVariable(TypeVariable<?>) - Method in class org.springframework.core.ResolvableType.DefaultVariableResolver
-
- resolveVariable(TypeVariable<?>) - Method in class org.springframework.core.ResolvableType
-
- resolveVariable(TypeVariable<?>) - Method in class org.springframework.core.ResolvableType.TypeVariablesVariableResolver
-
- resolveVariable(TypeVariable<?>) - Method in interface org.springframework.core.ResolvableType.VariableResolver
-
Resolve the specified variable.
- resolveVariable(TypeVariable<?>, ResolvableType) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- resolveViewName(String, Locale) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StaticViewResolver
-
- resolveViewName(String, Map<String, ?>, PortletRequest) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Resolve the given view name into a View object (to be rendered).
- resolveViewName(String, Map<String, Object>, Locale, HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Resolve the given view name into a View object (to be rendered).
- resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
- resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.BeanNameViewResolver
-
- resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.ViewResolverComposite
-
- resolveViewName(String, Locale) - Method in interface org.springframework.web.servlet.ViewResolver
-
Resolve the given view by name.
- resolveWiringInfo(Object) - Method in class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
-
- resolveWiringInfo(Object) - Method in interface org.springframework.beans.factory.wiring.BeanWiringInfoResolver
-
Resolve the BeanWiringInfo for the given bean instance.
- resolveWiringInfo(Object) - Method in class org.springframework.beans.factory.wiring.ClassNameBeanWiringInfoResolver
-
- resolveWriteMethodParameter() - Method in class org.springframework.core.convert.Property
-
- resolveZoneId(HttpServletRequest) - Static method in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver.ZoneIdResolver
-
- resort() - Method in class org.springframework.beans.support.PagedListHolder
-
Resort the list if necessary, i.e.
- resource - Variable in class org.springframework.beans.factory.parsing.Location
-
- resource - Variable in class org.springframework.beans.factory.parsing.ReaderContext
-
- resource - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
- resource - Variable in class org.springframework.context.annotation.ConfigurationClass
-
- Resource - Interface in org.springframework.core.io
-
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
- resource - Variable in class org.springframework.core.io.support.EncodedResource
-
- resource - Variable in class org.springframework.core.io.support.ResourceRegion
-
- resource - Variable in class org.springframework.core.io.VfsResource
-
- resource - Variable in class org.springframework.core.type.classreading.SimpleMetadataReader
-
- resource - Variable in class org.springframework.mock.web.MockRequestDispatcher
-
- resource - Variable in class org.springframework.scripting.support.ResourceScriptSource
-
- RESOURCE_ADAPTER_ATTRIBUTE - Static variable in class org.springframework.jms.config.JcaListenerContainerParser
-
- RESOURCE_ADAPTER_IMPL_SUFFIX - Static variable in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
-
- RESOURCE_ADAPTER_SUFFIX - Static variable in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
-
- RESOURCE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
- RESOURCE_CHAIN_CACHE - Static variable in class org.springframework.web.servlet.config.ResourcesBeanDefinitionParser
-
- RESOURCE_PARAM_NAME - Static variable in class org.springframework.web.servlet.ResourceServlet
-
Deprecated.
Name of the parameter that must contain the actual resource path.
- RESOURCE_PATTERN - Static variable in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
-
Deprecated.
- RESOURCE_PATTERN - Static variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
-
- RESOURCE_PATTERN - Static variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
-
- RESOURCE_PATTERN - Static variable in class org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner
-
- RESOURCE_PATTERN_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- RESOURCE_URL_DELIMITERS - Static variable in class org.springframework.web.servlet.ResourceServlet
-
Deprecated.
Any number of these characters are considered delimiters
between multiple resource paths in a single String value.
- RESOURCE_URL_PROVIDER - Static variable in class org.springframework.web.servlet.config.ResourcesBeanDefinitionParser
-
- RESOURCE_URL_PROVIDER_ATTR - Static variable in class org.springframework.web.servlet.resource.ResourceUrlProviderExposingInterceptor
-
- RESOURCE_VARIABLE - Static variable in class org.springframework.asm.TypeReference
-
The sort of type references that target the type of a resource variable
in a method.
- ResourceAccessException - Exception in org.springframework.web.client
-
Exception thrown when an I/O error occurs.
- ResourceAccessException(String) - Constructor for exception org.springframework.web.client.ResourceAccessException
-
Construct a new HttpIOException
with the given message.
- ResourceAccessException(String, IOException) - Constructor for exception org.springframework.web.client.ResourceAccessException
-
Construct a new HttpIOException
with the given message and IOException
.
- resourceAdapter - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
- resourceAdapter - Variable in class org.springframework.jca.support.ResourceAdapterFactoryBean
-
- resourceAdapter - Variable in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
-
- ResourceAdapterApplicationContext - Class in org.springframework.jca.context
-
- ResourceAdapterApplicationContext(BootstrapContext) - Constructor for class org.springframework.jca.context.ResourceAdapterApplicationContext
-
Create a new ResourceAdapterApplicationContext for the given BootstrapContext.
- ResourceAdapterFactoryBean - Class in org.springframework.jca.support
-
FactoryBean
that bootstraps
the specified JCA 1.7
javax.resource.spi.ResourceAdapter
,
starting it with a local
javax.resource.spi.BootstrapContext
and exposing it for bean references.
- ResourceAdapterFactoryBean() - Constructor for class org.springframework.jca.support.ResourceAdapterFactoryBean
-
- ResourceAllocationException - Exception in org.springframework.jms
-
Runtime exception mirroring the JMS ResourceAllocationException.
- ResourceAllocationException(javax.jms.ResourceAllocationException) - Constructor for exception org.springframework.jms.ResourceAllocationException
-
- ResourceArrayPropertyEditor - Class in org.springframework.core.io.support
-
Editor for
Resource
arrays, to
automatically convert
String
location patterns
(e.g.
- ResourceArrayPropertyEditor() - Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
-
- ResourceArrayPropertyEditor(ResourcePatternResolver, PropertyResolver) - Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
-
- ResourceArrayPropertyEditor(ResourcePatternResolver, PropertyResolver, boolean) - Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
-
- ResourceAwareController - Interface in org.springframework.web.portlet.mvc
-
Extension of the Portlet
Controller
interface that allows
for handling Portlet 2.0 resource requests as well.
- resourceBasePath - Variable in class org.springframework.mock.web.MockServletContext
-
- resourceBasePath - Variable in class org.springframework.mock.web.portlet.MockPortletContext
-
- resourceBasePath - Variable in class org.springframework.test.context.web.WebMergedContextConfiguration
-
- ResourceBundleEditor - Class in org.springframework.beans.propertyeditors
-
PropertyEditor
implementation for standard JDK
ResourceBundles
.
- ResourceBundleEditor() - Constructor for class org.springframework.beans.propertyeditors.ResourceBundleEditor
-
- ResourceBundleMessageSource - Class in org.springframework.context.support
-
MessageSource
implementation that
accesses resource bundles using specified basenames.
- ResourceBundleMessageSource() - Constructor for class org.springframework.context.support.ResourceBundleMessageSource
-
- ResourceBundleMessageSource.MessageSourceControl - Class in org.springframework.context.support
-
Custom implementation of Java 6's ResourceBundle.Control
,
adding support for custom file encodings, deactivating the fallback to the
system locale and activating ResourceBundle's native cache, if desired.
- resourceBundles - Variable in class org.springframework.mock.web.portlet.MockPortletConfig
-
- ResourceBundleThemeSource - Class in org.springframework.ui.context.support
-
ThemeSource
implementation that looks up an individual
ResourceBundle
per theme.
- ResourceBundleThemeSource() - Constructor for class org.springframework.ui.context.support.ResourceBundleThemeSource
-
- ResourceBundleViewResolver - Class in org.springframework.web.servlet.view
-
A
ViewResolver
implementation that uses
bean definitions in a
ResourceBundle
, specified by the bundle basename.
- ResourceBundleViewResolver() - Constructor for class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
- resourceChain(boolean) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
Configure a chain of resource resolvers and transformers to use.
- resourceChain(boolean, Cache) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
Configure a chain of resource resolvers and transformers to use.
- ResourceChainRegistration - Class in org.springframework.web.servlet.config.annotation
-
Assists with the registration of resource resolvers and transformers.
- ResourceChainRegistration(boolean) - Constructor for class org.springframework.web.servlet.config.annotation.ResourceChainRegistration
-
- ResourceChainRegistration(boolean, Cache) - Constructor for class org.springframework.web.servlet.config.annotation.ResourceChainRegistration
-
- resourceChainRegistration - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
- ResourceDatabasePopulator - Class in org.springframework.jdbc.datasource.init
-
Populates, initializes, or cleans up a database using SQL scripts defined in
external resources.
- ResourceDatabasePopulator() - Constructor for class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Construct a new ResourceDatabasePopulator
with default settings.
- ResourceDatabasePopulator(Resource...) - Constructor for class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Construct a new ResourceDatabasePopulator
with default settings
for the supplied scripts.
- ResourceDatabasePopulator(boolean, boolean, String, Resource...) - Constructor for class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Construct a new ResourceDatabasePopulator
with the supplied values.
- resourceDescription - Variable in exception org.springframework.beans.factory.BeanCreationException
-
- resourceDescription - Variable in exception org.springframework.beans.factory.BeanDefinitionStoreException
-
- resourceDescription - Variable in exception org.springframework.beans.factory.CannotLoadBeanClassException
-
- resourceEditor - Variable in class org.springframework.beans.propertyeditors.FileEditor
-
- resourceEditor - Variable in class org.springframework.beans.propertyeditors.InputSourceEditor
-
- resourceEditor - Variable in class org.springframework.beans.propertyeditors.InputStreamEditor
-
- resourceEditor - Variable in class org.springframework.beans.propertyeditors.PathEditor
-
- resourceEditor - Variable in class org.springframework.beans.propertyeditors.ReaderEditor
-
- resourceEditor - Variable in class org.springframework.beans.propertyeditors.URLEditor
-
- ResourceEditor - Class in org.springframework.core.io
-
Editor
for
Resource
descriptors, to automatically convert
String
locations
e.g.
- ResourceEditor() - Constructor for class org.springframework.core.io.ResourceEditor
-
- ResourceEditor(ResourceLoader, PropertyResolver) - Constructor for class org.springframework.core.io.ResourceEditor
-
- ResourceEditor(ResourceLoader, PropertyResolver, boolean) - Constructor for class org.springframework.core.io.ResourceEditor
-
- ResourceEditorRegistrar - Class in org.springframework.beans.support
-
- ResourceEditorRegistrar(ResourceLoader, PropertyResolver) - Constructor for class org.springframework.beans.support.ResourceEditorRegistrar
-
- ResourceElement(Member, AnnotatedElement, PropertyDescriptor) - Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.ResourceElement
-
- ResourceEntityResolver - Class in org.springframework.beans.factory.xml
-
EntityResolver implementation that tries to resolve entity references
through a
ResourceLoader
(usually,
relative to the resource base of an ApplicationContext), if applicable.
- ResourceEntityResolver(ResourceLoader) - Constructor for class org.springframework.beans.factory.xml.ResourceEntityResolver
-
Create a ResourceEntityResolver for the specified ResourceLoader
(usually, an ApplicationContext).
- resourceFactory - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
- resourceHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Return a handler mapping ordered at Integer.MAX_VALUE-1 with mapped
resource handlers.
- ResourceHandlerRegistration - Class in org.springframework.web.servlet.config.annotation
-
Encapsulates information required to create a resource handler.
- ResourceHandlerRegistration(ResourceLoader, String...) - Constructor for class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
- ResourceHandlerRegistry - Class in org.springframework.web.servlet.config.annotation
-
Stores registrations of resource handlers for serving static resources such as images, css files and others
through Spring MVC including setting cache headers optimized for efficient loading in a web browser.
- ResourceHandlerRegistry(ApplicationContext, ServletContext) - Constructor for class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
-
Create a new resource handler registry for the given application context.
- ResourceHandlerRegistry(ApplicationContext, ServletContext, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
-
Create a new resource handler registry for the given application context.
- resourceHolder - Variable in class org.springframework.jms.connection.JmsTransactionManager.JmsTransactionObject
-
- ResourceHolder - Interface in org.springframework.transaction.support
-
Generic interface to be implemented by resource holders.
- resourceHolder - Variable in class org.springframework.transaction.support.ResourceHolderSynchronization
-
- ResourceHolderSupport - Class in org.springframework.transaction.support
-
Convenient base class for resource holders.
- ResourceHolderSupport() - Constructor for class org.springframework.transaction.support.ResourceHolderSupport
-
- ResourceHolderSynchronization<H extends ResourceHolder,K> - Class in org.springframework.transaction.support
-
- ResourceHolderSynchronization(H, K) - Constructor for class org.springframework.transaction.support.ResourceHolderSynchronization
-
Create a new ResourceHolderSynchronization for the given holder.
- ResourceHttpMessageConverter - Class in org.springframework.http.converter
-
- ResourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.ResourceHttpMessageConverter
-
- resourceHttpMessageConverter - Variable in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
- ResourceHttpRequestHandler - Class in org.springframework.web.servlet.resource
-
HttpRequestHandler
that serves static resources in an optimized way
according to the guidelines of Page Speed, YSlow, etc.
- ResourceHttpRequestHandler() - Constructor for class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
- resourceID - Variable in class org.springframework.mock.web.portlet.MockResourceRequest
-
- resourceID - Variable in class org.springframework.mock.web.portlet.MockResourceURL
-
- resourceId - Variable in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ResourceMappingPredicate
-
- resourceKey - Variable in class org.springframework.transaction.support.ResourceHolderSynchronization
-
- resourceLoader - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- resourceLoader - Variable in class org.springframework.beans.factory.xml.ResourceEntityResolver
-
- resourceLoader - Variable in class org.springframework.beans.support.ResourceEditorRegistrar
-
- resourceLoader - Variable in class org.springframework.context.annotation.ComponentScanAnnotationParser
-
- resourceLoader - Variable in class org.springframework.context.annotation.ConditionEvaluator.ConditionContextImpl
-
- resourceLoader - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
-
- resourceLoader - Variable in class org.springframework.context.annotation.ConfigurationClassParser
-
- resourceLoader - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- resourceLoader - Variable in class org.springframework.context.support.GenericApplicationContext
-
- resourceLoader - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
- resourceLoader - Variable in class org.springframework.core.io.ResourceEditor
-
- ResourceLoader - Interface in org.springframework.core.io
-
Strategy interface for loading resources (e..
- resourceLoader - Variable in class org.springframework.core.io.support.LocalizedResourceHelper
-
- resourceLoader - Variable in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
- resourceLoader - Variable in class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
-
- resourceLoader - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
- resourceLoader - Variable in class org.springframework.mock.web.MockServletContext
-
- resourceLoader - Variable in class org.springframework.mock.web.portlet.MockPortletContext
-
- resourceLoader - Variable in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
-
- resourceLoader - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
-
- resourceLoader - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- resourceLoader - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
- resourceLoader - Variable in class org.springframework.ui.freemarker.SpringTemplateLoader
-
- resourceLoader - Variable in class org.springframework.ui.velocity.SpringResourceLoader
-
- resourceLoader - Variable in class org.springframework.ui.velocity.VelocityEngineFactory
-
Deprecated.
- resourceLoader - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
- resourceLoader - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- ResourceLoaderAware - Interface in org.springframework.context
-
Interface to be implemented by any object that wishes to be notified of
the ResourceLoader (typically the ApplicationContext) that it runs in.
- ResourceLoaderClassLoadHelper - Class in org.springframework.scheduling.quartz
-
Wrapper that adapts from the Quartz
ClassLoadHelper
interface
onto Spring's
ResourceLoader
interface.
- ResourceLoaderClassLoadHelper() - Constructor for class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
-
Create a new ResourceLoaderClassLoadHelper for the default
ResourceLoader.
- ResourceLoaderClassLoadHelper(ResourceLoader) - Constructor for class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
-
Create a new ResourceLoaderClassLoadHelper for the given ResourceLoader.
- resourceLoaderPath - Variable in class org.springframework.ui.velocity.VelocityEngineFactory
-
Deprecated.
- resourceLoaderPath - Variable in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
-
- resourceLoaderPath - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- resourceLoaderPaths - Variable in class org.springframework.ui.velocity.SpringResourceLoader
-
- resourceLoaderPaths - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- resourceLocation - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
-
- ResourceMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
-
Annotation for mapping Portlet resource requests onto handler methods.
- ResourceMappingPredicate(String) - Constructor for class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ResourceMappingPredicate
-
- resourceName - Variable in class org.springframework.core.io.support.ResourcePropertySource
-
The original resource name, if different from the given name
- ResourceOverridingShadowingClassLoader - Class in org.springframework.instrument.classloading
-
Subclass of ShadowingClassLoader that overrides attempts to
locate certain files.
- ResourceOverridingShadowingClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
Create a new ResourceOverridingShadowingClassLoader,
decorating the given ClassLoader.
- resourcePattern - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
- resourcePatternResolver - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
- resourcePatternResolver - Variable in class org.springframework.context.support.AbstractApplicationContext
-
ResourcePatternResolver used by this context
- resourcePatternResolver - Variable in class org.springframework.core.io.support.ResourceArrayPropertyEditor
-
- ResourcePatternResolver - Interface in org.springframework.core.io.support
-
Strategy interface for resolving a location pattern (for example,
an Ant-style path pattern) into Resource objects.
- resourcePatternResolver - Variable in class org.springframework.jdbc.config.SortedResourcesFactoryBean
-
- resourcePatternResolver - Variable in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
-
Deprecated.
- resourcePatternResolver - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
- resourcePatternResolver - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
-
- resourcePatternResolver - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
- resourcePatternResolver - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
-
- resourcePatternResolver - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
- resourcePatternResolver - Variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
-
- resourcePatternResolver - Variable in class org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner
-
- resourcePatternResolver - Variable in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- ResourcePatternUtils - Class in org.springframework.core.io.support
-
Utility class for determining whether a given URL is a resource
location that can be loaded via a
ResourcePatternResolver
.
- ResourcePatternUtils() - Constructor for class org.springframework.core.io.support.ResourcePatternUtils
-
- ResourcePropertySource - Class in org.springframework.core.io.support
-
Subclass of
PropertiesPropertySource
that loads a
Properties
object
from a given
Resource
or resource location such as
"classpath:/com/myco/foo.properties"
or
"file:/path/to/file.xml"
.
- ResourcePropertySource(String, EncodedResource) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
-
Create a PropertySource having the given name based on Properties
loaded from the given encoded resource.
- ResourcePropertySource(EncodedResource) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
-
Create a PropertySource based on Properties loaded from the given resource.
- ResourcePropertySource(String, Resource) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
-
Create a PropertySource having the given name based on Properties
loaded from the given encoded resource.
- ResourcePropertySource(Resource) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
-
Create a PropertySource based on Properties loaded from the given resource.
- ResourcePropertySource(String, String, ClassLoader) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
-
Create a PropertySource having the given name based on Properties loaded from
the given resource location and using the given class loader to load the
resource (assuming it is prefixed with classpath:
).
- ResourcePropertySource(String, ClassLoader) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
-
Create a PropertySource based on Properties loaded from the given resource
location and use the given class loader to load the resource, assuming it is
prefixed with classpath:
.
- ResourcePropertySource(String, String) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
-
Create a PropertySource having the given name based on Properties loaded from
the given resource location.
- ResourcePropertySource(String) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
-
Create a PropertySource based on Properties loaded from the given resource
location.
- ResourcePropertySource(String, String, Map<String, Object>) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
-
- resourceRef - Variable in class org.springframework.jndi.JndiLocatorSupport
-
- resourceRef - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
- ResourceRegion - Class in org.springframework.core.io.support
-
Region of a
Resource
implementation, materialized by a
position
within the
Resource
and a byte
count
for the length of that region.
- ResourceRegion(Resource, long, long) - Constructor for class org.springframework.core.io.support.ResourceRegion
-
Create a new
ResourceRegion
from a given
Resource
.
- ResourceRegionHttpMessageConverter - Class in org.springframework.http.converter
-
- ResourceRegionHttpMessageConverter() - Constructor for class org.springframework.http.converter.ResourceRegionHttpMessageConverter
-
- resourceRegionHttpMessageConverter - Variable in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
- ResourceResolver - Interface in org.springframework.web.servlet.resource
-
A strategy for resolving a request to a server-side resource.
- ResourceResolverChain - Interface in org.springframework.web.servlet.resource
-
A contract for invoking a chain of
ResourceResolver
s where each resolver
is given a reference to the chain allowing it to delegate when necessary.
- resourceResolvers - Variable in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
- resources - Variable in class org.springframework.beans.factory.config.YamlProcessor
-
- resources - Variable in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
-
- resources - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
-
- ResourcesBeanDefinitionParser - Class in org.springframework.web.servlet.config
-
- ResourcesBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.ResourcesBeanDefinitionParser
-
- ResourceScriptSource - Class in org.springframework.scripting.support
-
- ResourceScriptSource(EncodedResource) - Constructor for class org.springframework.scripting.support.ResourceScriptSource
-
Create a new ResourceScriptSource for the given resource.
- ResourceScriptSource(Resource) - Constructor for class org.springframework.scripting.support.ResourceScriptSource
-
Create a new ResourceScriptSource for the given resource.
- resourcesCurrentlyBeingLoaded - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
- ResourceServlet - Class in org.springframework.web.servlet
-
- ResourceServlet() - Constructor for class org.springframework.web.servlet.ResourceServlet
-
Deprecated.
- ResourceTransactionManager - Interface in org.springframework.transaction.support
-
Extension of the
PlatformTransactionManager
interface, indicating a native resource transaction manager, operating on a single
target resource.
- ResourceTransformer - Interface in org.springframework.web.servlet.resource
-
An abstraction for transforming the content of a resource.
- ResourceTransformerChain - Interface in org.springframework.web.servlet.resource
-
A contract for invoking a chain of
ResourceTransformer
s where each resolver
is given a reference to the chain allowing it to delegate when necessary.
- resourceTransformers - Variable in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
- ResourceTransformerSupport - Class in org.springframework.web.servlet.resource
-
A base class for a ResourceTransformer
with an optional helper method
for resolving public links within a transformed resource.
- ResourceTransformerSupport() - Constructor for class org.springframework.web.servlet.resource.ResourceTransformerSupport
-
- resourceTypes - Variable in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
Cache of the types of nonshareable resources: bean name --> bean type
- ResourceUrlEncodingFilter - Class in org.springframework.web.servlet.resource
-
A filter that wraps the HttpServletResponse
and overrides its
encodeURL
method in order to
translate internal resource request URLs into public URL paths for external
use.
- ResourceUrlEncodingFilter() - Constructor for class org.springframework.web.servlet.resource.ResourceUrlEncodingFilter
-
- ResourceUrlEncodingFilter.ResourceUrlEncodingResponseWrapper - Class in org.springframework.web.servlet.resource
-
- ResourceUrlEncodingResponseWrapper(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.ResourceUrlEncodingResponseWrapper
-
- resourceUrlProvider - Variable in class org.springframework.web.servlet.resource.ResourceTransformerSupport
-
- ResourceUrlProvider - Class in org.springframework.web.servlet.resource
-
A central component to use to obtain the public URL path that clients should
use to access a static resource.
- ResourceUrlProvider() - Constructor for class org.springframework.web.servlet.resource.ResourceUrlProvider
-
- resourceUrlProvider - Variable in class org.springframework.web.servlet.resource.ResourceUrlProviderExposingInterceptor
-
- ResourceUrlProviderExposingInterceptor - Class in org.springframework.web.servlet.resource
-
An interceptor that exposes the
ResourceUrlProvider
instance it
is configured with as a request attribute.
- ResourceUrlProviderExposingInterceptor(ResourceUrlProvider) - Constructor for class org.springframework.web.servlet.resource.ResourceUrlProviderExposingInterceptor
-
- ResourceUtils - Class in org.springframework.util
-
Utility methods for resolving resource locations to files in the
file system.
- ResourceUtils() - Constructor for class org.springframework.util.ResourceUtils
-
- response - Variable in class org.springframework.http.client.BufferingClientHttpResponseWrapper
-
- response - Variable in class org.springframework.http.client.OkHttp3ClientHttpResponse
-
- response - Variable in class org.springframework.http.client.OkHttpClientHttpResponse
-
- response - Variable in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
-
- response - Variable in class org.springframework.jms.listener.adapter.JmsResponse
-
- response - Variable in class org.springframework.mock.web.MockAsyncContext
-
- response - Variable in class org.springframework.mock.web.MockFilterChain
-
- response - Variable in class org.springframework.mock.web.MockJspWriter
-
- response - Variable in class org.springframework.mock.web.MockPageContext
-
- response - Variable in class org.springframework.test.web.servlet.htmlunit.MockWebResponseBuilder
-
- response - Variable in class org.springframework.web.client.MessageBodyClientHttpResponseWrapper
-
- response - Variable in class org.springframework.web.context.request.ServletRequestAttributes
-
- response - Variable in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- response - Variable in class org.springframework.web.servlet.support.RequestContext
-
- response - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- RESPONSE_BODY - Static variable in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
-
- RESPONSE_DESTINATION_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
-
- RESPONSE_DESTINATION_TYPE_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
-
- RESPONSE_ENCODED_HTML_ESCAPE_CONTEXT_PARAM - Static variable in class org.springframework.web.util.WebUtils
-
Use of response encoding for HTML escaping parameter at the servlet context level
(i.e.
- RESPONSE_HANDLED - Static variable in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
-
Constant indicating that the response has been handled by this interceptor
without a result and that no further interceptors are to be invoked.
- RESPONSE_STATUS_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.View
-
Name of the HttpServletRequest
attribute that contains the response status code.
- ResponseActions - Interface in org.springframework.test.web.client
-
A contract for setting up request expectations and defining a response.
- responseArgumentUsed - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
-
Deprecated.
- ResponseBody - Annotation Type in org.springframework.web.bind.annotation
-
Annotation that indicates a method return value should be bound to the web
response body.
- responseBody - Variable in exception org.springframework.web.client.RestClientResponseException
-
- responseBodyAdvice - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- responseBodyAdvice - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyAdviceChain
-
- ResponseBodyAdvice<T> - Interface in org.springframework.web.servlet.mvc.method.annotation
-
Allows customizing the response after the execution of an @ResponseBody
or a ResponseEntity
controller method but before the body is written
with an HttpMessageConverter
.
- ResponseBodyEmitter - Class in org.springframework.web.servlet.mvc.method.annotation
-
A controller method return value type for asynchronous request processing
where one or more objects are written to the response.
- ResponseBodyEmitter() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
-
Create a new ResponseBodyEmitter instance.
- ResponseBodyEmitter(Long) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
-
Create a ResponseBodyEmitter with a custom timeout value.
- ResponseBodyEmitter.DataWithMediaType - Class in org.springframework.web.servlet.mvc.method.annotation
-
A simple holder of data to be written along with a MediaType hint for
selecting a message converter to write with.
- ResponseBodyEmitter.DefaultCallback - Class in org.springframework.web.servlet.mvc.method.annotation
-
- ResponseBodyEmitter.Handler - Interface in org.springframework.web.servlet.mvc.method.annotation
-
Handle sent objects and complete request processing.
- ResponseBodyEmitterAdapter - Interface in org.springframework.web.servlet.mvc.method.annotation
-
- ResponseBodyEmitterReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
-
- ResponseBodyEmitterReturnValueHandler(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
-
- ResponseBodyEmitterReturnValueHandler.HttpMessageConvertingHandler - Class in org.springframework.web.servlet.mvc.method.annotation
-
ResponseBodyEmitter.Handler that writes with HttpMessageConverter's.
- ResponseBodyEmitterReturnValueHandler.SimpleResponseBodyEmitterAdapter - Class in org.springframework.web.servlet.mvc.method.annotation
-
Adapter for ResponseBodyEmitter
return values.
- ResponseBodyEmitterReturnValueHandler.StreamingServletServerHttpResponse - Class in org.springframework.web.servlet.mvc.method.annotation
-
Wrap to silently ignore header changes HttpMessageConverter's that would
otherwise cause HttpHeaders to raise exceptions.
- responseCharset - Variable in exception org.springframework.web.client.RestClientResponseException
-
- responseClass - Variable in class org.springframework.web.client.HttpMessageConverterExtractor
-
- responseContentTypes - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
-
- responseCreator - Variable in class org.springframework.test.web.client.DefaultRequestExpectation
-
- ResponseCreator - Interface in org.springframework.test.web.client
-
- responseEncodedHtmlEscape - Variable in class org.springframework.web.servlet.support.RequestContext
-
- ResponseEntity<T> - Class in org.springframework.http
-
- ResponseEntity(HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
-
Create a new ResponseEntity
with the given status code, and no body nor headers.
- ResponseEntity(T, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
-
Create a new ResponseEntity
with the given body and status code, and no headers.
- ResponseEntity(MultiValueMap<String, String>, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
-
Create a new HttpEntity
with the given headers and status code, and no body.
- ResponseEntity(T, MultiValueMap<String, String>, HttpStatus) - Constructor for class org.springframework.http.ResponseEntity
-
Create a new HttpEntity
with the given body, headers, and status code.
- ResponseEntity(T, MultiValueMap<String, String>, Object) - Constructor for class org.springframework.http.ResponseEntity
-
Create a new HttpEntity
with the given body, headers, and status code.
- ResponseEntity.BodyBuilder - Interface in org.springframework.http
-
Defines a builder that adds a body to the response entity.
- ResponseEntity.DefaultBuilder - Class in org.springframework.http
-
- ResponseEntity.HeadersBuilder<B extends ResponseEntity.HeadersBuilder<B>> - Interface in org.springframework.http
-
Defines a builder that adds headers to the response entity.
- ResponseEntityExceptionHandler - Class in org.springframework.web.servlet.mvc.method.annotation
-
A convenient base class for
@ControllerAdvice
classes
that wish to provide centralized exception handling across all
@RequestMapping
methods through
@ExceptionHandler
methods.
- ResponseEntityExceptionHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
-
- responseEntityExtractor(Type) - Method in class org.springframework.web.client.AsyncRestTemplate
-
- responseEntityExtractor(Type) - Method in class org.springframework.web.client.RestTemplate
-
- ResponseEntityResponseExtractor(Type) - Constructor for class org.springframework.web.client.RestTemplate.ResponseEntityResponseExtractor
-
- ResponseErrorHandler - Interface in org.springframework.web.client
-
Strategy interface used by the
RestTemplate
to determine
whether a particular response has an error or not.
- responseExtractor - Variable in class org.springframework.web.client.AsyncRestTemplate.ResponseExtractorFuture
-
- ResponseExtractor<T> - Interface in org.springframework.web.client
-
Generic callback interface used by
RestTemplate
's retrieval methods
Implementations of this interface perform the actual work of extracting data
from a
ClientHttpResponse
, but don't need to worry about exception
handling or closing resources.
- ResponseExtractorFuture(HttpMethod, URI, ListenableFuture<ClientHttpResponse>, ResponseExtractor<T>) - Constructor for class org.springframework.web.client.AsyncRestTemplate.ResponseExtractorFuture
-
- responseFuture - Variable in class org.springframework.http.client.Netty4ClientHttpRequest.RequestExecuteHandler
-
- responseGetStatusAvailable - Static variable in class org.springframework.web.servlet.FrameworkServlet
-
Checking for Servlet 3.0+ HttpServletResponse.getStatus()
- responseHasCors(ServerHttpResponse) - Method in class org.springframework.web.cors.DefaultCorsProcessor
-
- responseHeaders() - Method in class org.springframework.test.web.servlet.htmlunit.MockWebResponseBuilder
-
- responseHeaders - Variable in exception org.springframework.web.client.RestClientResponseException
-
- responseLock - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- ResponseObjectFactory() - Constructor for class org.springframework.web.context.support.WebApplicationContextUtils.ResponseObjectFactory
-
- ResponseObjectFactory() - Constructor for class org.springframework.web.portlet.context.PortletApplicationContextUtils.ResponseObjectFactory
-
- ResponsePrintWriter(Writer) - Constructor for class org.springframework.mock.web.MockHttpServletResponse.ResponsePrintWriter
-
- ResponsePrintWriter(String) - Constructor for class org.springframework.web.util.ContentCachingResponseWrapper.ResponsePrintWriter
-
- ResponseServletOutputStream(OutputStream) - Constructor for class org.springframework.mock.web.MockHttpServletResponse.ResponseServletOutputStream
-
- ResponseServletOutputStream() - Constructor for class org.springframework.web.util.ContentCachingResponseWrapper.ResponseServletOutputStream
-
- ResponseStatus - Annotation Type in org.springframework.web.bind.annotation
-
- responseStatus - Variable in class org.springframework.web.method.HandlerMethod
-
- ResponseStatusExceptionResolver - Class in org.springframework.web.servlet.mvc.annotation
-
- ResponseStatusExceptionResolver() - Constructor for class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
-
- responseStatusReason - Variable in class org.springframework.web.method.HandlerMethod
-
- responseStream - Variable in class org.springframework.http.client.SimpleClientHttpResponse
-
- responseTime - Variable in class org.springframework.web.socket.sockjs.client.SockJsClient.ServerInfo
-
- responseType - Variable in class org.springframework.web.client.HttpMessageConverterExtractor
-
- responseType - Variable in class org.springframework.web.client.RestTemplate.AcceptHeaderRequestCallback
-
- RestClientException - Exception in org.springframework.web.client
-
Base class for exceptions thrown by
RestTemplate
whenever it encounters
client-side HTTP errors.
- RestClientException(String) - Constructor for exception org.springframework.web.client.RestClientException
-
Construct a new instance of HttpClientException
with the given message.
- RestClientException(String, Throwable) - Constructor for exception org.springframework.web.client.RestClientException
-
Construct a new instance of HttpClientException
with the given message and
exception.
- RestClientResponseException - Exception in org.springframework.web.client
-
Common base class for exceptions that contain actual HTTP response data.
- RestClientResponseException(String, int, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.RestClientResponseException
-
Construct a new instance of with the given response data.
- RestController - Annotation Type in org.springframework.web.bind.annotation
-
- RestControllerAdvice - Annotation Type in org.springframework.web.bind.annotation
-
- RestGatewaySupport - Class in org.springframework.web.client.support
-
Convenient super class for application classes that need REST access.
- RestGatewaySupport() - Constructor for class org.springframework.web.client.support.RestGatewaySupport
-
- RestGatewaySupport(ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.support.RestGatewaySupport
-
- RestOperations - Interface in org.springframework.web.client
-
Interface specifying a basic set of RESTful operations.
- restoreAttributesAfterInclude(HttpServletRequest, Map<?, ?>) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Restore the request attributes after an include.
- restoreThreadLocalStatus() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
-
- Restructure() - Constructor for enum org.springframework.util.ConcurrentReferenceHashMap.Restructure
-
- restructureIfNecessary(boolean) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
-
Restructure the underlying data structure when it becomes necessary.
- restTemplate - Variable in class org.springframework.test.web.client.MockRestServiceServer.DefaultBuilder
-
- RestTemplate - Class in org.springframework.web.client
-
Spring's central class for synchronous client-side HTTP access.
It simplifies communication with HTTP servers, and enforces RESTful principles.
- RestTemplate() - Constructor for class org.springframework.web.client.RestTemplate
-
Create a new instance of the
RestTemplate
using default settings.
- RestTemplate(ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.RestTemplate
-
- RestTemplate(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.RestTemplate
-
- restTemplate - Variable in class org.springframework.web.client.support.RestGatewaySupport
-
- restTemplate - Variable in class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport
-
- RestTemplate.AcceptHeaderRequestCallback - Class in org.springframework.web.client
-
Request callback implementation that prepares the request's accept headers.
- RestTemplate.HeadersExtractor - Class in org.springframework.web.client
-
Response extractor that extracts the response
HttpHeaders
.
- RestTemplate.HttpEntityRequestCallback - Class in org.springframework.web.client
-
Request callback implementation that writes the given object to the request stream.
- RestTemplate.ResponseEntityResponseExtractor<T> - Class in org.springframework.web.client
-
- RestTemplateXhrTransport - Class in org.springframework.web.socket.sockjs.client
-
- RestTemplateXhrTransport() - Constructor for class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport
-
- RestTemplateXhrTransport(RestOperations) - Constructor for class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport
-
- RestTemplateXhrTransport.XhrReceiveExtractor - Class in org.springframework.web.socket.sockjs.client
-
- RestTemplateXhrTransport.XhrRequestCallback - Class in org.springframework.web.socket.sockjs.client
-
A RequestCallback to add the headers and (optionally) String content.
- result - Variable in class org.springframework.core.annotation.AnnotationUtils.AnnotationCollector
-
- result - Variable in class org.springframework.core.SerializableTypeWrapper.MethodInvokeTypeProvider
-
- result - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession.ReceiptHandler
-
- result - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
-
- result - Variable in class org.springframework.util.concurrent.FutureAdapter
-
- result - Variable in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
-
- result - Variable in class org.springframework.web.context.request.async.DeferredResult
-
- RESULT_NONE - Static variable in class org.springframework.test.web.servlet.DefaultMvcResult
-
- RESULT_NONE - Static variable in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
-
Constant indicating that no result has been determined by this
interceptor, giving subsequent interceptors a chance.
- RESULT_NONE - Static variable in class org.springframework.web.context.request.async.DeferredResult
-
- RESULT_NONE - Static variable in class org.springframework.web.context.request.async.WebAsyncManager
-
- RESULT_UNAVAILABLE - Static variable in class org.springframework.cache.interceptor.CacheOperationExpressionEvaluator
-
Indicate that the result variable cannot be used at all.
- RESULT_VARIABLE - Static variable in class org.springframework.cache.interceptor.CacheOperationExpressionEvaluator
-
The name of the variable holding the result object.
- ResultActions - Interface in org.springframework.test.web.servlet
-
Allows applying actions, such as expectations, on the result of an executed
request.
- ResultHandler - Interface in org.springframework.test.web.servlet
-
A ResultHandler
performs a generic action on the result of an
executed request — for example, printing debug information.
- resultHandler - Variable in class org.springframework.web.context.request.async.DeferredResult
-
- ResultMatcher - Interface in org.springframework.test.web.servlet
-
A ResultMatcher
matches the result of an executed request against
some expectation.
- resultSet - Variable in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- ResultSetExtractor<T> - Interface in org.springframework.jdbc.core
-
- resultSetExtractor - Variable in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
- resultSetMetaData - Variable in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- ResultSetSupportingSqlParameter - Class in org.springframework.jdbc.core
-
- ResultSetSupportingSqlParameter(String, int) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
Create a new ResultSetSupportingSqlParameter.
- ResultSetSupportingSqlParameter(String, int, int) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
Create a new ResultSetSupportingSqlParameter.
- ResultSetSupportingSqlParameter(String, int, String) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
Create a new ResultSetSupportingSqlParameter.
- ResultSetSupportingSqlParameter(String, int, ResultSetExtractor<?>) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
Create a new ResultSetSupportingSqlParameter.
- ResultSetSupportingSqlParameter(String, int, RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
Create a new ResultSetSupportingSqlParameter.
- ResultSetSupportingSqlParameter(String, int, RowMapper<?>) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
Create a new ResultSetSupportingSqlParameter.
- resultSetType - Variable in class org.springframework.jdbc.core.CallableStatementCreatorFactory
-
- resultSetType - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
- resultSetType - Variable in class org.springframework.jdbc.object.RdbmsOperation
-
- resultSetType - Variable in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
-
- ResultSetWrappingSqlRowSet - Class in org.springframework.jdbc.support.rowset
-
- ResultSetWrappingSqlRowSet(ResultSet) - Constructor for class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
Create a new ResultSetWrappingSqlRowSet for the given ResultSet.
- ResultSetWrappingSqlRowSetMetaData - Class in org.springframework.jdbc.support.rowset
-
- ResultSetWrappingSqlRowSetMetaData(ResultSetMetaData) - Constructor for class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
Create a new ResultSetWrappingSqlRowSetMetaData object
for the given ResultSetMetaData instance.
- resultsMapCaseInsensitive - Variable in class org.springframework.jdbc.core.JdbcTemplate
-
If this variable is set to true then execution of a CallableStatement will return
the results in a Map that uses case insensitive names for the parameters.
- resultType - Variable in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
- resume() - Method in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
-
- resume() - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
-
Deprecated.
- resume() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
-
- resume() - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
-
- resume(Object, AbstractPlatformTransactionManager.SuspendedResourcesHolder) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Resume the given transaction.
- resume() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
-
- resume() - Method in class org.springframework.transaction.support.SimpleTransactionScope.CleanupSynchronization
-
- resume() - Method in interface org.springframework.transaction.support.TransactionSynchronization
-
Resume this synchronization.
- resume() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
-
- resumeAfterBeginException(Object, AbstractPlatformTransactionManager.SuspendedResourcesHolder, Throwable) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Resume outer transaction after inner transaction begin failed.
- resumePausedTasks() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Try to resume all paused tasks.
- RET - Static variable in class org.springframework.asm.Label
-
Indicates if this basic block ends with a RET instruction.
- RET - Static variable in interface org.springframework.asm.Opcodes
-
- retainAll(Collection<?>) - Method in class org.springframework.util.AutoPopulatingList
-
- rethrowAnnotationConfigurationException(Throwable) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
If the supplied throwable is an
AnnotationConfigurationException
,
it will be cast to an
AnnotationConfigurationException
and thrown,
allowing it to propagate to the caller.
- rethrowException(Throwable) - Static method in class org.springframework.util.ReflectionUtils
-
Rethrow the given exception
, which is presumably the
target exception of an InvocationTargetException
.
- rethrowRuntimeException(Throwable) - Static method in class org.springframework.util.ReflectionUtils
-
Rethrow the given exception
, which is presumably the
target exception of an InvocationTargetException
.
- retrievalMutex - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
- retrieveAliases(String, List<String>) - Method in class org.springframework.core.SimpleAliasRegistry
-
Transitively retrieve all aliases for the given name.
- retrieveAndUpdate(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.FlashMapManager
-
Find a FlashMap saved by a previous request that matches to the current
request, remove it from underlying storage, and also remove other
expired FlashMap instances.
- retrieveAndUpdate(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
- retrieveAnnotationAttributes(Object, Annotation, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
- retrieveApplicationListeners(ResolvableType, Class<?>, AbstractApplicationEventMulticaster.ListenerRetriever) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
Actually retrieve the application listeners for the given event and source type.
- retrieveAttribute(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
- retrieveAttribute(WebRequest, String) - Method in interface org.springframework.web.bind.support.SessionAttributeStore
-
Retrieve the specified attribute from the backend session.
- retrieveAttribute(WebRequest, String) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
-
- retrieveAttributes(WebRequest) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
-
Retrieve "known" attributes from the session, i.e.
- retrieveBeanMethodMetadata(ConfigurationClassParser.SourceClass) - Method in class org.springframework.context.annotation.ConfigurationClassParser
-
Retrieve the metadata for all @Bean
methods.
- retrieveConfigurationAttributes(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
- retrieveDataSource(TestContext, String) - Static method in class org.springframework.test.context.transaction.TestContextTransactionUtils
-
Retrieve the
DataSource
to use for the supplied
test context.
- retrieveEngineByName(ScriptEngineManager, String) - Static method in class org.springframework.scripting.support.StandardScriptUtils
-
Retrieve a ScriptEngine
from the given ScriptEngineManager
by name, delegating to ScriptEngineManager.getEngineByName(java.lang.String)
but
throwing a descriptive exception if not found or if initialization failed.
- retrieveFlashMaps(HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Retrieve saved FlashMap instances from the underlying storage.
- retrieveFlashMaps(HttpServletRequest) - Method in class org.springframework.web.servlet.support.SessionFlashMapManager
-
Retrieves saved FlashMap instances from the HTTP session, if any.
- retrieveLastModifiedTime() - Method in class org.springframework.scripting.support.ResourceScriptSource
-
Retrieve the current last-modified timestamp of the underlying resource.
- retrieveMatchingFiles(File, String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Retrieve files that match the given path pattern,
checking the given directory and its subdirectories.
- retrieveMaxCacheSize() - Static method in class org.springframework.test.context.cache.ContextCacheUtils
-
- retrieveMBeanInfo() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Loads the management interface info for the configured MBean into the caches.
- retrieveProfileValueSource(Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
-
- retrieverCache - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
- retrieveScriptEngine(ScriptSource) - Method in class org.springframework.scripting.support.StandardScriptFactory
-
- retrieveTransactionManager() - Method in class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
-
- retrieveTransactionManager() - Method in class org.springframework.orm.hibernate5.ConfigurableJtaPlatform
-
- retrieveTransactionManager(TestContext, String) - Static method in class org.springframework.test.context.transaction.TestContextTransactionUtils
-
- retrieveTransactionManager() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Allows subclasses to retrieve the JTA TransactionManager in a vendor-specific manner.
- retrieveTransactionManager() - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
-
- retrieveTransactionSynchronizationRegistry() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Allows subclasses to retrieve the JTA 1.1 TransactionSynchronizationRegistry
in a vendor-specific manner.
- retrieveUserTransaction() - Method in class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
-
- retrieveUserTransaction() - Method in class org.springframework.orm.hibernate5.ConfigurableJtaPlatform
-
- retrieveUserTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Allows subclasses to retrieve the JTA UserTransaction in a vendor-specific manner.
- retrieveUserTransaction() - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
-
- RETRY_AFTER - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Retry-After
header field name.
- RETURN - Static variable in interface org.springframework.asm.Opcodes
-
- RETURN_RESULT_SET_PREFIX - Static variable in class org.springframework.jdbc.core.JdbcTemplate
-
- RETURN_UPDATE_COUNT_PREFIX - Static variable in class org.springframework.jdbc.core.JdbcTemplate
-
- RETURN_VALUE_NAME - Static variable in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
-
- RETURN_VALUE_NAME - Static variable in class org.springframework.jdbc.core.metadata.SqlServerCallMetaDataProvider
-
- RETURN_VALUE_NAME - Static variable in class org.springframework.jdbc.core.metadata.SybaseCallMetaDataProvider
-
- returnedClass() - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
-
Deprecated.
- returnedClass() - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
-
Deprecated.
- returnedClass() - Method in class org.springframework.orm.hibernate3.support.BlobStringType
-
Deprecated.
- returnedClass() - Method in class org.springframework.orm.hibernate3.support.ClobStringType
-
Deprecated.
- returnGeneratedKeys - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
- returnGeneratedKeys - Variable in class org.springframework.jdbc.object.RdbmsOperation
-
- RETURNING - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
-
- RETURNING_PROPERTY - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
-
- returningName - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Non-null if after returning advice binds the return value
- returningName - Variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
If the advice is afterReturning, and binds the return value, this is the parameter name used.
- returningResultSet(String, RowMapper<?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
-
- returningResultSet(String, RowMapper<?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Used to specify when a ResultSet is returned by the stored procedure and you want it
mapped by a
RowMapper
.
- returnType - Variable in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod.AsyncResultMethodParameter
-
- returnType - Variable in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.ConcurrentResultHandlerMethod
-
- returnType - Variable in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.ConcurrentResultMethodParameter
-
- returnTypeName - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
-
- returnValue - Variable in class org.springframework.messaging.handler.HandlerMethod.ReturnValueMethodParameter
-
- returnValue - Variable in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod.AsyncResultMethodParameter
-
- returnValue - Variable in class org.springframework.web.method.HandlerMethod.ReturnValueMethodParameter
-
- returnValue - Variable in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.ConcurrentResultMethodParameter
-
- returnValueHandlers - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
- returnValueHandlers - Variable in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
-
- returnValueHandlers - Variable in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
-
- returnValueHandlers - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- returnValueHandlers - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- returnValueHandlers - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- returnValueHandlers - Variable in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
- ReturnValueListenableFutureCallback(InvocableHandlerMethod, Message<?>) - Constructor for class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler.ReturnValueListenableFutureCallback
-
- ReturnValueMethodParameter(Object) - Constructor for class org.springframework.messaging.handler.HandlerMethod.ReturnValueMethodParameter
-
- ReturnValueMethodParameter(HandlerMethod.ReturnValueMethodParameter) - Constructor for class org.springframework.messaging.handler.HandlerMethod.ReturnValueMethodParameter
-
- ReturnValueMethodParameter(Object) - Constructor for class org.springframework.web.method.HandlerMethod.ReturnValueMethodParameter
-
- ReturnValueMethodParameter(HandlerMethod.ReturnValueMethodParameter) - Constructor for class org.springframework.web.method.HandlerMethod.ReturnValueMethodParameter
-
- returnValueRequired - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Indicates whether this procedure's return value should be included
- reuseObjects - Variable in class org.springframework.oxm.castor.CastorMarshaller
-
- revertToInterpreted(Expression) - Static method in class org.springframework.expression.spel.standard.SpelCompiler
-
Request to revert to the interpreter for expression evaluation.
- revertToInterpreted() - Method in class org.springframework.expression.spel.standard.SpelExpression
-
Cause an expression to revert to being interpreted if it has been using a compiled
form.
- rewriteCallStack(Throwable, String, String) - Static method in class org.springframework.cache.jcache.interceptor.CacheResultInterceptor
-
Rewrite the call stack of the specified exception
so that it matches
the current call stack up to (included) the specified method invocation.
- rightActualDescriptor - Variable in class org.springframework.expression.spel.ast.Operator
-
- RmiBasedExporter - Class in org.springframework.remoting.rmi
-
Convenient superclass for RMI-based remote exporters.
- RmiBasedExporter() - Constructor for class org.springframework.remoting.rmi.RmiBasedExporter
-
- RmiClientInterceptor - Class in org.springframework.remoting.rmi
-
- RmiClientInterceptor() - Constructor for class org.springframework.remoting.rmi.RmiClientInterceptor
-
- RmiClientInterceptor.DummyURLStreamHandler - Class in org.springframework.remoting.rmi
-
Dummy URLStreamHandler that's just specified to suppress the standard
java.net.URL
URLStreamHandler lookup, to be able to
use the standard URL class for parsing "rmi:..." URLs.
- RmiClientInterceptorUtils - Class in org.springframework.remoting.rmi
-
Factored-out methods for performing invocations within an RMI client.
- RmiClientInterceptorUtils() - Constructor for class org.springframework.remoting.rmi.RmiClientInterceptorUtils
-
- rmiExporter - Variable in class org.springframework.remoting.rmi.RmiInvocationWrapper
-
- RmiInvocationHandler - Interface in org.springframework.remoting.rmi
-
Interface for RMI invocation handlers instances on the server,
wrapping exported services.
- RmiInvocationWrapper - Class in org.springframework.remoting.rmi
-
- RmiInvocationWrapper(Object, RmiBasedExporter) - Constructor for class org.springframework.remoting.rmi.RmiInvocationWrapper
-
Create a new RmiInvocationWrapper for the given object
- RmiProxyFactoryBean - Class in org.springframework.remoting.rmi
-
FactoryBean
for RMI proxies, supporting both conventional RMI services
and RMI invokers.
- RmiProxyFactoryBean() - Constructor for class org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- RmiRegistryFactoryBean - Class in org.springframework.remoting.rmi
-
FactoryBean
that locates a
Registry
and
exposes it for bean references.
- RmiRegistryFactoryBean() - Constructor for class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- RmiServiceExporter - Class in org.springframework.remoting.rmi
-
RMI exporter that exposes the specified service as RMI object with the specified name.
- RmiServiceExporter() - Constructor for class org.springframework.remoting.rmi.RmiServiceExporter
-
- RND - Static variable in class org.springframework.util.MimeTypeUtils
-
- role - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
- Role - Annotation Type in org.springframework.context.annotation
-
Indicates the 'role' hint for a given bean.
- ROLE_APPLICATION - Static variable in interface org.springframework.beans.factory.config.BeanDefinition
-
Role hint indicating that a BeanDefinition
is a major part
of the application.
- ROLE_GETTER - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the getter role field value in a JMX Descriptor
.
- ROLE_INFRASTRUCTURE - Static variable in interface org.springframework.beans.factory.config.BeanDefinition
-
Role hint indicating that a BeanDefinition
is providing an
entirely background role and has no relevance to the end-user.
- ROLE_OPERATION - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Identifies an operation (method) in a JMX Descriptor
.
- ROLE_SETTER - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the setter role field value in a JMX Descriptor
.
- ROLE_SUPPORT - Static variable in interface org.springframework.beans.factory.config.BeanDefinition
-
Role hint indicating that a
BeanDefinition
is a supporting
part of some larger configuration, typically an outer
ComponentDefinition
.
- Rollback - Annotation Type in org.springframework.test.annotation
-
@Rollback
is a test annotation that is used to indicate whether
a test-managed transaction should be rolled back after
the test method has completed.
- rollback() - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
-
- rollback() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
-
- rollback(TransactionStatus) - Method in interface org.springframework.transaction.PlatformTransactionManager
-
Perform a rollback of the given transaction.
- rollback(TransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
This implementation of rollback handles participating in existing
transactions.
- ROLLBACK_FOR_ATTRIBUTE - Static variable in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
-
- ROLLBACK_ON_RUNTIME_EXCEPTIONS - Static variable in class org.springframework.transaction.interceptor.RollbackRuleAttribute
-
- rollbackIfNecessary(Session) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Perform a rollback, if appropriate.
- rollbackIfNecessary(Session) - Static method in class org.springframework.jms.support.JmsUtils
-
Rollback the Session if not within a JTA transaction.
- rollbackOn(Throwable) - Method in class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser.Ejb3TransactionAttribute
-
- rollbackOn(Throwable) - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
-
The default behavior is as with EJB: rollback on unchecked exception
(RuntimeException
), assuming an unexpected outcome outside of any
business rules.
- rollbackOn(Throwable) - Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
-
- rollbackOn(Throwable) - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
-
Winning rule is the shallowest rule (that is, the closest in the
inheritance hierarchy to the exception).
- rollbackOn(Throwable) - Method in interface org.springframework.transaction.interceptor.TransactionAttribute
-
Should we roll back on the given exception?
- rollbackOnCommitFailure - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
- rollbackOnException(TransactionStatus, Throwable) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Perform a rollback, handling rollback exceptions properly.
- rollbackOnException(TransactionStatus, Throwable) - Method in class org.springframework.transaction.support.TransactionTemplate
-
Perform a rollback, handling rollback exceptions properly.
- rollbackOnExceptionIfNecessary(Session, Throwable) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Perform a rollback, handling rollback exceptions properly.
- rollbackOnly - Variable in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.TransactionDelegate
-
- rollbackOnly - Variable in class org.springframework.transaction.support.AbstractTransactionStatus
-
- rollbackOnly - Variable in class org.springframework.transaction.support.ResourceHolderSupport
-
- RollbackRuleAttribute - Class in org.springframework.transaction.interceptor
-
Rule determining whether or not a given exception (and any subclasses)
should cause a rollback.
- RollbackRuleAttribute(Class<?>) - Constructor for class org.springframework.transaction.interceptor.RollbackRuleAttribute
-
Create a new instance of the RollbackRuleAttribute
class.
- RollbackRuleAttribute(String) - Constructor for class org.springframework.transaction.interceptor.RollbackRuleAttribute
-
Create a new instance of the RollbackRuleAttribute
class
for the given exceptionName
.
- rollbackRules - Variable in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
-
- rollbackToHeldSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
Roll back to the savepoint that is held for the transaction
and release the savepoint right afterwards.
- rollbackToSavepoint(Object) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
This implementation rolls back to the given JDBC 3.0 Savepoint.
- rollbackToSavepoint(Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
-
- rollbackToSavepoint(Object) - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaTransactionData
-
- rollbackToSavepoint(Object) - Method in interface org.springframework.transaction.SavepointManager
-
Roll back to the given savepoint.
- rollbackToSavepoint(Object) - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
This implementation delegates to a SavepointManager for the
underlying transaction, if possible.
- romePresent - Static variable in class org.springframework.web.client.RestTemplate
-
- romePresent - Static variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- romePresent - Static variable in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
-
- ROOT - Static variable in class org.springframework.expression.spel.ast.VariableReference
-
- root - Variable in class org.springframework.mock.jndi.SimpleNamingContext
-
- ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Context attribute to bind root WebApplicationContext to on successful startup.
- rootBeanDefinition(Class<?>) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
- rootBeanDefinition(Class<?>, String) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
- rootBeanDefinition(String) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
- rootBeanDefinition(String, String) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
- RootBeanDefinition - Class in org.springframework.beans.factory.support
-
A root bean definition represents the merged bean definition that backs
a specific bean in a Spring BeanFactory at runtime.
- RootBeanDefinition() - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Create a new RootBeanDefinition, to be configured through its bean
properties and configuration methods.
- RootBeanDefinition(Class<?>) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Create a new RootBeanDefinition for a singleton.
- RootBeanDefinition(Class<?>, int, boolean) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Create a new RootBeanDefinition for a singleton,
using the given autowire mode.
- RootBeanDefinition(Class<?>, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Create a new RootBeanDefinition for a singleton,
providing constructor arguments and property values.
- RootBeanDefinition(String) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Create a new RootBeanDefinition for a singleton,
providing constructor arguments and property values.
- RootBeanDefinition(String, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Create a new RootBeanDefinition for a singleton,
providing constructor arguments and property values.
- RootBeanDefinition(RootBeanDefinition) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Create a new RootBeanDefinition as deep copy of the given
bean definition.
- RootBeanDefinition(BeanDefinition) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Create a new RootBeanDefinition as deep copy of the given
bean definition.
- rootCause - Variable in class org.springframework.beans.factory.parsing.Problem
-
- RootClassFilter - Class in org.springframework.aop.support
-
Simple ClassFilter implementation that passes classes (and optionally subclasses)
- RootClassFilter(Class<?>) - Constructor for class org.springframework.aop.support.RootClassFilter
-
- rootDeclaringClass - Variable in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- rootElement - Variable in class org.springframework.oxm.castor.CastorMarshaller
-
- rootHandler - Variable in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
- rootMimeMultipart - Variable in class org.springframework.mail.javamail.MimeMessageHelper
-
- rootObject - Variable in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- rootObject - Variable in class org.springframework.expression.spel.ExpressionState
-
- rootObject - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- rootObject - Variable in class org.springframework.oxm.castor.CastorMarshaller
-
- rootPath - Variable in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
-
- roundingMode - Variable in class org.springframework.format.number.CurrencyStyleFormatter
-
- rowCallbackHandler - Variable in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
- RowCallbackHandler - Interface in org.springframework.jdbc.core
-
An interface used by
JdbcTemplate
for processing rows of a
ResultSet
on a per-row basis.
- RowCallbackHandlerResultSetExtractor(RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.JdbcTemplate.RowCallbackHandlerResultSetExtractor
-
- rowCount - Variable in class org.springframework.jdbc.core.RowCountCallbackHandler
-
Rows we've seen so far
- RowCountCallbackHandler - Class in org.springframework.jdbc.core
-
- RowCountCallbackHandler() - Constructor for class org.springframework.jdbc.core.RowCountCallbackHandler
-
- rowMapper - Variable in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
- RowMapper<T> - Interface in org.springframework.jdbc.core
-
An interface used by
JdbcTemplate
for mapping rows of a
ResultSet
on a per-row basis.
- rowMapper - Variable in class org.springframework.jdbc.core.RowMapperResultSetExtractor
-
- rowMapper - Variable in class org.springframework.jdbc.object.GenericSqlQuery
-
- rowMapper - Variable in class org.springframework.jdbc.object.SqlFunction
-
- rowMapperClass - Variable in class org.springframework.jdbc.object.GenericSqlQuery
-
- RowMapperImpl(Object[], Map<?, ?>) - Constructor for class org.springframework.jdbc.object.MappingSqlQueryWithParameters.RowMapperImpl
-
Use an array results.
- RowMapperImpl(Map<?, ?>) - Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery.RowMapperImpl
-
- RowMapperResultSetExtractor<T> - Class in org.springframework.jdbc.core
-
Adapter implementation of the ResultSetExtractor interface that delegates
to a RowMapper which is supposed to create an object for each row.
- RowMapperResultSetExtractor(RowMapper<T>) - Constructor for class org.springframework.jdbc.core.RowMapperResultSetExtractor
-
Create a new RowMapperResultSetExtractor.
- RowMapperResultSetExtractor(RowMapper<T>, int) - Constructor for class org.springframework.jdbc.core.RowMapperResultSetExtractor
-
Create a new RowMapperResultSetExtractor.
- rows - Variable in class org.springframework.web.servlet.tags.form.TextareaTag
-
- ROWS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
-
- rowsAffected - Variable in class org.springframework.jdbc.object.BatchSqlUpdate
-
- rowSetFactory - Variable in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor.StandardCachedRowSetFactory
-
- rowSetMetaData - Variable in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- rowsExpected - Variable in class org.springframework.jdbc.core.RowMapperResultSetExtractor
-
- rowsExpected - Variable in class org.springframework.jdbc.object.SqlQuery
-
The number of rows to expect; if 0, unknown.
- RssChannelHttpMessageConverter - Class in org.springframework.http.converter.feed
-
- RssChannelHttpMessageConverter() - Constructor for class org.springframework.http.converter.feed.RssChannelHttpMessageConverter
-
- ruby - Variable in class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
-
Deprecated.
- rubyObject - Variable in class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
-
Deprecated.
- RubyObjectInvocationHandler(IRubyObject, Ruby) - Constructor for class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
-
Deprecated.
- RuleBasedTransactionAttribute - Class in org.springframework.transaction.interceptor
-
TransactionAttribute implementation that works out whether a given exception
should cause transaction rollback by applying a number of rollback rules,
both positive and negative.
- RuleBasedTransactionAttribute() - Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
-
Create a new RuleBasedTransactionAttribute, with default settings.
- RuleBasedTransactionAttribute(RuleBasedTransactionAttribute) - Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
-
Copy constructor.
- RuleBasedTransactionAttribute(int, List<RollbackRuleAttribute>) - Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
-
Create a new DefaultTransactionAttribute with the given
propagation behavior.
- run() - Method in class org.springframework.beans.factory.support.DisposableBeanAdapter
-
- run() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottlingRunnable
-
- run() - Method in class org.springframework.jca.work.DelegatingWork
-
Delegates execution to the underlying Runnable.
- run() - Method in class org.springframework.jca.work.SimpleTaskWorkManager.DelegatingWorkAdapter
-
- run() - Method in class org.springframework.jdbc.object.SqlFunction
-
Convenient method to run the function without arguments.
- run(int) - Method in class org.springframework.jdbc.object.SqlFunction
-
Convenient method to run the function with a single int argument.
- run(Object...) - Method in class org.springframework.jdbc.object.SqlFunction
-
Analogous to the SqlQuery.execute([]) method.
- run() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry.AggregatingCallback
-
- run() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
-
- run() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler.HeartbeatTask
-
- run() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession.ReadInactivityTask
-
- run() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession.WriteInactivityTask
-
- run() - Method in class org.springframework.messaging.simp.user.UserRegistryMessageHandler.UserRegistryTask
-
- run() - Method in class org.springframework.messaging.support.ExecutorSubscribableChannel.SendTask
-
- run() - Method in class org.springframework.scheduling.commonj.DelegatingWork
-
Delegates execution to the underlying Runnable.
- run() - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
-
- run() - Method in class org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
-
- run() - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
-
- run() - Method in class org.springframework.scheduling.support.ScheduledMethodRunnable
-
- run(RunNotifier) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Check whether the test is enabled in the current execution environment.
- run(IHookCallBack, ITestResult) - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
Delegates to the test
method
in the supplied callback
to execute the actual test
and then tracks the exception thrown during test execution, if any.
- run() - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
-
- run() - Method in class org.springframework.util.WeakReferenceMonitor.MonitoringProcess
-
Deprecated.
- run() - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.DefaultCallback
-
- run() - Method in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest.ConnectCallback
-
- run() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession.HeartbeatTask
-
- RunAfterTestClassCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunAfterTestClassCallbacks
is a custom JUnit
Statement
which allows
the
Spring TestContext Framework to be plugged into the JUnit execution chain
by calling
afterTestClass()
on the supplied
TestContextManager
.
- RunAfterTestClassCallbacks(Statement, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks
-
Construct a new RunAfterTestClassCallbacks
statement.
- RunAfterTestMethodCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunAfterTestMethodCallbacks
is a custom JUnit
Statement
which allows
the
Spring TestContext Framework to be plugged into the JUnit execution chain
by calling
afterTestMethod()
on the supplied
TestContextManager
.
- RunAfterTestMethodCallbacks(Statement, Object, Method, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
-
Construct a new RunAfterTestMethodCallbacks
statement.
- runAfterTransactionMethods(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
- RunBeforeTestClassCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunBeforeTestClassCallbacks
is a custom JUnit
Statement
which allows
the
Spring TestContext Framework to be plugged into the JUnit execution chain
by calling
beforeTestClass()
on the
supplied
TestContextManager
.
- RunBeforeTestClassCallbacks(Statement, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks
-
Construct a new RunBeforeTestClassCallbacks
statement.
- RunBeforeTestMethodCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunBeforeTestMethodCallbacks
is a custom JUnit
Statement
which allows
the
Spring TestContext Framework to be plugged into the JUnit execution chain
by calling
beforeTestMethod()
on the supplied
TestContextManager
.
- RunBeforeTestMethodCallbacks(Statement, Object, Method, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
-
Construct a new RunBeforeTestMethodCallbacks
statement.
- runBeforeTransactionMethods(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
- runChild(FrameworkMethod, RunNotifier) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
- runGeneric() - Method in class org.springframework.jdbc.object.SqlFunction
-
Convenient method to run the function without arguments,
returning the value as an object.
- runGeneric(int) - Method in class org.springframework.jdbc.object.SqlFunction
-
Convenient method to run the function with a single int argument.
- runGeneric(Object[]) - Method in class org.springframework.jdbc.object.SqlFunction
-
Analogous to the SqlQuery.findObject(Object[])
method.
- runInThread(Runnable) - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
-
- runnable - Variable in class org.springframework.scheduling.commonj.DelegatingTimerListener
-
- runnable - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
- runnable - Variable in class org.springframework.scheduling.config.Task
-
- runnableReference(String, String, Element, ParserContext) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
-
- running - Variable in class org.springframework.context.support.DefaultLifecycleProcessor
-
- running - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
- running - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
- running - Variable in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- running - Variable in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- running - Variable in class org.springframework.messaging.simp.stomp.Reactor2TcpStompClient
-
- running - Variable in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
- running - Variable in class org.springframework.util.StopWatch
-
Is the stop watch currently running?
- running - Variable in class org.springframework.web.socket.client.ConnectionManagerSupport
-
- running - Variable in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- running - Variable in class org.springframework.web.socket.messaging.WebSocketStompClient
-
- running - Variable in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
-
- running - Variable in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
- running - Variable in class org.springframework.web.socket.server.support.WebSocketHandlerMapping
-
- running - Variable in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
- running - Variable in class org.springframework.web.socket.sockjs.client.SockJsClient
-
- running - Variable in class org.springframework.web.socket.sockjs.client.WebSocketTransport
-
- running - Variable in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
-
- running - Variable in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
-
- running - Variable in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
- runningAllowed() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Check whether this container's listeners are generally allowed to run.
- RunPrepareTestInstanceCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunPrepareTestInstanceCallbacks
is a custom JUnit
Statement
which
allows the
Spring TestContext Framework to be plugged into the JUnit
execution chain by calling
prepareTestInstance()
on the supplied
TestContextManager
.
- RunPrepareTestInstanceCallbacks(Statement, Object, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunPrepareTestInstanceCallbacks
-
Construct a new RunPrepareTestInstanceCallbacks
statement.
- RuntimeBeanNameReference - Class in org.springframework.beans.factory.config
-
Immutable placeholder class used for a property value object when it's a
reference to another bean name in the factory, to be resolved at runtime.
- RuntimeBeanNameReference(String) - Constructor for class org.springframework.beans.factory.config.RuntimeBeanNameReference
-
Create a new RuntimeBeanNameReference to the given bean name.
- RuntimeBeanReference - Class in org.springframework.beans.factory.config
-
Immutable placeholder class used for a property value object when it's
a reference to another bean in the factory, to be resolved at runtime.
- RuntimeBeanReference(String) - Constructor for class org.springframework.beans.factory.config.RuntimeBeanReference
-
Create a new RuntimeBeanReference to the given bean name,
without explicitly marking it as reference to a bean in
the parent factory.
- RuntimeBeanReference(String, boolean) - Constructor for class org.springframework.beans.factory.config.RuntimeBeanReference
-
Create a new RuntimeBeanReference to the given bean name,
with the option to mark it as reference to a bean in
the parent factory.
- runtimeTest - Variable in class org.springframework.aop.aspectj.RuntimeTestWalker
-
- RuntimeTestWalker - Class in org.springframework.aop.aspectj
-
This class encapsulates some AspectJ internal knowledge that should be
pushed back into the AspectJ project in a future release.
- RuntimeTestWalker(ShadowMatch) - Constructor for class org.springframework.aop.aspectj.RuntimeTestWalker
-
- RuntimeTestWalker.InstanceOfResidueTestVisitor - Class in org.springframework.aop.aspectj
-
- RuntimeTestWalker.SubtypeSensitiveVarTypeTestVisitor - Class in org.springframework.aop.aspectj
-
- RuntimeTestWalker.TargetInstanceOfResidueTestVisitor - Class in org.springframework.aop.aspectj
-
Check if residue of target(TYPE) kind.
- RuntimeTestWalker.TestVisitorAdapter - Class in org.springframework.aop.aspectj
-
- RuntimeTestWalker.ThisInstanceOfResidueTestVisitor - Class in org.springframework.aop.aspectj
-
Check if residue of this(TYPE) kind.
- SAFE_METHODS - Static variable in class org.springframework.web.context.request.ServletWebRequest
-
- safeExtension(HttpServletRequest, String) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
- safeExtensions - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
- safeMediaType(MediaType) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
- safeMediaTypesForExtension(String) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
- safeToString(Object) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
- SafeWriter(PageContext) - Constructor for class org.springframework.web.servlet.tags.form.TagWriter.SafeWriter
-
- SALOAD - Static variable in interface org.springframework.asm.Opcodes
-
- SAME_FRAME - Static variable in class org.springframework.asm.MethodWriter
-
Frame has exactly the same locals as the previous stack map frame and
number of stack items is zero.
- SAME_FRAME_EXTENDED - Static variable in class org.springframework.asm.MethodWriter
-
Frame has exactly the same locals as the previous stack map frame and
number of stack items is zero.
- SAME_LOCALS_1_STACK_ITEM_FRAME - Static variable in class org.springframework.asm.MethodWriter
-
Frame has exactly the same locals as the previous stack map frame and
number of stack items is 1
- SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED - Static variable in class org.springframework.asm.MethodWriter
-
Frame has exactly the same locals as the previous stack map frame and
number of stack items is 1.
- SAME_PRECEDENCE - Static variable in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
-
- sameResourceFactory(ResourceTransactionManager, Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
-
Check whether the given resource transaction managers refers to the given
(underlying) resource factory.
- sampledStatisticsEnabled - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
- sanitizeSource(String) - Static method in class org.springframework.web.util.UriComponents
-
Remove nested "{}" such as in URI vars with regular expressions.
- SASTORE - Static variable in interface org.springframework.asm.Opcodes
-
- save(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Persist the given transient instance.
- save(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Persist the given transient instance.
- save(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- save(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- save(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Persist the given transient instance.
- save(String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Persist the given transient instance.
- save(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- save(String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- save(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Persist the given transient instance.
- save(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Persist the given transient instance.
- save(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- save(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- saveAppendedText() - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilderImpl
-
- saveOrUpdate(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Save or update the given persistent instance,
according to its id (matching the configured "unsaved-value"?).
- saveOrUpdate(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Save or update the given persistent instance,
according to its id (matching the configured "unsaved-value"?).
- saveOrUpdate(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- saveOrUpdate(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- saveOrUpdate(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Save or update the given persistent instance,
according to its id (matching the configured "unsaved-value"?).
- saveOrUpdate(String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Save or update the given persistent instance,
according to its id (matching the configured "unsaved-value"?).
- saveOrUpdate(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- saveOrUpdate(String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- saveOrUpdate(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Save or update the given persistent instance,
according to its id (matching the configured "unsaved-value"?).
- saveOrUpdate(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Save or update the given persistent instance,
according to its id (matching the configured "unsaved-value"?).
- saveOrUpdate(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- saveOrUpdate(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- saveOutputFlashMap(FlashMap, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.FlashMapManager
-
Save the given FlashMap, in some underlying storage and set the start
of its expiration period.
- saveOutputFlashMap(FlashMap, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
- savepoint - Variable in class org.springframework.transaction.support.AbstractTransactionStatus
-
- SAVEPOINT_NAME_PREFIX - Static variable in class org.springframework.jdbc.datasource.ConnectionHolder
-
- savepointAllowed - Variable in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- savepointCounter - Variable in class org.springframework.jdbc.datasource.ConnectionHolder
-
- savepointCounter - Variable in class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaTransactionData
-
- savepointManager - Variable in class org.springframework.orm.jpa.EntityManagerHolder
-
- SavepointManager - Interface in org.springframework.transaction
-
Interface that specifies an API to programmatically manage transaction
savepoints in a generic fashion.
- savepointsSupported - Variable in class org.springframework.jdbc.datasource.ConnectionHolder
-
- SaxResourceUtils - Class in org.springframework.oxm.support
-
Convenient utility methods for dealing with SAX.
- SaxResourceUtils() - Constructor for class org.springframework.oxm.support.SaxResourceUtils
-
- sb - Variable in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilderImpl
-
- SBYTE_INSN - Static variable in class org.springframework.asm.ClassWriter
-
The type of instructions with an signed byte argument.
- scale - Variable in class org.springframework.jdbc.core.SqlParameter
-
The scale to apply in case of a NUMERIC or DECIMAL type, if any
- scan(String...) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Perform a scan within the specified base packages.
- scan(String...) - Method in interface org.springframework.context.annotation.AnnotationConfigRegistry
-
Perform a scan within the specified base packages.
- scan(String...) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Perform a scan within the specified base packages.
- scan(String...) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Perform a scan within the specified base packages.
- ScannedGenericBeanDefinition - Class in org.springframework.context.annotation
-
- ScannedGenericBeanDefinition(MetadataReader) - Constructor for class org.springframework.context.annotation.ScannedGenericBeanDefinition
-
Create a new ScannedGenericBeanDefinition for the class that the
given MetadataReader describes.
- scanner - Variable in class org.springframework.context.annotation.AnnotationConfigApplicationContext
-
- scanPackages(Configuration) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
-
Deprecated.
Perform Spring-based scanning for entity classes.
- scanPackages(String...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
-
Perform Spring-based scanning for entity classes, registering them
as annotated classes with this Configuration
.
- scanPackages(String...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
-
Perform Spring-based scanning for entity classes, registering them
as annotated classes with this Configuration
.
- scanPackages() - Method in class org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner
-
Scan the packages for classes marked with JAXB2 annotations.
- schedule() - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.ReschedulingTimerListener
-
- schedule(Runnable, Trigger) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
-
- schedule(Runnable, Date) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
-
- schedule(Work) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- schedule(Work, WorkListener) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- schedule(Runnable, Trigger) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler.EnterpriseConcurrentTriggerScheduler
-
- schedule(Runnable, Trigger) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- schedule(Runnable, Date) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- schedule() - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
-
- schedule(Runnable, Trigger) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- schedule(Runnable, Date) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- schedule(Runnable, Trigger) - Method in interface org.springframework.scheduling.TaskScheduler
-
Schedule the given Runnable
, invoking it whenever the trigger
indicates a next execution time.
- schedule(Runnable, Date) - Method in interface org.springframework.scheduling.TaskScheduler
-
Schedule the given Runnable
, invoking it at the specified execution time.
- scheduleAtFixedRate(Runnable, Date, long) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
-
- scheduleAtFixedRate(Runnable, long) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
-
- scheduleAtFixedRate(Runnable, Date, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- scheduleAtFixedRate(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- scheduleAtFixedRate(Runnable, Date, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- scheduleAtFixedRate(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- scheduleAtFixedRate(Runnable, Date, long) - Method in interface org.springframework.scheduling.TaskScheduler
-
Schedule the given Runnable
, invoking it at the specified execution time
and subsequently with the given period.
- scheduleAtFixedRate(Runnable, long) - Method in interface org.springframework.scheduling.TaskScheduler
-
Schedule the given Runnable
, starting as soon as possible and
invoking it with the given period.
- scheduleConnectTimeoutTask(DefaultTransportRequest.ConnectCallback) - Method in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
-
- scheduleCronTask(CronTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Schedule the specified cron task, either right away if possible
or on initialization of the scheduler.
- Scheduled - Annotation Type in org.springframework.scheduling.annotation
-
An annotation that marks a method to be scheduled.
- SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.scheduling.config.TaskManagementConfigUtils
-
The bean name of the internally managed Scheduled annotation processor.
- ScheduledAnnotationBeanPostProcessor - Class in org.springframework.scheduling.annotation
-
Bean post-processor that registers methods annotated with @
Scheduled
to be invoked by a
TaskScheduler
according
to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.
- ScheduledAnnotationBeanPostProcessor() - Constructor for class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- scheduledAnnotationProcessor() - Method in class org.springframework.scheduling.annotation.SchedulingConfiguration
-
- scheduledExecutionTime - Variable in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.ReschedulingTimerListener
-
- scheduledExecutionTime - Variable in class org.springframework.scheduling.concurrent.ReschedulingRunnable
-
- scheduledExecutor - Variable in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- scheduledExecutor - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- ScheduledExecutorFactoryBean - Class in org.springframework.scheduling.concurrent
-
FactoryBean
that sets up
a
ScheduledExecutorService
(by default: a
ScheduledThreadPoolExecutor
)
and exposes it for bean references.
- ScheduledExecutorFactoryBean() - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- ScheduledExecutorTask - Class in org.springframework.scheduling.concurrent
-
JavaBean that describes a scheduled executor task, consisting of the
Runnable
and a delay plus period.
- ScheduledExecutorTask() - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Create a new ScheduledExecutorTask,
to be populated via bean properties.
- ScheduledExecutorTask(Runnable) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Create a new ScheduledExecutorTask, with default
one-time execution without delay.
- ScheduledExecutorTask(Runnable, long) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Create a new ScheduledExecutorTask, with default
one-time execution with the given delay.
- ScheduledExecutorTask(Runnable, long, long, boolean) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Create a new ScheduledExecutorTask.
- scheduledExecutorTasks - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- scheduledFuture - Variable in class org.springframework.messaging.simp.user.UserRegistryMessageHandler
-
- scheduledInvokers - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
- ScheduledMethodRunnable - Class in org.springframework.scheduling.support
-
- ScheduledMethodRunnable(Object, Method) - Constructor for class org.springframework.scheduling.support.ScheduledMethodRunnable
-
- ScheduledMethodRunnable(Object, String) - Constructor for class org.springframework.scheduling.support.ScheduledMethodRunnable
-
- ScheduledTask - Class in org.springframework.scheduling.config
-
A representation of a scheduled task,
used as a return value for scheduling methods.
- ScheduledTask() - Constructor for class org.springframework.scheduling.config.ScheduledTask
-
- ScheduledTaskRegistrar - Class in org.springframework.scheduling.config
-
Helper bean for registering tasks with a
TaskScheduler
, typically using cron
expressions.
- ScheduledTaskRegistrar() - Constructor for class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- scheduledTasks - Variable in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- scheduledTasks - Variable in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- ScheduledTasksBeanDefinitionParser - Class in org.springframework.scheduling.config
-
Parser for the 'scheduled-tasks' element of the scheduling namespace.
- ScheduledTasksBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
-
- ScheduledTimerListener - Class in org.springframework.scheduling.commonj
-
JavaBean that describes a scheduled TimerListener, consisting of
the TimerListener itself (or a Runnable to create a TimerListener for)
and a delay plus period.
- ScheduledTimerListener() - Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
-
Create a new ScheduledTimerListener,
to be populated via bean properties.
- ScheduledTimerListener(TimerListener) - Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
-
Create a new ScheduledTimerListener, with default
one-time execution without delay.
- ScheduledTimerListener(TimerListener, long) - Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
-
Create a new ScheduledTimerListener, with default
one-time execution with the given delay.
- ScheduledTimerListener(TimerListener, long, long, boolean) - Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
-
Create a new ScheduledTimerListener.
- scheduledTimerListeners - Variable in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
-
- scheduleFixedDelayTask(IntervalTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Schedule the specified fixed-delay task, either right away if possible
or on initialization of the scheduler.
- scheduleFixedRateTask(IntervalTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Schedule the specified fixed-rate task, either right away if possible
or on initialization of the scheduler.
- scheduleHeartbeat() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- scheduleNewInvoker() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Schedule a new invoker, increasing the total number of scheduled
invokers for this listener container.
- scheduleNewInvokerIfAppropriate() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Schedule a new invoker, increasing the total number of scheduled
invokers for this listener container, but only if the specified
"maxConcurrentConsumers" limit has not been reached yet, and only
if the specified "idleConsumerLimit" has not been reached either.
- scheduler - Variable in class org.springframework.messaging.simp.user.UserRegistryMessageHandler
-
- scheduler - Variable in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- scheduler - Variable in class org.springframework.scheduling.quartz.SchedulerAccessorBean
-
- scheduler - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- SCHEDULER_BEAN_NAME - Static variable in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- SchedulerAccessor - Class in org.springframework.scheduling.quartz
-
Common base class for accessing a Quartz Scheduler, i.e.
- SchedulerAccessor() - Constructor for class org.springframework.scheduling.quartz.SchedulerAccessor
-
- SchedulerAccessorBean - Class in org.springframework.scheduling.quartz
-
Spring bean-style class for accessing a Quartz Scheduler, i.e.
- SchedulerAccessorBean() - Constructor for class org.springframework.scheduling.quartz.SchedulerAccessorBean
-
- SchedulerBeanDefinitionParser - Class in org.springframework.scheduling.config
-
Parser for the 'scheduler' element of the 'task' namespace.
- SchedulerBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.SchedulerBeanDefinitionParser
-
- schedulerContext - Variable in class org.springframework.scheduling.quartz.SpringBeanJobFactory
-
- SchedulerContextAware - Interface in org.springframework.scheduling.quartz
-
Callback interface to be implemented by Spring-managed
Quartz artifacts that need access to the SchedulerContext
(without having natural access to it).
- schedulerContextMap - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- SchedulerFactoryBean - Class in org.springframework.scheduling.quartz
-
FactoryBean
that creates and configures a Quartz
org.quartz.Scheduler
,
manages its lifecycle as part of the Spring application context, and exposes the
Scheduler as bean reference for dependency injection.
- SchedulerFactoryBean() - Constructor for class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- schedulerFactoryClass - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- schedulerListeners - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
-
- schedulerName - Variable in class org.springframework.scheduling.quartz.SchedulerAccessorBean
-
- schedulerName - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- schedulerTask - Variable in class org.springframework.messaging.simp.user.UserRegistryMessageHandler
-
- Schedules - Annotation Type in org.springframework.scheduling.annotation
-
Container annotation that aggregates several
Scheduled
annotations.
- scheduleSessionTask() - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
- scheduleTasks() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- scheduleTriggerTask(TriggerTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Schedule the specified trigger task, either right away if possible
or on initialization of the scheduler.
- scheduleWithFixedDelay(Runnable, Date, long) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
-
- scheduleWithFixedDelay(Runnable, long) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
-
- scheduleWithFixedDelay(Runnable, Date, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- scheduleWithFixedDelay(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- scheduleWithFixedDelay(Runnable, Date, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- scheduleWithFixedDelay(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- scheduleWithFixedDelay(Runnable, Date, long) - Method in interface org.springframework.scheduling.TaskScheduler
-
Schedule the given Runnable
, invoking it at the specified execution time
and subsequently with the given delay between the completion of one execution
and the start of the next.
- scheduleWithFixedDelay(Runnable, long) - Method in interface org.springframework.scheduling.TaskScheduler
-
Schedule the given Runnable
, starting as soon as possible and
invoking it with the given delay between the completion of one execution
and the start of the next.
- scheduleWork(Work) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
-
- scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
-
- scheduleWork(Work) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- SchedulingAwareRunnable - Interface in org.springframework.scheduling
-
Extension of the Runnable interface, adding special callbacks
for long-running operations.
- SchedulingConfiguration - Class in org.springframework.scheduling.annotation
-
- SchedulingConfiguration() - Constructor for class org.springframework.scheduling.annotation.SchedulingConfiguration
-
- SchedulingConfigurer - Interface in org.springframework.scheduling.annotation
-
- SchedulingException - Exception in org.springframework.scheduling
-
General exception to be thrown on scheduling failures,
such as the scheduler already having shut down.
- SchedulingException(String) - Constructor for exception org.springframework.scheduling.SchedulingException
-
Constructor for SchedulingException.
- SchedulingException(String, Throwable) - Constructor for exception org.springframework.scheduling.SchedulingException
-
Constructor for SchedulingException.
- SchedulingTaskExecutor - Interface in org.springframework.scheduling
-
A
TaskExecutor
extension exposing
scheduling characteristics that are relevant to potential task submitters.
- schema - Variable in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
- schema - Variable in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
- schema - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- SCHEMA_LANGUAGE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultDocumentLoader
-
JAXP attribute used to configure the schema language for validation.
- schemaLanguage - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- schemaLocation - Variable in class org.springframework.oxm.castor.CastorMarshaller
-
- schemaMappings - Variable in class org.springframework.beans.factory.xml.PluggableSchemaResolver
-
Stores the mapping of schema URL -> local schema path
- schemaMappingsLocation - Variable in class org.springframework.beans.factory.xml.PluggableSchemaResolver
-
- schemaName - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
name of schema for call
- schemaName - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
-
- schemaName - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Name of schema for this context
- schemaNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Provide any modification of the schema name passed in to match the meta data currently used.
- schemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- schemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- schemaNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Get the schema name formatted based on metadata information.
- schemaResolver - Variable in class org.springframework.beans.factory.xml.DelegatingEntityResolver
-
- schemaResourceResolver - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- schemaResources - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- schemaUpdate - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
- scheme - Variable in class org.springframework.mock.web.MockHttpServletRequest
-
- scheme - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
-
- scheme - Variable in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderExtractingRequest
-
- scheme - Variable in class org.springframework.web.util.UriComponents
-
- scheme - Variable in class org.springframework.web.util.UriComponentsBuilder
-
- scheme(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the URI scheme.
- SCHEME_PATTERN - Static variable in class org.springframework.web.util.UriComponentsBuilder
-
- schemeSpecificPart(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the URI scheme-specific-part.
- scope - Variable in class org.springframework.beans.factory.config.BeanExpressionContext
-
- Scope - Interface in org.springframework.beans.factory.config
-
- scope - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
- Scope - Annotation Type in org.springframework.context.annotation
-
When used as a type-level annotation in conjunction with
@Component
,
@Scope
indicates the name of a scope to use for instances of
the annotated type.
- scope - Variable in class org.springframework.web.context.request.SessionScope
-
- scope - Variable in class org.springframework.web.servlet.tags.EvalTag
-
- scope - Variable in class org.springframework.web.servlet.tags.MessageTag
-
- scope - Variable in class org.springframework.web.servlet.tags.TransformTag
-
the scope of the variable the result will be put in
- scope - Variable in class org.springframework.web.servlet.tags.UrlTag
-
- SCOPE_APPLICATION - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Scope identifier for the global web application scope: "application".
- SCOPE_APPLICATION - Static variable in class org.springframework.web.util.TagUtils
-
Constant identifying the application scope
- SCOPE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- SCOPE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.UtilNamespaceHandler
-
- SCOPE_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
-
- SCOPE_DEFAULT - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Constant for the default scope name: ""
, equivalent to singleton
status unless overridden from a parent bean definition (if applicable).
- SCOPE_GLOBAL_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Constant that indicates global session scope.
- SCOPE_GLOBAL_SESSION - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Scope identifier for global session scope: "globalSession".
- SCOPE_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Special key to distinguish owner.(scope)=prototype
.
- SCOPE_PAGE - Static variable in class org.springframework.web.util.TagUtils
-
Constant identifying the page scope
- SCOPE_PROTOTYPE - Static variable in interface org.springframework.beans.factory.config.BeanDefinition
-
Scope identifier for the standard prototype scope: "prototype".
- SCOPE_PROTOTYPE - Static variable in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Scope identifier for the standard prototype scope: "prototype".
- SCOPE_REQUEST - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Constant that indicates request scope.
- SCOPE_REQUEST - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Scope identifier for request scope: "request".
- SCOPE_REQUEST - Static variable in class org.springframework.web.util.TagUtils
-
Constant identifying the request scope
- SCOPE_RESOLVER_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- SCOPE_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Constant that indicates session scope.
- SCOPE_SESSION - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Scope identifier for session scope: "session".
- SCOPE_SESSION - Static variable in class org.springframework.web.util.TagUtils
-
Constant identifying the session scope
- SCOPE_SINGLETON - Static variable in interface org.springframework.beans.factory.config.BeanDefinition
-
Scope identifier for the standard singleton scope: "singleton".
- SCOPE_SINGLETON - Static variable in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Scope identifier for the standard singleton scope: "singleton".
- scopeAnnotationType - Variable in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
-
- SCOPED_PROXY_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- SCOPED_TARGET_NAME_PREFIX - Static variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Bean name prefix for target beans behind scoped proxies.
- SCOPED_TARGET_NAME_PREFIX - Static variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Bean name prefix for target beans behind scoped proxies.
- ScopedBeanInterceptor - Class in org.springframework.orm.hibernate3.support
-
- ScopedBeanInterceptor() - Constructor for class org.springframework.orm.hibernate3.support.ScopedBeanInterceptor
-
Deprecated.
- scopedInstances - Variable in class org.springframework.transaction.support.SimpleTransactionScope.ScopedObjectsHolder
-
- ScopedObject - Interface in org.springframework.aop.scope
-
An AOP introduction interface for scoped objects.
- scopedObjects - Variable in class org.springframework.transaction.support.SimpleTransactionScope.CleanupSynchronization
-
- ScopedObjectsHolder() - Constructor for class org.springframework.transaction.support.SimpleTransactionScope.ScopedObjectsHolder
-
- ScopedProxyBeanDefinitionDecorator - Class in org.springframework.aop.config
-
- ScopedProxyBeanDefinitionDecorator() - Constructor for class org.springframework.aop.config.ScopedProxyBeanDefinitionDecorator
-
- ScopedProxyCreator - Class in org.springframework.context.annotation
-
Delegate factory class used to just introduce an AOP framework dependency
when actually creating a scoped proxy.
- ScopedProxyCreator() - Constructor for class org.springframework.context.annotation.ScopedProxyCreator
-
- ScopedProxyFactoryBean - Class in org.springframework.aop.scope
-
Convenient proxy factory bean for scoped objects.
- ScopedProxyFactoryBean() - Constructor for class org.springframework.aop.scope.ScopedProxyFactoryBean
-
Create a new ScopedProxyFactoryBean instance.
- ScopedProxyMode - Enum in org.springframework.context.annotation
-
Enumerates the various scoped-proxy options.
- ScopedProxyMode() - Constructor for enum org.springframework.context.annotation.ScopedProxyMode
-
- scopedProxyMode - Variable in class org.springframework.context.annotation.ScopeMetadata
-
- ScopedProxyUnwrapper() - Constructor for class org.springframework.transaction.support.TransactionSynchronizationUtils.ScopedProxyUnwrapper
-
- ScopedProxyUtils - Class in org.springframework.aop.scope
-
Utility class for creating a scoped proxy.
- ScopedProxyUtils() - Constructor for class org.springframework.aop.scope.ScopedProxyUtils
-
- scopedTargetSource - Variable in class org.springframework.aop.scope.ScopedProxyFactoryBean
-
The TargetSource that manages scoping
- scopeMap - Variable in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
-
- ScopeMetadata - Class in org.springframework.context.annotation
-
Describes scope characteristics for a Spring-managed bean including the scope
name and the scoped-proxy behavior.
- ScopeMetadata() - Constructor for class org.springframework.context.annotation.ScopeMetadata
-
- scopeMetadataResolver - Variable in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
- scopeMetadataResolver - Variable in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
- scopeMetadataResolver - Static variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
-
- ScopeMetadataResolver - Interface in org.springframework.context.annotation
-
Strategy interface for resolving the scope of bean definitions.
- scopeMetadataResolver - Variable in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
- scopeName - Variable in class org.springframework.context.annotation.ScopeMetadata
-
- scopeRootObjects - Variable in class org.springframework.expression.spel.ExpressionState
-
- scopes - Variable in class org.springframework.beans.factory.config.CustomScopeConfigurer
-
- scopes - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Map from scope identifier String to corresponding Scope
- screenContentKey - Variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
-
Deprecated.
- screenContentKey - Variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
-
Deprecated.
- script - Variable in class org.springframework.scripting.support.StaticScriptSource
-
- SCRIPT_FACTORY_NAME_PREFIX - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- SCRIPT_FACTORY_POST_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.scripting.config.LangNamespaceUtils
-
- SCRIPT_INTERFACES_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
-
- SCRIPT_SOURCE_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
-
- ScriptBeanDefinitionParser - Class in org.springframework.scripting.config
-
BeanDefinitionParser implementation for the '<lang:groovy/>
',
'<lang:std/>
' and '<lang:bsh/>
' tags.
- ScriptBeanDefinitionParser(String) - Constructor for class org.springframework.scripting.config.ScriptBeanDefinitionParser
-
Create a new instance of this parser, creating bean definitions for the
supplied
ScriptFactory
class.
- scriptBeanFactory - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- scriptClass - Variable in class org.springframework.scripting.bsh.BshScriptFactory
-
- scriptClass - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- scriptClassMonitor - Variable in class org.springframework.scripting.bsh.BshScriptFactory
-
- scriptClassMonitor - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- ScriptCompilationException - Exception in org.springframework.scripting
-
Exception to be thrown on script compilation failure.
- ScriptCompilationException(String) - Constructor for exception org.springframework.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptCompilationException(String, Throwable) - Constructor for exception org.springframework.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptCompilationException(ScriptSource, String) - Constructor for exception org.springframework.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptCompilationException(ScriptSource, Throwable) - Constructor for exception org.springframework.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptCompilationException(ScriptSource, String, Throwable) - Constructor for exception org.springframework.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- SCRIPTED_OBJECT_NAME_PREFIX - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- scriptEngine - Variable in class org.springframework.scripting.support.StandardScriptFactory
-
- scriptEngineManager - Variable in class org.springframework.scripting.support.StandardScriptEvaluator
-
- scriptEngineManager - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- scriptEngineName - Variable in class org.springframework.scripting.support.StandardScriptFactory
-
- ScriptEvaluator - Interface in org.springframework.scripting
-
Spring's strategy interface for evaluating a script.
- ScriptException - Exception in org.springframework.jdbc.datasource.init
-
Root of the hierarchy of data access exceptions that are related to processing
of SQL scripts.
- ScriptException(String) - Constructor for exception org.springframework.jdbc.datasource.init.ScriptException
-
Constructor for ScriptException
.
- ScriptException(String, Throwable) - Constructor for exception org.springframework.jdbc.datasource.init.ScriptException
-
Constructor for ScriptException
.
- scriptException - Variable in exception org.springframework.scripting.support.StandardScriptEvalException
-
- ScriptFactory - Interface in org.springframework.scripting
-
Script definition interface, encapsulating the configuration
of a specific script as well as a factory method for
creating the actual scripted Java Object
.
- scriptFactory - Variable in class org.springframework.scripting.support.RefreshableScriptTargetSource
-
- scriptFactoryClassName - Variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
-
The
ScriptFactory
class that this
parser instance will create bean definitions for.
- ScriptFactoryPostProcessor - Class in org.springframework.scripting.support
-
- ScriptFactoryPostProcessor() - Constructor for class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- ScriptingDefaultsParser - Class in org.springframework.scripting.config
-
- ScriptingDefaultsParser() - Constructor for class org.springframework.scripting.config.ScriptingDefaultsParser
-
- scriptInterfaces - Variable in class org.springframework.scripting.bsh.BshScriptFactory
-
- scriptInterfaces - Variable in class org.springframework.scripting.jruby.JRubyScriptFactory
-
Deprecated.
- scriptInterfaces - Variable in class org.springframework.scripting.support.StandardScriptFactory
-
- ScriptParseException - Exception in org.springframework.jdbc.datasource.init
-
Thrown by
ScriptUtils
if an SQL script cannot be properly parsed.
- ScriptParseException(String, EncodedResource) - Constructor for exception org.springframework.jdbc.datasource.init.ScriptParseException
-
Construct a new ScriptParseException
.
- ScriptParseException(String, EncodedResource, Throwable) - Constructor for exception org.springframework.jdbc.datasource.init.ScriptParseException
-
Construct a new ScriptParseException
.
- ScriptRegistration() - Constructor for class org.springframework.web.servlet.config.annotation.ViewResolverRegistry.ScriptRegistration
-
- scriptResultClass - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- scripts - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
- scripts - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- scripts - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateView.EngineKey
-
- scripts - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- scriptSource - Variable in exception org.springframework.scripting.ScriptCompilationException
-
- ScriptSource - Interface in org.springframework.scripting
-
Interface that defines the source of a script.
- scriptSource - Variable in class org.springframework.scripting.support.RefreshableScriptTargetSource
-
- scriptSourceCache - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Map from bean name String to ScriptSource object
- scriptSourceLocator - Variable in class org.springframework.scripting.bsh.BshScriptFactory
-
- scriptSourceLocator - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- scriptSourceLocator - Variable in class org.springframework.scripting.jruby.JRubyScriptFactory
-
Deprecated.
- scriptSourceLocator - Variable in class org.springframework.scripting.support.StandardScriptFactory
-
- ScriptStatementFailedException - Exception in org.springframework.jdbc.datasource.init
-
Thrown by
ScriptUtils
if a statement in an SQL script failed when
executing it against the target database.
- ScriptStatementFailedException(String, int, EncodedResource, Throwable) - Constructor for exception org.springframework.jdbc.datasource.init.ScriptStatementFailedException
-
Construct a new ScriptStatementFailedException
.
- scriptTemplate() - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
-
Register a script template view resolver with an empty default view name prefix and suffix.
- ScriptTemplateConfig - Interface in org.springframework.web.servlet.view.script
-
Interface to be implemented by objects that configure and manage a
JSR-223 ScriptEngine
for automatic lookup in a web environment.
- ScriptTemplateConfigurer - Class in org.springframework.web.servlet.view.script
-
An implementation of Spring MVC's
ScriptTemplateConfig
for creating
a
ScriptEngine
for use in a web application.
- ScriptTemplateConfigurer() - Constructor for class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- ScriptTemplateConfigurerBeanDefinitionParser - Class in org.springframework.web.servlet.config
-
Parse the MVC namespace element and register a
ScriptTemplateConfigurer
bean.
- ScriptTemplateConfigurerBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
-
- ScriptTemplateView - Class in org.springframework.web.servlet.view.script
-
An
AbstractUrlBasedView
subclass designed to run any template library
based on a JSR-223 script engine.
- ScriptTemplateView() - Constructor for class org.springframework.web.servlet.view.script.ScriptTemplateView
-
Constructor for use as a bean.
- ScriptTemplateView(String) - Constructor for class org.springframework.web.servlet.view.script.ScriptTemplateView
-
Create a new ScriptTemplateView with the given URL.
- ScriptTemplateView.EngineKey - Class in org.springframework.web.servlet.view.script
-
Key class for the enginesHolder ThreadLocal
.
- ScriptTemplateViewResolver - Class in org.springframework.web.servlet.view.script
-
- ScriptTemplateViewResolver() - Constructor for class org.springframework.web.servlet.view.script.ScriptTemplateViewResolver
-
- ScriptTemplateViewResolver(String, String) - Constructor for class org.springframework.web.servlet.view.script.ScriptTemplateViewResolver
-
A convenience constructor that allows for specifying
prefix
and
suffix
as constructor arguments.
- ScriptUtils - Class in org.springframework.jdbc.datasource.init
-
Generic utility methods for working with SQL scripts.
- ScriptUtils() - Constructor for class org.springframework.jdbc.datasource.init.ScriptUtils
-
- searchCandidates(List<Method>, Method) - Static method in class org.springframework.core.BridgeMethodResolver
-
Searches for the bridged method in the given candidates.
- searchForMatch(Class<?>, Method) - Static method in class org.springframework.core.BridgeMethodResolver
-
If the supplied Class
has a declared Method
whose signature matches
that of the supplied Method
, then this matching Method
is returned,
otherwise null
is returned.
- searchOnInterfaces(Method, Class<? extends Annotation>, String, Class<? extends Annotation>, AnnotatedElementUtils.Processor<T>, Set<AnnotatedElement>, int, Class<?>[]) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
- searchOnInterfaces(Method, Class<A>, Class<?>...) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
- searchSystemEnvironment - Variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
- searchWithFindSemantics(AnnotatedElement, Class<? extends Annotation>, String, AnnotatedElementUtils.Processor<T>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Search for annotations of the specified annotationName
or
annotationType
on the specified element
, following
find semantics.
- searchWithFindSemantics(AnnotatedElement, Class<? extends Annotation>, String, Class<? extends Annotation>, AnnotatedElementUtils.Processor<T>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Search for annotations of the specified annotationName
or
annotationType
on the specified element
, following
find semantics.
- searchWithFindSemantics(AnnotatedElement, Class<? extends Annotation>, String, Class<? extends Annotation>, AnnotatedElementUtils.Processor<T>, Set<AnnotatedElement>, int) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
- searchWithGetSemantics(AnnotatedElement, Class<? extends Annotation>, String, AnnotatedElementUtils.Processor<T>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Search for annotations of the specified annotationName
or
annotationType
on the specified element
, following
get semantics.
- searchWithGetSemantics(AnnotatedElement, Class<? extends Annotation>, String, Class<? extends Annotation>, AnnotatedElementUtils.Processor<T>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Search for annotations of the specified annotationName
or
annotationType
on the specified element
, following
get semantics.
- searchWithGetSemantics(AnnotatedElement, Class<? extends Annotation>, String, Class<? extends Annotation>, AnnotatedElementUtils.Processor<T>, Set<AnnotatedElement>, int) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
- searchWithGetSemanticsInAnnotations(AnnotatedElement, List<Annotation>, Class<? extends Annotation>, String, Class<? extends Annotation>, AnnotatedElementUtils.Processor<T>, Set<AnnotatedElement>, int) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
- SEC_WEBSOCKET_ACCEPT - Static variable in class org.springframework.web.socket.WebSocketHttpHeaders
-
- SEC_WEBSOCKET_EXTENSIONS - Static variable in class org.springframework.web.socket.WebSocketHttpHeaders
-
- SEC_WEBSOCKET_KEY - Static variable in class org.springframework.web.socket.WebSocketHttpHeaders
-
- SEC_WEBSOCKET_PROTOCOL - Static variable in class org.springframework.web.socket.WebSocketHttpHeaders
-
- SEC_WEBSOCKET_VERSION - Static variable in class org.springframework.web.socket.WebSocketHttpHeaders
-
- seconds - Variable in class org.springframework.scheduling.support.CronSequenceGenerator
-
- sectionTransformers - Variable in class org.springframework.web.servlet.resource.AppCacheManifestTransformer
-
- secure - Variable in class org.springframework.mock.web.MockHttpServletRequest
-
- secure - Variable in class org.springframework.mock.web.MockSessionCookieConfig
-
- secure - Variable in class org.springframework.mock.web.portlet.MockBaseURL
-
- secure - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
-
- secure - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
- secure(boolean) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set the secure property of the ServletRequest
indicating use of a
secure channel, such as HTTPS.
- secure(String, boolean) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert whether the cookie must be sent over a secure protocol or not.
- secure - Variable in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderExtractingRequest
-
- securityContextMethod - Variable in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy.SubjectHelper
-
- securityContextProvider - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Security context used when running with a SecurityManager
- SecurityContextProvider - Interface in org.springframework.beans.factory.support
-
Provider of the security context of the code running inside the bean factory.
- Segment(int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.Segment
-
- segmentIndex - Variable in class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
-
- segments - Variable in class org.springframework.util.ConcurrentReferenceHashMap
-
Array of segments indexed using the high order bits from the hash.
- SELECTED_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.OptionTag
-
The name of the 'selected
' attribute.
- SELECTED_CONTENT_TYPE - Static variable in interface org.springframework.web.servlet.View
-
The
MediaType
selected during content negotiation, which may be
more specific than the one the View is configured with.
- selectedProtocol - Variable in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.WebSocketHandlerContainer
-
- SelectedValueComparator - Class in org.springframework.web.servlet.tags.form
-
- SelectedValueComparator() - Constructor for class org.springframework.web.servlet.tags.form.SelectedValueComparator
-
- selectHandler(Object, MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
-
- selectImports(AdviceMode) - Method in class org.springframework.cache.annotation.CachingConfigurationSelector
-
Determine which classes should be imported based on the given AdviceMode
.
- selectImports(AnnotationMetadata) - Method in class org.springframework.context.annotation.AdviceModeImportSelector
-
This implementation resolves the type of annotation from generic metadata and
validates that (a) the annotation is in fact present on the importing
@Configuration
class and (b) that the given annotation has an
advice mode attribute of type
AdviceMode
.
- selectImports(AdviceMode) - Method in class org.springframework.context.annotation.AdviceModeImportSelector
-
Determine which classes should be imported based on the given AdviceMode
.
- selectImports(AnnotationMetadata) - Method in interface org.springframework.context.annotation.ImportSelector
-
- selectImports(AdviceMode) - Method in class org.springframework.scheduling.annotation.AsyncConfigurationSelector
-
Determine which classes should be imported based on the given AdviceMode
.
- selectImports(AdviceMode) - Method in class org.springframework.transaction.annotation.TransactionManagementConfigurationSelector
-
Determine which classes should be imported based on the given AdviceMode
.
- selectInvocableMethod(Method, Class<?>) - Static method in class org.springframework.aop.support.AopUtils
-
Select an invocable method on the target type: either the given method itself
if actually exposed on the target type, or otherwise a corresponding method
on one of the target type's interfaces or on the target type itself.
- selectInvocableMethod(Method, Class<?>) - Static method in class org.springframework.core.MethodIntrospector
-
Select an invocable method on the target type: either the given method itself
if actually exposed on the target type, or otherwise a corresponding method
on one of the target type's interfaces or on the target type itself.
- Selection - Class in org.springframework.expression.spel.ast
-
Represents selection over a map or collection.
- Selection(boolean, int, int, SpelNodeImpl) - Constructor for class org.springframework.expression.spel.ast.Selection
-
- selectMethods(Class<?>, MethodIntrospector.MetadataLookup<T>) - Static method in class org.springframework.core.MethodIntrospector
-
Select methods on the given target type based on the lookup of associated metadata.
- selectMethods(Class<?>, ReflectionUtils.MethodFilter) - Static method in class org.springframework.core.MethodIntrospector
-
Select methods on the given target type based on a filter.
- selectMethods(Class<?>, ReflectionUtils.MethodFilter) - Static method in class org.springframework.messaging.handler.HandlerMethodSelector
-
Deprecated.
Select handler methods for the given handler type.
- selectMethods(Class<?>, ReflectionUtils.MethodFilter) - Static method in class org.springframework.web.method.HandlerMethodSelector
-
Deprecated.
Select handler methods for the given handler type.
- selectName - Variable in class org.springframework.web.servlet.tags.form.OptionsTag.OptionsWriter
-
- selector - Variable in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
- selector - Variable in class org.springframework.jms.connection.CachingConnectionFactory.ConsumerCacheKey
-
- SELECTOR_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
-
- selectorExpression - Variable in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.Subscription
-
- selectorHeaderInUse - Variable in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
-
- selectorHeaderName - Variable in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
-
- selectProtocol(List<String>, WebSocketHandler) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
Perform the sub-protocol negotiation based on requested and supported sub-protocols.
- SelectTag - Class in org.springframework.web.servlet.tags.form
-
Databinding-aware JSP tag that renders an HTML 'select
'
element.
- SelectTag() - Constructor for class org.springframework.web.servlet.tags.form.SelectTag
-
- SelfNaming - Interface in org.springframework.jmx.export.naming
-
Interface that allows infrastructure components to provide their own
ObjectName
s to the MBeanExporter
.
- send(Message) - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- send(Message, int, int, long) - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- send(Destination, Message) - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- send(Destination, Message, int, int, long) - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- send(Queue, Message) - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- send(Queue, Message, int, int, long) - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- send(String, Message<?>) - Method in interface org.springframework.jms.core.JmsMessageOperations
-
Send a message to the given destination.
- send(Message<?>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
- send(String, Message<?>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
- send(MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
-
Send a message to the default destination.
- send(Destination, MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
-
Send a message to the specified destination.
- send(MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
-
- send(Destination, MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
-
- send(MimeMessage) - Method in interface org.springframework.mail.javamail.JavaMailSender
-
Send the given JavaMail MIME message.
- send(MimeMessage...) - Method in interface org.springframework.mail.javamail.JavaMailSender
-
Send the given array of JavaMail MIME messages in batch.
- send(SimpleMailMessage) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
- send(SimpleMailMessage...) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
- send(MimeMessage) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
- send(MimeMessage...) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
- send(SimpleMailMessage) - Method in interface org.springframework.mail.MailSender
-
Send the given simple mail message.
- send(SimpleMailMessage...) - Method in interface org.springframework.mail.MailSender
-
Send the given array of simple mail messages in batch.
- send(String, Message<?>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
-
- send(Message<?>) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
-
- send(D, Message<?>) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
-
- send(String, Message<?>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageSendingOperations
-
Resolve the given destination name to a destination and send a message to it.
- send(Message<?>) - Method in class org.springframework.messaging.core.GenericMessagingTemplate.TemporaryReplyChannel
-
- send(Message<?>, long) - Method in class org.springframework.messaging.core.GenericMessagingTemplate.TemporaryReplyChannel
-
- send(Message<?>) - Method in interface org.springframework.messaging.core.MessageSendingOperations
-
Send a message to a default destination.
- send(D, Message<?>) - Method in interface org.springframework.messaging.core.MessageSendingOperations
-
Send a message to the given destination.
- send(Message<?>) - Method in interface org.springframework.messaging.MessageChannel
-
- send(Message<?>, long) - Method in interface org.springframework.messaging.MessageChannel
-
Send a message, blocking until either the message is accepted or the
specified timeout period elapses.
- send(Message<?>) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
-
- send(String, Object) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- send(StompHeaders, Object) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- send(String, Object) - Method in interface org.springframework.messaging.simp.stomp.StompSession
-
Send a message to the specified destination, converting the payload to a
byte[]
with the help of a
MessageConverter
.
- send(StompHeaders, Object) - Method in interface org.springframework.messaging.simp.stomp.StompSession
-
- send(Message<?>) - Method in class org.springframework.messaging.support.AbstractMessageChannel
-
- send(Message<?>, long) - Method in class org.springframework.messaging.support.AbstractMessageChannel
-
- send(Message<P>) - Method in class org.springframework.messaging.tcp.reactor.Reactor2TcpConnection
-
- send(Message<P>) - Method in interface org.springframework.messaging.tcp.TcpConnection
-
Send the given message.
- send(Object, MediaType) - Method in interface org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.Handler
-
- send(Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
-
Write the given object to the response.
- send(Object, MediaType) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
-
Write the given object to the response also using a MediaType hint.
- send(Object, MediaType) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.HttpMessageConvertingHandler
-
- send(Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter
-
Send the object formatted as a single SSE "data" line.
- send(Object, MediaType) - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter
-
Send the object formatted as a single SSE "data" line.
- send(SseEmitter.SseEventBuilder) - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter
-
Send an SSE event prepared with the given builder.
- send(Message<byte[]>) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
-
- sendAndReceive(String, Message<?>) - Method in interface org.springframework.jms.core.JmsMessageOperations
-
Send a request message and receive the reply from the given destination.
- sendAndReceive(Message<?>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
- sendAndReceive(String, Message<?>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
- sendAndReceive(MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
-
Send a request message and receive the reply from a default destination.
- sendAndReceive(Destination, MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
-
Send a message and receive the reply from the specified destination.
- sendAndReceive(String, MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
-
Send a message and receive the reply from the specified destination.
- sendAndReceive(MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
-
- sendAndReceive(Destination, MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
-
- sendAndReceive(String, MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
-
- sendAndReceive(String, Message<?>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
-
- sendAndReceive(Message<?>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
-
- sendAndReceive(D, Message<?>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
-
- sendAndReceive(String, Message<?>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageRequestReplyOperations
-
Resolve the given destination name to a destination and send the given message,
receive a reply and return it.
- sendAndReceive(Message<?>) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
-
Send a request message and receive the reply from a default destination.
- sendAndReceive(D, Message<?>) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
-
Send a request message and receive the reply from the given destination.
- sendBinaryMessage(BinaryMessage) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- sendBinaryMessage(BinaryMessage) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- sendBinaryMessage(BinaryMessage) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- sendBufferSizeLimit - Variable in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
-
- sendBufferSizeLimit - Variable in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- sendError(int, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- sendError(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- sendError(int) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- sendError(int, String) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- sendErrorMessage(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- sendHeaders - Variable in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
-
- sendHeartbeat() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- sendInterceptorIndex - Variable in class org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
-
- sendInternal(Message<?>) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
-
- sendInternal(Message<?>, long) - Method in class org.springframework.messaging.support.AbstractMessageChannel
-
- sendInternal(Message<?>, long) - Method in class org.springframework.messaging.support.ExecutorSubscribableChannel
-
- sendInternal(Object, MediaType) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
-
- sendInternal(T, MediaType) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.HttpMessageConvertingHandler
-
- sendInternal(TextMessage) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
-
- sendInternal(TextMessage) - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
-
- sendInternal(TextMessage) - Method in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
-
- sendMessage(WebSocketMessage<?>) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- sendMessage(WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
-
- sendMessage(WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- sendMessage(WebSocketMessage<?>) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
-
- sendMessage(WebSocketMessage<?>) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- sendMessage(WebSocketMessage<?>) - Method in interface org.springframework.web.socket.WebSocketSession
-
- sendMessageInternal(String) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- sendMessageInternal(String) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- sendMessageInternal(String) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- sendMessageToSubscribers(String, Message<?>) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
- sendMethodNotAllowed(ServerHttpResponse, HttpMethod...) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
- sendNotification(Notification) - Method in class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
-
Send the supplied Notification
using the wrapped
ModelMBean
instance.
- sendNotification(Notification) - Method in interface org.springframework.jmx.export.notification.NotificationPublisher
-
Send the specified Notification
to all registered
NotificationListeners
.
- sendPingMessage(PingMessage) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- sendPingMessage(PingMessage) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- sendPingMessage(PingMessage) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- sendPongMessage(PongMessage) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- sendPongMessage(PongMessage) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- sendPongMessage(PongMessage) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- sendRedirect(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- sendRedirect(String) - Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- sendRedirect(String, String) - Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- sendRedirect(String) - Method in class org.springframework.web.filter.ForwardedHeaderFilter.ForwardedHeaderExtractingResponse
-
- sendRedirect(String) - Method in class org.springframework.web.filter.RelativeRedirectResponseWrapper
-
- sendRedirect(HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
Send a redirect back to the HTTP client
- sendRedirect(String) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- sendResponse(Session, Destination, Message) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Send the given response message to the given destination.
- sendServerError(Exception, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
-
Invoked to send a server error.
- sendsNoCacheInstruction() - Method in enum org.springframework.web.socket.sockjs.transport.TransportType
-
- sendsSessionCookie() - Method in enum org.springframework.web.socket.sockjs.transport.TransportType
-
- sendStartTime - Variable in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
-
- sendStompErrorFrameToClient(String) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
-
- sendSystemSubscriptions() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.SystemStompConnectionHandler
-
- SendTask(Message<?>, MessageHandler) - Constructor for class org.springframework.messaging.support.ExecutorSubscribableChannel.SendTask
-
- sendTextMessage(TextMessage) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- sendTextMessage(TextMessage) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- sendTextMessage(TextMessage) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- sendTimeLimit - Variable in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
-
- sendTimeLimit - Variable in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
-
- sendTimeLimit - Variable in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- sendTimeout - Variable in class org.springframework.messaging.core.GenericMessagingTemplate
-
- sendTimeout - Variable in class org.springframework.messaging.simp.SimpMessagingTemplate
-
- SendTo - Annotation Type in org.springframework.messaging.handler.annotation
-
Annotation that indicates a method's return value should be converted to
a
Message
if necessary and sent to the specified destination.
- sendToClient(WebSocketSession, StompHeaderAccessor, byte[]) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- SendToMethodReturnValueHandler - Class in org.springframework.messaging.simp.annotation.support
-
- SendToMethodReturnValueHandler(SimpMessageSendingOperations, boolean) - Constructor for class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
-
- SendToMethodReturnValueHandler.DestinationVariablePlaceholderResolver - Class in org.springframework.messaging.simp.annotation.support
-
- SendToUser - Annotation Type in org.springframework.messaging.simp.annotation
-
Annotation that indicates that the return value of a message-handling method
should be sent as a
Message
to the specified
destination(s) prepended with
"/user/{username}"
where the user name
is extracted from the headers of the input message being handled.
- sendUrl - Variable in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
-
- sendWithCompletionListenerMethod - Static variable in class org.springframework.jms.connection.CachedMessageProducer
-
- sendWithDestinationAndCompletionListenerMethod - Static variable in class org.springframework.jms.connection.CachedMessageProducer
-
- sentDate - Variable in class org.springframework.mail.SimpleMailMessage
-
- SEPARATOR - Static variable in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
-
Separator between prefix and remainder of bean name
- SEPARATOR - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Separator between bean name and property name.
- separator - Variable in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
- separator - Variable in class org.springframework.core.io.support.LocalizedResourceHelper
-
- separator - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
- separator - Variable in class org.springframework.test.context.jdbc.MergedSqlConfig
-
- SEPARATOR - Static variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMethodMappingNamingStrategy
-
Separator between the type and method-level parts of a HandlerMethod mapping name
- separator - Variable in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
- sequenceGenerator - Variable in class org.springframework.scheduling.support.CronTrigger
-
- serializableFactories - Static variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Map from serialized id to factory instance
- SerializableMonitor() - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor.SerializableMonitor
-
- SerializableNoOp() - Constructor for class org.springframework.aop.framework.CglibAopProxy.SerializableNoOp
-
- SerializableTypeWrapper - Class in org.springframework.core
-
Internal utility class that can be used to obtain wrapped Serializable
variants
of Type
s.
- SerializableTypeWrapper() - Constructor for class org.springframework.core.SerializableTypeWrapper
-
- SerializableTypeWrapper.FieldTypeProvider - Class in org.springframework.core
-
- SerializableTypeWrapper.MethodInvokeTypeProvider - Class in org.springframework.core
-
- SerializableTypeWrapper.MethodParameterTypeProvider - Class in org.springframework.core
-
- SerializableTypeWrapper.SerializableTypeProxy - Interface in org.springframework.core
-
Additional interface implemented by the type proxy.
- SerializableTypeWrapper.SimpleTypeProvider - Class in org.springframework.core
-
- SerializableTypeWrapper.TypeProvider - Interface in org.springframework.core
-
A Serializable
interface providing access to a Type
.
- SerializableTypeWrapper.TypeProxyInvocationHandler - Class in org.springframework.core
-
Serializable
InvocationHandler
used by the proxied Type
.
- serialization - Variable in class org.springframework.cache.concurrent.ConcurrentMapCache
-
- serialization - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
- SerializationDelegate - Class in org.springframework.core.serializer.support
-
A convenient delegate with pre-arranged configuration state for common
serialization needs.
- SerializationDelegate(ClassLoader) - Constructor for class org.springframework.core.serializer.support.SerializationDelegate
-
Create a SerializationDelegate
with a default serializer/deserializer
for the given ClassLoader
.
- SerializationDelegate(Serializer<Object>, Deserializer<Object>) - Constructor for class org.springframework.core.serializer.support.SerializationDelegate
-
Create a SerializationDelegate
with the given serializer/deserializer.
- SerializationFailedException - Exception in org.springframework.core.serializer.support
-
- SerializationFailedException(String) - Constructor for exception org.springframework.core.serializer.support.SerializationFailedException
-
Construct a SerializationException
with the specified detail message.
- SerializationFailedException(String, Throwable) - Constructor for exception org.springframework.core.serializer.support.SerializationFailedException
-
Construct a SerializationException
with the specified detail message
and nested exception.
- serializationId - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Optional id for this factory, for serialization purposes
- serializationInclusion - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
- serializationInclusion(JsonInclude.Include) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Set a custom inclusion strategy for serialization.
- SerializationUtils - Class in org.springframework.util
-
Static utilities for serialization and deserialization.
- SerializationUtils() - Constructor for class org.springframework.util.SerializationUtils
-
- serializationView - Variable in class org.springframework.http.converter.json.MappingJacksonValue
-
- serialize(Object, OutputStream) - Method in class org.springframework.core.serializer.DefaultSerializer
-
Writes the source object to an output stream using Java serialization.
- serialize(T, OutputStream) - Method in interface org.springframework.core.serializer.Serializer
-
Write an object of type T to the given OutputStream.
- serialize(Object, OutputStream) - Method in class org.springframework.core.serializer.support.SerializationDelegate
-
- serialize(byte[], Type, JsonSerializationContext) - Method in class org.springframework.http.converter.json.GsonBuilderUtils.Base64TypeAdapter
-
- serialize(Object) - Static method in class org.springframework.util.SerializationUtils
-
Serialize the given object to a byte array.
- SERIALIZED_INVOCATION_BYTE_ARRAY_INITIAL_SIZE - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- SerializedBeanFactoryReference(String) - Constructor for class org.springframework.beans.factory.support.DefaultListableBeanFactory.SerializedBeanFactoryReference
-
- SerializedEntityManagerFactoryBeanReference(BeanFactory, String) - Constructor for class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.SerializedEntityManagerFactoryBeanReference
-
- serializedPayloadClass - Variable in class org.springframework.messaging.converter.AbstractMessageConverter
-
- serializeNulls - Variable in class org.springframework.http.converter.json.GsonFactoryBean
-
- Serializer<T> - Interface in org.springframework.core.serializer
-
A strategy interface for streaming an object to an OutputStream.
- serializer - Variable in class org.springframework.core.serializer.support.SerializationDelegate
-
- serializer - Variable in class org.springframework.core.serializer.support.SerializingConverter
-
- serializerByType(Class<?>, <any>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Configure a custom serializer for the given type.
- serializerFactory - Variable in class org.springframework.remoting.caucho.HessianExporter
-
- serializerInstance(SerializationConfig, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
-
- serializers - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
- serializers(<any>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Configure custom serializers.
- serializersByType(Map<Class<?>, <any>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Configure custom serializers for the given types.
- serializeState() - Method in class org.springframework.mock.web.MockHttpSession
-
Serialize the attributes of this session into an object that can be
turned into a byte array with standard Java serialization.
- serializeValue(Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
-
- SerializingConverter - Class in org.springframework.core.serializer.support
-
- SerializingConverter() - Constructor for class org.springframework.core.serializer.support.SerializingConverter
-
Create a default SerializingConverter
that uses standard Java serialization.
- SerializingConverter(Serializer<Object>) - Constructor for class org.springframework.core.serializer.support.SerializingConverter
-
Create a
SerializingConverter
that delegates to the provided
Serializer
.
- serialVersionUID - Static variable in class org.springframework.aop.framework.AdvisedSupport
-
use serialVersionUID from Spring 2.0 for interoperability
- serialVersionUID - Static variable in class org.springframework.aop.framework.JdkDynamicAopProxy
-
use serialVersionUID from Spring 1.2 for interoperability
- serialVersionUID - Static variable in class org.springframework.aop.framework.ProxyConfig
-
use serialVersionUID from Spring 1.2 for interoperability
- serialVersionUID - Static variable in class org.springframework.aop.support.ComposablePointcut
-
use serialVersionUID from Spring 1.2 for interoperability
- serialVersionUID - Static variable in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
-
use serialVersionUID from Spring 1.2.7 for interoperability
- serialVersionUID - Static variable in class org.springframework.aop.target.EmptyTargetSource
-
use serialVersionUID from Spring 1.2 for interoperability
- serialVersionUID - Static variable in class org.springframework.aop.target.HotSwappableTargetSource
-
use serialVersionUID from Spring 1.2 for interoperability
- serialVersionUID - Static variable in class org.springframework.aop.target.SingletonTargetSource
-
use serialVersionUID from Spring 1.2 for interoperability
- serialVersionUID - Static variable in class org.springframework.cache.support.NullValue
-
- serialVersionUID - Static variable in class org.springframework.context.ApplicationEvent
-
use serialVersionUID from Spring 1.2 for interoperability
- serialVersionUID - Static variable in exception org.springframework.core.NestedCheckedException
-
Use serialVersionUID from Spring 1.2 for interoperability
- serialVersionUID - Static variable in exception org.springframework.core.NestedRuntimeException
-
Use serialVersionUID from Spring 1.2 for interoperability
- serialVersionUID - Static variable in class org.springframework.http.HttpHeaders
-
- serialVersionUID - Static variable in class org.springframework.http.MediaType
-
- serialVersionUID - Static variable in class org.springframework.http.server.ServletServerHttpResponse.ServletResponseHttpHeaders
-
- serialVersionUID - Static variable in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
use serialVersionUID from Spring 1.2 for interoperability
- serialVersionUID - Static variable in class org.springframework.messaging.MessageHeaders
-
- serialVersionUID - Static variable in class org.springframework.messaging.simp.broker.BrokerAvailabilityEvent
-
- serialVersionUID - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
-
- serialVersionUID - Static variable in class org.springframework.messaging.support.ErrorMessage
-
- serialVersionUID - Static variable in class org.springframework.messaging.support.GenericMessage
-
- serialVersionUID - Static variable in exception org.springframework.remoting.RemoteAccessException
-
Use serialVersionUID from Spring 1.2 for interoperability
- serialVersionUID - Static variable in class org.springframework.remoting.support.RemoteInvocation
-
use serialVersionUID from Spring 1.1 for interoperability
- serialVersionUID - Static variable in class org.springframework.remoting.support.RemoteInvocationResult
-
Use serialVersionUID from Spring 1.1 for interoperability
- serialVersionUID - Static variable in class org.springframework.test.context.MergedContextConfiguration
-
- serialVersionUID - Static variable in class org.springframework.test.context.support.DefaultTestContext
-
- serialVersionUID - Static variable in class org.springframework.test.context.web.WebMergedContextConfiguration
-
- serialVersionUID - Static variable in class org.springframework.util.LinkedMultiValueMap
-
- serialVersionUID - Static variable in class org.springframework.util.MimeType
-
- serialVersionUID - Static variable in exception org.springframework.web.client.HttpClientErrorException
-
- serialVersionUID - Static variable in exception org.springframework.web.client.HttpServerErrorException
-
- serialVersionUID - Static variable in exception org.springframework.web.client.HttpStatusCodeException
-
- serialVersionUID - Static variable in exception org.springframework.web.client.ResourceAccessException
-
- serialVersionUID - Static variable in exception org.springframework.web.client.RestClientException
-
- serialVersionUID - Static variable in exception org.springframework.web.client.RestClientResponseException
-
- serialVersionUID - Static variable in exception org.springframework.web.client.UnknownHttpStatusCodeException
-
- serialVersionUID - Static variable in class org.springframework.web.socket.WebSocketHttpHeaders
-
- serialVersionUID - Static variable in class org.springframework.web.util.NestedServletException
-
Use serialVersionUID from Spring 1.2 for interoperability
- series() - Method in enum org.springframework.http.HttpStatus
-
Returns the HTTP status series of this status code.
- Series(int) - Constructor for enum org.springframework.http.HttpStatus.Series
-
- SERVER - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Server
header field name.
- server - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
-
- server - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
-
- server - Variable in class org.springframework.jmx.support.MBeanRegistrationSupport
-
The MBeanServer
instance being used to register beans.
- server - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
-
- SERVER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
-
- server - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
- server - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
- SERVER_ATTRIBUTE - Static variable in class org.springframework.context.config.MBeanExportBeanDefinitionParser
-
- SERVER_ERROR - Static variable in class org.springframework.web.socket.CloseStatus
-
"1011 indicates that a server is terminating the connection because it encountered
an unexpected condition that prevented it from fulfilling the request."
- serverContainer - Variable in class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
- serverContainer - Variable in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- ServerEndpointExporter - Class in org.springframework.web.socket.server.standard
-
Detects beans of type javax.websocket.server.ServerEndpointConfig
and registers
with the standard Java WebSocket runtime.
- ServerEndpointExporter() - Constructor for class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
- ServerEndpointRegistration - Class in org.springframework.web.socket.server.standard
-
An implementation of javax.websocket.server.ServerEndpointConfig
for use in
Spring applications.
- ServerEndpointRegistration(String, Class<? extends Endpoint>) - Constructor for class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- ServerEndpointRegistration(String, Endpoint) - Constructor for class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- serveResource(ResourceRequest, ResourceResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
-
- serveResource(ResourceRequest, ResourceResponse, PortletContext) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Serve the resource as specified in the given request to the given response,
using the PortletContext's request dispatcher.
- ServerHttpAsyncRequestControl - Interface in org.springframework.http.server
-
A control that can put the processing of an HTTP request in asynchronous mode during
which the response remains open until explicitly closed.
- ServerHttpRequest - Interface in org.springframework.http.server
-
Represents a server-side HTTP request.
- ServerHttpResponse - Interface in org.springframework.http.server
-
Represents a server-side HTTP response.
- serverId - Variable in class org.springframework.web.socket.sockjs.client.SockJsUrlInfo
-
- ServerInfo(String, long) - Constructor for class org.springframework.web.socket.sockjs.client.SockJsClient.ServerInfo
-
- serverInfoCache - Variable in class org.springframework.web.socket.sockjs.client.SockJsClient
-
- serverName - Variable in class org.springframework.mock.web.MockHttpServletRequest
-
- serverName - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
-
- serverPort - Variable in class org.springframework.mock.web.MockHttpServletRequest
-
- serverPort - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
-
- serverSocketFactory - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- serverSocketFactory - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
-
- serverToUse - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
-
- serverTransportType - Variable in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
-
- service - Variable in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
-
- service - Variable in class org.springframework.remoting.support.RemoteExporter
-
- Service - Annotation Type in org.springframework.stereotype
-
Indicates that an annotated class is a "Service", originally defined by Domain-Driven
Design (Evans, 2003) as "an operation offered as an interface that stands alone in the
model, with no encapsulated state."
- service(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.test.web.servlet.TestDispatcherServlet
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Override the parent class implementation in order to intercept PATCH requests.
- service(ServletRequest, ServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView.GenericServletAdapter
-
- SERVICE_OVERLOAD - Static variable in class org.springframework.web.socket.CloseStatus
-
"1013 indicates that the service is experiencing overload.
- SERVICE_RESTARTED - Static variable in class org.springframework.web.socket.CloseStatus
-
"1012 indicates that the service is restarted.
- serviceConfig - Variable in class org.springframework.web.socket.sockjs.transport.handler.AbstractTransportHandler
-
- ServiceFactoryBean - Class in org.springframework.beans.factory.serviceloader
-
FactoryBean
that exposes the
'primary' service for the configured service class, obtained through
the JDK 1.6
ServiceLoader
facility.
- ServiceFactoryBean() - Constructor for class org.springframework.beans.factory.serviceloader.ServiceFactoryBean
-
- serviceFeatures - Variable in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
- serviceInterface - Variable in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
-
- serviceInterface - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
- serviceInterface - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
- serviceInterface - Variable in class org.springframework.remoting.support.RemoteAccessor
-
- serviceInterface - Variable in class org.springframework.remoting.support.RemoteExporter
-
- ServiceListFactoryBean - Class in org.springframework.beans.factory.serviceloader
-
FactoryBean
that exposes
all
services for the configured service class, represented as a List of service objects,
obtained through the JDK 1.6
ServiceLoader
facility.
- ServiceListFactoryBean() - Constructor for class org.springframework.beans.factory.serviceloader.ServiceListFactoryBean
-
- ServiceLoaderFactoryBean - Class in org.springframework.beans.factory.serviceloader
-
FactoryBean
that exposes the
JDK 1.6
ServiceLoader
for the configured service class.
- ServiceLoaderFactoryBean() - Constructor for class org.springframework.beans.factory.serviceloader.ServiceLoaderFactoryBean
-
- serviceLocatorExceptionConstructor - Variable in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
- ServiceLocatorFactoryBean - Class in org.springframework.beans.factory.config
-
A
FactoryBean
implementation that takes an interface which must have one or more
methods with the signatures
MyType xxx()
or
MyType xxx(MyIdType id)
(typically,
MyService getService()
or
MyService getService(String id)
)
and creates a dynamic proxy which implements that interface, delegating to an
underlying
BeanFactory
.
- ServiceLocatorFactoryBean() - Constructor for class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
- ServiceLocatorFactoryBean.ServiceLocatorInvocationHandler - Class in org.springframework.beans.factory.config
-
Invocation handler that delegates service locator calls to the bean factory.
- serviceLocatorInterface - Variable in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
- ServiceLocatorInvocationHandler() - Constructor for class org.springframework.beans.factory.config.ServiceLocatorFactoryBean.ServiceLocatorInvocationHandler
-
- serviceMappings - Variable in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
- serviceName - Variable in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
- serviceName - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
-
- servicePort - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
-
- serviceProxy - Variable in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
-
- serviceProxy - Variable in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
-
Deprecated.
- serviceProxy - Variable in class org.springframework.remoting.caucho.HessianProxyFactoryBean
-
- serviceProxy - Variable in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
- serviceProxy - Variable in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
-
- serviceProxy - Variable in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-
- serviceProxy - Variable in class org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- serviceType - Variable in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
-
- serviceUrl - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
-
- serviceUrl - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
-
- serviceUrl - Variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
- serviceUrl - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
- serviceUrl - Variable in class org.springframework.remoting.support.UrlBasedRemoteAccessor
-
- servlet - Variable in class org.springframework.mock.web.PassThroughFilterChain
-
- servlet - Variable in class org.springframework.test.web.servlet.MockMvc
-
- Servlet3MultipartHelper(boolean) - Constructor for class org.springframework.web.bind.support.WebRequestDataBinder.Servlet3MultipartHelper
-
- servlet3Parts - Static variable in class org.springframework.web.bind.support.WebRequestDataBinder
-
- servlet3Present - Static variable in class org.springframework.http.server.ServletServerHttpResponse
-
Checking for Servlet 3.0+ HttpServletResponse.getHeader(String)
- servlet3Present - Static variable in class org.springframework.web.context.request.ServletWebRequest
-
Checking for Servlet 3.0+ HttpServletResponse.getHeader(String)
- servlet3Present - Static variable in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
Checking for Servlet 3.0+ HttpServletResponse.getHeader(String)
- servlet3Present - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
-
Checking for Servlet 3.0+ HttpServletResponse.getHeaders(String)
- SERVLET_CONFIG_BEAN_NAME - Static variable in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Name of the ServletConfig environment bean in the factory.
- SERVLET_CONFIG_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.context.support.StandardServletEnvironment
-
Servlet config init parameters property source name: "servletConfigInitParams"
- SERVLET_CONTEXT_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Name of the ServletContext environment bean in the factory.
- SERVLET_CONTEXT_PREFIX - Static variable in class org.springframework.web.servlet.FrameworkServlet
-
Prefix for the ServletContext attribute for the WebApplicationContext.
- SERVLET_CONTEXT_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.context.support.StandardServletEnvironment
-
Servlet context init parameters property source name: "servletContextInitParams"
- ServletAnnotationMappingUtils - Class in org.springframework.web.servlet.mvc.annotation
-
- ServletAnnotationMappingUtils() - Constructor for class org.springframework.web.servlet.mvc.annotation.ServletAnnotationMappingUtils
-
Deprecated.
- servletClass - Variable in class org.springframework.web.servlet.mvc.ServletWrappingController
-
- servletConfig - Variable in class org.springframework.mock.web.MockPageContext
-
- servletConfig - Variable in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
Servlet config that this context runs in, if any
- servletConfig - Variable in class org.springframework.web.context.support.ServletContextAwareProcessor
-
- servletConfig - Variable in class org.springframework.web.context.support.StaticWebApplicationContext
-
- servletConfig - Variable in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
- ServletConfigAware - Interface in org.springframework.web.context
-
Interface to be implemented by any object that wishes to be notified of the
ServletConfig
(typically determined by the
WebApplicationContext
)
that it runs in.
- ServletConfigPropertySource - Class in org.springframework.web.context.support
-
PropertySource
that reads init parameters from a
ServletConfig
object.
- ServletConfigPropertySource(String, ServletConfig) - Constructor for class org.springframework.web.context.support.ServletConfigPropertySource
-
- ServletConfigPropertyValues(ServletConfig, Set<String>) - Constructor for class org.springframework.web.servlet.HttpServletBean.ServletConfigPropertyValues
-
Create new ServletConfigPropertyValues.
- servletContext - Variable in class org.springframework.mock.web.MockFilterConfig
-
- servletContext - Variable in class org.springframework.mock.web.MockHttpServletRequest
-
- servletContext - Variable in class org.springframework.mock.web.MockHttpSession
-
- servletContext - Variable in class org.springframework.mock.web.MockPageContext
-
- servletContext - Variable in class org.springframework.mock.web.MockServletConfig
-
- servletContext - Variable in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- servletContext - Variable in class org.springframework.test.web.servlet.MockMvc
-
- servletContext - Variable in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- servletContext - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- servletContext - Variable in class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
-
- servletContext - Variable in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
Servlet context that this context runs in
- servletContext - Variable in class org.springframework.web.context.support.GenericWebApplicationContext
-
- servletContext - Variable in class org.springframework.web.context.support.ServletContextAwareProcessor
-
- servletContext - Variable in class org.springframework.web.context.support.ServletContextLiveBeansView
-
- servletContext - Variable in class org.springframework.web.context.support.ServletContextResource
-
- servletContext - Variable in class org.springframework.web.context.support.ServletContextResourceLoader
-
- servletContext - Variable in class org.springframework.web.context.support.ServletContextScope
-
- servletContext - Variable in class org.springframework.web.context.support.StaticWebApplicationContext
-
- servletContext - Variable in class org.springframework.web.context.support.WebApplicationObjectSupport
-
- servletContext - Variable in class org.springframework.web.filter.GenericFilterBean
-
- servletContext - Variable in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
Servlet context that this context runs in
- servletContext - Variable in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- servletContext - Variable in class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
-
- servletContext - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
-
- servletContext - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- servletContext - Variable in class org.springframework.web.servlet.handler.SimpleServletPostProcessor.DelegatingServletConfig
-
- servletContext - Variable in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
- servletContext - Variable in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
-
- servletContext - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
Deprecated.
- servletContext - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
- servletContext - Variable in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
-
Deprecated.
- servletContext - Variable in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
-
- servletContext - Variable in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- servletContext - Variable in class org.springframework.web.util.ServletContextPropertyUtils.ServletContextPlaceholderResolver
-
- ServletContextAttributeExporter - Class in org.springframework.web.context.support
-
Exporter that takes Spring-defined objects and exposes them as
ServletContext attributes.
- ServletContextAttributeExporter() - Constructor for class org.springframework.web.context.support.ServletContextAttributeExporter
-
- ServletContextAttributeFactoryBean - Class in org.springframework.web.context.support
-
FactoryBean
that fetches a specific, existing ServletContext attribute.
- ServletContextAttributeFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
- ServletContextAware - Interface in org.springframework.web.context
-
Interface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by the
WebApplicationContext
)
that it runs in.
- ServletContextAwareProcessor - Class in org.springframework.web.context.support
-
- ServletContextAwareProcessor() - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
-
Create a new ServletContextAwareProcessor without an initial context or config.
- ServletContextAwareProcessor(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
-
Create a new ServletContextAwareProcessor for the given context.
- ServletContextAwareProcessor(ServletConfig) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
-
Create a new ServletContextAwareProcessor for the given config.
- ServletContextAwareProcessor(ServletContext, ServletConfig) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
-
Create a new ServletContextAwareProcessor for the given context and config.
- servletContextHashModel - Variable in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
- ServletContextLiveBeansView - Class in org.springframework.web.context.support
-
LiveBeansView
subclass which looks for all ApplicationContexts
in the web application, as exposed in ServletContext attributes.
- ServletContextLiveBeansView(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextLiveBeansView
-
Create a new LiveBeansView for the given ServletContext.
- servletContextName - Variable in class org.springframework.mock.web.MockServletContext
-
- ServletContextParameterFactoryBean - Class in org.springframework.web.context.support
-
FactoryBean
that retrieves a specific ServletContext init parameter
(that is, a "context-param" defined in
web.xml
).
- ServletContextParameterFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- ServletContextPlaceholderResolver(String, ServletContext) - Constructor for class org.springframework.web.util.ServletContextPropertyUtils.ServletContextPlaceholderResolver
-
- ServletContextPropertySource - Class in org.springframework.web.context.support
-
PropertySource
that reads init parameters from a
ServletContext
object.
- ServletContextPropertySource(String, ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextPropertySource
-
- ServletContextPropertyUtils - Class in org.springframework.web.util
-
Helper class for resolving placeholders in texts.
- ServletContextPropertyUtils() - Constructor for class org.springframework.web.util.ServletContextPropertyUtils
-
- ServletContextPropertyUtils.ServletContextPlaceholderResolver - Class in org.springframework.web.util
-
- ServletContextRequestLoggingFilter - Class in org.springframework.web.filter
-
Simple request logging filter that writes the request URI
(and optionally the query string) to the ServletContext log.
- ServletContextRequestLoggingFilter() - Constructor for class org.springframework.web.filter.ServletContextRequestLoggingFilter
-
- ServletContextResource - Class in org.springframework.web.context.support
-
Resource
implementation for
javax.servlet.ServletContext
resources, interpreting
relative paths within the web application root directory.
- ServletContextResource(ServletContext, String) - Constructor for class org.springframework.web.context.support.ServletContextResource
-
Create a new ServletContextResource.
- ServletContextResourceLoader - Class in org.springframework.web.context.support
-
ResourceLoader implementation that resolves paths as ServletContext
resources, for use outside a WebApplicationContext (for example,
in an HttpServletBean or GenericFilterBean subclass).
- ServletContextResourceLoader(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextResourceLoader
-
Create a new ServletContextResourceLoader.
- ServletContextResourcePatternResolver - Class in org.springframework.web.context.support
-
ServletContext-aware subclass of
PathMatchingResourcePatternResolver
,
able to find matching resources below the web application root directory
via
ServletContext#getResourcePaths
.
- ServletContextResourcePatternResolver(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextResourcePatternResolver
-
Create a new ServletContextResourcePatternResolver.
- ServletContextScope - Class in org.springframework.web.context.support
-
Scope
wrapper for a ServletContext, i.e.
- ServletContextScope(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextScope
-
Create a new Scope wrapper for the given ServletContext.
- ServletCookieValueMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
- ServletCookieValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
-
- ServletFilterProxy(Servlet) - Constructor for class org.springframework.mock.web.MockFilterChain.ServletFilterProxy
-
- ServletForwardingController - Class in org.springframework.web.servlet.mvc
-
Spring Controller implementation that forwards to a named servlet,
i.e.
- ServletForwardingController() - Constructor for class org.springframework.web.servlet.mvc.ServletForwardingController
-
- ServletHandlerMethodInvoker(HandlerMethodResolver) - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
-
Deprecated.
- ServletHandlerMethodResolver(Class<?>) - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver
-
Deprecated.
- servletInstance - Variable in class org.springframework.web.servlet.mvc.ServletWrappingController
-
- ServletInvocableHandlerMethod - Class in org.springframework.web.servlet.mvc.method.annotation
-
- ServletInvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
Creates an instance from the given handler and method.
- ServletInvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
Create an instance from a HandlerMethod
.
- ServletInvocableHandlerMethod.ConcurrentResultHandlerMethod - Class in org.springframework.web.servlet.mvc.method.annotation
-
A nested subclass of ServletInvocableHandlerMethod
that uses a
simple Callable
instead of the original controller as the handler in
order to return the fixed (concurrent) result value given to it.
- ServletInvocableHandlerMethod.ConcurrentResultMethodParameter - Class in org.springframework.web.servlet.mvc.method.annotation
-
MethodParameter subclass based on the actual return value type or if
that's null falling back on the generic type within the declared async
return type, e.g.
- ServletModelAttributeMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
-
- ServletModelAttributeMethodProcessor(boolean) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
-
Class constructor.
- servletName - Variable in class org.springframework.mock.web.MockServletConfig
-
- servletName - Variable in class org.springframework.web.context.support.ServletRequestHandledEvent
-
Name of the servlet that handled the request
- servletName - Variable in class org.springframework.web.servlet.handler.SimpleServletPostProcessor.DelegatingServletConfig
-
- servletName - Variable in class org.springframework.web.servlet.mvc.ServletForwardingController
-
- servletName - Variable in class org.springframework.web.servlet.mvc.ServletWrappingController
-
- servletPartClass - Static variable in class org.springframework.web.multipart.support.MultipartResolutionDelegate
-
- servletPath - Variable in class org.springframework.mock.web.MockHttpServletRequest
-
- servletPath(MockHttpServletRequest, String) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
-
- servletPath(UriComponents, MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
-
- servletPath - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
- servletPath(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Specify the portion of the requestURI that represents the path to which
the Servlet is mapped.
- ServletPathExtensionContentNegotiationStrategy - Class in org.springframework.web.accept
-
Extends PathExtensionContentNegotiationStrategy
that also uses
ServletContext#getMimeType(String)
to resolve file extensions.
- ServletPathExtensionContentNegotiationStrategy(ServletContext, Map<String, MediaType>) - Constructor for class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
-
Create an instance with the given extension-to-MediaType lookup.
- ServletPathExtensionContentNegotiationStrategy(ServletContext) - Constructor for class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
-
Create an instance without any mappings to start with.
- servletRelativeAction - Variable in class org.springframework.web.servlet.tags.form.FormTag
-
- servletRequest - Variable in class org.springframework.http.server.ServletServerHttpRequest
-
- ServletRequestAttributes - Class in org.springframework.web.context.request
-
- ServletRequestAttributes(HttpServletRequest) - Constructor for class org.springframework.web.context.request.ServletRequestAttributes
-
Create a new ServletRequestAttributes instance for the given request.
- ServletRequestAttributes(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.context.request.ServletRequestAttributes
-
Create a new ServletRequestAttributes instance for the given request.
- ServletRequestBindingException - Class in org.springframework.web.bind
-
Fatal binding exception, thrown when we want to
treat binding exceptions as unrecoverable.
- ServletRequestBindingException(String) - Constructor for class org.springframework.web.bind.ServletRequestBindingException
-
Constructor for ServletRequestBindingException.
- ServletRequestBindingException(String, Throwable) - Constructor for class org.springframework.web.bind.ServletRequestBindingException
-
Constructor for ServletRequestBindingException.
- ServletRequestDataBinder - Class in org.springframework.web.bind
-
Special
DataBinder
to perform data binding
from servlet request parameters to JavaBeans, including support for multipart files.
- ServletRequestDataBinder(Object) - Constructor for class org.springframework.web.bind.ServletRequestDataBinder
-
Create a new ServletRequestDataBinder instance, with default object name.
- ServletRequestDataBinder(Object, String) - Constructor for class org.springframework.web.bind.ServletRequestDataBinder
-
Create a new ServletRequestDataBinder instance.
- ServletRequestDataBinderFactory - Class in org.springframework.web.servlet.mvc.method.annotation
-
Creates a ServletRequestDataBinder
.
- ServletRequestDataBinderFactory(List<InvocableHandlerMethod>, WebBindingInitializer) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactory
-
Create a new instance.
- ServletRequestHandledEvent - Class in org.springframework.web.context.support
-
Servlet-specific subclass of RequestHandledEvent,
adding servlet-specific context information.
- ServletRequestHandledEvent(Object, String, String, String, String, String, String, long) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
-
Create a new ServletRequestHandledEvent.
- ServletRequestHandledEvent(Object, String, String, String, String, String, String, long, Throwable) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
-
Create a new ServletRequestHandledEvent.
- ServletRequestHandledEvent(Object, String, String, String, String, String, String, long, Throwable, int) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
-
Create a new ServletRequestHandledEvent.
- ServletRequestMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves request-related method argument values of the following types:
WebRequest
ServletRequest
MultipartRequest
HttpSession
Principal
InputStream
Reader
HttpMethod
(as of Spring 4.0)
Locale
TimeZone
(as of Spring 4.0)
ZoneId
(as of Spring 4.0 and Java 8)
- ServletRequestMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
-
- ServletRequestMethodArgumentResolver.ZoneIdResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Inner class to avoid a hard-coded dependency on Java 8's ZoneId
.
- ServletRequestParameterPropertyValues - Class in org.springframework.web.bind
-
PropertyValues implementation created from parameters in a ServletRequest.
- ServletRequestParameterPropertyValues(ServletRequest) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
-
Create new ServletRequestPropertyValues using no prefix
(and hence, no prefix separator).
- ServletRequestParameterPropertyValues(ServletRequest, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
-
Create new ServletRequestPropertyValues using the given prefix and
the default prefix separator (the underscore character "_").
- ServletRequestParameterPropertyValues(ServletRequest, String, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
-
Create new ServletRequestPropertyValues supplying both prefix and
prefix separator.
- ServletRequestUtils - Class in org.springframework.web.bind
-
Parameter extraction methods, for an approach distinct from data binding,
in which parameters of specific types are required.
- ServletRequestUtils() - Constructor for class org.springframework.web.bind.ServletRequestUtils
-
- ServletRequestUtils.BooleanParser - Class in org.springframework.web.bind
-
- ServletRequestUtils.DoubleParser - Class in org.springframework.web.bind
-
- ServletRequestUtils.FloatParser - Class in org.springframework.web.bind
-
- ServletRequestUtils.IntParser - Class in org.springframework.web.bind
-
- ServletRequestUtils.LongParser - Class in org.springframework.web.bind
-
- ServletRequestUtils.ParameterParser<T> - Class in org.springframework.web.bind
-
- ServletRequestUtils.StringParser - Class in org.springframework.web.bind
-
- servletResponse - Variable in class org.springframework.http.server.ServletServerHttpResponse
-
- ServletResponseHttpHeaders() - Constructor for class org.springframework.http.server.ServletServerHttpResponse.ServletResponseHttpHeaders
-
- ServletResponseMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves response-related method argument values of types:
ServletResponse
OutputStream
Writer
- ServletResponseMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
-
- ServletServerContainerFactoryBean - Class in org.springframework.web.socket.server.standard
-
A
FactoryBean
for configuring
javax.websocket.server.ServerContainer
.
- ServletServerContainerFactoryBean() - Constructor for class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- ServletServerHttpAsyncRequestControl - Class in org.springframework.http.server
-
- ServletServerHttpAsyncRequestControl(ServletServerHttpRequest, ServletServerHttpResponse) - Constructor for class org.springframework.http.server.ServletServerHttpAsyncRequestControl
-
- ServletServerHttpRequest - Class in org.springframework.http.server
-
- ServletServerHttpRequest(HttpServletRequest) - Constructor for class org.springframework.http.server.ServletServerHttpRequest
-
Construct a new instance of the ServletServerHttpRequest based on the given HttpServletRequest
.
- ServletServerHttpResponse - Class in org.springframework.http.server
-
- ServletServerHttpResponse(HttpServletResponse) - Constructor for class org.springframework.http.server.ServletServerHttpResponse
-
Construct a new instance of the ServletServerHttpResponse based on the given HttpServletResponse
.
- ServletServerHttpResponse.ServletResponseHttpHeaders - Class in org.springframework.http.server
-
Extends HttpHeaders with the ability to look up headers already present in
the underlying HttpServletResponse.
- ServletTestExecutionListener - Class in org.springframework.test.context.web
-
TestExecutionListener
which provides mock Servlet API support to
WebApplicationContexts
loaded by the
Spring
TestContext Framework.
- ServletTestExecutionListener() - Constructor for class org.springframework.test.context.web.ServletTestExecutionListener
-
- ServletUriComponentsBuilder - Class in org.springframework.web.servlet.support
-
UriComponentsBuilder with additional static factory methods to create links
based on the current HttpServletRequest.
- ServletUriComponentsBuilder() - Constructor for class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Default constructor.
- ServletUriComponentsBuilder(ServletUriComponentsBuilder) - Constructor for class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Create a deep copy of the given ServletUriComponentsBuilder.
- ServletWebArgumentResolverAdapter - Class in org.springframework.web.servlet.mvc.method.annotation
-
- ServletWebArgumentResolverAdapter(WebArgumentResolver) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletWebArgumentResolverAdapter
-
- ServletWebRequest - Class in org.springframework.web.context.request
-
WebRequest
adapter for an
javax.servlet.http.HttpServletRequest
.
- ServletWebRequest(HttpServletRequest) - Constructor for class org.springframework.web.context.request.ServletWebRequest
-
Create a new ServletWebRequest instance for the given request.
- ServletWebRequest(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.context.request.ServletWebRequest
-
Create a new ServletWebRequest instance for the given request/response pair.
- ServletWebSocketHandlerRegistration - Class in org.springframework.web.socket.config.annotation
-
A helper class for configuring
WebSocketHandler
request handling
including SockJS fallback options.
- ServletWebSocketHandlerRegistration(TaskScheduler) - Constructor for class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistration
-
- ServletWebSocketHandlerRegistry - Class in org.springframework.web.socket.config.annotation
-
- ServletWebSocketHandlerRegistry(ThreadPoolTaskScheduler) - Constructor for class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
-
- ServletWrappingController - Class in org.springframework.web.servlet.mvc
-
Spring Controller implementation that wraps a servlet instance which it manages
internally.
- ServletWrappingController() - Constructor for class org.springframework.web.servlet.mvc.ServletWrappingController
-
- ServletWrappingController.DelegatingServletConfig - Class in org.springframework.web.servlet.mvc
-
Internal implementation of the ServletConfig interface, to be passed
to the wrapped servlet.
- ServletWrappingPortletContext - Class in org.springframework.mock.web.portlet
-
Mock implementation of the javax.portlet.PortletContext
interface,
wrapping an underlying javax.servlet.ServletContext
.
- ServletWrappingPortletContext(ServletContext) - Constructor for class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
Create a new PortletContext wrapping the given ServletContext.
- servletWriterHelper - Static variable in class org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy
-
- servletWriterHelper - Static variable in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy
-
- session - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
-
- session - Variable in class org.springframework.mail.javamail.JavaMailSenderImpl
-
- SESSION - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
-
- session - Variable in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSubscription
-
- session - Variable in class org.springframework.mock.web.MockHttpServletRequest
-
- session - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
-
- session - Variable in class org.springframework.orm.hibernate4.SessionHolder
-
- session - Variable in class org.springframework.orm.hibernate4.SpringFlushSynchronization
-
- session - Variable in class org.springframework.orm.hibernate5.SessionHolder
-
- session - Variable in class org.springframework.orm.hibernate5.SpringFlushSynchronization
-
- session - Variable in class org.springframework.orm.jpa.vendor.HibernateJpaDialect.HibernateConnectionHandle
-
- session - Variable in class org.springframework.orm.jpa.vendor.HibernateJpaDialect.SessionTransactionData
-
- session - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
- session(MockHttpSession) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set the HTTP session to use, possibly re-used across requests.
- session - Variable in class org.springframework.web.context.request.ServletRequestAttributes
-
- session - Variable in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- session - Variable in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
-
- session - Variable in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- session - Variable in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpSubscription
-
- session - Variable in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.WebSocketSessionHolder
-
- session - Variable in class org.springframework.web.socket.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
-
- session - Variable in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport.SockJsResponseListener
-
- SESSION_ATTRIBUTES - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- SESSION_COMPLETED_NAME - Static variable in class org.springframework.messaging.simp.SimpAttributes
-
Key set after the session is completed
- SESSION_COOKIE_NAME - Static variable in class org.springframework.mock.web.MockHttpSession
-
- SESSION_ID_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- SESSION_MUTEX_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Key for the mutex session attribute
- SESSION_MUTEX_NAME - Static variable in class org.springframework.messaging.simp.SimpAttributes
-
Key for the mutex session attribute
- SESSION_NOT_RELIABLE - Static variable in class org.springframework.web.socket.CloseStatus
-
A status code for use within the framework the indicate a session has
become unreliable (e.g.
- SESSION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.hibernate3.SessionFactoryUtils
-
Deprecated.
Order value for TransactionSynchronization objects that clean up Hibernate Sessions.
- SESSION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.hibernate4.SessionFactoryUtils
-
Order value for TransactionSynchronization objects that clean up Hibernate Sessions.
- SESSION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.hibernate5.SessionFactoryUtils
-
Order value for TransactionSynchronization objects that clean up Hibernate Sessions.
- sessionAcknowledgeMode - Variable in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- sessionAcknowledgeMode - Variable in class org.springframework.jms.support.JmsAccessor
-
- sessionAnnotatedClassesCache - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
- sessionAttr(String, Object) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set a session attribute.
- sessionAttribute(String, <any>) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
-
Assert a session attribute value with the given Hamcrest Matcher
.
- SessionAttribute - Annotation Type in org.springframework.web.bind.annotation
-
Annotation to bind a method parameter to a session attribute.
- SessionAttributeMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
- SessionAttributeMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.SessionAttributeMethodArgumentResolver
-
- sessionAttributeNames - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- sessionAttributes - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
- SessionAttributes - Annotation Type in org.springframework.web.bind.annotation
-
Annotation that indicates the session attributes that a specific handler uses.
- sessionAttributesFound - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- sessionAttributesHandler - Variable in class org.springframework.web.method.annotation.ModelFactory
-
- SessionAttributesHandler - Class in org.springframework.web.method.annotation
-
- SessionAttributesHandler(Class<?>, SessionAttributeStore) - Constructor for class org.springframework.web.method.annotation.SessionAttributesHandler
-
Create a new instance for a controller type.
- sessionAttributesHandlerCache - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- sessionAttributeStore - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- SessionAttributeStore - Interface in org.springframework.web.bind.support
-
Strategy interface for storing model attributes in a backend session.
- sessionAttributeStore - Variable in class org.springframework.web.method.annotation.SessionAttributesHandler
-
- sessionAttributeStore - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
- sessionAttributeStore - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
- sessionAttributeStore - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- sessionAttributesToUpdate - Variable in class org.springframework.web.context.request.ServletRequestAttributes
-
- sessionAttributesToUpdate - Variable in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- sessionAttributeTypes - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
-
Deprecated.
- sessionAttrs(Map<String, Object>) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set session attributes.
- SessionAwareMessageListener<M extends Message> - Interface in org.springframework.jms.listener
-
Variant of the standard JMS javax.jms.MessageListener
interface,
offering not only the received Message but also the underlying
JMS Session object.
- sessionCacheSize - Variable in class org.springframework.jms.connection.CachingConnectionFactory
-
- SessionCallback<T> - Interface in org.springframework.jms.core
-
Callback for executing any number of operations on a provided Session
.
- sessionCheckLock - Variable in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- sessionCleanupTask - Variable in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
- sessionCompleted() - Method in class org.springframework.messaging.simp.SimpAttributes
-
Invoked when the session is completed.
- SessionConnectedEvent - Class in org.springframework.web.socket.messaging
-
A connected event represents the server response to a client's connect request.
- SessionConnectedEvent(Object, Message<byte[]>) - Constructor for class org.springframework.web.socket.messaging.SessionConnectedEvent
-
Create a new SessionConnectedEvent.
- SessionConnectedEvent(Object, Message<byte[]>, Principal) - Constructor for class org.springframework.web.socket.messaging.SessionConnectedEvent
-
- SessionConnectEvent - Class in org.springframework.web.socket.messaging
-
Event raised when a new WebSocket client using a Simple Messaging Protocol
(e.g.
- SessionConnectEvent(Object, Message<byte[]>) - Constructor for class org.springframework.web.socket.messaging.SessionConnectEvent
-
Create a new SessionConnectEvent.
- SessionConnectEvent(Object, Message<byte[]>, Principal) - Constructor for class org.springframework.web.socket.messaging.SessionConnectEvent
-
- sessionConnectionMethod - Static variable in class org.springframework.orm.jpa.vendor.HibernateJpaDialect.HibernateConnectionHandle
-
- sessionConstants - Static variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
Constants instance for javax.jms.Session
- sessionConstants - Static variable in class org.springframework.jms.support.JmsAccessor
-
Constants instance for javax.jms.Session
- sessionCookieConfig - Variable in class org.springframework.mock.web.MockServletContext
-
- sessionCookieNeeded - Variable in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
- sessionCookieNeeded - Variable in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
- sessionCount - Variable in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
-
- sessionCreated(HttpSessionEvent) - Method in class org.springframework.web.util.HttpSessionMutexListener
-
- sessionDestroyed(HttpSessionEvent) - Method in class org.springframework.web.util.HttpSessionMutexListener
-
- sessiondId - Variable in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler.SessionInfo
-
- SessionDisconnectEvent - Class in org.springframework.web.socket.messaging
-
Event raised when the session of a WebSocket client using a Simple Messaging
Protocol (e.g.
- SessionDisconnectEvent(Object, Message<byte[]>, String, CloseStatus) - Constructor for class org.springframework.web.socket.messaging.SessionDisconnectEvent
-
Create a new SessionDisconnectEvent.
- SessionDisconnectEvent(Object, Message<byte[]>, String, CloseStatus, Principal) - Constructor for class org.springframework.web.socket.messaging.SessionDisconnectEvent
-
Create a new SessionDisconnectEvent.
- sessionFactory - Variable in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
-
Deprecated.
- sessionFactory - Variable in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
- sessionFactory - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
- sessionFactory - Variable in class org.springframework.orm.hibernate3.SpringSessionContext
-
Deprecated.
- sessionFactory - Variable in class org.springframework.orm.hibernate3.SpringSessionSynchronization
-
Deprecated.
- sessionFactory - Variable in class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
-
Deprecated.
- sessionFactory - Variable in class org.springframework.orm.hibernate3.support.OpenSessionInterceptor
-
Deprecated.
- sessionFactory - Variable in class org.springframework.orm.hibernate4.HibernateTemplate
-
- sessionFactory - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
- sessionFactory - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
- sessionFactory - Variable in class org.springframework.orm.hibernate4.SpringSessionContext
-
- sessionFactory - Variable in class org.springframework.orm.hibernate4.SpringSessionSynchronization
-
- sessionFactory - Variable in class org.springframework.orm.hibernate4.support.AsyncRequestInterceptor
-
- sessionFactory - Variable in class org.springframework.orm.hibernate4.support.OpenSessionInterceptor
-
- sessionFactory - Variable in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
-
- sessionFactory - Variable in class org.springframework.orm.hibernate5.HibernateTemplate
-
- sessionFactory - Variable in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
- sessionFactory - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
- sessionFactory - Variable in class org.springframework.orm.hibernate5.SpringSessionContext
-
- sessionFactory - Variable in class org.springframework.orm.hibernate5.SpringSessionSynchronization
-
- sessionFactory - Variable in class org.springframework.orm.hibernate5.support.AsyncRequestInterceptor
-
- sessionFactory - Variable in class org.springframework.orm.hibernate5.support.OpenSessionInterceptor
-
- sessionFactory - Variable in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
-
- sessionFactoryBeanName - Variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
-
Deprecated.
- sessionFactoryBeanName - Variable in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
-
- sessionFactoryBeanName - Variable in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
-
- sessionFactoryFuture - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder.BootstrapSessionFactoryInvocationHandler
-
- SessionFactoryUtils - Class in org.springframework.orm.hibernate3
-
- SessionFactoryUtils() - Constructor for class org.springframework.orm.hibernate3.SessionFactoryUtils
-
Deprecated.
- SessionFactoryUtils - Class in org.springframework.orm.hibernate4
-
Helper class featuring methods for Hibernate Session handling.
- SessionFactoryUtils() - Constructor for class org.springframework.orm.hibernate4.SessionFactoryUtils
-
- SessionFactoryUtils - Class in org.springframework.orm.hibernate5
-
Helper class featuring methods for Hibernate Session handling.
- SessionFactoryUtils() - Constructor for class org.springframework.orm.hibernate5.SessionFactoryUtils
-
- SessionFlashMapManager - Class in org.springframework.web.servlet.support
-
Store and retrieve
FlashMap
instances to and from the HTTP session.
- SessionFlashMapManager() - Constructor for class org.springframework.web.servlet.support.SessionFlashMapManager
-
- sessionFuture - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- sessionHandler - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- sessionHolder - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
-
Deprecated.
- sessionHolder - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager.SuspendedResourcesHolder
-
Deprecated.
- SessionHolder - Class in org.springframework.orm.hibernate3
-
- SessionHolder(Session) - Constructor for class org.springframework.orm.hibernate3.SessionHolder
-
Deprecated.
- SessionHolder(Object, Session) - Constructor for class org.springframework.orm.hibernate3.SessionHolder
-
Deprecated.
- sessionHolder - Variable in class org.springframework.orm.hibernate3.SpringSessionSynchronization
-
Deprecated.
- sessionHolder - Variable in class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
-
Deprecated.
- sessionHolder - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
-
- sessionHolder - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager.SuspendedResourcesHolder
-
- SessionHolder - Class in org.springframework.orm.hibernate4
-
Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
- SessionHolder(Session) - Constructor for class org.springframework.orm.hibernate4.SessionHolder
-
- sessionHolder - Variable in class org.springframework.orm.hibernate4.SpringSessionSynchronization
-
- sessionHolder - Variable in class org.springframework.orm.hibernate4.support.AsyncRequestInterceptor
-
- sessionHolder - Variable in class org.springframework.orm.hibernate5.HibernateTransactionManager.HibernateTransactionObject
-
- sessionHolder - Variable in class org.springframework.orm.hibernate5.HibernateTransactionManager.SuspendedResourcesHolder
-
- SessionHolder - Class in org.springframework.orm.hibernate5
-
Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
- SessionHolder(Session) - Constructor for class org.springframework.orm.hibernate5.SessionHolder
-
- sessionHolder - Variable in class org.springframework.orm.hibernate5.SpringSessionSynchronization
-
- sessionHolder - Variable in class org.springframework.orm.hibernate5.support.AsyncRequestInterceptor
-
- sessionId - Variable in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionInfo
-
- sessionId - Variable in class org.springframework.messaging.simp.SimpAttributes
-
- sessionId - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- sessionId - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
-
- sessionId - Variable in class org.springframework.web.context.support.RequestHandledEvent
-
Session id that applied to the request, if any
- sessionId - Variable in class org.springframework.web.socket.messaging.SessionDisconnectEvent
-
- sessionId - Variable in class org.springframework.web.socket.sockjs.client.SockJsUrlInfo
-
- sessionId - Variable in exception org.springframework.web.socket.sockjs.SockJsException
-
- sessionIds - Variable in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver.ParseResult
-
- SessionInfo(String, Principal, long[], long[]) - Constructor for class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler.SessionInfo
-
- SessionLimitExceededException - Exception in org.springframework.web.socket.handler
-
Raised when a WebSocket session has exceeded limits it has been configured
for, e.g.
- SessionLimitExceededException(String, CloseStatus) - Constructor for exception org.springframework.web.socket.handler.SessionLimitExceededException
-
- sessionList - Variable in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
-
- SessionLocaleResolver - Class in org.springframework.web.servlet.i18n
-
LocaleResolver
implementation that
uses a locale attribute in the user's session in case of a custom setting,
with a fallback to the specified default locale or the request's
accept-header locale.
- SessionLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
- sessionLock - Variable in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry
-
- sessionLookup - Variable in class org.springframework.messaging.simp.user.MultiServerUserRegistry
-
- SessionLookup() - Constructor for class org.springframework.messaging.simp.user.MultiServerUserRegistry.SessionLookup
-
- sessionLookup - Variable in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpUser
-
- sessionMap - Variable in class org.springframework.orm.hibernate3.SessionHolder
-
Deprecated.
This Map needs to be concurrent because there might be multi-threaded
access in the case of JTA with remote transaction propagation.
- SessionObjectFactory() - Constructor for class org.springframework.web.context.support.WebApplicationContextUtils.SessionObjectFactory
-
- SessionObjectFactory() - Constructor for class org.springframework.web.portlet.context.PortletApplicationContextUtils.SessionObjectFactory
-
- SessionProxy - Interface in org.springframework.jms.connection
-
Subinterface of javax.jms.Session
to be implemented by
Session proxies.
- sessions - Variable in class org.springframework.jms.connection.JmsResourceHolder
-
- sessions - Variable in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
- sessions - Variable in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionRegistry
-
- sessions - Variable in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
- sessions - Variable in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpUser
-
- sessions - Variable in class org.springframework.messaging.simp.user.UserSessionRegistryAdapter.SimpUserAdapter
-
- sessions - Variable in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
-
- sessions - Variable in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
-
- sessions - Variable in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry
-
- sessions - Variable in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- sessions - Variable in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
- SessionScope - Annotation Type in org.springframework.web.context.annotation
-
@SessionScope
is a specialization of
@Scope
for a
component whose lifecycle is bound to the current web session.
- SessionScope - Class in org.springframework.web.context.request
-
Session-backed
Scope
implementation.
- SessionScope() - Constructor for class org.springframework.web.context.request.SessionScope
-
Create a new SessionScope, storing attributes in a locally
isolated session (or default session, if there is no distinction
between a global session and a component-specific session).
- SessionScope(boolean) - Constructor for class org.springframework.web.context.request.SessionScope
-
Create a new SessionScope, specifying whether to store attributes
in the global session, provided that such a distinction is available.
- sessionsPerConnection - Variable in class org.springframework.jms.connection.JmsResourceHolder
-
- sessionStatus - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
Deprecated.
- SessionStatus - Interface in org.springframework.web.bind.support
-
Simple interface that can be injected into handler methods, allowing them to
signal that their session processing is complete.
- sessionStatus - Variable in class org.springframework.web.method.support.ModelAndViewContainer
-
- SessionStatusMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
- SessionStatusMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
-
- SessionSubscribeEvent - Class in org.springframework.web.socket.messaging
-
Event raised when a new WebSocket client using a Simple Messaging Protocol
(e.g.
- SessionSubscribeEvent(Object, Message<byte[]>) - Constructor for class org.springframework.web.socket.messaging.SessionSubscribeEvent
-
- SessionSubscribeEvent(Object, Message<byte[]>, Principal) - Constructor for class org.springframework.web.socket.messaging.SessionSubscribeEvent
-
- SessionSubscriptionInfo(String) - Constructor for class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionInfo
-
- SessionSubscriptionRegistry() - Constructor for class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionRegistry
-
- SessionThemeResolver - Class in org.springframework.web.servlet.theme
-
ThemeResolver
implementation that
uses a theme attribute in the user's session in case of a custom setting,
with a fallback to the default theme.
- SessionThemeResolver() - Constructor for class org.springframework.web.servlet.theme.SessionThemeResolver
-
- sessionTrackingModes - Variable in class org.springframework.mock.web.MockServletContext
-
- sessionTransacted - Variable in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- sessionTransacted - Variable in class org.springframework.jms.support.JmsAccessor
-
- sessionTransactedCalled - Variable in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
- SessionTransactionData(Session, FlushMode, Connection, Integer) - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaDialect.SessionTransactionData
-
- SessionUnsubscribeEvent - Class in org.springframework.web.socket.messaging
-
Event raised when a new WebSocket client using a Simple Messaging Protocol
(e.g.
- SessionUnsubscribeEvent(Object, Message<byte[]>) - Constructor for class org.springframework.web.socket.messaging.SessionUnsubscribeEvent
-
- SessionUnsubscribeEvent(Object, Message<byte[]>, Principal) - Constructor for class org.springframework.web.socket.messaging.SessionUnsubscribeEvent
-
- set(ClassWriter, int, Object[], int, Object[]) - Method in class org.springframework.asm.Frame
-
Sets this frame to the given value.
- set(Frame) - Method in class org.springframework.asm.Frame
-
Sets this frame to the value of the given frame.
- set(int, int) - Method in class org.springframework.asm.Frame
-
Sets the output frame local variable type at the given index.
- set(int) - Method in class org.springframework.asm.Item
-
Sets this item to an integer item.
- set(long) - Method in class org.springframework.asm.Item
-
Sets this item to a long item.
- set(float) - Method in class org.springframework.asm.Item
-
Sets this item to a float item.
- set(double) - Method in class org.springframework.asm.Item
-
Sets this item to a double item.
- set(int, String, String, String) - Method in class org.springframework.asm.Item
-
Sets this item to an item that do not hold a primitive value.
- set(String, String, int) - Method in class org.springframework.asm.Item
-
Sets the item to an InvokeDynamic item.
- set(int, int) - Method in class org.springframework.asm.Item
-
Sets the item to a BootstrapMethod item.
- SET - Static variable in class org.springframework.core.style.DefaultValueStyler
-
- set(String, String) - Method in class org.springframework.http.HttpHeaders
-
Set the given, single header value under the given name.
- set(String, String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the given, single header value under the given name.
- set(int, E) - Method in class org.springframework.util.AutoPopulatingList
-
- set(K, V) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
-
- set(T) - Method in class org.springframework.util.concurrent.SettableListenableFuture
-
Set the value of this future.
- set(K, V) - Method in class org.springframework.util.LinkedMultiValueMap
-
- set(K, V) - Method in interface org.springframework.util.MultiValueMap
-
Set the given single value under the given key.
- set(String, String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Set the given, single header value under the given name.
- set$AroundClosure(AroundClosure) - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
- SET_COOKIE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Set-Cookie
header field name.
- SET_COOKIE2 - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Set-Cookie2
header field name.
- SET_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- setAbstract(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set if this bean is "abstract", i.e.
- setAbstract(boolean) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set whether or not this definition is abstract.
- setAccept(List<MediaType>) - Method in class org.springframework.http.HttpHeaders
-
Set the list of acceptable
media types,
as specified by the
Accept
header.
- setAcceptCharset(List<Charset>) - Method in class org.springframework.http.HttpHeaders
-
Set the list of acceptable charsets,
as specified by the Accept-Charset
header.
- setAcceptCharset(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'acceptCharset
' attribute.
- setAcceptedProtocol(String) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
Unlike WebSocket where sub-protocol negotiation is part of the initial
handshake, in HTTP transports the same negotiation must be emulated and
the selected protocol set through this setter.
- setAcceptExisting(boolean) - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
-
Set whether an existing EhCache CacheManager of the same name will be accepted
for this EhCacheManagerFactoryBean setup.
- setAcceptGzipEncoding(boolean) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Set whether to accept GZIP encoding, that is, whether to
send the HTTP "Accept-Encoding" header with "gzip" as value.
- setAcceptMessagesWhileStopping(boolean) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set whether to accept received messages while the listener container
in the process of stopping.
- setAcceptProxyClasses(boolean) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
Set whether to accept deserialization of proxy classes.
- setAcceptVersion(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- setAccessCallParameterMetaData(boolean) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify whether call parameter metadata should be accessed.
- setAccessCallParameterMetaData(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Specify whether the parameter metadata for the call should be used.
- setAccessControlAllowCredentials(boolean) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Access-Control-Allow-Credentials
response header.
- setAccessControlAllowHeaders(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Access-Control-Allow-Headers
response header.
- setAccessControlAllowMethods(List<HttpMethod>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Access-Control-Allow-Methods
response header.
- setAccessControlAllowOrigin(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Access-Control-Allow-Origin
response header.
- setAccessControlExposeHeaders(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Access-Control-Expose-Headers
response header.
- setAccessControlMaxAge(long) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Access-Control-Max-Age
response header.
- setAccessControlRequestHeaders(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Access-Control-Request-Headers
request header.
- setAccessControlRequestMethod(HttpMethod) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Access-Control-Request-Method
request header.
- setAccesskey(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Set the value of the 'accesskey
' attribute.
- setAccessTableColumnMetaData(boolean) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Specify whether we should access table column meta data.
- setAccessTableColumnMetaData(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Specify whether the parameter metadata for the call should be used.
- setAck(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- setAck(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the ack header to one of "auto", "client", or "client-individual".
- setAcknowledgeMode(int) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
Set the JMS acknowledgement mode to use.
- setAcknowledgeModeName(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
Set the JMS acknowledgement mode by the name of the corresponding constant
in the JMS Session
interface, e.g.
- setAction(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'action
' attribute.
- setActivationSpec(ActivationSpec) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Set the JCA ActivationSpec to use for activating the endpoint.
- setActivationSpecClass(Class<?>) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
-
Specify the fully-qualified ActivationSpec class name for the target
provider (e.g.
- setActivationSpecConfig(JmsActivationSpecConfig) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
- setActivationSpecFactory(JmsActivationSpecFactory) - Method in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
-
- setActivationSpecFactory(JmsActivationSpecFactory) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
Set the factory for concrete JCA 1.5 ActivationSpec objects,
creating JCA ActivationSpecs based on
JmsActivationSpecConfig
objects.
- setActiveProfiles(String...) - Method in class org.springframework.core.env.AbstractEnvironment
-
- setActiveProfiles(String...) - Method in interface org.springframework.core.env.ConfigurableEnvironment
-
Specify the set of profiles active for this Environment
.
- setActualTransactionActive(boolean) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Expose whether there currently is an actual transaction active.
- setAdapters(XmlAdapter<?, ?>...) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Specify the XmlAdapter
s to be registered with the JAXB Marshaller
and Unmarshaller
- setAdvice(Advice) - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
-
- setAdvice(Advice) - Method in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
-
Specify the advice that this advisor should apply.
- setAdvice(Advice) - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
- setAdviceBeanName(String) - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
-
Specify the name of the advice bean that this advisor should refer to.
- setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
Specify the AdvisorAdapterRegistry to use.
- setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
-
Specify the AdvisorAdapterRegistry to register AdvisorAdapter beans with.
- setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
- setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Specify the AdvisorAdapterRegistry to use.
- setAdvisorBeanNamePrefix(String) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
-
Set the prefix for bean names that will cause them to be included for
auto-proxying by this object.
- setAdvisorChainFactory(AdvisorChainFactory) - Method in class org.springframework.aop.framework.AdvisedSupport
-
Set the advisor chain factory to use.
- setAfterInitialization(boolean) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
-
Choose whether to perform validation after bean initialization
(i.e.
- setAfterMessagePrefix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set the value that should be prepended to the log message written
after a request is processed.
- setAfterMessageSuffix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set the value that should be appended to the log message written
after a request is processed.
- setAgentId(String) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Set the agent id of the MBeanServer
to locate.
- setAgentId(String) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
-
Set the agent id of the MBeanServer
to locate.
- setAgentId(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
Set the agent id of the MBeanServer
to locate.
- setAliases(Map<String, ?>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set the alias/type map, consisting of string aliases mapped to classes.
- setAliasesByType(Map<String, ?>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set the aliases by type map, consisting of string aliases mapped to classes.
- setAll(Map<String, String>) - Method in class org.springframework.http.HttpHeaders
-
- setAll(Map<String, String>) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
- setAll(Map<K, V>) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
-
- setAll(Map<K, V>) - Method in class org.springframework.util.LinkedMultiValueMap
-
- setAll(Map<K, V>) - Method in interface org.springframework.util.MultiValueMap
-
Set the given values under.
- setAll(Map<String, String>) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
- setAllow(Set<HttpMethod>) - Method in class org.springframework.http.HttpHeaders
-
Set the set of allowed
HTTP methods
,
as specified by the
Allow
header.
- setAllowBeanDefinitionOverriding(boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Set whether it should be allowed to override bean definitions by registering
a different definition with the same name, automatically replacing the former.
- setAllowBeanDefinitionOverriding(boolean) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
-
Set whether it should be allowed to override bean definitions by registering
a different definition with the same name, automatically replacing the former.
- setAllowBeanDefinitionOverriding(boolean) - Method in class org.springframework.context.support.GenericApplicationContext
-
Set whether it should be allowed to override bean definitions by registering
a different definition with the same name, automatically replacing the former.
- setAllowCircularReferences(boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Set whether to allow circular references between beans - and automatically
try to resolve them.
- setAllowCircularReferences(boolean) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
-
Set whether to allow circular references between beans - and automatically
try to resolve them.
- setAllowCircularReferences(boolean) - Method in class org.springframework.context.support.GenericApplicationContext
-
Set whether to allow circular references between beans - and automatically
try to resolve them.
- setAllowCoreThreadTimeOut(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Specify whether to allow core threads to time out.
- setAllowCoreThreadTimeOut(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Specify whether to allow core threads to time out.
- setAllowCreate(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
Set if a new Session
should be created when no transactional
Session
can be found for the current thread.
- setAllowCreate(boolean) - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
-
Set whether the PersistenceManagerFactory proxy is allowed to create
a non-transactional PersistenceManager when no transactional
PersistenceManager can be found for the current thread.
- setAllowCreate(boolean) - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
-
Set whether the PersistenceManagerFactory proxy is allowed to create
a non-transactional PersistenceManager when no transactional
PersistenceManager can be found for the current thread.
- setAllowCredentials(Boolean) - Method in class org.springframework.web.cors.CorsConfiguration
-
Whether user credentials are supported.
- setAllowCustomIsolationLevels(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set whether to allow custom isolation levels to be specified.
- setAllowDuplicateParameters(boolean) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
-
Set whether to allow duplicate parameter values across different portlet modes.
- setAllowEagerClassLoading(boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Set whether the factory is allowed to eagerly load bean classes
even for bean definitions that are marked as "lazy-init".
- setAllowEagerInit(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
-
Specify whether to allow eager initialization of candidate beans
when autodetecting MBeans in the Spring application context.
- setAllowedFields(String...) - Method in class org.springframework.validation.DataBinder
-
Register fields that should be allowed for binding.
- setAllowedHeaders(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
-
Set the list of headers that a pre-flight request can list as allowed
for use during an actual request.
- setAllowedLocations(Resource...) - Method in class org.springframework.web.servlet.resource.PathResourceResolver
-
By default when a Resource is found, the path of the resolved resource is
compared to ensure it's under the input location where it was found.
- setAllowedMethods(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
-
Set the HTTP methods to allow, e.g.
- setAllowedOrigins(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
-
Set the origins to allow, e.g.
- setAllowedOrigins(String...) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
-
- setAllowedOrigins(String...) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
- setAllowedOrigins(String...) - Method in interface org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistration
-
Configure allowed Origin
header values.
- setAllowedOrigins(String...) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
-
- setAllowedOrigins(String...) - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
-
Configure allowed Origin
header values.
- setAllowedOrigins(Collection<String>) - Method in class org.springframework.web.socket.server.support.OriginHandshakeInterceptor
-
Configure allowed Origin
header values.
- setAllowedOrigins(Collection<String>) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Configure allowed Origin
header values.
- setAllowedResources(String) - Method in class org.springframework.web.servlet.ResourceServlet
-
Deprecated.
Set allowed resources as URL pattern, e.g.
- setAllowNonSerializable(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether to allow non-serializable types as Hessian arguments
and return values.
- setAllowNonSerializable(boolean) - Method in class org.springframework.remoting.caucho.HessianExporter
-
Set whether to allow non-serializable types as Hessian arguments
and return values.
- setAllowNullValues(boolean) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Specify whether to accept and convert null
values for all caches
in this cache manager.
- setAllowNullValues(boolean) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
Set whether to allow null
values
(adapting them to an internal null holder value).
- setAllowNullValues(boolean) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Specify whether to accept and convert null
values for all caches
in this cache manager.
- setAllowNullValues(boolean) - Method in class org.springframework.cache.guava.GuavaCacheManager
-
Specify whether to accept and convert null
values for all caches
in this cache manager.
- setAllowNullValues(boolean) - Method in class org.springframework.cache.jcache.JCacheCacheManager
-
Specify whether to accept and convert null
values for all caches
in this cache manager.
- setAllowRawInjectionDespiteWrapping(boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Set whether to allow the raw injection of a bean instance into some other
bean's property, despite the injected bean eventually getting wrapped
(for example, through AOP auto-proxying).
- setAllowRequestOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Set whether HttpServletRequest attributes are allowed to override (hide)
controller generated model attributes of the same name.
- setAllowRequestOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
Set whether HttpServletRequest attributes are allowed to override (hide)
controller generated model attributes of the same name.
- setAllowResultAccessAfterCompletion(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
Set whether to allow result access after completion, typically via Hibernate's
ScrollableResults mechanism.
- setAllowResultAccessAfterCompletion(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Set whether to allow result access after completion, typically via Hibernate's
ScrollableResults mechanism.
- setAllowSessionOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Set whether HttpSession attributes are allowed to override (hide)
controller generated model attributes of the same name.
- setAllowSessionOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
Set whether HttpSession attributes are allowed to override (hide)
controller generated model attributes of the same name.
- setAlt(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Set the value of the 'alt
' attribute.
- setAlwaysCreate(boolean) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Set whether to always create the registry in-process,
not attempting to locate an existing registry at the specified port.
- setAlwaysCreateRegistry(boolean) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
Set whether to always create the registry in-process,
not attempting to locate an existing registry at the specified port.
- setAlwaysInclude(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Specify whether to always include the view rather than forward to it.
- setAlwaysInclude(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
-
Specify whether to always include the view rather than forward to it.
- setAlwaysInclude(boolean) - Method in class org.springframework.web.servlet.view.tiles2.TilesView
-
Deprecated.
Specify whether to always include the view rather than forward to it.
- setAlwaysInclude(Boolean) - Method in class org.springframework.web.servlet.view.tiles2.TilesViewResolver
-
Deprecated.
Specify whether to always include the view rather than forward to it.
- setAlwaysInclude(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
-
Specify whether to always include the view rather than forward to it.
- setAlwaysInclude(Boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesViewResolver
-
Specify whether to always include the view rather than forward to it.
- setAlwaysMustRevalidate(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
- setAlwaysTranslate(boolean) - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
-
Specify whether to always translate the exception ("true"), or whether throw the
raw exception when declared, i.e.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Set if URL lookup should always use the full path within the current servlet
context.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set if URL lookup should always use the full path within the current servlet
context.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
-
Set if URL lookup should always use full path within current servlet
context.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set if URL lookup should always use the full path within the current servlet
context.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
-
Deprecated.
Set if URL lookup should always use full path within current servlet
context.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Set if URL lookup should always use full path within current servlet
context.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set if URL lookup should always use the full path within the current servlet
context.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.util.UrlPathHelper
-
Set if URL lookup should always use full path within current servlet
context.
- setAlwaysUseJndiLookup(boolean) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Set whether to always use JNDI lookups equivalent to standard Java EE 5 resource
injection, even for name
attributes and default names.
- setAlwaysUseMessageFormat(boolean) - Method in class org.springframework.context.support.MessageSourceSupport
-
Set whether to always apply the MessageFormat
rules,
parsing even messages without arguments.
- setAlwaysUseNewSession(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
Set whether to always use a new Hibernate Session for this template.
- setAnnotatedClasses(Class<?>...) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
-
Deprecated.
Specify annotated classes, for which mappings will be read from
class-level annotation metadata.
- setAnnotatedClasses(Class<?>...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Specify annotated entity classes to register with this Hibernate SessionFactory.
- setAnnotatedClasses(Class<?>...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Specify annotated entity classes to register with this Hibernate SessionFactory.
- setAnnotatedClasses(Class<?>...) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set annotated classes for which aliases will be read from class-level annotation metadata.
- setAnnotatedEndpointClasses(Class<?>...) - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
Explicitly list annotated endpoint types that should be registered on startup.
- setAnnotatedPackages(String...) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
-
Deprecated.
Specify the names of annotated packages, for which package-level
annotation metadata will be read.
- setAnnotatedPackages(String...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Specify the names of annotated packages, for which package-level
annotation metadata will be read.
- setAnnotatedPackages(String...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Specify the names of annotated packages, for which package-level
annotation metadata will be read.
- setAnnotationIntrospector(AnnotationIntrospector) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set an AnnotationIntrospector
for both serialization and deserialization.
- setAopProxyFactory(AopProxyFactory) - Method in class org.springframework.aop.framework.ProxyCreatorSupport
-
Customize the AopProxyFactory, allowing different strategies
to be dropped in without changing the core framework.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
- setApplicationContext(ApplicationContext) - Method in interface org.springframework.context.ApplicationContextAware
-
Set the ApplicationContext that this object runs in.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.context.event.EventListenerMethodProcessor
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.ApplicationObjectSupport
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.LiveBeansView
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set the builder
ApplicationContext
in order to autowire Jackson handlers
(
JsonSerializer
,
JsonDeserializer
,
KeyDeserializer
,
TypeResolverBuilder
and
TypeIdResolver
).
- setApplicationContext(ApplicationContext) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.view.ViewResolverComposite
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
- setApplicationContextJobDataKey(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Set the key of an ApplicationContext reference to expose in the JobDataMap,
for example "applicationContext".
- setApplicationContextSchedulerContextKey(String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set the key of an ApplicationContext reference to expose in the
SchedulerContext, for example "applicationContext".
- setApplicationDestinationPrefixes(String...) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
Configure one or more prefixes to filter destinations targeting application
annotated methods.
- setApplicationEventClass(Class<?>) - Method in class org.springframework.context.event.EventPublicationInterceptor
-
Set the application event class to publish.
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in interface org.springframework.context.ApplicationEventPublisherAware
-
Set the ApplicationEventPublisher that this object runs in.
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.context.event.EventPublicationInterceptor
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- setApplyCommonInterceptorsFirst(boolean) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Set whether the common interceptors should be applied before bean-specific ones.
- setApplyLastModified(boolean) - Method in class org.springframework.web.servlet.ResourceServlet
-
Deprecated.
Set whether to apply the file timestamp of the target resource
as last-modified value.
- setApplyWebRequestInterceptorsToRenderPhaseOnly(boolean) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
-
Specify whether to apply WebRequestInterceptors to the Portlet render phase
only ("true", or whether to apply them to the Portlet action phase as well
("false").
- setArgumentNames(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Set by creator of this advice object if the argument names are known.
- setArgumentNamesFromStringArray(String...) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
-
Configure the complete list of supported argument types effectively overriding
the ones configured by default.
- setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Configure the complete list of supported argument types, effectively overriding
the ones configured by default.
- setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Configure the complete list of supported argument types thus overriding
the resolvers that would otherwise be configured by default.
- setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure the complete list of supported argument types thus overriding
the resolvers that would otherwise be configured by default.
- setArguments(Object...) - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- setArguments(Object...) - Method in interface org.springframework.aop.ProxyMethodInvocation
-
Set the arguments to be used on subsequent invocations in the any advice
in this chain.
- setArguments(Object[]) - Method in class org.springframework.remoting.support.RemoteInvocation
-
Set the arguments for the target method call.
- setArguments(Object[]) - Method in class org.springframework.util.MethodInvoker
-
Set arguments for the method invocation.
- setArguments(Object) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set optional message arguments for this tag, as a comma-delimited
String (each String argument can contain JSP EL), an Object array
(used as argument array), or a single Object (used as single argument).
- setArgumentSeparator(String) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set the separator to use for splitting an arguments String.
- setArrayElement(TypeConverter, Object, int, Object, Class<?>) - Method in class org.springframework.expression.spel.ast.Indexer
-
- setAscending(boolean) - Method in class org.springframework.beans.support.MutableSortDefinition
-
Set whether to sort ascending (true) or descending (false).
- setAscending(boolean) - Method in class org.springframework.util.comparator.InvertibleComparator
-
Specify the sort order: ascending (true) or descending (false).
- setAscendingOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
-
Change the sort order at the given index to ascending.
- setAsciiStream(long) - Method in class org.springframework.jdbc.support.lob.PassThroughClob
-
- setAspectBeanName(String) - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
-
Set the name of the aspect bean.
- setAspectJAdvisorFactory(AspectJAdvisorFactory) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
-
- setAspectName(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- setAssembler(MBeanInfoAssembler) - Method in class org.springframework.jmx.export.MBeanExporter
-
Set the implementation of the MBeanInfoAssembler
interface to use
for this exporter.
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CharacterEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CharArrayPropertyEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CharsetEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.ClassArrayEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.ClassEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CurrencyEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
-
Convert the given text value to a Collection with a single element.
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomDateEditor
-
Parse the Date from the given text, using the specified DateFormat.
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
-
Convert the given text value to a Map with a single element.
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
-
Parse the Number from the given text, using the specified NumberFormat.
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.FileEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.InputSourceEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.InputStreamEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.LocaleEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.PathEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.PatternEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.PropertiesEditor
-
Convert String
into Properties
, considering it as
properties content.
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.ReaderEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.ResourceBundleEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.StringTrimmerEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.TimeZoneEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.URIEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.URLEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.UUIDEditor
-
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.ZoneIdEditor
-
- setAsText(String) - Method in class org.springframework.beans.PropertyValuesEditor
-
- setAsText(String) - Method in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
-
- setAsText(String) - Method in class org.springframework.core.io.ResourceEditor
-
- setAsText(String) - Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
-
Treat the given text as a location pattern and convert it to a Resource array.
- setAsText(String) - Method in class org.springframework.format.support.FormatterPropertyEditorAdapter
-
- setAsText(String) - Method in class org.springframework.http.MediaTypeEditor
-
- setAsText(String) - Method in class org.springframework.jndi.JndiTemplateEditor
-
- setAsText(String) - Method in class org.springframework.mail.javamail.InternetAddressEditor
-
- setAsText(String) - Method in class org.springframework.transaction.interceptor.TransactionAttributeEditor
-
Format is PROPAGATION_NAME,ISOLATION_NAME,readOnly,timeout_NNNN,+Exception1,-Exception2.
- setAsText(String) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
-
- setAsText(String) - Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
-
- setAsUnicode(String) - Method in class org.springframework.beans.propertyeditors.CharacterEditor
-
- setAsyncAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
Set the 'async' annotation type.
- setAsyncAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
Set the 'async' annotation type to be detected at either class or method
level.
- setAsyncClient(HttpAsyncClient) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
- setAsyncContext(MockAsyncContext) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setAsyncMode(boolean) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Specify whether to establish a local first-in-first-out scheduling mode for forked tasks
that are never joined.
- setAsyncRequestFactory(AsyncClientHttpRequestFactory) - Method in class org.springframework.http.client.support.AsyncHttpAccessor
-
Set the request factory that this accessor uses for obtaining
HttpRequests
.
- setAsyncRequestTimeout(long) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Specify the timeout value for async execution.
- setAsyncRequestTimeout(long) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Specify the amount of time, in milliseconds, before concurrent handling
should time out.
- setAsyncResult(Object) - Method in class org.springframework.test.web.servlet.DefaultMvcResult
-
- setAsyncSendTimeout(long) - Method in class org.springframework.test.context.web.socket.MockServerContainer
-
- setAsyncSendTimeout(long) - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- setAsyncSendTimeout(long) - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- setAsyncStarted(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setAsyncSupported(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setAsyncTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
-
Specify the TaskExecutor to use for asynchronous work execution
(i.e.
- setAsyncWebRequest(AsyncWebRequest) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- setAttribute(String, Object) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
-
- setAttribute(String, Object) - Method in interface org.springframework.core.AttributeAccessor
-
Set the attribute defined by name
to the supplied value
.
- setAttribute(String, Object) - Method in class org.springframework.core.AttributeAccessorSupport
-
- setAttribute(Attribute) - Method in class org.springframework.jmx.export.SpringModelMBean
-
Switches the context ClassLoader
for the
managed resources ClassLoader
before allowing the invocation to occur.
- setAttribute(String, Object) - Method in class org.springframework.messaging.simp.SimpAttributes
-
Set the value with the given name replacing an existing value (if any).
- setAttribute(String, Object) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setAttribute(String, Object) - Method in class org.springframework.mock.web.MockHttpSession
-
- setAttribute(String, Object) - Method in class org.springframework.mock.web.MockPageContext
-
- setAttribute(String, Object, int) - Method in class org.springframework.mock.web.MockPageContext
-
- setAttribute(String, Object) - Method in class org.springframework.mock.web.MockServletContext
-
- setAttribute(String, Object) - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- setAttribute(String, Object) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setAttribute(String, Object) - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- setAttribute(String, Object, int) - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- setAttribute(String, Object) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
- setAttribute(String, Object, ExternalContext) - Static method in class org.springframework.web.context.request.FacesRequestAttributes.PortletSessionAccessor
-
- setAttribute(String, Object, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- setAttribute(String, Object, int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Set the value for the scoped attribute of the given name,
replacing an existing value (if any).
- setAttribute(String, Object, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- setAttribute(String, Object) - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
-
- setAttribute(String, Object, int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- setAttribute(String, Object) - Method in class org.springframework.web.servlet.handler.HandlerMappingIntrospector.RequestAttributeChangeIgnoringWrapper
-
- setAttributeName(String) - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
Set the name of the ServletContext attribute to expose.
- setAttributeNamePrefix(String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
Specify a prefix to use for the attribute names in the backend session.
- setAttributes(AttributeList) - Method in class org.springframework.jmx.export.SpringModelMBean
-
Switches the context ClassLoader
for the
managed resources ClassLoader
before allowing the invocation to occur.
- setAttributes(SimpAttributes) - Static method in class org.springframework.messaging.simp.SimpAttributesContextHolder
-
Bind the given SimpAttributes to the current thread,
- setAttributes(Map<String, Serializable>) - Method in class org.springframework.remoting.support.RemoteInvocation
-
Set the attributes Map.
- setAttributes(Map<String, Object>) - Method in class org.springframework.web.context.support.ServletContextAttributeExporter
-
Set the ServletContext attributes to expose as key-value pairs.
- setAttributes(Properties) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set static attributes for this view from a
java.util.Properties
object.
- setAttributes(Properties) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set static attributes from a java.util.Properties
object,
for all views returned by this resolver.
- setAttributesCSV(String) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set static attributes as a CSV string.
- setAttributesFromMessage(Message<?>) - Static method in class org.springframework.messaging.simp.SimpAttributesContextHolder
-
Extract the SiMP session attributes from the given message, wrap them in
a
SimpAttributes
instance and bind it to the current thread,
- setAttributesMap(Map<String, ?>) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set static attributes for this view from a Map.
- setAttributesMap(Map<String, ?>) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set static attributes from a Map, for all views returned by this resolver.
- setAttributeSource(JmxAttributeSource) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Set the JmxAttributeSource
implementation to use for
reading the metadata from the bean class.
- setAttributeSource(JmxAttributeSource) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
-
Set the implementation of the JmxAttributeSource
interface to use
when reading the source-level metadata.
- setAuthenticator(Authenticator) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Register a common Authenticator
to be
applied to all detected WebService
annotated beans.
- setAuthenticator(Authenticator) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
Register a common
Authenticator
to be
applied to all locally registered
contexts
.
- setAuthorizedRoles(String...) - Method in class org.springframework.web.portlet.handler.UserRoleAuthorizationInterceptor
-
Set the roles that this interceptor should treat as authorized.
- setAuthorizedRoles(String...) - Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
-
Set the roles that this interceptor should treat as authorized.
- setAuthType(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setAuthType(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setAutoCommit(boolean) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Set whether the returned Connection's "autoCommit" setting should be overridden.
- setAutocomplete(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'autocomplete
' attribute.
- setAutocomplete(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Set the value of the 'autocomplete
' attribute.
- setAutodetect(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
-
Set whether to autodetect MBeans in the bean factory that this exporter
runs in.
- setAutodetectAnnotations(boolean) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Activate XStream's autodetection mode.
- setAutodetectDataSource(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
Set whether to autodetect a JDBC DataSource used by the Hibernate SessionFactory,
if set via LocalSessionFactoryBean's setDataSource
.
- setAutodetectDataSource(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
Set whether to autodetect a JDBC DataSource used by the Hibernate SessionFactory,
if set via LocalSessionFactoryBean's setDataSource
.
- setAutodetectDataSource(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Set whether to autodetect a JDBC DataSource used by the Hibernate SessionFactory,
if set via LocalSessionFactoryBean's setDataSource
.
- setAutodetectDataSource(boolean) - Method in class org.springframework.orm.jdo.JdoTransactionManager
-
Set whether to autodetect a JDBC DataSource used by the JDO PersistenceManagerFactory,
as returned by the getConnectionFactory()
method.
- setAutoDetectFields(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Shortcut for MapperFeature#AUTO_DETECT_FIELDS
option.
- setAutoDetectGettersSetters(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Shortcut for MapperFeature#AUTO_DETECT_SETTERS
/
MapperFeature#AUTO_DETECT_GETTERS
/MapperFeature#AUTO_DETECT_IS_GETTERS
options.
- setAutodetectInterfaces(boolean) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Set whether to autodetect proxy interfaces if none specified.
- setAutodetectMode(int) - Method in class org.springframework.jmx.export.MBeanExporter
-
Set the autodetection mode to use.
- setAutodetectModeName(String) - Method in class org.springframework.jmx.export.MBeanExporter
-
Set the autodetection mode to use by name.
- setAutodetectTransactionManager(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set whether to autodetect a JTA UserTransaction object that implements
the JTA TransactionManager interface too (i.e.
- setAutodetectTransactionSynchronizationRegistry(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set whether to autodetect a JTA 1.1 TransactionSynchronizationRegistry object
at its default JDNI location ("java:comp/TransactionSynchronizationRegistry")
if the UserTransaction has also been obtained from JNDI, and also whether
to fall back to checking whether the JTA UserTransaction/TransactionManager
object implements the JTA TransactionSynchronizationRegistry interface too.
- setAutodetectUserTransaction(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set whether to autodetect the JTA UserTransaction at its default
JNDI location "java:comp/UserTransaction", as specified by Java EE.
- setAutoGrowCollectionLimit(int) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
Specify a limit for array and collection auto-growing.
- setAutoGrowCollectionLimit(int) - Method in interface org.springframework.beans.BeanWrapper
-
Specify a limit for array and collection auto-growing.
- setAutoGrowCollectionLimit(int) - Method in class org.springframework.validation.DataBinder
-
Specify the limit for array and collection auto-growing.
- setAutoGrowNestedPaths(boolean) - Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setAutoGrowNestedPaths(boolean) - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
-
Set whether this instance should attempt to "auto-grow" a
nested path that contains a null
value.
- setAutoGrowNestedPaths(boolean) - Method in class org.springframework.validation.DataBinder
-
Set whether this binder should attempt to "auto-grow" a nested path that contains a null value.
- setAutoGrowNestedPaths(boolean) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set whether a binder should attempt to "auto-grow" a nested path that contains a null value.
- setAutoReceipt(boolean) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- setAutoReceipt(boolean) - Method in interface org.springframework.messaging.simp.stomp.StompSession
-
When enabled, a receipt header is automatically added to future
send
and subscribe
operations on this session, which causes
the server to return a RECEIPT.
- setAutoStartup(boolean) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Set whether to auto-start the endpoint activation after this endpoint
manager has been initialized and the context has been refreshed.
- setAutoStartup(boolean) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- setAutoStartup(boolean) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Set whether to automatically start the container after initialization.
- setAutoStartup(boolean) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- setAutoStartup(boolean) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
- setAutoStartup(boolean) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set whether to automatically start the scheduler after initialization.
- setAutoStartup(boolean) - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
Set whether to auto-connect to the remote endpoint after this connection manager
has been initialized and the Spring context has been refreshed.
- setAutoStartup(boolean) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
Set whether to auto-start the contained WebSocketClient when the Spring
context has been refreshed.
- setAutowire(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the default autowire setting for the document that's currently parsed.
- setAutowireCandidate(boolean) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Set whether this bean is a candidate for getting autowired into some other bean.
- setAutowireCandidate(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set whether this bean is a candidate for getting autowired into some other bean.
- setAutowireCandidatePatterns(String...) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Set the name-matching patterns for determining autowire candidates.
- setAutowireCandidateResolver(AutowireCandidateResolver) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Set a custom autowire candidate resolver for this BeanFactory to use
when deciding whether a bean definition should be considered as a
candidate for autowiring.
- setAutowireCandidates(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the default autowire-candidate pattern for the document that's currently parsed.
- setAutowiredAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
Set the 'autowired' annotation type, to be used on constructors, fields,
setter methods and arbitrary config methods.
- setAutowiredAnnotationTypes(Set<Class<? extends Annotation>>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
Set the 'autowired' annotation types, to be used on constructors, fields,
setter methods and arbitrary config methods.
- setAutowireMode(int) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the autowire mode.
- setAutowireMode(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the autowire mode for this definition.
- setAutowireMode(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- setAwaitTerminationSeconds(int) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Set the maximum number of seconds that this executor is supposed to block
on shutdown in order to wait for remaining tasks to complete their execution
before the rest of the container continues to shut down.
- setAwaitTerminationSeconds(int) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Set the maximum number of seconds that this ForkJoinPool is supposed to block
on shutdown in order to wait for remaining tasks to complete their execution
before the rest of the container continues to shut down.
- setBacklog(int) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Specify the HTTP server's TCP backlog.
- setBacklog(int) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
Specify the HTTP server's TCP backlog.
- setBackOff(BackOff) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
-
- setBackOff(BackOff) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the
BackOff
instance to use to compute the interval
between recovery attempts.
- setBadSqlGrammarCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setBase64EncodeByteArrays(boolean) - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
Whether to Base64-encode byte[]
properties when reading and
writing JSON.
- setBaseAddress(String) - Method in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
-
Set the base address for exported services.
- setBasename(String) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set a single basename, following the basic ResourceBundle convention
of not specifying file extension or language codes.
- setBasename(String) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Set a single basename, following ResourceBundle
conventions.
- setBasenamePrefix(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
Set the prefix that gets applied to the ResourceBundle basenames,
i.e.
- setBasenames(String...) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set an array of basenames, each following the basic ResourceBundle convention
of not specifying file extension or language codes.
- setBasenames(String...) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Set an array of basenames, each following ResourceBundle
conventions.
- setBasePackage(String) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
-
Deprecated.
Set the base package to be used for generating path mappings,
including all subpackages underneath this packages as path elements.
- setBasePath(String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Set the base path for context publication.
- setBaseUrl(String) - Method in class org.springframework.web.util.AbstractUriTemplateHandler
-
Configure a base URL to prepend URI templates with.
- setBatchSize(int) - Method in class org.springframework.jdbc.object.BatchSqlUpdate
-
Set the number of statements that will trigger an automatic intermediate
flush.
- setBcc(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setBcc(String[]) - Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setBcc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setBcc(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setBcc(String) - Method in interface org.springframework.mail.MailMessage
-
- setBcc(String[]) - Method in interface org.springframework.mail.MailMessage
-
- setBcc(String) - Method in class org.springframework.mail.SimpleMailMessage
-
- setBcc(String[]) - Method in class org.springframework.mail.SimpleMailMessage
-
- setBean(Object) - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
Set the actual bean instance to invoke this endpoint method on.
- setBeanClass(Class<?>) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify the class for this bean.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.ProxyProcessorSupport
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
-
- setBeanClassLoader(ClassLoader) - Method in interface org.springframework.beans.factory.BeanClassLoaderAware
-
Callback that supplies the bean class loader
to
a bean instance.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Set the class loader to use for loading bean classes.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.MethodInvokingBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
Set the ClassLoader to use for bean classes.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.export.MBeanExporter
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.support.RemotingSupport
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.bsh.BshScriptEvaluator
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.bsh.BshScriptFactory
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
-
Deprecated.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.support.StandardScriptFactory
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
- setBeanClassName(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Specify the bean class name of this bean definition.
- setBeanClassName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify the bean class name of this bean definition.
- setBeanDefinition(AbstractBeanDefinition) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
-
- setBeanDefinitionDefaults(BeanDefinitionDefaults) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Set the defaults to use for detected beans.
- setBeanDefinitionHolder(BeanDefinitionHolder) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
-
- SetBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.UtilNamespaceHandler.SetBeanDefinitionParser
-
- setBeanExpressionResolver(BeanExpressionResolver) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Specify the resolution strategy for expressions in bean definition values.
- setBeanExpressionResolver(BeanExpressionResolver) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractBeanFactoryAwareAdvisingPostProcessor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
-
Set the
BeanFactory
to be used when looking up executors by qualifier
or when relying on the default executor lookup algorithm.
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
-
Set the owning BeanFactory.
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
-
- setBeanFactory(BeanFactory) - Method in interface org.springframework.beans.factory.BeanFactoryAware
-
Callback that supplies the owning factory to a bean instance.
- setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.MethodInvokingBean
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Only necessary to check that we're not parsing our own bean definition,
to avoid failing on unresolvable placeholders in properties file locations.
- setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
-
Set the
BeanFactory
in which this aspect must configure beans.
- setBeanFactory(BeanFactory) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
Set the
BeanFactory
to use to resolve expressions (may be
null
).
- setBeanFactory(BeanFactory) - Method in class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.jmx.export.MBeanExporter
-
This callback is only required for resolution of bean names in the
"beans"
Map
and for
autodetection of MBeans (in the latter case, a
ListableBeanFactory
is required).
- setBeanFactory(BeanFactory) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolver
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
-
A
BeanFactory
only needs to be available for placeholder resolution
in handler method arguments; it's optional otherwise.
- setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
The bean factory just needs to be known for resolving entity interceptor
bean names.
- setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
The bean factory just needs to be known for resolving entity interceptor
bean names.
- setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
The bean factory just needs to be known for resolving entity interceptor
bean names.
- setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
The bean factory just needs to be known for resolving entity interceptor
bean names.
- setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
-
Retrieves an EntityManagerFactory by persistence unit name, if none set explicitly.
- setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Retrieves an EntityManagerFactory by persistence unit name, if none set explicitly.
- setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
Obtains all web service beans and publishes them as JAX-WS endpoints.
- setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
Set the BeanFactory
to be used when looking up executors by qualifier.
- setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Set the BeanFactory to use for retrieving PlatformTransactionManager beans.
- setBeanFactory(BeanFactory) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
-
This callback is optional: If running in a BeanFactory and no transaction
manager has been set explicitly, a single matching bean of type
PlatformTransactionManager
will be fetched from the BeanFactory.
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.context.request.async.WebAsyncTask
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.socket.handler.BeanCreatingHandlerProvider
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- setBeanInstance(Object) - Method in class org.springframework.beans.BeanWrapperImpl
-
Set a bean instance to hold, without any unwrapping of Optional
.
- setBeanName(String) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
-
- setBeanName(String) - Method in interface org.springframework.beans.factory.BeanNameAware
-
Set the name of the bean in the bean factory that created this bean.
- setBeanName(String) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
The bean name of this FieldRetrievingFactoryBean will be interpreted
as "staticField" pattern, if neither "targetClass" nor "targetObject"
nor "targetField" have been specified.
- setBeanName(String) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Only necessary to check that we're not parsing our own bean definition,
to avoid failing on unresolvable placeholders in properties file locations.
- setBeanName(String) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
The bean name of this PropertyPathFactoryBean will be interpreted
as "beanName.property" pattern, if neither "targetObject" nor
"targetBeanName" nor "propertyPath" have been specified.
- setBeanName(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- setBeanName(String) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
- setBeanName(String) - Method in class org.springframework.context.annotation.ConfigurationClass
-
- setBeanName(String) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Sets the id of this context to the bean name by default,
for cases where the context instance is itself defined as a bean.
- setBeanName(String) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
-
Set the name of this message endpoint.
- setBeanName(String) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
- setBeanName(String) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
Set the name of this message endpoint.
- setBeanName(String) - Method in class org.springframework.messaging.support.AbstractMessageChannel
-
A message channel uses the bean name primarily for logging purposes.
- setBeanName(String) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
-
Deprecated.
If no explicit filter name has been specified, the bean name of
the FilterDefinitionFactoryBean will be used.
- setBeanName(String) - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
-
Deprecated.
If no explicit type name has been specified, the bean name of
the TypeDefinitionBean will be used.
- setBeanName(String) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- setBeanName(String) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- setBeanName(String) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
- setBeanName(String) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- setBeanName(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
- setBeanName(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
- setBeanName(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- setBeanName(String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- setBeanName(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
- setBeanName(String) - Method in class org.springframework.web.filter.GenericFilterBean
-
Stores the bean name as defined in the Spring bean factory.
- setBeanName(String) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
-
- setBeanName(String) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
-
- setBeanName(String) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
-
- setBeanName(String) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set the view's name.
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
Set the BeanNameGenerator to use for anonymous beans
(without explicit bean name specified).
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Set the BeanNameGenerator to use for detected bean classes.
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
-
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Set the BeanNameGenerator to use for detected bean classes.
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
- setBeanNames(String...) - Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
-
Set the names of the beans that should automatically get wrapped with proxies.
- setBeanNameSeparator(String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
-
Set the separator to expect between bean name and property path.
- setBeanResolver(BeanResolver) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setBeans(Map<String, Object>) - Method in class org.springframework.jmx.export.MBeanExporter
-
Supply a Map
of beans to be registered with the JMX
MBeanServer
.
- setBeanWiringInfoResolver(BeanWiringInfoResolver) - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
-
- setBeforeExistingAdvisors(boolean) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
-
Set whether this post-processor's advisor is supposed to apply before
existing advisors when encountering a pre-advised object.
- setBeforeInvocation(boolean) - Method in class org.springframework.cache.interceptor.CacheEvictOperation.Builder
-
- setBeforeMessagePrefix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set the value that should be prepended to the log message written
before a request is processed.
- setBeforeMessageSuffix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set the value that should be appended to the log message written
before a request is processed.
- setBinaryMessageSizeLimit(int) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- setBinaryMessageSizeLimit(int) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- setBinaryMessageSizeLimit(int) - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- setBinaryMessageSizeLimit(int) - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
-
- setBinaryMessageSizeLimit(int) - Method in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
-
- setBinaryMessageSizeLimit(int) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- setBinaryMessageSizeLimit(int) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- setBinaryMessageSizeLimit(int) - Method in interface org.springframework.web.socket.WebSocketSession
-
Configure the maximum size for an incoming binary message.
- setBinaryStream(long) - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
-
- setBindEmptyMultipartFiles(boolean) - Method in class org.springframework.web.bind.WebDataBinder
-
Set whether to bind empty MultipartFile parameters.
- setBinding(Binding) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
Set the binding, i.e.
- setBindingDisabled(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Register an attribute for which data binding should not occur, for example
corresponding to an @ModelAttribute(binding=false)
declaration.
- setBindingErrorProcessor(BindingErrorProcessor) - Method in class org.springframework.validation.DataBinder
-
Set the strategy to use for processing binding errors, that is,
required field errors and PropertyAccessException
s.
- setBindingErrorProcessor(BindingErrorProcessor) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set the strategy to use for processing binding errors, that is,
required field errors and PropertyAccessException
s.
- setBindingName(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
Set the optional binding name for this instance.
- setBindings(Map<String, String>) - Method in class org.springframework.util.xml.SimpleNamespaceContext
-
Set the bindings for this namespace context.
- setBindingType(String) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
Specify the binding type to use, overriding the value of
the JAX-WS BindingType
annotation.
- setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
- setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in interface org.springframework.jdbc.support.lob.LobCreator
-
Set the given content as binary stream on the given statement, using the given
parameter index.
- setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
-
Deprecated.
- setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
-
- setBlobAsBytes(PreparedStatement, int, byte[]) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
- setBlobAsBytes(PreparedStatement, int, byte[]) - Method in interface org.springframework.jdbc.support.lob.LobCreator
-
Set the given content as bytes on the given statement, using the given
parameter index.
- setBlobAsBytes(PreparedStatement, int, byte[]) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
-
Deprecated.
- setBlobAsBytes(PreparedStatement, int, byte[]) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
-
- setBlockCommentEndDelimiter(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Specify the end delimiter for block comments in all SQL scripts.
- setBlockCommentEndDelimiter(String) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Set the end delimiter that identifies block comments within the SQL
scripts.
- setBlockCommentStartDelimiter(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Specify the start delimiter for block comments in all SQL scripts.
- setBlockCommentStartDelimiter(String) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Set the start delimiter that identifies block comments within the SQL
scripts.
- setBlocking(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
Set whether to use a blocking cache that lets read attempts block
until the requested element is created.
- setBlockUntilCompleted(boolean) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- setBlockUntilStarted(boolean) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- setBlockWhenExhausted(boolean) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Set whether the call should bock when the pool is exhausted.
- setBody(StreamingHttpOutputMessage.Body) - Method in class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest
-
- setBody(StreamingHttpOutputMessage.Body) - Method in interface org.springframework.http.StreamingHttpOutputMessage
-
Set the streaming body for this message.
- setBodyContent(BodyContent) - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
-
- setBodyContent(BodyContent) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
- setBootstrapCacheLoader(BootstrapCacheLoader) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
Set an EhCache net.sf.ehcache.bootstrap.BootstrapCacheLoader
for this cache, if any.
- setBootstrapContext(BootstrapContext) - Method in interface org.springframework.jca.context.BootstrapContextAware
-
Set the BootstrapContext that this object runs in.
- setBootstrapContext(BootstrapContext) - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
-
Specify the JCA BootstrapContext to use for starting the ResourceAdapter.
- setBootstrapContext(BootstrapContext) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
Specify the JCA BootstrapContext that contains the
WorkManager to delegate to.
- setBootstrapContext(BootstrapContext) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- setBootstrapContext(BootstrapContext) - Method in interface org.springframework.test.context.TestContextBootstrapper
-
- setBootstrapExecutor(AsyncTaskExecutor) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Specify an asynchronous executor for background bootstrapping,
e.g.
- setBootstrapExecutor(AsyncTaskExecutor) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Specify an asynchronous executor for background bootstrapping,
e.g.
- setBroadcastDestination(String) - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
Set a destination to broadcast messages to that remain unresolved because
the user is not connected.
- setBufferRequestBody(boolean) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Indicates whether this request factory should buffer the request body internally.
- setBufferRequestBody(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Indicate whether this request factory should buffer the
request body internally.
- setBufferSize(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setBufferSize(int) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- setBufferSize(int) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- setBundleClassLoader(ClassLoader) - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
Set the ClassLoader to load resource bundles with.
- setBundleClassLoader(ClassLoader) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Set the ClassLoader
to load resource bundles with.
- setBusinessInterface(Class<?>) - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
Set the business interface of the EJB we're proxying.
- setBusinessInterface(Class<?>) - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
Set the business interface of the EJB we're proxying.
- setBytes(long, byte[]) - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
-
- setBytes(long, byte[], int, int) - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
-
- setCache(boolean) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
Deprecated.
Set whether to cache the temporary LOB in the buffer cache.
- setCache(boolean) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
-
Set whether to cache resolved destinations.
- setCache(boolean) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
Set whether to cache the JNDI object once it has been located.
- setCache(boolean) - Method in class org.springframework.jndi.JndiObjectTargetSource
-
Set whether to cache the JNDI object once it has been located.
- setCache(boolean) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Enable or disable caching.
- setCacheability(String) - Method in class org.springframework.mock.web.portlet.MockResourceRequest
-
- setCacheability(String) - Method in class org.springframework.mock.web.portlet.MockResourceURL
-
- setCacheableMappingLocations(Resource...) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Set locations of cacheable Hibernate mapping files, for example as web app
resource "/WEB-INF/mapping/example.hbm.xml".
- setCacheableMappingLocations(Resource...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Set locations of cacheable Hibernate mapping files, for example as web app
resource "/WEB-INF/mapping/example.hbm.xml".
- setCacheableMappingLocations(Resource...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set locations of cacheable Hibernate mapping files, for example as web app
resource "/WEB-INF/mapping/example.hbm.xml".
- setCacheBeanMetadata(boolean) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Set whether to cache bean metadata such as given bean definitions
(in merged fashion) and resolved bean classes.
- setCacheBeanMetadata(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- setCacheBuilder(<any>) - Method in class org.springframework.cache.guava.GuavaCacheManager
-
Set the Guava CacheBuilder to use for building each individual
GuavaCache
instance.
- setCacheBuilderSpec(CacheBuilderSpec) - Method in class org.springframework.cache.guava.GuavaCacheManager
-
Set the Guava CacheBuilderSpec to use for building each individual
GuavaCache
instance.
- setCacheConsumers(boolean) - Method in class org.springframework.jms.connection.CachingConnectionFactory
-
Specify whether to cache JMS MessageConsumers per JMS Session instance
(more specifically: one MessageConsumer per Destination, selector String
and Session).
- setCacheControl(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Cache-Control
header.
- setCacheControl(CacheControl) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
Specify the
CacheControl
which should be used
by the resource handler.
- setCacheControl(CacheControl) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Set the
CacheControl
instance to build
the Cache-Control HTTP response header.
- setCacheDir(File) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
Sets the cache directory.
- setCacheEntryFactory(CacheEntryFactory) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
Set an EhCache net.sf.ehcache.constructs.blocking.CacheEntryFactory
to use for a self-populating cache.
- setCacheEventListeners(Set<CacheEventListener>) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
Specify EhCache cache event listeners
to registered with this cache.
- setCacheHome(boolean) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Set whether to cache the EJB home object once it has been located.
- setCacheLevel(Integer) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
-
- setCacheLevel(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the level of caching that this listener container is allowed to apply.
- setCacheLevelName(String) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
-
- setCacheLevelName(String) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the level of caching that this listener container is allowed to apply,
in the form of the name of the corresponding constant: e.g.
- setCacheLimit(int) - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
-
Specify the maximum number of entries for the MetadataReader cache.
- setCacheLimit(int) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
-
Specify the maximum number of entries for this template's SQL cache.
- setCacheLimit(int) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
-
Specify the maximum number of entries for the resolved destination cache.
- setCacheLimit(Integer) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
When configured, the specified cache limit is passed down to the
underlying SubscriptionRegistry, overriding any default there.
- setCacheLimit(int) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
Configure the cache limit to apply for registrations with the broker.
- setCacheLimit(int) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Specify the maximum number of entries for the view cache.
- setCacheLoader(<any>) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Set the Caffeine CacheLoader to use for building each individual
CaffeineCache
instance, turning it into a LoadingCache.
- setCacheLoader(<any>) - Method in class org.springframework.cache.guava.GuavaCacheManager
-
Set the Guava CacheLoader to use for building each individual
GuavaCache
instance, turning it into a LoadingCache.
- setCacheManager(net.sf.ehcache.CacheManager) - Method in class org.springframework.cache.ehcache.EhCacheCacheManager
-
Set the backing EhCache net.sf.ehcache.CacheManager
.
- setCacheManager(CacheManager) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
Set a CacheManager from which to retrieve a named Cache instance.
- setCacheManager(CacheManager) - Method in class org.springframework.cache.interceptor.AbstractCacheResolver
-
- setCacheManager(CacheManager) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
- setCacheManager(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- setCacheManager(CacheManager) - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
Set the default
CacheManager
to use to lookup cache by name.
- setCacheManager(javax.cache.CacheManager) - Method in class org.springframework.cache.jcache.JCacheCacheManager
-
Set the backing JCache javax.cache.CacheManager
.
- setCacheManagerName(String) - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
-
Set the name of the EhCache CacheManager (if a specific name is desired).
- setCacheManagerProperties(Properties) - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
-
Specify properties for the to-be-created CacheManager.
- setCacheManagers(Collection<CacheManager>) - Method in class org.springframework.cache.support.CompositeCacheManager
-
Specify the CacheManagers to delegate to.
- setCacheManagerUri(URI) - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
-
Specify the URI for the desired CacheManager.
- setCacheMappings(Properties) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Map specific URL paths to specific cache seconds.
- setCacheMillis(long) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set the number of milliseconds to cache loaded properties files.
- setCacheName(String) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
Set a name for which to retrieve or create a cache instance.
- setCacheName(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- setCacheNames(Collection<String>) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Specify the set of cache names for this CacheManager's 'static' mode.
- setCacheNames(Collection<String>) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Specify the set of cache names for this CacheManager's 'static' mode.
- setCacheNames(Collection<String>) - Method in class org.springframework.cache.guava.GuavaCacheManager
-
Specify the set of cache names for this CacheManager's 'static' mode.
- setCacheNames(String...) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- setCacheNames(Collection<String>) - Method in class org.springframework.cache.interceptor.NamedCacheResolver
-
Set the cache name(s) that this resolver should use.
- setCacheOperationSource(CacheOperationSource) - Method in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
-
Set the cache operation attribute source which is used to find cache
attributes.
- setCacheOperationSource(JCacheOperationSource) - Method in class org.springframework.cache.jcache.interceptor.BeanFactoryJCacheOperationSourceAdvisor
-
Set the cache operation attribute source which is used to find cache
attributes.
- setCacheOperationSource(JCacheOperationSource) - Method in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
-
- setCacheOperationSources(CacheOperationSource...) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Set one or more cache operation sources which are used to find the cache
attributes.
- setCacheOperationSources(CacheOperationSource...) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
-
Set the sources used to find cache operations.
- setCachePatterns(boolean) - Method in class org.springframework.util.AntPathMatcher
-
- setCachePeriod(Integer) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
Specify the cache period for the resources served by the resource handler, in seconds.
- setCacheProducers(boolean) - Method in class org.springframework.jms.connection.CachingConnectionFactory
-
Specify whether to cache JMS MessageProducers per JMS Session instance
(more specifically: one MessageProducer per Destination and Session).
- setCacheQueries(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
Set whether to cache all queries executed by this template.
- setCacheQueries(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
Set whether to cache all queries executed by this template.
- setCacheQueries(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Set whether to cache all queries executed by this template.
- setCacheRegionFactory(RegionFactory) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Set the Hibernate RegionFactory to use for the SessionFactory.
- setCacheRegionFactory(RegionFactory) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Set the Hibernate RegionFactory to use for the SessionFactory.
- setCacheRegionFactory(RegionFactory) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
-
Set the Hibernate RegionFactory to use for the SessionFactory.
- setCacheResolver(CacheResolver) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Set the default
CacheResolver
that this cache aspect should delegate
to if no specific cache resolver has been set for the operation.
- setCacheResolver(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- setCacheResolver(CacheResolver) - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
- setCaches(Collection<? extends Cache>) - Method in class org.springframework.cache.support.SimpleCacheManager
-
Specify the collection of Cache instances to use for this CacheManager.
- setCacheSeconds(int) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set the number of seconds to cache loaded properties files.
- setCacheSeconds(int) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
-
Cache content for the given number of seconds.
- setCacheSeconds(int) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Cache content for the given number of seconds, by writing
cache-related HTTP headers to the response:
seconds == -1 (default value): no generation cache-related headers
seconds == 0: "Cache-Control: no-store" will prevent caching
seconds > 0: "Cache-Control: max-age=seconds" will ask to cache content
- setCacheSecondsForSessionAttributeHandlers(int) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Cache content produced by @SessionAttributes
annotated handlers
for the given number of seconds.
- setCacheSecondsForSessionAttributeHandlers(int) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Cache content produced by @SessionAttributes
annotated handlers
for the given number of seconds.
- setCacheSecondsForSessionAttributeHandlers(int) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Cache content produced by @SessionAttributes
annotated handlers
for the given number of seconds.
- setCacheSessionBean(boolean) - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
-
Set whether to cache the actual session bean object.
- setCacheSize(int) - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
-
Set the number of buffered keys.
- setCacheSpecification(String) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Set the Caffeine cache specification String to use for building each
individual
CaffeineCache
instance.
- setCacheSpecification(String) - Method in class org.springframework.cache.guava.GuavaCacheManager
-
Set the Guava cache specification String to use for building each
individual
GuavaCache
instance.
- setCacheStub(boolean) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Set whether to cache the RMI stub once it has been located.
- setCacheStub(boolean) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
-
Set whether to cache the RMI stub once it has been located.
- setCacheTemplate(boolean) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Deprecated.
Set whether the Velocity template should be cached.
- setCacheTemplates(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Turn on/off the caching of the XSLT Templates
instance.
- setCacheTemplates(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Turn on/off the caching of the XSLT templates.
- setCacheUnresolved(boolean) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Whether a view name once resolved to null
should be cached and
automatically resolved to null
subsequently.
- setCacheUserTransaction(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set whether to cache the JTA UserTransaction object fetched from JNDI.
- setCacheWide(boolean) - Method in class org.springframework.cache.interceptor.CacheEvictOperation.Builder
-
- setCaffeine(<any>) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Set the Caffeine to use for building each individual
CaffeineCache
instance.
- setCaffeineSpec(CaffeineSpec) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Set the
CaffeineSpec
to use for building each individual
CaffeineCache
instance.
- setCalendarName(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Associate a specific calendar with this cron trigger.
- setCalendars(Map<String, Calendar>) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Register a list of Quartz Calendar objects with the Scheduler
that this FactoryBean creates, to be referenced by Triggers.
- setCallableInterceptors(List<CallableProcessingInterceptor>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure CallableProcessingInterceptor
's to register on async requests.
- setCallableStatementType(Class<? extends CallableStatement>) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
-
Set the vendor's CallableStatement type, e.g.
- setCannotAcquireLockCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setCannotSerializeTransactionCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setCaseSensitive(boolean) - Method in class org.springframework.util.AntPathMatcher
-
Specify whether to perform pattern matching in a case-sensitive fashion.
- setCaseSensitive(boolean) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
-
Deprecated.
Set whether to apply case sensitivity to the generated paths,
e.g.
- setCastorProperties(Map<String, String>) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set Castor-specific properties for marshalling and unmarshalling.
- setCatalog(String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Specify a database catalog to be applied to each Connection.
- setCatalog(String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
Specify a database catalog to be applied to each retrieved Connection.
- setCatalogName(String) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify the name of the catalog.
- setCatalogName(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
-
- setCatalogName(String) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Set the name of the catalog for this context.
- setCatalogName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Set the catalog name to use.
- setCatalogName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Set the name of the catalog for this insert.
- setCategory(String) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
The category of this metric (ex.
- setCc(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setCc(String[]) - Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setCc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setCc(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setCc(String) - Method in interface org.springframework.mail.MailMessage
-
- setCc(String[]) - Method in interface org.springframework.mail.MailMessage
-
- setCc(String) - Method in class org.springframework.mail.SimpleMailMessage
-
- setCc(String[]) - Method in class org.springframework.mail.SimpleMailMessage
-
- setCciTemplate(CciTemplate) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
-
Set the CciTemplate for this DAO explicitly,
as an alternative to specifying a ConnectionFactory.
- setCciTemplate(CciTemplate) - Method in class org.springframework.jca.cci.object.EisOperation
-
Set the CciTemplate to be used by this operation.
- setCharacterEncoding(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setCharacterEncoding(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setCharacterEncoding(String) - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
-
- setCharacterEncoding(String) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- setCharacterStream(long) - Method in class org.springframework.jdbc.support.lob.PassThroughClob
-
- setCharset(Charset) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Set the default character set to use for reading and writing form data when
the request or response Content-Type header does not explicitly specify it.
- setCharset(MediaType, Marshaller) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
- setCharset(Charset) - Method in class org.springframework.web.filter.HttpPutFormContentFilter
-
The default character set to use for reading form data.
- setCharset(Charset) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Set the charset used to read script and template files.
- setCharset(Charset) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- setCheckForXmlRootElement(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- setCheckFullyPopulated(boolean) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Set whether we're strictly validating that all bean properties have been mapped
from corresponding database fields.
- setCheckRefresh(boolean) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
Deprecated.
Set whether to check Tiles definition files for a refresh at runtime.
- setCheckRefresh(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
Set whether to check Tiles definition files for a refresh at runtime.
- setCheckWriteOperations(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
Set whether to check that the Hibernate Session is not in read-only mode
in case of write operations (save/update/delete).
- setCheckWriteOperations(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
Set whether to check that the Hibernate Session is not in read-only mode
in case of write operations (save/update/delete).
- setCheckWriteOperations(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Set whether to check that the Hibernate Session is not in read-only mode
in case of write operations (save/update/delete).
- setChronology(Chronology) - Method in class org.springframework.format.datetime.joda.JodaTimeContext
-
Set the user's chronology (calendar system).
- setChronology(Chronology) - Method in class org.springframework.format.datetime.standard.DateTimeContext
-
Set the user's chronology (calendar system).
- setChunkedPost(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether to use a chunked post for sending a Hessian request.
- setChunkSize(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the number of bytes to write in each chunk when not buffering request
bodies locally.
- setClassDescriptorResolver(XMLClassDescriptorResolver) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the XMLClassDescriptorResolver
to be used during unmarshalling.
- setClasses(Class<?>...) - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
Set the
processed annotated classes, effectively overriding the
original value declared via
@ContextConfiguration
.
- setClassesToBeBound(Class<?>...) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the list of Java classes to be recognized by a newly created JAXBContext.
- setClassFilter(ClassFilter) - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
-
- setClassFilter(ClassFilter) - Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
-
- setClassFilter(ClassFilter) - Method in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
-
- setClassFilter(ClassFilter) - Method in class org.springframework.cache.jcache.interceptor.BeanFactoryJCacheOperationSourceAdvisor
-
- setClassFilter(ClassFilter) - Method in class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
-
- setClassFilter(ClassFilter) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
-
- setClassLoader(ClassLoader) - Method in class org.springframework.context.support.GenericApplicationContext
-
- setClassLoader(ClassLoader) - Method in class org.springframework.core.io.DefaultResourceLoader
-
Specify the ClassLoader to load class path resources with, or null
for using the thread context class loader at the time of actual resource access.
- setCleanupAfterInclude(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to perform cleanup of request attributes after an include request, that is,
whether to reset the original state of all request attributes after the DispatcherServlet
has processed within an include request.
- setClearCollections(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Sets whether this unmarshaller should clear collections upon the first use.
- setClientId(String) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- setClientId(String) - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Specify a JMS client ID for the single Connection created and exposed
by this ConnectionFactory.
- setClientId(String) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Specify the JMS client ID for a shared Connection created and used
by this container.
- setClientId(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setClientLibraryUrl(String) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
Transports with no native cross-domain communication (e.g.
- setClientLogin(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the login to use when creating connections to the STOMP broker on
behalf of connected clients.
- setClientLogin(String) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the login to use when creating connections to the STOMP broker on
behalf of connected clients.
- setClientPasscode(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the passcode to use when creating connections to the STOMP broker on
behalf of connected clients.
- setClientPasscode(String) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the client passcode to use to create connections to the STOMP broker on
behalf of connected clients.
- setClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Set a custom RMI client socket factory to use for the RMI registry.
- setClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
Set a custom RMI client socket factory to use for exporting the service.
- setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
- setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in interface org.springframework.jdbc.support.lob.LobCreator
-
Set the given content as ASCII stream on the given statement, using the given
parameter index.
- setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
-
Deprecated.
- setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
-
- setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
- setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in interface org.springframework.jdbc.support.lob.LobCreator
-
Set the given content as character stream on the given statement, using the given
parameter index.
- setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
-
Deprecated.
- setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
-
- setClobAsString(PreparedStatement, int, String) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
- setClobAsString(PreparedStatement, int, String) - Method in interface org.springframework.jdbc.support.lob.LobCreator
-
Set the given content as String on the given statement, using the given
parameter index.
- setClobAsString(PreparedStatement, int, String) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
-
Deprecated.
- setClobAsString(PreparedStatement, int, String) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
-
- setCode(String) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set the message code for this tag.
- setCodebaseUrl(String) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
Set the codebase URL to download classes from if not found locally.
- setCollectionCacheStrategies(Properties) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Specify the cache strategies for persistent collections (with specific roles).
- setCols(String) - Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
Set the value of the 'cols
' attribute.
- setColumnName(String) - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
-
Set the name of the column in the sequence table.
- setColumnNames(List<String>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Set the names of the columns to be used.
- setCommandName(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
- setComment(String) - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- setCommentPrefix(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Specify the single-line comment prefix used in all SQL scripts.
- setCommentPrefix(String) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Set the prefix that identifies single-line comments within the SQL scripts.
- setCommitted(boolean) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setCommitted(boolean) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- setCommittedIfBufferSizeExceeded() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setCommonMessages(Properties) - Method in class org.springframework.context.support.AbstractMessageSource
-
Specify locale-independent common messages, with the message code as key
and the full message String (may contain argument placeholders) as value.
- setCommonPool(boolean) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Set whether to expose JDK 8's 'common' ForkJoinPool
.
- setComparator(int, Comparator<? extends T>) - Method in class org.springframework.util.comparator.CompoundComparator
-
Replace the Comparator at the given index.
- setComparator(int, Comparator<T>, boolean) - Method in class org.springframework.util.comparator.CompoundComparator
-
Replace the Comparator at the given index using the given sort order.
- setCompilationCustomizers(CompilationCustomizer...) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
-
Set one or more customizers to be applied to this evaluator's compiler configuration.
- setCompilerConfiguration(CompilerConfiguration) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
-
Set a custom compiler configuration for this evaluator.
- setComplete() - Method in interface org.springframework.web.bind.support.SessionStatus
-
Mark the current handler's session processing as complete, allowing for
cleanup of session attributes.
- setComplete() - Method in class org.springframework.web.bind.support.SimpleSessionStatus
-
- setCompleteAutoload(boolean) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
Deprecated.
Specify whether to apply Tiles 2.2's "complete-autoload" configuration.
- setCompleteAutoload(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
Specify whether to apply Tiles 3.0's "complete-autoload" configuration.
- setCompleted() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
Mark this transaction as completed, that is, committed or rolled back.
- setConcurrency(String) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
Set a concurrency for the listener, if any.
- setConcurrency(String) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
-
- setConcurrency(String) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Specify concurrency limits.
- setConcurrency(String) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify concurrency limits via a "lower-upper" String, e.g.
- setConcurrency(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
Specify concurrency limits via a "lower-upper" String, e.g.
- setConcurrency(String) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
Specify concurrency limits via a "lower-upper" String, e.g.
- setConcurrencyLimit(int) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Set the maximum number of parallel accesses allowed.
- setConcurrencyLimit(int) - Method in class org.springframework.util.ConcurrencyThrottleSupport
-
Set the maximum number of concurrent access attempts allowed.
- setConcurrent(boolean) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
Specify whether or not multiple jobs should be run in a concurrent fashion.
- setConcurrentConsumers(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the number of concurrent consumers to create.
- setConcurrentConsumers(int) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
Specify the number of concurrent consumers to create.
- setConcurrentExecutor(Executor) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
Specify the Executor
to delegate to.
- setConcurrentRefresh(boolean) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Specify whether to allow for concurrent refresh behavior, i.e.
- setConcurrentResultAndDispatch(Object) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- setCondition(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- setConfigLocation(Resource) - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
-
Set the location of the EhCache config file.
- setConfigLocation(String) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Set the config locations for this application context in init-param style,
i.e.
- setConfigLocation(Resource) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Set the location of a single Hibernate XML config file, for example as
classpath resource "classpath:hibernate.cfg.xml".
- setConfigLocation(Resource) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Set the location of a single Hibernate XML config file, for example as
classpath resource "classpath:hibernate.cfg.xml".
- setConfigLocation(Resource) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set the location of a single Hibernate XML config file, for example as
classpath resource "classpath:hibernate.cfg.xml".
- setConfigLocation(Resource) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
-
Set the location of the JDO properties config file, for example
as classpath resource "classpath:kodo.properties".
- setConfigLocation(Resource) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set the location of the Quartz properties config file, for example
as classpath resource "classpath:quartz.properties".
- setConfigLocation(Resource) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set the location of the FreeMarker config file.
- setConfigLocation(Resource) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
-
Deprecated.
Set the location of the Velocity config file.
- setConfigLocation(String) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Set the config locations for this web application context in init-param style,
i.e.
- setConfigLocation(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- setConfigLocation(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- setConfigLocation(String) - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
-
Set the config locations for this portlet application context in init-param style,
i.e.
- setConfigLocation(String) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- setConfigLocations(String...) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Set the config locations for this application context.
- setConfigLocations(Resource...) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Set the locations of multiple Hibernate XML config files, for example as
classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
- setConfigLocations(Resource...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Set the locations of multiple Hibernate XML config files, for example as
classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
- setConfigLocations(Resource...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set the locations of multiple Hibernate XML config files, for example as
classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
- setConfigLocations(String...) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Set the config locations for this web application context.
- setConfigLocations(String...) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- setConfigLocations(String...) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- setConfigLocations(String...) - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
-
Set the config locations for this portlet application context.
- setConfigLocations(String...) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- setConfiguration(Configuration) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
-
Set a preconfigured Configuration to use for the FreeMarker web config, e.g.
- setConfiguration(Configuration) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Set the FreeMarker Configuration to be used by this view.
- setConfigurationClass(Class<?>) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Specify the Hibernate Configuration class to use.
- setConfigurator(Configurator) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- setConfigurers(Collection<CachingConfigurer>) - Method in class org.springframework.cache.annotation.AbstractCachingConfiguration
-
- setConfigurers(Collection<AsyncConfigurer>) - Method in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
-
- setConfigurers(Collection<TransactionManagementConfigurer>) - Method in class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
-
- setConfigurers(List<WebMvcConfigurer>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
-
- setConfigurers(List<WebSocketConfigurer>) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketConfiguration
-
- setConfigurers(List<WebSocketMessageBrokerConfigurer>) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
-
- setConnection(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Connection
header.
- setConnection(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Connection
header.
- setConnection(Connection) - Method in class org.springframework.jdbc.datasource.ConnectionHolder
-
Override the existing Connection handle with the given Connection.
- setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
-
Set the CCI ConnectionFactory that this instance should manage local
transactions for.
- setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.core.CciTemplate
-
Set the CCI ConnectionFactory to obtain Connections from.
- setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
-
Set the ConnectionFactory to be used by this DAO.
- setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.object.EisOperation
-
Set the CCI ConnectionFactory to be used by this operation.
- setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.JmsTransactionManager
-
Set the JMS ConnectionFactory that this instance should manage transactions for.
- setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
Set the ConnectionFactory to use for the underlying
JmsTemplate
.
- setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.core.support.JmsGatewaySupport
-
Set the JMS connection factory to be used by the gateway.
- setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
-
Set the QueueConnectionFactory to use for obtaining JMS QueueConnections.
- setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.support.JmsAccessor
-
Set the ConnectionFactory to use for obtaining JMS Connections
.
- setConnectionFactory(HessianConnectionFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Specify a custom HessianConnectionFactory to use for the Hessian client.
- setConnectionHolder(ConnectionHolder) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager.CciLocalTransactionObject
-
- setConnectionHolder(ConnectionHolder, boolean) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
-
- setConnectionHolder(ConnectionHolder) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- setConnectionManager(ConnectionManager) - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
-
Set the JCA ConnectionManager that should be used to create the
desired connection factory.
- setConnectionProperties(Properties) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Specify arbitrary connection properties as key/value pairs,
to be passed to the Driver.
- setConnectionRequestTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the timeout in milliseconds used when requesting a connection from the connection
manager using the underlying HttpClient.
- setConnectionRequestTimeout(int) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Set the timeout in milliseconds used when requesting a connection from the connection
manager using the underlying HttpClient.
- setConnectionSpec(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
-
Set the ConnectionSpec that this adapter should use for retrieving Connections.
- setConnectionSpec(ConnectionSpec) - Method in class org.springframework.jca.cci.core.CciTemplate
-
Set the CCI ConnectionSpec that this template instance is
supposed to obtain Connections for.
- setConnectionSpecForCurrentThread(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
-
Set a ConnectionSpec for this proxy and the current thread.
- setConnectionType(Class<? extends Connection>) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
-
Set the vendor's Connection type, e.g.
- setConnectLazily(boolean) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
Specify whether to connect lazily, i.e.
- setConnectOnStartup(boolean) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Set whether or not the proxy should connect to the MBeanServer
at creation time ("true") or the first time it is invoked ("false").
- setConnectOnStartup(boolean) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
Set whether to connect to the server on startup.
- setConnectTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the connection timeout for the underlying HttpClient.
- setConnectTimeout(int) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
Set the underlying connect timeout (in milliseconds).
- setConnectTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Sets the underlying connect timeout in milliseconds.
- setConnectTimeout(int) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
-
Sets the underlying connect timeout in milliseconds.
- setConnectTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the underlying URLConnection's connect timeout (in milliseconds).
- setConnectTimeout(long) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set the socket connect timeout to use for the Hessian client.
- setConnectTimeout(int) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Set the connection timeout for the underlying HttpClient.
- setConnectTimeout(int) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
Set the underlying URLConnection's connect timeout (in milliseconds).
- setConnectTimeoutScheduler(TaskScheduler) - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
Configure a TaskScheduler
for scheduling a connect timeout task
where the timeout value is calculated based on the duration of the initial
SockJS "Info" request.
- setConstraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a custom ConstraintValidatorFactory to use for this ValidatorFactory.
- setConstructorArguments(Object[], Class<?>[]) - Method in class org.springframework.aop.framework.CglibAopProxy
-
Set constructor arguments to use for creating the proxy.
- setConstructorArgumentValues(ConstructorArgumentValues) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify constructor argument values for this bean.
- setConstructorResolvers(List<ConstructorResolver>) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setContainerFactory(JmsListenerContainerFactory<?>) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
- setContainerFactoryBeanName(String) - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
-
- setContainerFactoryBeanName(String) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
- setContainingClass(Class<?>) - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Optionally set the concrete class that contains this dependency.
- setContainingClass(Class<?>) - Method in class org.springframework.core.MethodParameter
-
Set a containing class to resolve the parameter type against.
- setContent(byte[]) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setContent(byte[]) - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
-
- setContentDispositionFormData(String, String) - Method in class org.springframework.http.HttpHeaders
-
Set the Content-Disposition
header when creating a
"multipart/form-data"
request.
- setContentDispositionFormData(String, String, Charset) - Method in class org.springframework.http.HttpHeaders
-
- setContentDispositionMappings(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
-
Set the mappings of Content-Disposition
header values to
mapping keys.
- setContentHandler(ContentHandler) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
-
- setContentHandler(ContentHandler) - Method in class org.springframework.util.xml.AbstractXMLReader
-
- setContentLength(long) - Method in class org.springframework.http.HttpHeaders
-
Set the length of the body in bytes, as specified by the
Content-Length
header.
- setContentLength(int) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- setContentLength(long) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the content-length header.
- setContentLength(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setContentLength(int) - Method in class org.springframework.mock.web.portlet.MockResourceResponse
-
- setContentLength(int) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- setContentLengthLong(long) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setContentLengthLong(long) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set a ContentNegotiationManager.
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
-
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Set the ContentNegotiationManager to use for the ProducesRequestCondition.
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Configure a ContentNegotiationManager
to help determine the
media types for resources being served.
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- setContentType(MediaType) - Method in class org.springframework.http.HttpHeaders
-
Set the
media type of the body,
as specified by the
Content-Type
header.
- setContentType(MimeType) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- setContentType(MimeType) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the content-type header.
- setContentType(MimeType) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- setContentType(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setContentType(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setContentType(String) - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
-
- setContentType(String) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- setContentType(String) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Specify the content type to use for sending HTTP invoker requests.
- setContentType(String) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
Specify the content type to use for sending remote invocation responses.
- setContentType(String) - Method in class org.springframework.web.servlet.ResourceServlet
-
Deprecated.
Set the content type of the target resource (typically a JSP).
- setContentType(String) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set the content type for this view.
- setContentType(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Set the content type to use for the response.
- setContentType(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- setContentType(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the content type for all views.
- setContentTypeResolver(ContentTypeResolver) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
- setContext(String) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Set the context path for the URL.
- setContextAttribute(String) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Set the name of the ServletContext attribute which should be used to retrieve the
WebApplicationContext
from which to load the delegate
Filter
bean.
- setContextAttribute(String) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set the name of the ServletContext attribute which should be used to retrieve the
WebApplicationContext
that this servlet is supposed to use.
- setContextClass(Class<?>) - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Set a custom context class.
- setContextClass(Class<?>) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set a custom context class.
- setContextConfigLocation(String) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
-
Set the location of the context configuration files, within the
resource adapter's deployment unit.
- setContextConfigLocation(String) - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Set the context config location explicitly, instead of relying on the default
location built from the namespace.
- setContextConfigLocation(String) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set the context config location explicitly, instead of relying on the default
location built from the namespace.
- setContextId(String) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Specify a custom WebApplicationContext id,
to be used as serialization id for the underlying BeanFactory.
- setContextInitializerClasses(String) - Method in class org.springframework.web.servlet.FrameworkServlet
-
- setContextInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.web.context.ContextLoader
-
- setContextInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.web.servlet.FrameworkServlet
-
- setContextPath(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setContextPath(String) - Method in class org.springframework.mock.web.MockServletContext
-
- setContextPath(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setContextPath(String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set a JAXB context path.
- setContextPath(String) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
-
Set the contextPath to be used.
- setContextPaths(String...) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set multiple JAXB context paths.
- setContextRelative(boolean) - Method in class org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
-
Whether to interpret a given redirect URL that starts with a slash ("/")
as relative to the current ServletContext, i.e.
- setContextRelative(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
Set whether to interpret a given URL that starts with a slash ("/")
as relative to the current ServletContext, i.e.
- setContexts(Map<String, HttpHandler>) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
Register HttpHandlers
for specific context paths.
- setContinueOnError(boolean) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Flag to indicate that all failures in SQL should be logged but not cause a failure.
- setContinueScheduledExecutionAfterException(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Specify whether to continue the execution of a scheduled task
after it threw an exception.
- setControllerAdvice(Object...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
- setConversionService(ConversionService) - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
-
Specify a Spring 3.0 ConversionService to use for converting
property values, as an alternative to JavaBeans PropertyEditors.
- setConversionService(ConversionService) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Specify a Spring 3.0 ConversionService to use for converting
property values, as an alternative to JavaBeans PropertyEditors.
- setConversionService(ConversionService) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- setConversionService(ConversionService) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
-
Specify a Spring 3.0 ConversionService to use for converting
property values, as an alternative to JavaBeans PropertyEditors.
- setConversionService(ConfigurableConversionService) - Method in class org.springframework.core.env.AbstractEnvironment
-
- setConversionService(ConfigurableConversionService) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
- setConversionService(ConfigurableConversionService) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
-
- setConversionService(ConversionService) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Set a
ConversionService
for binding JDBC values to bean properties,
or
null
for none.
- setConversionService(ConversionService) - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
-
- setConversionService(ConversionService) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
Configure a
ConversionService
to use when resolving method arguments,
for example message header values.
- setConversionService(FormattingConversionService) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide a conversion service with custom formatters and converters.
- setConversionService(ConversionService) - Method in class org.springframework.validation.DataBinder
-
Specify a Spring 3.0 ConversionService to use for converting
property values, as an alternative to JavaBeans PropertyEditors.
- setConversionService(ConversionService) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Specify a ConversionService which will apply to every DataBinder.
- setConversionService(ConversionService) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser.CompositeUriComponentsContributorFactoryBean
-
- setConverted() - Method in class org.springframework.beans.MutablePropertyValues
-
Mark this holder as containing converted values only
(i.e.
- setConvertedExporterParameters(Map<net.sf.jasperreports.engine.JRExporterParameter, Object>) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Allows subclasses to populate the converted exporter parameters.
- setConvertedValue(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Set the converted value of the constructor argument,
after processed type conversion.
- setConvertedValue(Object) - Method in class org.springframework.beans.PropertyValue
-
Set the converted value of the constructor argument,
after processed type conversion.
- setConverterLookup(ConverterLookup) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set a custom XStream ConverterLookup
to use.
- setConverterRegistry(ConverterRegistry) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set a custom XStream ConverterRegistry
to use.
- setConverters(Set<?>) - Method in class org.springframework.context.support.ConversionServiceFactoryBean
-
- setConverters(Set<?>) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
Configure the set of custom converter objects that should be added.
- setConverters(ConverterMatcher...) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set the Converters
or SingleValueConverters
to be registered
with the XStream
instance.
- setCookieDomain(String) - Method in class org.springframework.web.util.CookieGenerator
-
Use the given domain for cookies created by this generator.
- setCookieHttpOnly(boolean) - Method in class org.springframework.web.util.CookieGenerator
-
Set whether the cookie is supposed to be marked with the "HttpOnly" attribute.
- setCookieMaxAge(Integer) - Method in class org.springframework.web.util.CookieGenerator
-
Use the given maximum age (in seconds) for cookies created by this generator.
- setCookieName(String) - Method in class org.springframework.web.util.CookieGenerator
-
Use the given name for cookies created by this generator.
- setCookiePath(String) - Method in class org.springframework.web.util.CookieGenerator
-
Use the given path for cookies created by this generator.
- setCookies(Cookie...) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setCookies(Cookie...) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setCookieSecure(boolean) - Method in class org.springframework.web.util.CookieGenerator
-
Set whether the cookie should only be sent using a secure protocol,
such as HTTPS (SSL).
- setCopyAllAttributes(boolean) - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
-
Whether to copy all attributes from the HTTP session.
- setCopyHttpSessionId(boolean) - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
-
- setCorePoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Set the ThreadPoolExecutor's core pool size.
- setCorePoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Set the ThreadPoolExecutor's core pool size.
- setCorsConfiguration(CorsConfiguration) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Specify the CORS configuration for resources served by this handler.
- setCorsConfigurations(Map<String, CorsConfiguration>) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Set CORS configuration based on URL patterns.
- setCorsConfigurations(Map<String, CorsConfiguration>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set "global" CORS configuration based on URL patterns.
- setCorsProcessor(CorsProcessor) - Method in class org.springframework.web.filter.CorsFilter
-
- setCorsProcessor(CorsProcessor) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
- setCreateSession(boolean) - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
-
Whether to allow the HTTP session to be created while accessing it.
- setCreateTemporaryLob(boolean) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
Specify whether to copy a byte array / String into a temporary JDBC
Blob / Clob object created through the JDBC 4.0 createBlob
/
createClob
methods.
- setCreateXmlMapper(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
If set to true and no custom ObjectMapper
has been set, a XmlMapper
will be created using its default constructor.
- setCredentialsForCurrentThread(String, String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
Set user credententials for this proxy and the current thread.
- setCredentialsForCurrentThread(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
-
Set user credententials for this proxy and the current thread.
- setCronExpression(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Specify the cron expression for this trigger.
- setCronTasks(Map<Runnable, String>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a Map of Runnables (the tasks) and cron expressions.
- setCronTasksList(List<CronTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a list of
CronTask
objects.
- setCssClass(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'class
' attribute.
- setCssErrorClass(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
The CSS class to use when the field bound to a particular tag has errors.
- setCssErrorClass(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Unsupported for forms.
- setCssStyle(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'style
' attribute.
- setCurrency(Currency) - Method in class org.springframework.format.number.CurrencyStyleFormatter
-
Specify the currency, if known.
- setCurrencyTimeLimit(int) - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
-
Set a currency time limit for this attribute.
- setCurrentInjectionPoint(InjectionPoint) - Static method in class org.springframework.beans.factory.support.ConstructorResolver
-
- setCurrentlyInCreation(String, boolean) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Explicitly control the current in-creation status of the specified bean.
- setCurrentlyInCreation(String, boolean) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
- setCurrentProxiedBeanName(String) - Static method in class org.springframework.aop.framework.autoproxy.ProxyCreationContext
-
Set the name of the currently proxied bean instance.
- setCurrentProxy(Object) - Static method in class org.springframework.aop.framework.AopContext
-
Make the given proxy available via the currentProxy()
method.
- setCurrentTenantIdentifierResolver(Object) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Set a Hibernate 4.1/4.2/4.3 CurrentTenantIdentifierResolver
to be passed
on to the SessionFactory: as an instance, a Class, or a String class name.
- setCurrentTenantIdentifierResolver(Object) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
-
Set a Hibernate 4.1/4.2/4.3 CurrentTenantIdentifierResolver
to be passed
on to the SessionFactory: as an instance, a Class, or a String class name.
- setCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set a CurrentTenantIdentifierResolver
to be passed on to the SessionFactory.
- setCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
-
Overridden to reliably pass a CurrentTenantIdentifierResolver
to the SessionFactory.
- setCurrentTransactionContext(TransactionContext) - Static method in class org.springframework.test.context.transaction.TransactionContextHolder
-
- setCurrentTransactionIsolationLevel(Integer) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Expose an isolation level for the current transaction.
- setCurrentTransactionName(String) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Expose the name of the current transaction, if any.
- setCurrentTransactionReadOnly(boolean) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Expose a read-only flag for the current transaction.
- setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Set a custom WebArgumentResolver to use for special method parameter types.
- setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Set a custom ArgumentResolvers to use for special method parameter types.
- setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set a custom WebArgumentResolvers to use for special method parameter types.
- setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Deprecated.
Set a custom ArgumentResolvers to use for special method parameter types.
- setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
-
Set the list of custom HandlerMethodArgumentResolver
s that will be used
after resolvers for supported argument type.
- setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Sets the list of custom HandlerMethodArgumentResolver
s that will be used
after resolvers for supported argument type.
- setCustomArgumentResolvers(HandlerMethodArgumentResolver...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide custom resolvers for controller method arguments.
- setCustomArgumentResolvers(WebArgumentResolver...) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Set one or more custom WebArgumentResolvers to use for special method
parameter types.
- setCustomArgumentResolvers(WebArgumentResolver[]) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Set one or more custom ArgumentResolvers to use for special method parameter types.
- setCustomArgumentResolvers(WebArgumentResolver...) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set one or more custom WebArgumentResolvers to use for special method parameter types.
- setCustomArgumentResolvers(WebArgumentResolver[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Deprecated.
Set one or more custom ArgumentResolvers to use for special method parameter types.
- setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Provide resolvers for custom argument types.
- setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Provide resolvers for custom argument types.
- setCustomEditors(Map<Class<?>, Class<? extends PropertyEditor>>) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
-
Specify the custom editors to register via a Map
, using the
class name of the required type as the key and the class name of the
associated PropertyEditor
as value.
- setCustomModelAndViewResolver(ModelAndViewResolver) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Set a custom ModelAndViewResolvers to use for special method return types.
- setCustomModelAndViewResolver(ModelAndViewResolver) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set a custom ModelAndViewResolvers to use for special method return types.
- setCustomModelAndViewResolvers(ModelAndViewResolver...) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Set one or more custom ModelAndViewResolvers to use for special method return types.
- setCustomModelAndViewResolvers(ModelAndViewResolver...) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set one or more custom ModelAndViewResolvers to use for special method return types.
- setCustomProperties(Map<String, Object>) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set custom properties to be set on the stub.
- setCustomQualifierTypes(Set<?>) - Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
-
Register custom qualifier annotation types to be considered
when autowiring beans.
- setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Set the list of custom HandlerMethodReturnValueHandler
s that will be used
after return value handlers for known types.
- setCustomReturnValueHandlers(HandlerMethodReturnValueHandler...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide custom handlers for controller method return values.
- setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Provide handlers for custom return value types.
- setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Provide handlers for custom return value types.
- setCustomSqlExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setCustomSqlExceptionTranslatorClass(Class<? extends SQLExceptionTranslator>) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setCustomTargetSourceCreators(TargetSourceCreator...) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Set custom TargetSourceCreators
to be applied in this order.
- setCustomTranslations(CustomSQLErrorCodesTranslation...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setDaemon(boolean) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set whether any threads started for the JMXConnectorServer
should be
started as daemon threads.
- setDaemon(boolean) - Method in class org.springframework.util.CustomizableThreadCreator
-
Set whether this factory is supposed to create daemon threads,
just executing as long as the application itself is running.
- setDataAccessResourceFailureCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setDatabase(Database) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
Specify the target database to operate on, as a value of the Database
enum:
DB2, DERBY, H2, HSQL, INFORMIX, MYSQL, ORACLE, POSTGRESQL, SQL_SERVER, SYBASE
- setDatabaseCleaner(DatabasePopulator) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
-
Set a script execution to be run in the bean destruction callback,
cleaning up the database and leaving it in a known state for others.
- setDatabaseCleaner(DatabasePopulator) - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
-
Set the
DatabasePopulator
to execute during the bean destruction
phase, cleaning up the database and leaving it in a known state for others.
- setDatabaseConfigurer(EmbeddedDatabaseConfigurer) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Set the strategy that will be used to configure the embedded database instance.
- setDatabaseName(Element, BeanDefinitionBuilder) - Method in class org.springframework.jdbc.config.EmbeddedDatabaseBeanDefinitionParser
-
- setDatabaseName(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Set the name of the database.
- setDatabasePlatform(String) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
Specify the name of the target database to operate on.
- setDatabasePopulator(Element, BeanDefinitionBuilder) - Static method in class org.springframework.jdbc.config.DatabasePopulatorConfigUtils
-
- setDatabasePopulator(DatabasePopulator) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Set the strategy that will be used to initialize or populate the embedded
database.
- setDatabasePopulator(DatabasePopulator) - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
-
- setDatabaseProductName(String) - Method in class org.springframework.jdbc.support.JdbcAccessor
-
Specify the database product name for the DataSource that this accessor uses.
- setDatabaseProductName(String) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
Set this property if the database name contains spaces,
in which case we can not use the bean name for lookup.
- setDatabaseProductName(String) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
-
Set the database product name for this translator.
- setDatabaseProductNames(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
Set this property to specify multiple database names that contains spaces,
in which case we can not use bean names for lookup.
- setDatabaseType(Element, BeanDefinitionBuilder) - Method in class org.springframework.jdbc.config.EmbeddedDatabaseBeanDefinitionParser
-
- setDatabaseType(EmbeddedDatabaseType) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Set the type of embedded database to use.
- setDataBinderFactory(WebDataBinderFactory) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
- setDataIntegrityViolationCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setDataSource(DataSource) - Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
-
Set the DataSource to use to obtain database connections.
- setDataSource(DataSource) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
-
Set the JDBC DataSource to be used by this DAO.
- setDataSource(DataSource) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
Set the JDBC DataSource that this instance should manage transactions for.
- setDataSource(DataSource) - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
-
The DataSource
for the database to populate when this component
is initialized and to clean up when this component is shut down.
- setDataSource(DataSource) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set the JDBC DataSource to obtain connections from.
- setDataSource(DataSource) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
-
Set the DataSource to validate.
- setDataSource(DataSource) - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
-
Set the data source to retrieve the value from.
- setDataSource(DataSource) - Method in class org.springframework.jdbc.support.JdbcAccessor
-
Set the JDBC DataSource to obtain connections from.
- setDataSource(DataSource) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
-
Set the DataSource for this translator.
- setDataSource(DataSource) - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
-
Deprecated.
Set the DataSource to be used by the SessionFactory.
- setDataSource(DataSource) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
Set the JDBC DataSource that this instance should manage transactions for.
- setDataSource(DataSource) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
Set the JDBC DataSource that this instance should manage transactions for.
- setDataSource(DataSource) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Set the DataSource to be used by the SessionFactory.
- setDataSource(DataSource) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Set the JDBC DataSource that this instance should manage transactions for.
- setDataSource(DataSource) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set the DataSource to be used by the SessionFactory.
- setDataSource(DataSource) - Method in class org.springframework.orm.jdo.JdoTransactionManager
-
Set the JDBC DataSource that this instance should manage transactions for.
- setDataSource(DataSource) - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Set the JDBC DataSource that this instance should manage transactions for.
- setDataSource(DataSource) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Specify the JDBC DataSource that the JPA persistence provider is supposed
to use for accessing the database.
- setDataSource(DataSource) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set the default DataSource to be used by the Scheduler.
- setDataSource(DataSource) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-
Set the DataSource
, typically provided via Dependency Injection.
- setDataSource(DataSource) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
-
Set the DataSource
, typically provided via Dependency Injection.
- setDataSourceFactory(DataSourceFactory) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Set the factory to use to create the DataSource
instance that
connects to the embedded database.
- setDataSourceFactory(DataSourceFactory) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Set the factory to use to create the DataSource
instance that
connects to the embedded database.
- setDataSourceLookup(DataSourceLookup) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
Set the DataSourceLookup implementation to use for resolving data source
name Strings in the
targetDataSources
map.
- setDataSourceLookup(DataSourceLookup) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the JDBC DataSourceLookup that provides DataSources for the
persistence provider, resolving data source names in persistence.xml
against Spring-managed DataSource instances.
- setDataSources(Map<String, DataSource>) - Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
-
Set the Map
of DataSources
; the keys
are Strings
, the values are actual DataSource
instances.
- setDataSources(Map<String, DataSource>) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the JDBC DataSources that the JPA persistence provider is supposed
to use for accessing the database, resolving data source names in
persistence.xml
against Spring-managed DataSources.
- setDate(long) - Method in class org.springframework.http.HttpHeaders
-
Set the date and time at which the message was created, as specified
by the Date
header.
- setDate(String, long) - Method in class org.springframework.http.HttpHeaders
-
Set the given date under the given header name after formatting it as a string
using the pattern "EEE, dd MMM yyyy HH:mm:ss zzz"
.
- setDateFormat(DateFormat) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Define the format for date/time with the given DateFormat
.
- setDateFormatPattern(String) - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
Define the date/time format with a SimpleDateFormat
-style pattern.
- setDateFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing date values.
- setDateFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing date values.
- setDateHeader(String, long) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setDateStyle(String) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
Set the default format style of Joda LocalDate
objects.
- setDateStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the style to use for date types.
- setDateStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the default format style of LocalDate
objects.
- setDateTimeContext(DateTimeContext) - Static method in class org.springframework.format.datetime.standard.DateTimeContextHolder
-
Associate the given DateTimeContext with the current thread.
- setDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing date and time values.
- setDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing date and time values.
- setDateTimeStyle(String) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
Set the default format style of Joda LocalDateTime
and DateTime
objects,
as well as JDK Date
and Calendar
objects.
- setDateTimeStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the style to use for date and time types.
- setDateTimeStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the default format style of LocalDateTime
objects.
- setDateToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Deprecated.
Set the name of the DateTool helper object to expose in the Velocity context
of this view, or null
if not needed.
- setDateToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
-
Deprecated.
Set the name of the DateTool helper object to expose in the Velocity context
of this view, or null
if not needed.
- setDays(BitSet, String, int) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
-
- setDaysOfMonth(BitSet, String) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
-
- setDeadlockLoserCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setDebug(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether Hessian's debug mode should be enabled.
- setDebug(boolean) - Method in class org.springframework.remoting.caucho.HessianExporter
-
Set whether Hessian's debug mode should be enabled, logging to
this exporter's Commons Logging log.
- setDeclarationOrder(int) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Sets the declaration order of this advice within the aspect
- setDecoder(StompDecoder) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- setDecoders(List<Class<? extends Decoder>>) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- setDecoders(List<Class<? extends Decoder>>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- setDecoratedDefinition(BeanDefinitionHolder) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Register a target definition that is being decorated by this bean definition.
- setDecoratorFactories(WebSocketHandlerDecoratorFactory...) - Method in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
-
Configure one or more factories to decorate the handler used to process
WebSocket messages.
- setDefaultAutoCommit(boolean) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
-
Set the default auto-commit mode to expose when no target Connection
has been fetched yet (-> actual JDBC Connection default not known yet).
- setDefaultCharset(Charset) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Set the default character set, if any.
- setDefaultContentType(MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
Sets the default Content-Type
to be used for writing.
- setDefaultContentType(MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Set the default content type to use when no content type is requested.
- setDefaultContentTypeStrategy(ContentNegotiationStrategy) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- setDefaultCurrencyTimeLimit(Integer) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set the default for the JMX field "currencyTimeLimit".
- setDefaultDataSource(DataSource) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the JDBC DataSource that the JPA persistence provider is supposed to use
for accessing the database if none has been specified in persistence.xml
.
- setDefaultDestination(Destination) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the destination to be used on send/receive operations that do not
have a destination parameter.
- setDefaultDestination(D) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
-
Configure the default destination to use in send methods that don't have
a destination argument.
- setDefaultDestinationName(String) - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
Configure the default destination name to use in send methods that don't have
a destination argument.
- setDefaultDestinationName(String) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the destination name to be used on send/receive operations that
do not have a destination parameter.
- setDefaultDestinationPrefix(String) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
-
Configure a default prefix to add to message destinations in cases where a method
is not annotated with
@SendTo
or does not specify any destinations
through the annotation's value attribute.
- setDefaultDomain(String) - Method in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
-
Specify the default domain to be used for generating ObjectNames
when no source-level metadata has been specified.
- setDefaultDomain(String) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
-
Specify the default domain to be used for generating ObjectNames
when no source-level metadata has been specified.
- setDefaultDomain(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
Set the default domain to be used by the MBeanServer
,
to be passed to MBeanServerFactory.createMBeanServer()
or MBeanServerFactory.findMBeanServer()
.
- setDefaultEncoding(String) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set the default charset to use for parsing properties files.
- setDefaultEncoding(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set the default encoding to use for MimeMessages
created by this instance.
- setDefaultEncoding(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
Set the default charset to use for parsing resource bundle files.
- setDefaultEncoding(String) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set the default encoding for the FreeMarker configuration.
- setDefaultEncoding(String) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Set the default character encoding to use for parsing requests,
to be applied to headers of individual parts and to form fields.
- setDefaultEncoding(String) - Method in class org.springframework.web.util.UrlPathHelper
-
Set the default character encoding to use for URL decoding.
- setDefaultErrorView(String) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
-
Set the name of the default error view.
- setDefaultErrorView(String) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set the name of the default error view.
- setDefaultFileTypeMap(FileTypeMap) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set the default Java Activation FileTypeMap
to use for
MimeMessages
created by this instance.
- setDefaultFilterCondition(String) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
-
Deprecated.
Specify a default filter condition for the filter, if any.
- setDefaultHandler(Object) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
-
Set the default handler for this handler mapping.
- setDefaultHandler(Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set the default handler for this handler mapping.
- setDefaultHeartbeat(long[]) - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
-
Configure the default value for the "heart-beat" header of the STOMP
CONNECT frame.
- setDefaultHtmlEscape(boolean) - Method in class org.springframework.web.servlet.support.RequestContext
-
(De)activate default HTML escaping for messages and errors, for the scope of this RequestContext.
- setDefaultHtmlEscape(boolean) - Method in class org.springframework.web.servlet.tags.HtmlEscapeTag
-
Set the default value for HTML escaping,
to be put into the current PageContext.
- setDefaultJtaDataSource(DataSource) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the JDBC DataSource that the JPA persistence provider is supposed to use
for accessing the database if none has been specified in persistence.xml
.
- setDefaultListenerMethod(String) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
Specify the name of the default listener method to delegate to,
for the case where no specific listener method has been determined.
- setDefaultLocale(Locale) - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Set a shared default locale at the framework level,
as an alternative to the JVM-wide default locale.
- setDefaultLocale(Locale) - Method in class org.springframework.web.servlet.i18n.AbstractLocaleResolver
-
Set a default Locale that this resolver will return if no other locale found.
- setDefaultLocale(Locale) - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
-
Configure a fixed default locale to fall back on if the request does not
have an "Accept-Language" header.
- setDefaultLocale(Locale) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Set a fixed Locale that this resolver will return if no cookie found.
- setDefaultMaxBinaryMessageBufferSize(int) - Method in class org.springframework.test.context.web.socket.MockServerContainer
-
- setDefaultMaxSessionIdleTimeout(long) - Method in class org.springframework.test.context.web.socket.MockServerContainer
-
- setDefaultMaxTextMessageBufferSize(int) - Method in class org.springframework.test.context.web.socket.MockServerContainer
-
- setDefaultMethodName(String) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
-
Deprecated.
Set the name of the default handler method that should be
used when no parameter was found in the request
- setDefaultMimeType(MimeType) - Method in class org.springframework.messaging.converter.DefaultContentTypeResolver
-
- setDefaultNamespace(String) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- setDefaultNamespace(String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
-
- setDefaultObject(Object) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
Specify a default object to fall back to if the JNDI lookup fails.
- setDefaultParentBean(String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Set the default parent bean for this bean factory.
- setDefaultParentView(String) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Set the default parent for views defined in the ResourceBundle
.
- setDefaultPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the name of the default persistence unit, if any.
- setDefaultPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Specify the default persistence unit name, to be used in case
of no unit name specified in an @PersistenceUnit
/
@PersistenceContext
annotation.
- setDefaultPersistenceUnitRootLocation(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Set the default persistence unit root location, to be applied
if no unit-specific persistence unit root could be determined.
- setDefaultProfiles(String...) - Method in class org.springframework.core.env.AbstractEnvironment
-
- setDefaultProfiles(String...) - Method in interface org.springframework.core.env.ConfigurableEnvironment
-
- setDefaultProperties(Map<String, String>) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
-
Specify custom default properties, with String keys and String values.
- setDefaultProtocolHandler(SubProtocolHandler) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- setDefaultProxyTargetClass(boolean) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Flag to signal that refreshable proxies should be created to proxy the target class not its interfaces.
- setDefaultRefreshCheckDelay(long) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Set the delay between refresh checks, in milliseconds.
- setDefaultRequest(RequestBuilder) - Method in class org.springframework.test.web.servlet.MockMvc
-
A default request builder merged into every performed request.
- setDefaultResponseDestination(Destination) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Set the default destination to send response messages to.
- setDefaultResponseQueueName(String) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Set the name of the default response queue to send response messages to.
- setDefaultResponseTopicName(String) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Set the name of the default response topic to send response messages to.
- setDefaultServletName(String) - Method in class org.springframework.mock.web.MockServletContext
-
Set the name of the default Servlet
.
- setDefaultServletName(String) - Method in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
-
Set the name of the default Servlet to be forwarded to for static resource requests.
- setDefaultStatusCode(int) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set the default HTTP status code that this exception resolver will apply
if it resolves an error view and if there is no status code mapping defined.
- setDefaultTargetDataSource(Object) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
Specify the default target DataSource, if any.
- setDefaultThemeName(String) - Method in class org.springframework.web.servlet.theme.AbstractThemeResolver
-
Set the name of the default theme.
- setDefaultThemeName(String) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
-
Set the name of the default theme.
- setDefaultTimeout(int) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Specify the default timeout that this transaction manager should apply
if there is no timeout specified at the transaction level, in seconds.
- setDefaultTimeout(long) - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
Specify the amount of time, in milliseconds, before asynchronous request
handling times out.
- setDefaultTimeZone(TimeZone) - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Set a shared default time zone at the framework level,
as an alternative to the JVM-wide default time zone.
- setDefaultTimeZone(TimeZone) - Method in class org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
-
Set a default TimeZone that this resolver will return if no other time zone found.
- setDefaultTimeZone(TimeZone) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Set a fixed TimeZone that this resolver will return if no cookie found.
- setDefaultTransactionIsolation(int) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
-
Set the default transaction isolation level to expose when no target Connection
has been fetched yet (-> actual JDBC Connection default not known yet).
- setDefaultTransactionIsolationName(String) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
-
Set the default transaction isolation level by the name of the corresponding
constant in Connection
, e.g.
- setDefaultTyping(<any>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Specify a TypeResolverBuilder
to use for Jackson's default typing.
- setDefaultUriVariables(Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
-
Configure default URI variable values.
- setDefaultUriVariables(Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
Configure default URI variable values.
- setDefaultUriVariables(Map<String, ?>) - Method in class org.springframework.web.util.AbstractUriTemplateHandler
-
Configure default URI variable values to use with every expanded URI
template.
- setDefaultUrl(String) - Method in class org.springframework.web.servlet.ResourceServlet
-
Deprecated.
Set the URL within the current web application from which to
include content if the requested path isn't found, or if none
is specified in the first place.
- setDefaultUserDestinationPrefix(String) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
-
Configure a default prefix to add to message destinations in cases where a
method is annotated with
@SendToUser
but does not specify
any destinations through the annotation's value attribute.
- setDefaultUseWrapper(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Define if a wrapper will be used for indexed (List, array) properties or not by
default (only applies to XmlMapper
).
- setDefaultValue(String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- setDefaultValue(AbstractNestablePropertyAccessor.PropertyTokenHolder) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- setDefaultValue(Object) - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-
Set the default value of this attribute.
- setDefaultViewInclusion(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Shortcut for MapperFeature#DEFAULT_VIEW_INCLUSION
option.
- setDefaultViews(List<View>) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
Set the default views to use when a more specific view can not be obtained
from the
ViewResolver
chain.
- setDeferredResultInterceptors(List<DeferredResultProcessingInterceptor>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure DeferredResultProcessingInterceptor
's to register on async requests.
- setDefinitions(String...) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
Deprecated.
Set the Tiles definitions, i.e.
- setDefinitions(String...) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
Set the Tiles definitions, i.e.
- setDefinitionsFactoryClass(Class<? extends DefinitionsFactory>) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
Deprecated.
Set the org.apache.tiles.definition.DefinitionsFactory
implementation to use.
- setDefinitionsFactoryClass(Class<? extends DefinitionsFactory>) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
Set the org.apache.tiles.definition.DefinitionsFactory
implementation to use.
- setDelay(long) - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
-
Set the delay before starting the task for the first time,
in milliseconds.
- setDelay(long) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Set the delay before starting the task for the first time,
in milliseconds.
- setDelegate(Object) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
Set a target object to delegate message listening to.
- setDelegate(Runnable) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.DefaultCallback
-
- setDelegate(Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
Set the delegate used by this class; the default is this
,
assuming that handler methods have been added by a subclass.
- setDeleteSpecificValues(boolean) - Method in class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
-
Specify whether to delete the entire range below the current maximum key value
(false
- the default), or the specifically generated values (true
).
- setDelimiter(String) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Set the delimiter to be used between each
'input type="checkbox/radio"
' tag.
- setDelimiter(String) - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Set the delimiter to be used between error messages.
- setDeliveryDelay(long) - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- setDeliveryDelay(long) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the delivery delay to use for send calls (in milliseconds).
- setDeliveryDelayMethod - Static variable in class org.springframework.jms.connection.CachedMessageProducer
-
- setDeliveryDelayMethod - Static variable in class org.springframework.jms.core.JmsTemplate
-
The JMS 2.0 MessageProducer.setDeliveryDelay method, if available
- setDeliveryMode(int) - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- setDeliveryMode(int) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the delivery mode to use when sending a message.
- setDeliveryPersistent(boolean) - Method in class org.springframework.jms.core.JmsTemplate
-
Set whether message delivery should be persistent or non-persistent,
specified as boolean value ("true" or "false").
- setDependencyCheck(int) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the dependency check code.
- setDependencyCheck(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the depency check mode for this definition.
- setDependencyCheck(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- setDependencyCheck(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the default dependency-check setting for the document that's currently parsed.
- setDependencyComparator(Comparator<Object>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Set a Comparator
for dependency Lists and arrays.
- setDependsOn(String...) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Set the names of the beans that this bean depends on being initialized.
- setDependsOn(String...) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the names of the beans that this bean depends on being initialized.
- setDescendingOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
-
Change the sort order at the given index to descending sort.
- setDescription(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set a human-readable description of this bean definition.
- setDescription(String) - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
-
Set a description for this attribute.
- setDescription(String) - Method in class org.springframework.jmx.export.metadata.ManagedNotification
-
Set a description for this notification.
- setDescription(String) - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Set a description for this parameter.
- setDescription(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Associate a textual description with this trigger.
- setDescription(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Set a textual description for this job.
- setDescription(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Associate a textual description with this trigger.
- setDescriptor(String) - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
-
Set a descriptor for this transaction attribute,
e.g.
- setDeserializationView(Class<?>) - Method in class org.springframework.http.converter.json.MappingJacksonInputMessage
-
- setDeserializers(<any>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Configure custom deserializers.
- setDeserializersByType(Map<Class<?>, <any>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Configure custom deserializers for the given types.
- setDestination(String) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
Set the name of the destination for this endpoint.
- setDestination(Destination) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the destination to receive messages from.
- setDestination(String) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- setDestination(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- setDestination(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the destination header.
- setDestination(String) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSubscription
-
- setDestinationName(String) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the name of the destination to receive messages from.
- setDestinationName(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setDestinationPrefixes(Collection<String>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
When this property is configured only messages to destinations matching
one of the configured prefixes are eligible for handling.
- setDestinationPrefixes(Collection<String>) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
When this property is configured only messages to destinations matching
one of the configured prefixes are eligible for handling.
- setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
-
- setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Set the DestinationResolver that should be used to resolve response
destination names for this adapter.
- setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
Set the DestinationResolver to use for resolving destination names
into the JCA 1.5 ActivationSpec "destination" property.
- setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
-
Set the DestinationResolver to use for resolving destination names
into the JCA 1.5 ActivationSpec "destination" property.
- setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
-
Set the DestinationResolver that is to be used to resolve Queue
references for this accessor.
- setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
-
Set the
DestinationResolver
that is to be used to resolve
javax.jms.Destination
references for this accessor.
- setDestinationResolver(DestinationResolver<D>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
-
Configure the
DestinationResolver
to use to resolve String destination
names into actual destinations of type
<D>
.
- setDestroyAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
-
Specify the destroy annotation to check for, indicating destruction
methods to call when the context is shutting down.
- setDestroyMethod(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the default destroy-method setting for the document that's currently parsed.
- setDestroyMethodName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the name of the destroy method.
- setDestroyMethodName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the destroy method for this definition.
- setDestroyMethodName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- setDetectAllHandlerAdapters(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Set whether to detect all HandlerAdapter beans in this portlet's context.
- setDetectAllHandlerAdapters(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to detect all HandlerAdapter beans in this servlet's context.
- setDetectAllHandlerExceptionResolvers(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Set whether to detect all HandlerExceptionResolver beans in this portlet's context.
- setDetectAllHandlerExceptionResolvers(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to detect all HandlerExceptionResolver beans in this servlet's context.
- setDetectAllHandlerMappings(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Set whether to detect all HandlerMapping beans in this portlet's context.
- setDetectAllHandlerMappings(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to detect all HandlerMapping beans in this servlet's context.
- setDetectAllViewResolvers(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Set whether to detect all ViewResolver beans in this portlet's context.
- setDetectAllViewResolvers(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to detect all ViewResolver beans in this servlet's context.
- setDetectHandlerMethodsInAncestorContexts(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Whether to detect handler methods in beans in ancestor ApplicationContexts.
- setDetectHandlersInAncestorContexts(boolean) - Method in class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
-
Set whether to detect handler beans in ancestor ApplicationContexts.
- setDir(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'dir
' attribute.
- setDirectFieldAccess(boolean) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set whether to use direct field access instead of bean property access.
- setDisableCaching(boolean) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Disables caching of the generated JSON.
- setDisabled(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
Set whether this cache should be marked as disabled.
- setDisabled(boolean) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Set the value of the 'disabled
' attribute.
- setDisabled(boolean) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Set the value of the 'disabled
' attribute.
- setDisabled(boolean) - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
-
Set the value of the 'disabled
' attribute.
- setDisabled(boolean) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Set the value of the 'disabled
' attribute.
- setDisabled(boolean) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Set the value of the 'disabled
' attribute.
- setDisableHtmlEscaping(boolean) - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
Whether to use the GsonBuilder#disableHtmlEscaping()
when writing
JSON.
- setDisableIdGeneration() - Method in class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
-
- setDisableMessageID(boolean) - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- setDisableMessageTimestamp(boolean) - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- setDisallowedFields(String...) - Method in class org.springframework.validation.DataBinder
-
Register fields that should not be allowed for binding.
- setDisconnectDelay(long) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
The amount of time in milliseconds before a client is considered
disconnected after not having a receiving connection, i.e.
- setDisconnectDelay(long) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
The amount of time in milliseconds before a client is considered
disconnected after not having a receiving connection, i.e.
- setDiskSpoolBufferSize(int) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
- setDispatcherType(DispatcherType) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setDispatchOptionsRequest(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
- setDispatchTraceRequest(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
- setDisplayName(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Set a friendly name for this context.
- setDisplayName(String) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
A display name for this metric.
- setDocTypeInternalSubset(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
Set the internal subset Id for the DTD declaration written when marshalling.
- setDocTypePublicId(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
Set the public id for the DTD declaration written when marshalling.
- setDocTypeRootElementName(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
Set the root element name for the DTD declaration written when marshalling.
- setDoctypes(Map<String, String>) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the map containing document type definition for the marshaller.
- setDocTypeSystemId(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
Set the system id for the DTD declaration written when marshalling.
- setDocumentLoader(DocumentLoader) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
- setDocumentLocator(Locator) - Method in class org.springframework.util.xml.DomContentHandler
-
- setDocumentLocator(Locator) - Method in class org.springframework.util.xml.StaxEventHandler
-
- setDocumentLocator(Locator) - Method in class org.springframework.util.xml.StaxStreamHandler
-
- setDocumentMatchers(YamlProcessor.DocumentMatcher...) - Method in class org.springframework.beans.factory.config.YamlProcessor
-
A map of document matchers allowing callers to selectively use only
some of the documents in a YAML resource.
- setDocumentReaderClass(Class<?>) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
- setDomain(String) - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- setDriver(Driver) - Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
Specify the JDBC Driver instance to use.
- setDriverClass(Class<? extends Driver>) - Method in interface org.springframework.jdbc.datasource.embedded.ConnectionProperties
-
Set the JDBC driver class to use to connect to the database.
- setDriverClass(Class<? extends Driver>) - Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
Specify the JDBC Driver implementation class to use.
- setDriverClassName(String) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
-
Set the JDBC driver class name.
- setDTDHandler(DTDHandler) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
-
- setDTDHandler(DTDHandler) - Method in class org.springframework.util.xml.AbstractXMLReader
-
- setDummyName(String) - Method in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
-
Set the name of the dummy column.
- setDuplicateKeyCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setDurability(boolean) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Specify the job's durability, i.e.
- setDurableSubscriptionName(String) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the name of a durable subscription to create.
- setDurableSubscriptionName(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setDynamic() - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Mark this value as dynamic, i.e.
- setDynamicAttribute(String, String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- setDynamicDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
-
- setEarlyFlushBeforeCommit(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
Set whether to perform an early flush before proceeding with a commit.
- setEffectiveMajorVersion(int) - Method in class org.springframework.mock.web.MockServletContext
-
- setEffectiveMinorVersion(int) - Method in class org.springframework.mock.web.MockServletContext
-
- setElement(String) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Set the HTML element used to enclose the
'input type="checkbox/radio"
' tag.
- setElement(String) - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Set the HTML element must be used to render the error messages.
- setElementTypeName(String) - Method in class org.springframework.beans.factory.support.ManagedList
-
Set the default element type name (class name) to be used for this list.
- setElementTypeName(String) - Method in class org.springframework.beans.factory.support.ManagedSet
-
Set the default element type name (class name) to be used for this set.
- setEmbeddedValueResolver(StringValueResolver) - Method in interface org.springframework.context.EmbeddedValueResolverAware
-
Set the StringValueResolver to use for resolving embedded definition values.
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.context.support.EmbeddedValueResolutionSupport
-
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.format.support.FormattingConversionService
-
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
Set a value resolver for embedded placeholders and expressions.
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
- setEnabled(boolean) - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
-
- setEnableTimestamp(boolean) - Method in class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
-
Whether to enable the automatic addition of the
MessageHeaders.TIMESTAMP
header on
MessageHeaderAccessor
instances being initialized.
- setEnableTimestamp(boolean) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- setEncoder(StompEncoder) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- setEncoders(List<Class<? extends Encoder>>) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- setEncoders(List<Class<? extends Encoder>>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- setEncoding(String) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
Specify the encoding to use when converting to and from text-based
message body content.
- setEncoding(String) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the encoding to be used for stream access.
- setEncoding(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
Set the document encoding using for marshalling.
- setEncoding(String) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set the encoding to be used for stream access.
- setEncoding(String) - Method in class org.springframework.scripting.support.ResourceScriptSource
-
Set the encoding used for reading the script resource.
- setEncoding(String) - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Set the encoding to use for requests.
- setEncoding(String) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Set the encoding of the FreeMarker template file.
- setEncoding(JsonEncoding) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Set the JsonEncoding
for this view.
- setEncoding(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Deprecated.
Set the encoding of the Velocity template file.
- setEncodingPropertyName(String) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
Specify the name of the JMS message property that carries the encoding from
bytes to String and back is BytesMessage is used during the conversion process.
- setEncodingScheme(String) - Method in class org.springframework.web.servlet.view.RedirectView
-
Set the encoding scheme for this view.
- setEnctype(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'enctype
' attribute.
- setEndpointAddress(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the endpoint address to specify on the stub.
- setEndpointFeatures(WebServiceFeature...) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
Specify WebServiceFeature objects (e.g.
- setEndpointProperties(Map<String, Object>) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
Set the property bag for the endpoint, including properties such as
"javax.xml.ws.wsdl.service" or "javax.xml.ws.wsdl.port".
- setEndpointRegistry(JmsListenerEndpointRegistry) - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
-
- setEndpointRegistry(JmsListenerEndpointRegistry) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
- setEnforceDestroyMethod(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify whether or not the configured destroy method is the default.
- setEnforceInitMethod(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify whether or not the configured init method is the default.
- setEnforceReadOnly(boolean) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
Specify whether to enforce the read-only nature of a transaction
(as indicated by
TransactionDefinition.isReadOnly()
through an explicit statement on the transactional connection:
"SET TRANSACTION READ ONLY" as understood by Oracle, MySQL and Postgres.
- setEngine(ScriptEngine) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Set the ScriptEngine
to use by the view.
- setEngine(ScriptEngine) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- setEngineName(String) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
-
Set the name of the script engine for evaluating the scripts (e.g.
- setEngineName(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Set the engine name that will be used to instantiate the ScriptEngine
.
- setEngineName(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
-
- setEnterMessage(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
Set the template used for method entry log messages.
- setEntityCacheStrategies(Properties) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Specify the cache strategies for entities (persistent classes or named entities).
- setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Set the bean name of a Hibernate entity interceptor that allows to inspect
and change property values before writing to and reading from the database.
- setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
Set the bean name of a Hibernate entity interceptor that allows to inspect
and change property values before writing to and reading from the database.
- setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
Set the bean name of a Hibernate entity interceptor that allows to inspect
and change property values before writing to and reading from the database.
- setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Set the bean name of a Hibernate entity interceptor that allows to inspect
and change property values before writing to and reading from the database.
- setEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
-
Set the JPA EntityManagerFactory that should be used to create
EntityManagers.
- setEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Set the EntityManagerFactory that this instance should manage transactions for.
- setEntityManagerFactoryBeanName(String) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
-
Set the bean name of the EntityManagerFactory to fetch from Spring's
root application context.
- setEntityManagerFactoryInterface(Class<? extends EntityManagerFactory>) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Specify the (potentially vendor-specific) EntityManagerFactory interface
that this EntityManagerFactory proxy is supposed to implement.
- setEntityManagerHolder(EntityManagerHolder, boolean) - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
-
- setEntityManagerInterface(Class<? extends EntityManager>) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Specify the (potentially vendor-specific) EntityManager interface
that this factory's EntityManagers are supposed to implement.
- setEntityManagerInterface(Class<? extends EntityManager>) - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
-
Specify the EntityManager interface to expose.
- setEntityResolver(EntityResolver) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Set a SAX entity resolver to be used for parsing.
- setEntityResolver(EntityResolver) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the EntityResolver
to be used during unmarshalling.
- setEntityResolver(EntityResolver) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
-
- setEntityResolver(EntityResolver) - Method in class org.springframework.util.xml.AbstractXMLReader
-
- setEntityTypeFilters(TypeFilter...) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
-
Deprecated.
Specify custom type filters for Spring-based scanning for entity classes.
- setEntityTypeFilters(TypeFilter...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Specify custom type filters for Spring-based scanning for entity classes.
- setEntityTypeFilters(TypeFilter...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
-
Specify custom type filters for Spring-based scanning for entity classes.
- setEntityTypeFilters(TypeFilter...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Specify custom type filters for Spring-based scanning for entity classes.
- setEntityTypeFilters(TypeFilter...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
-
Specify custom type filters for Spring-based scanning for entity classes.
- setEnvironment(Environment) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
Set the Environment to use when reading bean definitions.
- setEnvironment(Environment) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Set the Environment to use when evaluating whether
@Conditional
-annotated component classes should be registered.
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Set the Environment
for this application context.
- setEnvironment(Environment) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Set the Environment to use when resolving placeholders and evaluating
@Conditional
-annotated component classes.
- setEnvironment(Environment) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- setEnvironment(Environment) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
-
- setEnvironment(ConfigurableEnvironment) - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Set the Environment
for this application context.
- setEnvironment(Environment) - Method in interface org.springframework.context.EnvironmentAware
-
Set the Environment
that this component runs in.
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Set the Environment
for this application context.
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
-
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.support.GenericXmlApplicationContext
-
- setEnvironment(Environment) - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
-
Set the Environment
that this component runs in.
- setEnvironment(Map<String, ?>) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Specify the environment for the JMX connector.
- setEnvironment(Map<String, ?>) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
-
Specify the environment for the JMX connector.
- setEnvironment(Properties) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set the environment properties used to construct the JMXConnectorServer
as java.util.Properties
(String key/value pairs).
- setEnvironment(Properties) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
Set the environment properties used to construct the JMXConnector
as java.util.Properties
(String key/value pairs).
- setEnvironment(Properties) - Method in class org.springframework.jndi.JndiTemplate
-
Set the environment for the JNDI InitialContext.
- setEnvironment(Environment) - Method in class org.springframework.web.filter.GenericFilterBean
-
Set the Environment
that this filter runs in.
- setEnvironment(Environment) - Method in class org.springframework.web.portlet.GenericPortletBean
-
Set the Environment
that this component runs in.
- setEnvironment(Environment) - Method in class org.springframework.web.servlet.HttpServletBean
-
Set the Environment
that this servlet runs in.
- setEnvironmentMap(Map<String, ?>) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set the environment properties used to construct the JMXConnector
as a Map
of String keys and arbitrary Object values.
- setEnvironmentMap(Map<String, ?>) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
Set the environment properties used to construct the JMXConnector
as a Map
of String keys and arbitrary Object values.
- setErrorChannel(MessageChannel) - Method in class org.springframework.messaging.support.MessageBuilder
-
- setErrorChannel(MessageChannel) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- setErrorChannelName(String) - Method in class org.springframework.messaging.support.MessageBuilder
-
- setErrorChannelName(String) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- setErrorCodes(String...) - Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
-
Set the SQL error codes to match.
- setErrorHandler(ErrorHandler) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Set an implementation of the org.xml.sax.ErrorHandler
interface for custom handling of XML parsing errors and warnings.
- setErrorHandler(CacheErrorHandler) - Method in class org.springframework.cache.interceptor.AbstractCacheInvoker
-
Set the
CacheErrorHandler
instance to use to handle errors
thrown by the cache provider.
- setErrorHandler(ErrorHandler) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
-
Set the
ErrorHandler
to invoke in case an exception is thrown
from a listener.
- setErrorHandler(ErrorHandler) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- setErrorHandler(ErrorHandler) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the ErrorHandler to be invoked in case of any uncaught exceptions thrown
while processing a Message.
- setErrorHandler(ErrorHandler) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
-
- setErrorHandler(ErrorHandler) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
-
- setErrorHandler(ErrorHandler) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- setErrorHandler(ErrorHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- setErrorHandler(ErrorHandler) - Method in class org.springframework.util.xml.AbstractXMLReader
-
- setErrorHandler(ResponseErrorHandler) - Method in class org.springframework.web.client.AsyncRestTemplate
-
Set the error handler.
- setErrorHandler(ResponseErrorHandler) - Method in class org.springframework.web.client.RestTemplate
-
Set the error handler.
- setErrorHandler(StompSubProtocolErrorHandler) - Method in interface org.springframework.web.socket.config.annotation.StompEndpointRegistry
-
Configure a handler for customizing or handling STOMP ERROR frames to clients.
- setErrorHandler(StompSubProtocolErrorHandler) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
- setErrorHandler(StompSubProtocolErrorHandler) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
Configure a handler for error messages sent to clients which allows
customizing the error messages or preventing them from being sent.
- setErrorListener(ErrorListener) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Set an implementation of the ErrorListener
interface for custom handling of transformation errors and warnings.
- setErrorListener(ErrorListener) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Set an implementation of the ErrorListener
interface for custom handling of transformation errors and warnings.
- setErrorResult(Object) - Method in class org.springframework.web.context.request.async.DeferredResult
-
- setETag(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) entity tag of the body, as specified by the ETag
header.
- setETag(String) - Method in class org.springframework.mock.web.portlet.MockCacheControl
-
- setEvaluationContext(EvaluationContext) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
Set the evaluation context that will be used if none is specified on an evaluation call.
- setEvent(QName, Serializable) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- setEvent(String, Serializable) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- setEventListener(ReaderEventListener) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
- setEventListeners(Map<String, Object>) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Specify the Hibernate event listeners to register, with listener types
as keys and listener objects as values.
- setException(Throwable) - Method in class org.springframework.remoting.support.RemoteInvocationResult
-
Set the exception thrown by an unsuccessful invocation of the
target method, if any.
- setException(Throwable) - Method in class org.springframework.util.concurrent.SettableListenableFuture
-
Set the exception of this future.
- setExceptionAttribute(String) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
-
Set the name of the model attribute as which the exception should
be exposed.
- setExceptionAttribute(String) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set the name of the model attribute as which the exception should be exposed.
- setExceptionCacheResolver(CacheResolver) - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
- setExceptionClass(Class<?>) - Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
-
Set the exception class for the specified error codes.
- setExceptionConversionEnabled(boolean) - Method in class org.springframework.orm.hibernate3.HibernateInterceptor
-
Deprecated.
Set whether to convert any HibernateException raised to a Spring DataAccessException,
compatible with the org.springframework.dao
exception hierarchy.
- setExceptionHandler(AsyncUncaughtExceptionHandler) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
-
- setExceptionHandler(AsyncUncaughtExceptionHandler) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
- setExceptionListener(ExceptionListener) - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Specify an JMS ExceptionListener implementation that should be
registered with the single Connection created by this factory.
- setExceptionListener(ExceptionListener) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the JMS ExceptionListener to notify in case of a JMSException thrown
by the registered message listener or the invocation infrastructure.
- setExceptionMappings(Properties) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
-
Set the mappings between exception class names and error view names.
- setExceptionMappings(Properties) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set the mappings between exception class names and error view names.
- setExceptionMessage(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
Set the template used for method exception log messages.
- setExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
-
Set the list of exception resolvers to delegate to.
- setExceptionResult(Throwable) - Method in class org.springframework.util.concurrent.SettableListenableFuture.SettableTask
-
- setExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.JdbcAccessor
-
Set the exception translator for this instance.
- setExcludedBeans(String...) - Method in class org.springframework.jmx.export.MBeanExporter
-
Set the list of names for beans that should be excluded from autodetection.
- setExcludedClasses(Class<?>...) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
-
Deprecated.
Specify controller classes that should be excluded from this mapping.
- setExcludedExceptions(Class<?>...) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set one or more exceptions to be excluded from the exception mappings.
- setExcludedPackages(String...) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
-
Deprecated.
Specify Java packages that should be excluded from this mapping.
- setExcludedPattern(String) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Convenience method when we have only a single exclusion pattern.
- setExcludedPatterns(String...) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Set the regular expressions defining methods to match for exclusion.
- setExcludeUnlistedClasses(boolean) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setExecutor(Executor) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
-
Supply the executor to be used when executing async methods.
- setExecutor(Executor) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
Set the JDK concurrent executor to use for dispatching incoming requests
to exported service instances.
- setExecutor(Executor) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the JDK concurrent executor to use for asynchronous executions
that require callbacks.
- setExecutor(Executor) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
Set the JDK concurrent executor to use for dispatching incoming requests.
- setExecutor(Executor) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
Set the Executor
to use when invoking methods asynchronously.
- setExistingSession(Session) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
-
Deprecated.
- setExistingSession(Session) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
-
- setExistingSession(Session) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager.HibernateTransactionObject
-
- setExitMessage(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
Set the template used for method exit log messages.
- setExpandUriTemplateVariables(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
Whether to treat the redirect URL as a URI template.
- setExpectedType(Class<?>) - Method in class org.springframework.jndi.JndiObjectLocator
-
Specify the type that the located JNDI object is supposed
to be assignable to, if any.
- setExpirationTime(int) - Method in class org.springframework.mock.web.portlet.MockCacheControl
-
- setExpirationTime(long) - Method in class org.springframework.web.servlet.FlashMap
-
Set the expiration time for the FlashMap.
- setExpires(long) - Method in class org.springframework.http.HttpHeaders
-
Set the date and time at which the message is no longer valid,
as specified by the Expires
header.
- setExplicitQosEnabled(boolean) - Method in class org.springframework.jms.core.JmsTemplate
-
Set if the QOS values (deliveryMode, priority, timeToLive)
should be used for sending a message.
- setExporterClass(Class<? extends net.sf.jasperreports.engine.JRExporter>) - Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
-
Set the JRExporter
implementation Class
to use.
- setExporterParameters(Map<?, ?>) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Set the exporter parameters that should be used when rendering a view.
- setExporterParameters(Map<String, Object>) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
Set the exporterParameters
the view class should use.
- setExposeAccessContext(boolean) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Set whether to expose the JNDI environment context for all access to the target
EJB, i.e.
- setExposeAccessContext(boolean) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
Set whether to expose the JNDI environment context for all access to the target
object, i.e.
- setExposeAccessContext(boolean) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Set whether to expose the JNDI environment context for all access to the target
RMI stub, i.e.
- setExposeClassDescriptor(boolean) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set whether to expose the JMX descriptor field "class" for managed operations.
- setExposeContextBeansAsAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set whether to make all Spring beans in the application context accessible
as request attributes, through lazy checking once an attribute gets accessed.
- setExposeContextBeansAsAttributes(boolean) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set whether to make all Spring beans in the application context accessible
as request attributes, through lazy checking once an attribute gets accessed.
- setExposedContextBeanNames(String...) - Method in class org.springframework.web.servlet.view.AbstractView
-
Specify the names of beans in the context which are supposed to be exposed.
- setExposedContextBeanNames(String...) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Specify the names of beans in the context which are supposed to be exposed.
- setExposedHeaders(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
-
Set the list of response headers other than simple headers (i.e.
- setExposeJstlAttributes(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
-
Whether to expose JSTL attributes.
- setExposeListenerSession(boolean) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
- setExposeManagedResourceClassLoader(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
-
Indicates whether or not the managed resource should be exposed on the
thread context ClassLoader
before
allowing any invocations on the MBean to occur.
- setExposeModelAttributes(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
Set the exposeModelAttributes
flag which denotes whether
or not model attributes should be exposed as HTTP query parameters.
- setExposeNativeSession(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
Set whether to expose the native Hibernate Session to
HibernateCallback code.
- setExposeNativeSession(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
Set whether to expose the native Hibernate Session to
HibernateCallback code.
- setExposeNativeSession(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Set whether to expose the native Hibernate Session to
HibernateCallback code.
- setExposePathVariables(boolean) - Method in class org.springframework.web.servlet.view.AbstractView
-
Specify whether to add path variables to the model or not.
- setExposePathVariables(Boolean) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Specify whether views resolved by this resolver should add path variables to the model or not.
- setExposeProxy(boolean) - Method in interface org.springframework.aop.framework.Advised
-
Set whether the proxy should be exposed by the AOP framework as a
ThreadLocal
for retrieval via the
AopContext
class.
- setExposeProxy(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
-
Set whether the proxy should be exposed by the AOP framework as a
ThreadLocal for retrieval via the AopContext class.
- setExposeRequestAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Set whether all request attributes should be added to the
model prior to merging with the template.
- setExposeRequestAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
Set whether all request attributes should be added to the
model prior to merging with the template.
- setExposeSchedulerInRepository(boolean) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set whether to expose the Spring-managed Scheduler
instance in the
Quartz SchedulerRepository
.
- setExposeSessionAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Set whether all HttpSession attributes should be added to the
model prior to merging with the template.
- setExposeSessionAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
Set whether all HttpSession attributes should be added to the
model prior to merging with the template.
- setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Set whether to expose a RequestContext for use by Spring's macro library,
under the name "springMacroRequestContext".
- setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
Set whether to expose a RequestContext for use by Spring's macro library,
under the name "springMacroRequestContext".
- setExposeTransactionAwareSessionFactory(boolean) - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
-
Deprecated.
Set whether to expose a transaction-aware current Session from the
SessionFactory's getCurrentSession()
method, returning the
Session that's associated with the current Spring-managed transaction, if any.
- setExposeUnconfigurableExecutor(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Specify whether this FactoryBean should expose an unconfigurable
decorator for the created executor.
- setExposeUnconfigurableExecutor(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Specify whether this FactoryBean should expose an unconfigurable
decorator for the created executor.
- setExpression(String) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- setExpression(String) - Method in class org.springframework.aop.support.AbstractExpressionPointcut
-
- setExpression(String) - Method in class org.springframework.web.servlet.tags.EvalTag
-
Set the expression to evaluate.
- setExpressionParser(ExpressionParser) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
-
Specify the EL parser to use for expression parsing.
- setExpressionPrefix(String) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
-
Set the prefix that an expression string starts with.
- setExpressionSuffix(String) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
-
Set the suffix that an expression string ends with.
- setExtendedPersistenceContexts(Map<String, String>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Specify the extended persistence contexts for EntityManager lookups,
as a Map from persistence unit name to persistence context JNDI name
(which needs to resolve to an EntityManager instance).
- setExtensions(Extension...) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- setExtensions(List<Extension>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- setExtractOldValueForEditor(boolean) - Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setExtractOldValueForEditor(boolean) - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
-
Set whether to extract the old property value when applying a
property editor to a new value for a property.
- setExtractOldValueForEditor(boolean) - Method in class org.springframework.validation.DataBinder
-
- setExtractValueFromSingleKeyModel(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Set whether to serialize models containing a single attribute as a map or
whether to extract the single value from the model and serialize it directly.
- setFactory(WebSocketServerFactory) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.WebSocketServerFactoryAdapter
-
- SetFactoryBean - Class in org.springframework.beans.factory.config
-
Simple factory for shared Set instances.
- SetFactoryBean() - Constructor for class org.springframework.beans.factory.config.SetFactoryBean
-
- setFactoryBeanName(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Specify the factory bean to use, if any.
- setFactoryBeanName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify the factory bean to use, if any.
- setFactoryMethod(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the name of a static factory method to use for this definition,
to be called on this bean's class.
- setFactoryMethodName(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Specify a factory method, if any.
- setFactoryMethodName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify a factory method, if any.
- setFactoryMethodOnBean(String, String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the name of a non-static factory method to use for this definition,
including the bean name of the factory instance to call the method on.
- setFailEarlyOnGlobalRollbackOnly(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Set whether to fail early in case of the transaction being globally marked
as rollback-only.
- setFailOnEmptyBeans(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Shortcut for SerializationFeature#FAIL_ON_EMPTY_BEANS
option.
- setFailOnUnknownProperties(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Shortcut for DeserializationFeature#FAIL_ON_UNKNOWN_PROPERTIES
option.
- setFallbackRequest(DefaultTransportRequest) - Method in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
-
- setFallbackToDefaultTypeMatch(boolean) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Set whether to allow a fallback to a type match if no explicit name has been
specified.
- setFallbackToDynamicDestination(boolean) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
-
Set whether this resolver is supposed to create dynamic destinations
if the destination name is not found in JNDI.
- setFallbackToNoOpCache(boolean) - Method in class org.springframework.cache.support.CompositeCacheManager
-
Indicate whether a
NoOpCacheManager
should be added at the end of the delegate list.
- setFallbackToSystemLocale(boolean) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set whether to fall back to the system Locale if no files for a specific
Locale have been found.
- setFallbackToSystemLocale(boolean) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
Set whether to fall back to the system Locale if no files for a
specific Locale have been found.
- setFallbackTranslator(SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
-
- setFavorParameter(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Whether a request parameter ("format" by default) should be used to
determine the requested media type.
- setFavorPathExtension(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Whether the path extension in the URL path should be used to determine
the requested media type.
- setFeature(String, boolean) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
-
- setFeature(String, boolean) - Method in class org.springframework.util.xml.AbstractStaxXMLReader
-
- setFeature(String, boolean) - Method in class org.springframework.util.xml.AbstractXMLReader
-
This implementation throws a SAXNotRecognizedException
exception
for any feature outside of the "http://xml.org/sax/features/" namespace
and accepts a false
value for any feature within.
- setFeaturesToDisable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Specify features to disable.
- setFeaturesToEnable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Specify features to enable.
- setFeedType(String) - Method in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
-
Set the Rome feed type to use.
- setFetchSize(int) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Set the fetch size for this JdbcTemplate.
- setFetchSize(int) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set the fetch size for this RDBMS operation.
- setFetchSize(int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
Set the fetch size for this HibernateTemplate.
- setFetchSize(int) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
Set the fetch size for this HibernateTemplate.
- setFetchSize(int) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Set the fetch size for this HibernateTemplate.
- setField(Object, String, Object) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Set the field with the given name
on the
provided targetObject
to the supplied value
.
- setField(Object, String, Object, Class<?>) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Set the field with the given name
/type
on the provided targetObject
to the supplied value
.
- setField(Class<?>, String, Object) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Set the static field with the given name
on
the provided targetClass
to the supplied value
.
- setField(Class<?>, String, Object, Class<?>) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Set the static field with the given
name
/type
on the provided targetClass
to
the supplied value
.
- setField(Object, Class<?>, String, Object, Class<?>) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Set the field with the given name
/type
on the provided targetObject
/targetClass
to the supplied
value
.
- setField(Field, Object, Object) - Static method in class org.springframework.util.ReflectionUtils
-
Set the field represented by the supplied field object
on the
specified target object
to the specified value
.
- setFieldAliases(Map<String, String>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set the field alias/type map, consisting of field names.
- setFieldDefaultPrefix(String) - Method in class org.springframework.web.bind.WebDataBinder
-
Specify a prefix that can be used for parameters that indicate default
value fields, having "prefix + field" as name.
- setFieldMarkerPrefix(String) - Method in class org.springframework.web.bind.WebDataBinder
-
Specify a prefix that can be used for parameters that mark potentially
empty fields, having "prefix + field" as name.
- setFileEncoding(String) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Set the encoding to use for parsing properties files.
- setFileEncodings(Properties) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Set per-file charsets to use for parsing properties files.
- setFileTypeMap(FileTypeMap) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set the Java Activation Framework FileTypeMap
to use
for determining the content type of inline content and attachments
that get added to the message.
- setFilterDefinitions(FilterDefinition...) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Specify the Hibernate FilterDefinitions to register with the SessionFactory.
- setFilterName(String) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
-
Deprecated.
Set the name of the filter.
- setFilterName(String) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Set the name of a Hibernate filter to be activated for all
Sessions that this accessor works with.
- setFilterNames(String...) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Set one or more names of Hibernate filters to be activated for all
Sessions that this accessor works with.
- setFilterNames(String...) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
Set one or more names of Hibernate filters to be activated for all
Sessions that this accessor works with.
- setFilterNames(String...) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Set one or more names of Hibernate filters to be activated for all
Sessions that this accessor works with.
- setFilters(FilterProvider) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set the global filters to use in order to support @JsonFilter
annotated POJO.
- setFilters(FilterProvider) - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Set the Jackson filter provider to serialize the POJO with.
- setFilters(List<Filter>) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Register common Filters
to be
applied to all detected WebService
annotated beans.
- setFilters(List<Filter>) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
Register common
Filters
to be
applied to all locally registered
contexts
.
- setFilters(List<? extends Filter>) - Method in class org.springframework.web.filter.CompositeFilter
-
- setFindModulesViaServiceLoader(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set whether to let Jackson find available modules via the JDK ServiceLoader,
based on META-INF metadata in the classpath.
- setFixedDelayTasks(Map<Runnable, Long>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a Map of Runnables (the tasks) and fixed-delay values.
- setFixedDelayTasksList(List<IntervalTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify fixed-delay tasks as a list of
IntervalTask
objects.
- setFixedRate(boolean) - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
-
Set whether to schedule as fixed-rate execution, rather than
fixed-delay execution.
- setFixedRate(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Set whether to schedule as fixed-rate execution, rather than
fixed-delay execution.
- setFixedRate(boolean) - Method in class org.springframework.scheduling.support.PeriodicTrigger
-
Specify whether the periodic interval should be measured between the
scheduled start times rather than between actual completion times.
- setFixedRateTasks(Map<Runnable, Long>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a Map of Runnables (the tasks) and fixed-rate values.
- setFixedRateTasksList(List<IntervalTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- setFlag(String) - Static method in class org.springframework.core.SpringProperties
-
Programmatically set a local flag to "true", overriding an
entry in the spring.properties
file (if any).
- setFlaggedForRollback(boolean) - Static method in class org.springframework.test.context.transaction.TestTransaction
-
- setFlaggedForRollback(boolean) - Method in class org.springframework.test.context.transaction.TransactionContext
-
- setFlashMapManager(FlashMapManager) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide a custom FlashMapManager instance.
- setFlashMapTimeout(int) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Set the amount of time in seconds after a
FlashMap
is saved
(at request completion) and before it expires.
- setFlushMode(int) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Set the flush behavior to one of the constants in this class.
- setFlushMode(FlushMode) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
-
Deprecated.
Specify the Hibernate FlushMode to apply to this filter's
org.hibernate.Session
.
- setFlushModeName(String) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Set the flush behavior by the name of the respective constant
in this class, e.g.
- setFor(String) - Method in class org.springframework.web.servlet.tags.form.LabelTag
-
Set the value of the 'for
' attribute.
- setForceEncoding(boolean) - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Set whether the configured
encoding
of this filter
is supposed to override existing request and response encodings.
- setForceRequestEncoding(boolean) - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Set whether the configured
encoding
of this filter
is supposed to override existing request encodings.
- setForceResponseEncoding(boolean) - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Set whether the configured
encoding
of this filter
is supposed to override existing response encodings.
- setFormatKey(String) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
-
Set the key of the model parameter that holds the format discriminator.
- setFormatMappings(Map<String, Class<? extends AbstractJasperReportsView>>) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
-
Set the mappings of format discriminators to view class names.
- setFormatName(String) - Method in class org.springframework.format.number.money.MonetaryAmountFormatter
-
Specify the format name, to be resolved by the JSR-354 provider
at runtime.
- setFormatter(DateFormatter) - Method in class org.springframework.format.datetime.DateFormatterRegistrar
-
Set a global date formatter to register.
- setFormatterRegistrars(Set<FormatterRegistrar>) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- setFormatters(Set<?>) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
Configure the set of custom formatter objects that should be added.
- setFormConverter(FormHttpMessageConverter) - Method in class org.springframework.web.filter.HttpPutFormContentFilter
-
Set the converter to use for parsing form content.
- setForwardActionException(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Set whether to forward exceptions thrown during the action phase
to the render phase via a session attribute.
- setForwardedUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setForwardedUrl(String) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- setForwarder(MBeanServerForwarder) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set an MBeanServerForwarder to be applied to the JMXConnectorServer
.
- setForwardEventException(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Set whether to forward exceptions thrown during the event phase
to the render phase via a session attribute.
- setForwardPostProcessor(RequestPostProcessor) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder
-
- setFractionDigits(int) - Method in class org.springframework.format.number.CurrencyStyleFormatter
-
Specify the desired number of fraction digits.
- setFreemarkerSettings(Properties) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set properties that contain well-known FreeMarker keys which will be
passed to FreeMarker's Configuration.setSettings
method.
- setFreemarkerVariables(Map<String, Object>) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set a Map that contains well-known FreeMarker objects which will be passed
to FreeMarker's Configuration.setAllSharedVariables()
method.
- setFrom(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setFrom(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setFrom(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setFrom(String) - Method in interface org.springframework.mail.MailMessage
-
- setFrom(String) - Method in class org.springframework.mail.SimpleMailMessage
-
- setFrozen(boolean) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Set whether or not the proxy should be frozen, preventing advice
from being added to it once it is created.
- setFrozen(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
-
Set whether this config should be frozen.
- setFrozen(boolean) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
- setFunction(boolean) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify whether this call is a function call.
- setFunction(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Specify whether this call is a function call.
- setFunction(boolean) - Method in class org.springframework.jdbc.object.SqlCall
-
Set whether this call is for a function.
- setFunctionReturnName(String) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify the name used for the return value of the function.
- setGenerateDdl(boolean) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
Set whether to generate DDL after the EntityManagerFactory has been initialized,
creating/updating all relevant tables.
- setGeneratedKeyName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Specify the name of a single generated key column.
- setGeneratedKeyNames(String...) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Set the names of any generated keys.
- setGeneratedKeysColumnNameArraySupported(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- setGeneratedKeysColumnNames(String...) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
Set the column names of the auto-generated keys.
- setGeneratedKeysColumnNames(String...) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set the column names of the auto-generated keys.
- setGenerateUniqueDatabaseName(boolean) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Set the generateUniqueDatabaseName
flag to enable or disable
generation of a pseudo-random unique ID to be used as the database name.
- setGenerateUniqueDatabaseNameFlag(Element, BeanDefinitionBuilder) - Method in class org.springframework.jdbc.config.EmbeddedDatabaseBeanDefinitionParser
-
- setGetGeneratedKeysSupported(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- setGlobalBindings(Map<String, Object>) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
-
Set the globally scoped bindings on the underlying script engine manager,
shared by all scripts, as an alternative to script argument bindings.
- setGlobalJobListeners(JobListener...) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Specify global Quartz JobListeners to be registered with the Scheduler.
- setGlobalResultHandlers(List<ResultHandler>) - Method in class org.springframework.test.web.servlet.MockMvc
-
General actions to apply after every performed request.
- setGlobalResultMatchers(List<ResultMatcher>) - Method in class org.springframework.test.web.servlet.MockMvc
-
Expectations to assert after every performed request.
- setGlobalRollbackOnParticipationFailure(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Set whether to globally mark an existing transaction as rollback-only
after a participating transaction failed.
- setGlobalTriggerListeners(TriggerListener...) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Specify global Quartz TriggerListeners to be registered with the Scheduler.
- setGroup(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Specify the trigger's group.
- setGroup(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Specify the job's group.
- setGroup(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
Set the group of the job.
- setGroup(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Specify the trigger's group.
- setGson(Gson) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Set the Gson
instance to use.
- setHandback(Object) - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
Set the (arbitrary) object that will be 'handed back' as-is by an
NotificationBroadcaster
when notifying
any NotificationListener
.
- setHandler(Object) - Method in class org.springframework.test.web.servlet.DefaultMvcResult
-
- setHandler(ContentHandler) - Method in class org.springframework.util.xml.StaxResult
-
Throws an UnsupportedOperationException
.
- setHandlerAdapter(RequestMappingHandlerAdapter) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser.CompositeUriComponentsContributorFactoryBean
-
- setHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set the HandlerExceptionResolver types to use as a list.
- setHandlerExceptionResolvers(HandlerExceptionResolver...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set the HandlerExceptionResolver types to use as an array.
- setHandlerInstantiator(HandlerInstantiator) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Customize the construction of Jackson handlers
(JsonSerializer
, JsonDeserializer
, KeyDeserializer
,
TypeResolverBuilder
and TypeIdResolver
).
- setHandlerMap(Map<String, ResourceHttpRequestHandler>) - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
-
Manually configure the resource mappings.
- setHandlerMethod(InvocableHandlerMethod) - Method in class org.springframework.jms.listener.adapter.MessagingMessageListenerAdapter
-
- setHandlerMethodArgumentResolvers(HandlerMethodArgumentResolverComposite) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
- setHandlerMethodMappingNamingStrategy(HandlerMethodMappingNamingStrategy<T>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Configure the naming strategy to use for assigning a default name to every
mapped handler method.
- setHandlerMethodReturnValueHandlers(HandlerMethodReturnValueHandlerComposite) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
- setHandlerResolver(HandlerResolver) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the JAX-WS HandlerResolver to use for all proxies and dispatchers
created through this factory.
- setHandshakeHandler(HandshakeHandler) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
-
- setHandshakeHandler(HandshakeHandler) - Method in interface org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistration
-
Configure the HandshakeHandler to use.
- setHandshakeHandler(HandshakeHandler) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
-
- setHandshakeHandler(HandshakeHandler) - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
-
Configure the HandshakeHandler to use.
- setHandshakeInterceptors(List<HandshakeInterceptor>) - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
Configure one or more WebSocket handshake request interceptors.
- setHandshakeInterceptors(List<HandshakeInterceptor>) - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
Configure one or more WebSocket handshake request interceptors.
- setHasHandledMessages() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.WebSocketSessionHolder
-
- setHeader(String, Object) - Method in class org.springframework.messaging.support.MessageBuilder
-
Set the value for the given header name.
- setHeader(String, Object) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Set the value for the given header name.
- setHeader(String, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setHeaderIfAbsent(String, Object) - Method in class org.springframework.messaging.support.MessageBuilder
-
Set the value for the given header name only if the header name is not already
associated with a value.
- setHeaderIfAbsent(String, Object) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Set the value for the given header name only if the header name is not
already associated with a value.
- setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
-
- setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.messaging.simp.annotation.support.SubscriptionMethodReturnValueHandler
-
- setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
- setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
-
- setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Configure a
MessageHeaderInitializer
to apply to the headers of all
messages created through the
StompBrokerRelayMessageHandler
that
are sent to the client outbound message channel.
- setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.messaging.simp.stomp.StompDecoder
-
- setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
- setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
Configure a
MessageHeaderInitializer
to apply to the headers of all
messages created from decoded STOMP frames and other messages sent to the
client inbound channel.
- setHeaderMapper(JmsHeaderMapper) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Set the
JmsHeaderMapper
implementation to use to map the standard
JMS headers.
- setHeaderMapper(JmsHeaderMapper) - Method in class org.springframework.jms.support.converter.MessagingMessageConverter
-
Set the
JmsHeaderMapper
to use to map JMS headers to and from
standard message headers.
- setHeaders(MessageHeaderAccessor) - Method in class org.springframework.messaging.support.MessageBuilder
-
Set the message headers to use by providing a MessageHeaderAccessor
.
- setHeaders(HttpServletResponse, Resource, MediaType) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Set headers on the given servlet response.
- setHeaders(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Specify the set of headers that are included in each of response.
- setHeaders(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
Set the headers
the view class should use.
- setHeaders(HttpHeaders) - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
Provide default headers to add to the WebSocket handshake request.
- setHeaderValue(String, Object) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setHeartbeat(long, long) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- setHeartbeat(long[]) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the heartbeat header.
- setHeartbeatTime(long) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
The amount of time in milliseconds when the server has not sent any
messages and after which the server should send a heartbeat frame to the
client in order to keep the connection from breaking.
- setHeartbeatTime(long) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Specify the amount of time in milliseconds when the server has not sent
any messages and after which the server should send a heartbeat frame
to the client in order to keep the connection from breaking.
- setHeartbeatValue(long[]) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
Configure the value for the heart-beat settings.
- setHeartbeatValue(long[]) - Method in class org.springframework.messaging.simp.config.SimpleBrokerRegistration
-
Configure the value for the heartbeat settings.
- setHessian2(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether version 2 of the Hessian protocol should be used for
parsing requests and replies.
- setHessian2Reply(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether version 2 of the Hessian protocol should be used for
parsing replies.
- setHessian2Request(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether version 2 of the Hessian protocol should be used for
parsing requests.
- setHibernateManagedSession(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
Set whether to operate on a Hibernate-managed Session instead of a
Spring-managed Session, that is, whether to obtain the Session through
Hibernate's
org.hibernate.SessionFactory#getCurrentSession()
instead of
org.hibernate.SessionFactory#openSession()
(with a Spring
TransactionSynchronizationManager
check preceding it).
- setHibernateManagedSession(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
Set whether to operate on a Hibernate-managed Session instead of a
Spring-managed Session, that is, whether to obtain the Session through
Hibernate's
org.hibernate.SessionFactory#getCurrentSession()
instead of
org.hibernate.SessionFactory#openSession()
(with a Spring
TransactionSynchronizationManager
check preceding it).
- setHibernateManagedSession(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Set whether to operate on a Hibernate-managed Session instead of a
Spring-managed Session, that is, whether to obtain the Session through
Hibernate's
SessionFactory#getCurrentSession()
instead of
SessionFactory#openSession()
(with a Spring
TransactionSynchronizationManager
check preceding it).
- setHibernateProperties(Properties) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Set Hibernate properties, such as "hibernate.dialect".
- setHibernateProperties(Properties) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Set Hibernate properties, such as "hibernate.dialect".
- setHibernateProperties(Properties) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set Hibernate properties, such as "hibernate.dialect".
- setHibernateTemplate(HibernateTemplate) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
Deprecated.
Set the HibernateTemplate for this DAO explicitly,
as an alternative to specifying a SessionFactory.
- setHibernateTemplate(HibernateTemplate) - Method in class org.springframework.orm.hibernate4.support.HibernateDaoSupport
-
Set the HibernateTemplate for this DAO explicitly,
as an alternative to specifying a SessionFactory.
- setHibernateTemplate(HibernateTemplate) - Method in class org.springframework.orm.hibernate5.support.HibernateDaoSupport
-
Set the HibernateTemplate for this DAO explicitly,
as an alternative to specifying a SessionFactory.
- setHideProxyClassNames(boolean) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Set to "true" to have
dynamic loggers
hide
proxy class names wherever possible.
- setHomeInterface(Class<?>) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
Set a home interface that this invoker will narrow to before performing
the parameterless SLSB create()
call that returns the actual
SLSB proxy.
- setHost(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set the mail server host, typically an SMTP host.
- setHost(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- setHost(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the host header.
- setHost(String) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Set the host of the registry for the exported RMI service,
i.e.
- setHostname(String) - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
Set the proxy host name.
- setHostname(String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Specify the HTTP server's hostname to bind to.
- setHostname(String) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
Specify the HTTP server's hostname to bind to.
- setHosts(String...) - Method in class org.springframework.web.servlet.view.RedirectView
-
Configure one or more hosts associated with the application.
- setHtmlEscape(boolean) - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
-
Set HTML escaping for this tag, as boolean value.
- setHtmlTextToMimePart(MimePart, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setHttp10Compatible(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
Set whether to stay compatible with HTTP 1.0 clients.
- setHttpAsyncClient(CloseableHttpAsyncClient) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
- setHttpClient(HttpClient) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
- setHttpClient(HttpClient) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Set the HttpClient
instance to use for this request executor.
- setHttpHeaderNames(String...) - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
- setHttpInvokerRequestExecutor(HttpInvokerRequestExecutor) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
Set the HttpInvokerRequestExecutor implementation to use for executing
remote invocations.
- setHttpMessageCacheSize(int) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
The number of server-to-client messages that a session can cache while waiting for
the next HTTP polling request from the client.
- setHttpMessageCacheSize(int) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
The number of server-to-client messages that a session can cache while waiting
for the next HTTP polling request from the client.
- setHttpMethods(String...) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
-
Configure the HTTP method(s) over which the locale can be changed.
- setHttpOnly(boolean) - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- setId(String) - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Set the unique id of this application context.
- setId(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Set the unique id of this application context.
- setId(String) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
- setId(String) - Method in class org.springframework.context.support.GenericApplicationContext
-
- setId(String) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
- setId(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the id header.
- setId(String) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSession
-
- setId(String) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSubscription
-
- setId(String) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.UserRegistrySnapshot
-
- setId(String) - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Set the value of the 'id
' attribute.
- setIdCalled - Variable in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
- setIdGenerator(IdGenerator) - Method in class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
-
Configure the IdGenerator strategy to initialize MessageHeaderAccessor
instances with.
- setIdGenerator(IdGenerator) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
A package-private mechanism to configure the IdGenerator strategy to use.
- setIdle(boolean) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
-
- setIdleConsumerLimit(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the limit for the number of consumers that are allowed to be idle
at any given time.
- setIdleTaskExecutionLimit(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the limit for idle executions of a consumer task, not having
received any message within its execution.
- setIdResolver(IDResolver) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the Castor IDResolver
to be used during unmarshalling.
- setIfMatch(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the If-Match
header.
- setIfMatch(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the If-Match
header.
- setIfModifiedSince(long) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the If-Modified-Since
header.
- setIfNoneMatch(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the If-None-Match
header.
- setIfNoneMatch(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) values of the If-None-Match
header.
- setIfUnmodifiedSince(long) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the If-Unmodified-Since
header.
- setIgnoreAcceptHeader(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Whether to disable checking the 'Accept' request header.
- setIgnoreCase(boolean) - Method in class org.springframework.beans.support.MutableSortDefinition
-
Set whether upper and lower case in String values should be ignored.
- setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
By default the content of the "default" model is used both during
rendering and redirect scenarios.
- setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
By default the content of the "default" model is used both during
rendering and redirect scenarios.
- setIgnoredMethodMappings(Properties) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
Set the mappings of bean keys to a comma-separated list of method names.
- setIgnoredMethods(String...) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
Set the array of method names to be ignored when creating the management info.
- setIgnoredUnknownProperties(String...) - Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
-
Specify the unknown properties (not found in the bean) that should be ignored.
- setIgnoreExtraAttributes(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set whether the Castor Unmarshaller
should ignore attributes that do not match a specific field.
- setIgnoreExtraElements(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set whether the Castor Unmarshaller
should ignore elements that do not match a specific field.
- setIgnoreFailedDrops(boolean) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Flag to indicate that a failed SQL DROP
statement can be ignored.
- setIgnoreInvalidFields(boolean) - Method in class org.springframework.validation.DataBinder
-
Set whether to ignore invalid fields, that is, whether to ignore bind
parameters that have corresponding fields in the target object which are
not accessible (for example because of null values in the nested path).
- setIgnoreInvalidKeys(boolean) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
-
Set whether to ignore invalid keys.
- setIgnoreInvalidLocale(boolean) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
-
Set whether to ignore an invalid value for the locale parameter.
- setIgnoreInvalidRequests(boolean) - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
-
Set whether invalidly formatted messages should be discarded.
- setIgnoreNestedPath(boolean) - Method in class org.springframework.web.servlet.tags.BindTag
-
Set whether to ignore a nested path, if any.
- setIgnoreResourceNotFound(boolean) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Set if failure to find the property resource should be ignored.
- setIgnoreUnknownExtensions(boolean) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
Whether to ignore requests with unknown file extension.
- setIgnoreUnknownFields(boolean) - Method in class org.springframework.validation.DataBinder
-
Set whether to ignore unknown fields, that is, whether to ignore bind
parameters that do not have corresponding fields in the target object.
- setIgnoreUnknownPathExtensions(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Whether to ignore requests with path extension that cannot be resolved
to any media type.
- setIgnoreUnresolvableNestedPlaceholders(boolean) - Method in class org.springframework.core.env.AbstractEnvironment
-
- setIgnoreUnresolvableNestedPlaceholders(boolean) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
Set whether to throw an exception when encountering an unresolvable placeholder
nested within the value of a given property.
- setIgnoreUnresolvableNestedPlaceholders(boolean) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
-
Set whether to throw an exception when encountering an unresolvable placeholder
nested within the value of a given property.
- setIgnoreUnresolvablePlaceholders(boolean) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Set whether to ignore unresolvable placeholders.
- setIgnoreWarnings(boolean) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Set whether or not we want to ignore SQLWarnings.
- setImmutable() - Method in class org.springframework.messaging.support.MessageHeaderAccessor.MutableMessageHeaders
-
- setImmutable() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- setImmutable() - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
-
- setImplicitCollections(Map<Class<?>, String>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Specify implicit collection fields, as a Map consisting of Class
instances
mapped to comma separated collection field names.
- setImplicitNamingStrategy(ImplicitNamingStrategy) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set a Hibernate 5.0 ImplicitNamingStrategy for the SessionFactory.
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.cache.annotation.AbstractCachingConfiguration
-
- setImportMetadata(AnnotationMetadata) - Method in interface org.springframework.context.annotation.ImportAware
-
Set the annotation metadata of the importing @Configuration
class.
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
-
- setInboundChannelExecutor(ThreadPoolTaskExecutor) - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
- setInboundMessageSizeLimit(int) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
Configure the maximum size allowed for inbound STOMP message.
- setInboundPrefix(String) - Method in class org.springframework.messaging.support.AbstractHeaderMapper
-
Specify a prefix to be appended to the message header name for any
user-defined property that is being mapped into the MessageHeaders.
- setIncludeAnnotatedControllers(boolean) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
-
Deprecated.
Set whether to activate or deactivate detection of annotated controllers.
- setIncludeAnnotationConfig(boolean) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Specify whether to register annotation config post-processors.
- setIncludeClientInfo(boolean) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
-
Deprecated.
Set whether or not the session id and user name should be included
in the log message.
- setIncludeClientInfo(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set whether the client address and session id should be included in the
log message.
- setIncludedUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setIncludedUrl(String) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- setIncludeHeaders(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set whether the request headers should be included in the log message.
- setIncludePatterns(List<String>) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
-
Set a list of regex patterns, matching eligible @AspectJ bean names.
- setIncludePayload(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set whether the request payload (body) should be included in the log message.
- setIncludeQueryString(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set whether the query string should be included in the log message.
- setIncrementerName(String) - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
-
Set the name of the sequence/table.
- setIndent(int) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
Set the number of nesting indent spaces.
- setIndent(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Set whether the XSLT transformer may add additional whitespace when
outputting the result tree.
- setIndent(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Set whether the XSLT transformer may add additional whitespace when
outputting the result tree.
- setIndentOutput(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Shortcut for SerializationFeature#INDENT_OUTPUT
option.
- setIndex(int) - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Set the index of this parameter in the operation signature.
- setIndexedReadMethod(Method) - Method in class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- setIndexedWriteMethod(Method) - Method in class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- setInfoReceiver(InfoReceiver) - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
Configure the InfoReceiver
to use to perform the SockJS "Info"
request before the SockJS session starts.
- setInitAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
-
Specify the init annotation to check for, indicating initialization
methods to call after configuration of a bean.
- setInitBinderArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure the supported argument types in @InitBinder
methods.
- setInitialDelay(long) - Method in class org.springframework.scheduling.support.PeriodicTrigger
-
Specify the delay for the initial execution.
- setInitialInterval(long) - Method in class org.springframework.util.backoff.ExponentialBackOff
-
The initial interval in milliseconds.
- setInitMethod(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the default init-method setting for the document that's currently parsed.
- setInitMethodName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the name of the initializer method.
- setInitMethodName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the init method for this definition.
- setInitMethodName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- setInitParameter(String, String) - Method in class org.springframework.mock.web.MockServletContext
-
- setInitParameters(Map<String, String>) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
-
Specify init parameters for the portlet to wrap,
as name-value pairs.
- setInitParameters(Properties) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
-
Specify init parameters for the servlet to wrap,
as name-value pairs.
- setInitParamName(String) - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
Set the name of the ServletContext init parameter to expose.
- setInParameterNames(Set<String>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Set the names of in parameters to be used.
- setInputSource(InputSource) - Method in class org.springframework.oxm.support.MarshallingSource
-
Throws a UnsupportedOperationException
.
- setInputSource(InputSource) - Method in class org.springframework.util.xml.StaxSource
-
Throws an UnsupportedOperationException
.
- setInstanceId(String) - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
-
- setInstanceName(String) - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
-
- setInstantiationStrategy(InstantiationStrategy) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Set the instantiation strategy to use for creating bean instances.
- setInteractionSpec(InteractionSpec) - Method in class org.springframework.jca.cci.object.EisOperation
-
Set the CCI InteractionSpec for this operation.
- setInterceptorNames(String...) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Set the common interceptors.
- setInterceptorNames(String...) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Set the list of Advice/Advisor bean names.
- setInterceptors(List<AsyncClientHttpRequestInterceptor>) - Method in class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
-
Set the request interceptors that this accessor should use.
- setInterceptors(List<ClientHttpRequestInterceptor>) - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
-
Sets the request interceptors that this accessor should use.
- setInterceptors(ChannelInterceptor...) - Method in class org.springframework.messaging.simp.config.ChannelRegistration
-
Configure interceptors for the message channel.
- setInterceptors(List<ChannelInterceptor>) - Method in class org.springframework.messaging.support.AbstractMessageChannel
-
- setInterceptors(List<ChannelInterceptor>) - Method in class org.springframework.messaging.support.ExecutorSubscribableChannel
-
- setInterceptors(List<ChannelInterceptor>) - Method in interface org.springframework.messaging.support.InterceptableChannel
-
Set the list of channel interceptors clearing any existing interceptors.
- setInterceptors(Object[]) - Method in class org.springframework.remoting.support.RemoteExporter
-
Set additional interceptors (or advisors) to be applied before the
remote endpoint, e.g.
- setInterceptors(HandlerInterceptor...) - Method in class org.springframework.test.web.servlet.DefaultMvcResult
-
- setInterceptors(Object[]) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
-
Set the interceptors to apply for all handlers mapped by this handler mapping.
- setInterceptors(Object...) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set the interceptors to apply for all handlers mapped by this handler mapping.
- setInterceptors(HandshakeInterceptor...) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
- setInterfaceMappings(Properties) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Set the mappings of bean keys to a comma-separated list of interface names.
- setInterfaces(Class<?>...) - Method in class org.springframework.aop.framework.AdvisedSupport
-
Set the interfaces to be proxied.
- setInterval(int) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
-
Set the interval between validation runs (in seconds).
- setInterval(long) - Method in class org.springframework.util.backoff.FixedBackOff
-
Set the interval between two attempts in milliseconds.
- setIntHeader(String, int) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setIntrospectionClass(Class<?>) - Method in class org.springframework.beans.BeanWrapperImpl
-
Set the class to introspect.
- setInvalidResultSetAccessCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setIso(DateTimeFormat.ISO) - Method in class org.springframework.format.datetime.DateFormatter
-
Set the ISO format used for this date.
- setIso(DateTimeFormat.ISO) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
-
Set the ISO format used to format date values.
- setIso(DateTimeFormat.ISO) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the ISO format used to format date values.
- setIsolationLevel(int) - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
-
Specify the default isolation level to use for Connection retrieval,
according to the JDBC
Connection
constants
(equivalent to the corresponding Spring
TransactionDefinition
constants).
- setIsolationLevel(int) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Set the isolation level.
- setIsolationLevelName(String) - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
-
- setIsolationLevelName(String) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Set the isolation level by the name of the corresponding constant in
TransactionDefinition, e.g.
- setItemLabel(String) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Set the value to be displayed as part of the
'input type="checkbox/radio"
' tag.
- setItemLabel(String) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Set the name of the property mapped to the label (inner text) of the
'option
' tag.
- setItemLabel(String) - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Set the name of the property mapped to the label (inner text) of the
'option
' tag.
- setItems(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Set the Collection
, Map
or array of objects
used to generate the 'input type="checkbox/radio"
' tags.
- setItems(Object) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Set the Collection
, Map
or array
of objects used to generate the inner 'option
' tags.
- setItems(Object) - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Set the Collection
, Map
or array of objects used to
generate the inner 'option
' tags.
- setItemValue(String) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Set the name of the property mapped to the 'value
' attribute
of the 'input type="checkbox/radio"
' tag.
- setItemValue(String) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Set the name of the property mapped to the 'value
'
attribute of the 'option
' tag.
- setItemValue(String) - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Set the name of the property mapped to the 'value
'
attribute of the 'option
' tag.
- setJavaMailProperties(Properties) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set JavaMail properties for the Session
.
- setJavaScriptEscape(boolean) - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
-
Set JavaScript escaping for this tag, as boolean value.
- setJavaScriptEscape(boolean) - Method in class org.springframework.web.servlet.tags.EvalTag
-
Set JavaScript escaping for this tag, as boolean value.
- setJavaScriptEscape(boolean) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set JavaScript escaping for this tag, as boolean value.
- setJavaScriptEscape(boolean) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Set JavaScript escaping for this tag, as boolean value.
- setJaxbContextProperties(Map<String, ?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the JAXBContext
properties.
- setJaxWsService(Service) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
- setJdbcDataSource(DataSource) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Specify the javax.sql.DataSource
to use for reports with
embedded SQL statements.
- setJdbcDataSource(DataSource) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
Set the DataSource
the view class should use.
- setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Set the JDBC exception translator for this instance.
- setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate3.HibernateExceptionTranslator
-
Deprecated.
Set the JDBC exception translator for the SessionFactory,
exposed via the PersistenceExceptionTranslator interface.
- setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
Set the JDBC exception translator for this transaction manager.
- setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
-
Set the JDBC exception translator for this dialect.
- setJdbcTemplate(JdbcTemplate) - Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
-
Set the JdbcTemplate to be used by this bean factory.
- setJdbcTemplate(JdbcTemplate) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
-
Set the JdbcTemplate for this DAO explicitly,
as an alternative to specifying a DataSource.
- setJdbcTemplate(JdbcTemplate) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
An alternative to the more commonly used setDataSource() when you want to
use the same JdbcTemplate in multiple RdbmsOperations.
- setJdoDialect(JdoDialect) - Method in class org.springframework.orm.jdo.JdoTransactionManager
-
Set the JDO dialect to use for this transaction manager.
- setJdoDialect(JdoDialect) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
-
Set the JDO dialect to use for the PersistenceExceptionTranslator
functionality of this factory.
- setJdoDialect(JdoDialect) - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
-
Set the JDO dialect to use for this proxy.
- setJdoProperties(Properties) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
-
Set JDO properties, such as"javax.jdo.PersistenceManagerFactoryClass".
- setJdoPropertyMap(Map<String, Object>) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
-
Specify JDO properties as a Map, to be passed into
JDOHelper.getPersistenceManagerFactory
(if any).
- setJmsMessageConverter(MessageConverter) - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
- setJmsTemplate(JmsTemplate) - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
- setJmsTemplate(JmsTemplate) - Method in class org.springframework.jms.core.support.JmsGatewaySupport
-
Set the JmsTemplate for the gateway.
- setJndiEnvironment(Properties) - Method in class org.springframework.jndi.JndiAccessor
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set the JNDI environment to use for JNDI lookups.
- setJndiFactory(BeanFactory) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Specify the factory for objects to be injected into @Resource
/
@WebServiceRef
/ @EJB
annotated fields and setter methods,
for mappedName
attributes that point directly into JNDI.
- setJndiName(String) - Method in class org.springframework.jndi.JndiObjectLocator
-
Specify the JNDI name to look up.
- setJndiName(String) - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
-
Set the JNDI name of the exported RMI service.
- setJndiName(String) - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
-
Specify a JNDI name of the ThreadFactory
to delegate to,
replacing the default JNDI name "java:comp/DefaultManagedThreadFactory".
- setJndiName(String) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
-
Specify a JNDI name of the Executor
to delegate to,
replacing the default JNDI name "java:comp/DefaultManagedExecutorService".
- setJndiName(String) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
-
Specify a JNDI name of the Executor
to delegate to,
replacing the default JNDI name "java:comp/DefaultManagedScheduledExecutorService".
- setJndiTemplate(JndiTemplate) - Method in class org.springframework.jndi.JndiAccessor
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(Object) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set the JndiTemplate to use for JNDI lookups.
- setJobClass(Class<?>) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Specify the job's implementation class.
- setJobDataAsMap(Map<String, ?>) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Register objects in the JobDataMap via a given Map.
- setJobDataAsMap(Map<String, ?>) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Register objects in the JobDataMap via a given Map.
- setJobDataAsMap(Map<String, ?>) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Register objects in the JobDataMap via a given Map.
- setJobDataMap(JobDataMap) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Set the trigger's JobDataMap.
- setJobDataMap(JobDataMap) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Set the job's JobDataMap.
- setJobDataMap(JobDataMap) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Set the trigger's JobDataMap.
- setJobDetail(JobDetail) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Set the JobDetail that this trigger should be associated with.
- setJobDetail(JobDetail) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Set the JobDetail that this trigger should be associated with.
- setJobDetails(JobDetail...) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Register a list of JobDetail objects with the Scheduler that
this FactoryBean creates, to be referenced by Triggers.
- setJobFactory(JobFactory) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set the Quartz JobFactory to use for this Scheduler.
- setJobSchedulingDataLocation(String) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Set the location of a Quartz job definition XML file that follows the
"job_scheduling_data_1_5" XSD or better.
- setJobSchedulingDataLocations(String...) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Set the locations of Quartz job definition XML files that follow the
"job_scheduling_data_1_5" XSD or better.
- setJodaTimeContext(JodaTimeContext) - Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
-
Associate the given JodaTimeContext with the current thread.
- setJpaDialect(JpaDialect) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Specify the vendor-specific JpaDialect implementation to associate with
this EntityManagerFactory.
- setJpaDialect(JpaDialect) - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Set the JPA dialect to use for this transaction manager.
- setJpaProperties(Properties) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Specify JPA properties, to be passed into
Persistence.createEntityManagerFactory
(if any).
- setJpaProperties(Properties) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
-
Specify JPA properties, to be passed into
EntityManagerFactory.createEntityManager(Map)
(if any).
- setJpaProperties(Properties) - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Specify JPA properties, to be passed into
EntityManagerFactory.createEntityManager(Map)
(if any).
- setJpaPropertyMap(Map<String, ?>) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Specify JPA properties as a Map, to be passed into
Persistence.createEntityManagerFactory
(if any).
- setJpaPropertyMap(Map<String, Object>) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
-
Specify JPA properties as a Map, to be passed into
EntityManagerFactory.createEntityManager(Map)
(if any).
- setJpaPropertyMap(Map<String, ?>) - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Specify JPA properties as a Map, to be passed into
EntityManagerFactory.createEntityManager(Map)
(if any).
- setJpaVendorAdapter(JpaVendorAdapter) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Specify the JpaVendorAdapter implementation for the desired JPA provider,
if any.
- setJsonpFunction(String) - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Set the name of the JSONP function name.
- setJsonpParameterNames(Set<String>) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Set JSONP request parameter names.
- setJsonPrefix(String) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Specify a custom prefix to use for JSON output.
- setJsonPrefix(String) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Specify a custom prefix to use for this view's JSON output.
- setJsonPrefix(String) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Specify a custom prefix to use for this view's JSON output.
- setJtaDataSource(DataSource) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Specify the JDBC DataSource that the JPA persistence provider is supposed
to use for accessing the database.
- setJtaDataSource(DataSource) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setJtaTransactionManager(TransactionManager) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Set the JTA TransactionManager to be used for Hibernate's
TransactionManagerLookup.
- setJtaTransactionManager(Object) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Set the Spring
JtaTransactionManager
or the JTA
javax.transaction.TransactionManager
to be used with Hibernate,
if any.
- setJtaTransactionManager(Object) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
-
- setJtaTransactionManager(Object) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set the Spring
JtaTransactionManager
or the JTA
javax.transaction.TransactionManager
to be used with Hibernate,
if any.
- setJtaTransactionManager(Object) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
-
- setKeepAliveSeconds(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Set the ThreadPoolExecutor's keep-alive seconds.
- setKeepAliveSeconds(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Set the ThreadPoolExecutor's keep-alive seconds.
- setKeepAliveSeconds(int) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- setKeepQueryParams(boolean) - Method in class org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
-
Whether to propagate the query parameters of the current request through
to the target redirect URL.
- setKeepTaskList(boolean) - Method in class org.springframework.util.StopWatch
-
Determine whether the TaskInfo array is built over time.
- setKey(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- setKeyGenerator(KeyGenerator) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Set the default
KeyGenerator
that this cache aspect should delegate to
if no specific key generator has been set for the operation.
- setKeyGenerator(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- setKeyGenerator(KeyGenerator) - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
- setKeyTypeName(String) - Method in class org.springframework.beans.factory.support.ManagedMap
-
Set the default key type name (class name) to be used for this map.
- setLabel(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
-
Set the value of the 'label
' attribute.
- setLabel(String) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Set the text body of the rendered HTML <option>
tag.
- setLang(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'lang
' attribute.
- setLanguage(String) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
-
Set the name of the language meant for evaluating the scripts (e.g.
- setLanguageTagCompliant(boolean) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Specify whether this resolver's cookies should be compliant with BCP 47
language tags instead of Java's legacy locale specification format.
- setLanguageTagCompliant(boolean) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
-
Specify whether to parse request parameter values as BCP 47 language tags
instead of Java's legacy locale specification format.
- setLastModified(long) - Method in class org.springframework.http.HttpHeaders
-
Set the time the resource was last changed, as specified by the
Last-Modified
header.
- setLastReadTime(long) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler.SessionInfo
-
- setLastWriteTime(long) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler.SessionInfo
-
- setLayoutKey(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
-
Deprecated.
Set the context key used to specify an alternate layout to be used instead
of the default layout.
- setLayoutKey(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
-
Deprecated.
Set the context key used to specify an alternate layout to be used instead
of the default layout.
- setLayoutUrl(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
-
Deprecated.
Set the layout template to use.
- setLayoutUrl(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
-
Deprecated.
Set the layout template to use.
- setLazyDatabaseTransaction(boolean) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
-
Set whether to lazily start a database resource transaction within a
Spring-managed EclipseLink transaction.
- setLazyInit(boolean) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Set whether this bean should be lazily initialized.
- setLazyInit(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set whether this bean should be lazily initialized.
- setLazyInit(boolean) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set whether beans for this definition should be lazily initialized or not.
- setLazyInit(boolean) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- setLazyInit(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the default lazy-init flag for the document that's currently parsed.
- setLazyInit(boolean) - Method in class org.springframework.jdbc.support.JdbcAccessor
-
Set whether to lazily initialize the SQLExceptionTranslator for this accessor,
on first encounter of a SQLException.
- setLazyInit(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set whether to lazily initialize the JAXBContext
for this marshaller.
- setLazyInitHandlers(boolean) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
-
Set whether to lazily initialize handlers.
- setLazyInitHandlers(boolean) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Set whether to lazily initialize handlers.
- setLeaveMutable(boolean) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
By default when
MessageHeaderAccessor.getMessageHeaders()
is called,
"this"
MessageHeaderAccessor
instance can no longer be used to modify the
underlying message headers and the returned
MessageHeaders
is immutable.
- setLegacyConnectionTimeout(HttpClient, int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Apply the specified connection timeout to deprecated HttpClient
implementations.
- setLegacyConnectionTimeout(HttpClient, int) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Apply the specified connection timeout to deprecated HttpClient
implementations.
- setLegacySocketTimeout(HttpClient, int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Apply the specified socket timeout to deprecated HttpClient
implementations.
- setLegacySocketTimeout(HttpClient, int) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Apply the specified socket timeout to deprecated HttpClient
implementations.
- setLenient(boolean) - Method in class org.springframework.format.datetime.DateFormatter
-
Specify whether or not parsing is to be lenient.
- setLenient(boolean) - Method in class org.springframework.format.number.AbstractNumberFormatter
-
Specify whether or not parsing is to be lenient.
- setLenientConstructorResolution(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify whether to resolve constructors in lenient mode (true
,
which is the default) or to switch to strict resolution (throwing an exception
in case of ambiguous constructors that all match when converting the arguments,
whereas lenient mode would use the one with the 'closest' type matches).
- setLenientFallback(boolean) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
Specify whether to apply a lenient fallback to the default DataSource
if no specific DataSource could be found for the current lookup key.
- setLexicalHandler(LexicalHandler) - Method in class org.springframework.util.xml.StaxResult
-
Throws an UnsupportedOperationException
.
- setLimitedInParameterNames(Set<String>) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify a limited set of in parameters to be used.
- setLimitExceeded(String) - Method in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
-
- setListeners(MBeanExporterListener...) - Method in class org.springframework.jmx.export.MBeanExporter
-
Set the MBeanExporterListener
s that should be notified
of MBean registration and unregistration events.
- setLoadTimeWeaver(LoadTimeWeaver) - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
-
- setLoadTimeWeaver(LoadTimeWeaver) - Method in interface org.springframework.context.weaving.LoadTimeWeaverAware
-
- setLoadTimeWeaver(LoadTimeWeaver) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Specify the Spring LoadTimeWeaver to use for class instrumentation according
to the JPA class transformer contract.
- setLoadTimeWeaver(LoadTimeWeaver) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the Spring LoadTimeWeaver to use for class instrumentation according
to the JPA class transformer contract.
- setLoadTimeWeavingConfigurer(LoadTimeWeavingConfigurer) - Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
-
- setLobHandler(LobHandler) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Set the LobHandler to be used by the SessionFactory.
- setLocalAddr(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setLocale(Locale) - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Associate the given Locale with the current thread,
preserving any TimeZone that may have been set already.
- setLocale(Locale, boolean) - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Associate the given Locale with the current thread,
preserving any TimeZone that may have been set already.
- setLocale(Locale) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Override the default Locale
to use for formatting.
- setLocale(Locale) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setLocale(Locale) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in interface org.springframework.web.servlet.LocaleResolver
-
Set the current locale to the given one.
- setLocale(Locale) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
-
This method should not be used, since the considered Locale for resolving
templates is the Locale for the current HTTP request.
- setLocaleAttributeName(String) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
Specify the name of the corresponding attribute in the HttpSession
,
holding the current Locale
value.
- setLocaleContext(LocaleContext) - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Associate the given LocaleContext with the current thread,
not exposing it as inheritable for child threads.
- setLocaleContext(LocaleContext, boolean) - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Associate the given LocaleContext with the current thread.
- setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
- setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext) - Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
-
- setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
- setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext) - Method in interface org.springframework.web.servlet.LocaleContextResolver
-
Set the current locale context to the given one,
potentially including a locale with associated time zone information.
- setLocaleResolver(LocaleResolver) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide a LocaleResolver instance.
- setLocalesToInitialize(Locale...) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Specify Locales to initialize eagerly, rather than lazily when actually accessed.
- setLocalName(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setLocalOverride(boolean) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Set whether local properties override properties from files.
- setLocalPort(int) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setLocalVariable(String, Object) - Method in class org.springframework.expression.spel.ExpressionState
-
- setLocateExistingServerIfPossible(boolean) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
Set whether or not the MBeanServerFactoryBean
should attempt
to locate a running MBeanServer
before creating one.
- setLocation(String) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- setLocation(String) - Method in class org.springframework.aop.support.AbstractExpressionPointcut
-
Set the location for debugging.
- setLocation(Resource) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Set a location of a properties file to be loaded.
- setLocation(URI) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) location of a resource,
as specified by the Location
header.
- setLocation(Resource) - Method in class org.springframework.web.servlet.view.XmlViewResolver
-
Set the location of the XML file that defines the view beans.
- setLocations(Resource...) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Set locations of properties files to be loaded.
- setLocations(String...) - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
Set the
processed resource locations, effectively overriding the
original value declared via
@ContextConfiguration
.
- setLocations(List<Resource>) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Set the List
of Resource
paths to use as sources
for serving static resources.
- setLog(boolean) - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setLogExceptionStackTrace(boolean) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Set whether to pass an exception to the logger, suggesting inclusion
of its stack trace into the log.
- setLogFile(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setLogger(Log) - Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
-
Set the logger
that is to be used to report warnings.
- setLoggerName(String) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Set the name of the logger to use.
- setLoggerName(String) - Method in class org.springframework.beans.factory.config.DeprecatedBeanWarner
-
Set the name of the logger to use.
- setLoggingPeriod(long) - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
Set the frequency for logging information at INFO level in milliseconds.
- setLogicalMappings(Properties) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
-
Deprecated.
Specifies a set of optional logical method name mappings.
- setLogin(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- setLogin(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the login header.
- setLoginTimeout(int) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
-
Setting a login timeout is not supported.
- setLoginTimeout(int) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- setLoginTimeout(int) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
-
- setLogTargetClassInvocation(boolean) - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
-
Set whether to log the invocation on the target class, if applicable
(i.e.
- setLogWriter(PrintWriter) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
-
LogWriter methods are not supported.
- setLogWriter(PrintWriter) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- setLogWriter(PrintWriter) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
-
- setLookupHomeOnStartup(boolean) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Set whether to look up the EJB home object on startup.
- setLookupOnStartup(boolean) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
Set whether to look up the JNDI object on startup.
- setLookupOnStartup(boolean) - Method in class org.springframework.jndi.JndiObjectTargetSource
-
Set whether to look up the JNDI object on startup.
- setLookupServiceOnStartup(boolean) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set whether to look up the JAX-WS service on startup.
- setLookupStubOnStartup(boolean) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Set whether to look up the RMI stub on startup.
- setLookupStubOnStartup(boolean) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
-
Set whether to look up the RMI stub on startup.
- setMaintainSession(boolean) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the "session.maintain" flag to specify on the stub.
- setMajorVersion(int) - Method in class org.springframework.mock.web.MockServletContext
-
- setManagedConnectionFactory(ManagedConnectionFactory) - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
-
Set the JCA ManagerConnectionFactory that should be used to create
the desired connection factory.
- setManagedInterfaces(Class<?>[]) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Set the array of interfaces to use for creating the management info.
- setManagedMethods(String...) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
Set the array of method names to use for creating the management info.
- setManagedResource(Object, String) - Method in class org.springframework.jmx.export.SpringModelMBean
-
Sets managed resource to expose and stores its ClassLoader
.
- setManagementInterface(Class<?>) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Set the management interface of the target MBean, exposing bean property
setters and getters for MBean attributes and conventional Java methods
for MBean operations.
- setMappedClass(Class<T>) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Set the class that each row should be mapped to.
- setMappedClass(Class<?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Specify a JAXB mapped class for partial unmarshalling.
- setMappedHandlerClasses(Class<?>...) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
-
Specify the set of classes that this exception resolver should apply to.
- setMappedHandlerClasses(Class<?>...) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Specify the set of classes that this exception resolver should apply to.
- setMappedHandlers(Set<?>) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
-
Specify the set of handlers that this exception resolver should apply to.
- setMappedHandlers(Set<?>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Specify the set of handlers that this exception resolver should apply to.
- setMappedName(String) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
-
Convenience method when we have only a single method name to match.
- setMappedName(String) - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
-
Convenience method when we have only a single method name to match.
- setMappedNames(String...) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
-
Set the method names defining methods to match.
- setMappedNames(String...) - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
-
Set the method names defining methods to match.
- setMappedObjectName(Object) - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
Set the
ObjectName
-style name of the single MBean
that the encapsulated
NotificationFilter
will be registered with to listen for
Notifications
.
- setMappedObjectNames(Object[]) - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
Set an array of
ObjectName
-style names of the MBeans
that the encapsulated
NotificationFilter
will be registered with to listen for
Notifications
.
- setMapper(Mapper) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set a custom XStream Mapper
to use.
- setMapperWrappers(Class<? extends MapperWrapper>...) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set one or more custom XStream MapperWrapper
classes.
- setMappingDirectoryLocations(Resource...) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Set locations of directories that contain Hibernate mapping resources,
like "WEB-INF/mappings".
- setMappingDirectoryLocations(Resource...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Set locations of directories that contain Hibernate mapping resources,
like "WEB-INF/mappings".
- setMappingDirectoryLocations(Resource...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set locations of directories that contain Hibernate mapping resources,
like "WEB-INF/mappings".
- setMappingJarLocations(Resource...) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Set locations of jar files that contain Hibernate mapping resources,
like "WEB-INF/lib/example.hbm.jar".
- setMappingJarLocations(Resource...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Set locations of jar files that contain Hibernate mapping resources,
like "WEB-INF/lib/example.hbm.jar".
- setMappingJarLocations(Resource...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set locations of jar files that contain Hibernate mapping resources,
like "WEB-INF/lib/example.hbm.jar".
- setMappingLocation(Resource) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
-
Set a location of a properties file to be loaded,
containing object name mappings.
- setMappingLocation(Resource) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
-
Specify the Resource
from which mappings are loaded.
- setMappingLocation(Resource) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the locations of the Castor XML mapping files.
- setMappingLocations(Resource[]) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
-
Set location of properties files to be loaded,
containing object name mappings.
- setMappingLocations(Resource...) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Set locations of Hibernate mapping files, for example as classpath
resource "classpath:example.hbm.xml".
- setMappingLocations(Resource...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Set locations of Hibernate mapping files, for example as classpath
resource "classpath:example.hbm.xml".
- setMappingLocations(Resource...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set locations of Hibernate mapping files, for example as classpath
resource "classpath:example.hbm.xml".
- setMappingLocations(Resource...) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the locations of the Castor XML mapping files.
- setMappingLocations(Resource...) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify resource locations to load XML constraint mapping files from, if any.
- setMappingResources(String...) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Set Hibernate mapping resources to be found in the class path,
like "example.hbm.xml" or "mypackage/example.hbm.xml".
- setMappingResources(String...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Set Hibernate mapping resources to be found in the class path,
like "example.hbm.xml" or "mypackage/example.hbm.xml".
- setMappingResources(String...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set Hibernate mapping resources to be found in the class path,
like "example.hbm.xml" or "mypackage/example.hbm.xml".
- setMappingResources(String...) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Specify one or more mapping resources (equivalent to <mapping-file>
entries in persistence.xml
) for the default persistence unit.
- setMappingResources(String...) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify one or more mapping resources (equivalent to <mapping-file>
entries in persistence.xml
) for the default persistence unit.
- setMappings(Properties) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
-
Set local properties, containing object name mappings, e.g.
- setMappings(String...) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
-
Specify additional MIME type mappings as lines that follow the
mime.types
file format, as specified by the
Java Activation Framework, for example:
text/html html htm HTML HTM
- setMappings(Properties) - Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
-
Set PortletMode to handler bean name mappings from a Properties object.
- setMappings(Properties) - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
Map URL paths to handler bean names.
- setMappings(Properties) - Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
-
Deprecated.
Set explicit URL to method name mappings through a Properties object.
- setMarshalAsDocument(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set whether this marshaller should output the xml declaration.
- setMarshalExtendedType(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set whether this marshaller should output for given type the xsi:type
attribute.
- setMarshaller(Marshaller) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
Set the
Marshaller
to be used by this message converter.
- setMarshaller(Marshaller) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
-
Set the
Marshaller
to be used by this message converter.
- setMarshaller(Marshaller) - Method in class org.springframework.messaging.converter.MarshallingMessageConverter
-
Set the
Marshaller
to be used by this message converter.
- setMarshaller(Marshaller) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
-
- setMarshallerListener(Marshaller.Listener) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Specify the Marshaller.Listener
to be registered with the JAXB Marshaller
.
- setMarshallerProperties(Map<String, ?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the JAXB Marshaller
properties.
- setMarshallingStrategy(MarshallingStrategy) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set a custom XStream MarshallingStrategy
to use.
- setMatchDefault(boolean) - Method in class org.springframework.beans.factory.config.YamlProcessor
-
Flag indicating that a document for which all the
document matchers
abstain will
nevertheless match.
- setMatchingContext(MatchingContext) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.DefensiveShadowMatch
-
- setMaxAge(int) - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- setMaxAge(Long) - Method in class org.springframework.web.cors.CorsConfiguration
-
Configure how long, in seconds, the response from a pre-flight request
can be cached by clients.
- setMaxAttempts(long) - Method in class org.springframework.util.backoff.FixedBackOff
-
Set the maximum number of attempts in milliseconds.
- setMaxBinaryMessageBufferSize(int) - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- setMaxBinaryMessageBufferSize(int) - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- setMaxConcurrency(int) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
Specify the maximum number of consumers/sessions to use, effectively
controlling the number of concurrent invocations on the target listener.
- setMaxConcurrentConsumers(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the maximum number of concurrent consumers to create.
- setMaxElapsedTime(long) - Method in class org.springframework.util.backoff.ExponentialBackOff
-
- setMaxIdle(int) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Set the maximum number of idle objects in the pool.
- setMaxIdle(int) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
Set the maximum number of idle objects in the pool.
- setMaxInactiveInterval(int) - Method in class org.springframework.mock.web.MockHttpSession
-
- setMaxInactiveInterval(int) - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- setMaxInMemorySize(int) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Set the maximum allowed size (in bytes) before uploads are written to disk.
- setMaxInterval(long) - Method in class org.springframework.util.backoff.ExponentialBackOff
-
The maximum back off time.
- setMaxlength(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Set the value of the 'maxlength
' attribute.
- setMaxLinkedPages(int) - Method in class org.springframework.beans.support.PagedListHolder
-
Set the maximum number of page links to a few pages around the current one.
- setMaxMessagesPerTask(Integer) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
-
- setMaxMessagesPerTask(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the maximum number of messages to process in one task.
- setMaxPayloadLength(int) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set the maximum length of the payload body to be included in the log message.
- setMaxPoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Set the ThreadPoolExecutor's maximum pool size.
- setMaxPoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Set the ThreadPoolExecutor's maximum pool size.
- setMaxResponseSize(int) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
Set the default maximum response size.
- setMaxResults(int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
Set the maximum number of rows for this HibernateTemplate.
- setMaxResults(int) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
Set the maximum number of rows for this HibernateTemplate.
- setMaxResults(int) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Set the maximum number of rows for this HibernateTemplate.
- setMaxRows(int) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Set the maximum number of rows for this JdbcTemplate.
- setMaxRows(int) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set the maximum number of rows for this RDBMS operation.
- setMaxRowsAffected(int) - Method in class org.springframework.jdbc.object.SqlUpdate
-
Set the maximum number of rows that may be affected by this update.
- setMaxSessionIdleTimeout(long) - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- setMaxSessionIdleTimeout(long) - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- setMaxSize(int) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
-
Set the maximum size of the pool.
- setMaxTextMessageBufferSize(int) - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- setMaxTextMessageBufferSize(int) - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- setMaxUploadSize(long) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Set the maximum allowed size (in bytes) before an upload gets rejected.
- setMaxUploadSizePerFile(long) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Set the maximum allowed size (in bytes) for each individual file before
an upload gets rejected.
- setMaxWait(long) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Set the maximum waiting time for fetching an object from the pool.
- setMaxWait(long) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
Set the maximum waiting time for fetching an object from the pool.
- setMediaTypes(Properties) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Add a mapping from a key, extracted from a path extension or a query
parameter, to a MediaType.
- setMerge(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the default merge setting for the document that's currently parsed.
- setMergeEnabled(boolean) - Method in class org.springframework.beans.factory.support.ManagedList
-
Set whether merging should be enabled for this collection,
in case of a 'parent' collection value being present.
- setMergeEnabled(boolean) - Method in class org.springframework.beans.factory.support.ManagedMap
-
Set whether merging should be enabled for this collection,
in case of a 'parent' collection value being present.
- setMergeEnabled(boolean) - Method in class org.springframework.beans.factory.support.ManagedProperties
-
Set whether merging should be enabled for this collection,
in case of a 'parent' collection value being present.
- setMergeEnabled(boolean) - Method in class org.springframework.beans.factory.support.ManagedSet
-
Set whether merging should be enabled for this collection,
in case of a 'parent' collection value being present.
- setMessage(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- setMessage(MessageSourceResolvable) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set the MessageSourceResolvable for this tag.
- setMessageCodec(SockJsMessageCodec) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
The codec to use for encoding and decoding SockJS messages.
- setMessageCodec(SockJsMessageCodec) - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
Set the SockJsMessageCodec to use.
- setMessageCodec(SockJsMessageCodec) - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
The codec to use for encoding and decoding SockJS messages.
- setMessageCodeFormatter(MessageCodeFormatter) - Method in class org.springframework.validation.DefaultMessageCodesResolver
-
Specify the format for message codes built by this resolver.
- setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.validation.AbstractBindingResult
-
Set the strategy to use for resolving errors into message codes.
- setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.validation.DataBinder
-
Set the strategy to use for resolving errors into message codes.
- setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set the strategy to use for resolving errors into message codes.
- setMessageConverter(MessageConverter) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- setMessageConverter(MessageConverter) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the message converter for this template.
- setMessageConverter(MessageConverter) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
- setMessageConverter(MessageConverter) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Set the converter that will convert incoming JMS messages to
listener method arguments, and objects returned from listener
methods back to JMS messages.
- setMessageConverter(MessageConverter) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setMessageConverter(MessageConverter) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
-
- setMessageConverter(MessageConverter) - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
-
- setMessageConverter(MessageConverter) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
-
- setMessageConverter(MessageConverter) - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
-
- setMessageConverter(MessageConverter) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
Configure a
MessageConverter
to use to convert the payload of a message from
its serialized form with a specific MIME type to an Object matching the target method
parameter.
- setMessageConverter(MessageConverter) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
Set the
MessageConverter
to use to convert the payload of incoming
and outgoing messages to and from
byte[]
based on object type, or
expected object type, and the "content-type" header.
- setMessageConverter(MessageConverter) - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
-
Set the
MessageConverter
to use to convert the payload of incoming
and outgoing messages to and from
byte[]
based on object type
and the "content-type" header.
- setMessageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set the message converters to use in argument resolvers and in return value
handlers, which support reading and/or writing to the body of the request
and response.
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.client.AsyncRestTemplate
-
Set the message body converters to use.
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.client.RestTemplate
-
Set the message body converters to use.
- setMessageConverters(HttpMessageConverter<?>[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set the message body converters to use.
- setMessageConverters(HttpMessageConverter<?>[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Deprecated.
Set the message body converters to use.
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Set the message body converters to use.
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Provide the converters to use in argument resolvers and return value
handlers that support reading and/or writing to the body of the
request and response.
- setMessageEndpointFactory(MessageEndpointFactory) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Set the JCA MessageEndpointFactory to activate, pointing to a
MessageListener object that the endpoints will delegate to.
- setMessageHandlerMethodFactory(MessageHandlerMethodFactory) - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor.MessageHandlerMethodFactoryAdapter
-
- setMessageHandlerMethodFactory(MessageHandlerMethodFactory) - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
-
Set the
MessageHandlerMethodFactory
to use to configure the message
listener responsible to serve an endpoint detected by this processor.
- setMessageHandlerMethodFactory(MessageHandlerMethodFactory) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
Set the
MessageHandlerMethodFactory
to use to configure the message
listener responsible to serve an endpoint detected by this processor.
- setMessageHandlerMethodFactory(MessageHandlerMethodFactory) - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
- setMessageId(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- setMessageId(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the message-id header.
- setMessageIdEnabled(boolean) - Method in class org.springframework.jms.core.JmsTemplate
-
Set whether message IDs are enabled.
- setMessageInterpolator(MessageInterpolator) - Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
-
Specify a custom MessageInterpolator to use for this Validator.
- setMessageInterpolator(MessageInterpolator) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a custom MessageInterpolator to use for this ValidatorFactory
and its exposed default Validator.
- setMessageListener(Object) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory
-
Specify the message listener object that the endpoint should expose
(e.g.
- setMessageListener(MessageListener) - Method in class org.springframework.jms.config.SimpleJmsListenerEndpoint
-
Set the MessageListener
to invoke when a message matching
the endpoint is received.
- setMessageListener(MessageListener) - Method in class org.springframework.jms.connection.CachedMessageConsumer
-
- setMessageListener(Object) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the message listener implementation to register.
- setMessageListener(MessageListener) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory
-
Set the JMS MessageListener for this endpoint.
- setMessageListener(MessageListener) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
Set the JMS MessageListener for this endpoint.
- setMessageMethodArgumentResolvers(HandlerMethodArgumentResolverComposite) - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
- setMessageSelector(String) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the JMS message selector expression (or null
if none).
- setMessageSelector(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setMessageSizeLimit(int) - Method in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
-
Configure the maximum size for an incoming sub-protocol message.
- setMessageSizeLimit(int) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
Configure the maximum size allowed for an incoming STOMP message.
- setMessageSource(MessageSource) - Method in interface org.springframework.context.MessageSourceAware
-
Set the MessageSource that this object runs in.
- setMessageSource(MessageSource) - Method in class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
-
- setMessageTimestampEnabled(boolean) - Method in class org.springframework.jms.core.JmsTemplate
-
Set whether message timestamps are enabled.
- setMessageTypeIfNotSet(SimpMessageType) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- setMetaClass(MetaClass) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference
-
- setMetaClass(MetaClass) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
- setMetaClass(MetaClass) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
-
- setMetaClass(MetaClass) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
-
- setMetadataReaderFactory(MetadataReaderFactory) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
- setMetadataReaderFactory(MetadataReaderFactory) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- setMetadataReaderFactoryCalled - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- setMetadataSources(MetadataSources) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Specify a Hibernate MetadataSources
service to use (e.g.
- setMethod(Method) - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
Set the method to invoke for processing a message managed by this endpoint.
- setMethod(HttpMethod) - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
- setMethod(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setMethod(String) - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
-
- setMethod(String) - Method in class org.springframework.mock.web.portlet.MockEventRequest
-
- setMethod(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'method
' attribute.
- setMethodInvoker(MethodInvoker) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
-
Set the MethodInvoker to use.
- setMethodMap(Map<String, TransactionAttribute>) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
-
Set a name/attribute map, consisting of "FQCN.method" method names
(e.g.
- setMethodMappings(Properties) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
Set the mappings of bean keys to a comma-separated list of method names.
- setMethodName(String) - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
-
Set the name of the Method
to locate.
- setMethodName(String) - Method in class org.springframework.remoting.support.RemoteInvocation
-
Set the name of the target method.
- setMethodNameResolver(MethodNameResolver) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set the MethodNameResolver to use for resolving default handler methods
(carrying an empty @RequestMapping
annotation).
- setMethodNameResolver(MethodNameResolver) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
Set the method name resolver that this class should use.
- setMethodOverrides(MethodOverrides) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify method overrides for the bean, if any.
- setMethodParam(String) - Method in class org.springframework.web.filter.HiddenHttpMethodFilter
-
Set the parameter name to look for HTTP methods.
- setMethodParam(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the name of the request param for non-browser supported HTTP methods.
- setMethodParamNames(String...) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
-
Deprecated.
Set a String array of parameter names, where the very existence of a
parameter in the list (with value ignored) means that a method of the
same name should be invoked.
- setMethodResolvers(List<MethodResolver>) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setMetricType(MetricType) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
A description of how this metric's values change over time.
- setMimeMultiparts(MimeMultipart, MimeMultipart) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set the given MimeMultipart objects for use by this MimeMessageHelper.
- setMinEvictableIdleTimeMillis(long) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Set the minimum time that an idle object can sit in the pool before
it becomes subject to eviction.
- setMinEvictableIdleTimeMillis(long) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
Set the minimum time that an idle object can sit in the pool before
it becomes subject to eviction.
- setMinIdle(int) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Set the minimum number of idle objects in the pool.
- setMinIdle(int) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
Set the minimum number of idle objects in the pool.
- setMinorVersion(int) - Method in class org.springframework.mock.web.MockServletContext
-
- setMisfireInstruction(int) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Specify a misfire instruction for this trigger.
- setMisfireInstruction(int) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Specify a misfire instruction for this trigger.
- setMisfireInstructionName(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Set the misfire instruction via the name of the corresponding
constant in the org.quartz.CronTrigger
class.
- setMisfireInstructionName(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Set the misfire instruction via the name of the corresponding
constant in the org.quartz.SimpleTrigger
class.
- setMixIns(Map<Class<?>, Class<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Add mix-in annotations to use for augmenting specified class or interface.
- setMode(int) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set the XStream mode to use.
- setModelAndView(ModelAndView) - Method in class org.springframework.test.web.servlet.DefaultMvcResult
-
- setModelAndViewResolvers(List<ModelAndViewResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- setModelAttribute(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the name of the form attribute in the model.
- setModelKey(String) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Set the attribute in the model that should be rendered by this view.
- setModelKey(String) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Set the attribute in the model that should be rendered by this view.
- setModelKey(String) - Method in class org.springframework.web.servlet.view.xml.MappingJackson2XmlView
-
Set the attribute in the model that should be rendered by this view.
- setModelKey(String) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
-
Set the name of the model key that represents the object to be marshalled.
- setModelKeys(Set<String>) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Set the attributes in the model that should be rendered by this view.
- setModelMBean(ModelMBean) - Method in class org.springframework.jmx.export.MBeanExporter.NotificationPublisherAwareLazyTargetSource
-
- setModified(boolean) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Mark the underlying message headers as modified.
- setModules(List<Module>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set a complete list of modules to be registered with the ObjectMapper
.
- setModulesToInstall(Class<? extends Module>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Specify one or more modules by class (or class name in XML)
to be registered with the ObjectMapper
.
- setMonths(BitSet, String) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
-
- setMostSpecificMethod(Method) - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
Set the most specific method known for this endpoint's declaration.
- setMtomEnabled(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Specify whether MTOM support should be enabled or not.
- setMultipartCharset(Charset) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Set the character set to use when writing multipart data to encode file
names.
- setMultipartFiles(MultiValueMap<String, MultipartFile>) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
Set a Map with parameter names as keys and list of MultipartFile objects as values.
- setMultipartFiles(MultiValueMap<String, MultipartFile>) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
Set a Map with parameter names as keys and list of MultipartFile objects as values.
- setMultipartParameterContentTypes(Map<String, String>) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
Set a Map with parameter names as keys and content type Strings as values.
- setMultipartParameterContentTypes(Map<String, String>) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
Set a Map with parameter names as keys and content type Strings as values.
- setMultipartParameters(Map<String, String[]>) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
Set a Map with parameter names as keys and String array objects as values.
- setMultipartParameters(Map<String, String[]>) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
Set a Map with parameter names as keys and String array objects as values.
- setMultipartResolverBeanName(String) - Method in class org.springframework.web.multipart.support.MultipartFilter
-
Set the bean name of the MultipartResolver to fetch from Spring's
root application context.
- setMultiple(Object) - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Set the value of the HTML 'multiple
' attribute rendered
on the final 'select
' element.
- setMultiplier(double) - Method in class org.springframework.util.backoff.ExponentialBackOff
-
The value to multiply the current interval by for each retry attempt.
- setMultiTenantConnectionProvider(Object) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Set a Hibernate 4.1/4.2/4.3 MultiTenantConnectionProvider
to be passed
on to the SessionFactory: as an instance, a Class, or a String class name.
- setMultiTenantConnectionProvider(Object) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
-
Set a Hibernate 4.1/4.2/4.3 MultiTenantConnectionProvider
to be passed
on to the SessionFactory: as an instance, a Class, or a String class name.
- setMultiTenantConnectionProvider(MultiTenantConnectionProvider) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set a MultiTenantConnectionProvider
to be passed on to the SessionFactory.
- setMultiTenantConnectionProvider(MultiTenantConnectionProvider) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
-
Set a MultiTenantConnectionProvider
to be passed on to the SessionFactory.
- setMustRestoreAutoCommit(boolean) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
-
- setNack(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- setName(String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Set the name of the constructor argument.
- setName(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
Specify the name of the cache.
- setName(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- setName(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Set the name of the embedded database.
- setName(String) - Method in class org.springframework.jmx.export.metadata.ManagedNotification
-
Set the name of this notification.
- setName(String) - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Set the name of this parameter in the operation signature.
- setName(String) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpUser
-
- setName(String) - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- setName(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Specify the trigger's name.
- setName(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Specify the job's name.
- setName(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
Set the name of the job.
- setName(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Specify the trigger's name.
- setName(String) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Set the name of this transaction.
- setName(String) - Method in class org.springframework.web.servlet.tags.BindErrorsTag
-
Set the name of the bean that this tag should check.
- setName(String) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Get the value of the 'name
' attribute.
- setName(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'name
' attribute.
- setName(String) - Method in class org.springframework.web.servlet.tags.Param
-
Set the raw name of the parameter
- setName(String) - Method in class org.springframework.web.servlet.tags.ParamTag
-
Set the name of the parameter (required).
- setName(String) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Set a unique name for this service (mainly for logging purposes).
- setNameCoder(NameCoder) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set a custom XStream NameCoder
to use.
- setNamedBinding(boolean) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify whether parameters should be bound by name.
- setNamedBinding(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Specify whether parameters should be bound by name.
- setNamedParameterCount(int) - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
-
Set the count of named parameters in the SQL statement.
- setNameMap(Map<String, Collection<CacheOperation>>) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
-
Set a name/attribute map, consisting of method names
(e.g.
- setNameMap(Map<String, TransactionAttribute>) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
-
Set a name/attribute map, consisting of method names
(e.g.
- setNamespace(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- setNamespace(String) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Set the namespace for this web application context,
to be used for building a default context config location.
- setNamespace(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- setNamespace(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- setNamespace(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- setNamespace(String) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- setNamespace(String) - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
-
Set the namespace for this portlet application context,
to be used for building a default context config location.
- setNamespace(String) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- setNamespace(String) - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Set a custom namespace for this portlet,
to be used for building a default context config location.
- setNamespace(String) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set a custom namespace for this servlet,
to be used for building a default context config location.
- setNamespaceAware(boolean) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Set whether or not the XML parser should be XML namespace aware.
- setNamespaceContext(NamespaceContext) - Method in class org.springframework.util.xml.XMLEventStreamWriter
-
- setNamespaceHandlerResolver(NamespaceHandlerResolver) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
- setNamespaceMappings(Map<String, String>) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the namespace mappings.
- setNamespaceToPackageMapping(Map<String, String>) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the namespace to package mappings.
- setNamespaceUri(String) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the namespace URI of the service.
- setNamingStrategy(ObjectNamingStrategy) - Method in class org.springframework.jmx.export.MBeanExporter
-
Set the implementation of the ObjectNamingStrategy
interface
to use for this exporter.
- setNamingStrategy(NamingStrategy) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Set a Hibernate NamingStrategy for the SessionFactory, determining the
physical column and table names given the info in the mapping document.
- setNamingStrategy(org.hibernate.cfg.NamingStrategy) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Set a Hibernate NamingStrategy for the SessionFactory, determining the
physical column and table names given the info in the mapping document.
- setNativeConnectionNecessaryForNativeCallableStatements(boolean) - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
-
Set whether it is necessary to work on the native Connection to
receive native CallableStatements.
- setNativeConnectionNecessaryForNativePreparedStatements(boolean) - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
-
Set whether it is necessary to work on the native Connection to
receive native PreparedStatements.
- setNativeConnectionNecessaryForNativeStatements(boolean) - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
-
Set whether it is necessary to work on the native Connection to
receive native Statements.
- setNativeHeader(String, String) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
-
Set the specified native header value replacing existing values.
- setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
-
Specify the NativeJdbcExtractor to use for unwrapping CallableStatements, if any.
- setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Set a NativeJdbcExtractor to extract native JDBC objects from wrapped handles.
- setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
- setNativeJdbcExtractor(NativeJdbcExtractor) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
- setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
Specify the NativeJdbcExtractor to use for unwrapping PreparedStatements, if any.
- setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
- setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
Deprecated.
Set an appropriate NativeJdbcExtractor to be able to retrieve the underlying
native oracle.jdbc.OracleConnection
.
- setNestedPath(String) - Method in class org.springframework.validation.AbstractErrors
-
- setNestedPath(String) - Method in exception org.springframework.validation.BindException
-
- setNestedPath(String) - Method in interface org.springframework.validation.Errors
-
Allow context to be changed so that standard validators can validate
subtrees.
- setNestedPath(String) - Method in class org.springframework.web.bind.EscapedErrors
-
- setNestedTransactionAllowed(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Set whether nested transactions are allowed.
- setNew(boolean) - Method in class org.springframework.mock.web.MockHttpSession
-
- setNew(boolean) - Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- setNextPossiblePortletModes(Collection<PortletMode>) - Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- setNoNamespaceSchemaLocation(String) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the value of xsi:noNamespaceSchemaLocation
attribute.
- setNonJtaDataSource(DataSource) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setNonOptionArgsPropertyName(String) - Method in class org.springframework.core.env.CommandLinePropertySource
-
Specify the name of the special "non-option arguments" property.
- setNonPublicAccessAllowed(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify whether to allow access to non-public constructors and methods,
for the case of externalized metadata pointing to those.
- setNonTransactionalDataSource(DataSource) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set the DataSource to be used by the Scheduler for non-transactional access.
- setNotificationFilter(NotificationFilter) - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
- setNotificationInfoMappings(Map<String, Object>) - Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
-
- setNotificationInfos(ManagedNotification[]) - Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
-
- setNotificationListener(NotificationListener) - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
Set the NotificationListener
.
- setNotificationListenerMappings(Map<?, ? extends NotificationListener>) - Method in class org.springframework.jmx.export.MBeanExporter
-
Set the NotificationListeners
to register
with the MBeanServer
.
- setNotificationListeners(NotificationListenerBean...) - Method in class org.springframework.jmx.export.MBeanExporter
-
- setNotificationPublisher(NotificationPublisher) - Method in interface org.springframework.jmx.export.notification.NotificationPublisherAware
-
- setNotificationType(String) - Method in class org.springframework.jmx.export.metadata.ManagedNotification
-
Set a single notification type, or a list of notification types
as comma-delimited String.
- setNotificationTypes(String...) - Method in class org.springframework.jmx.export.metadata.ManagedNotification
-
Set a list of notification types.
- setNull(PreparedStatement, int, int, String) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
-
Set the specified PreparedStatement parameter to null,
respecting database-specific peculiarities.
- setNullValue(String) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Set a value that should be treated as null
when resolved
as a placeholder value: e.g.
- setNumberHits(BitSet, String, int, int) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
-
- setNumberToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Deprecated.
Set the name of the NumberTool helper object to expose in the Velocity context
of this view, or null
if not needed.
- setNumberToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
-
Deprecated.
Set the name of the NumberTool helper object to expose in the Velocity context
of this view, or null
if not needed.
- setObjectFactory(ObjectFactory) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the Castor ObjectFactory
to be used during unmarshalling.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Set the ObjectMapper
for this view.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set the ObjectMapper
instance to use.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.xml.MappingJackson2XmlHttpMessageConverter
-
Set the ObjectMapper
for this view.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
Specify the ObjectMapper
to use instead of using the default.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
-
Set the ObjectMapper
for this converter.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Set the ObjectMapper
for this view.
- setObjectName(Object) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Set the ObjectName
of the MBean which calls are routed to,
as ObjectName
instance or as String
.
- setObjectName(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter.NotificationPublisherAwareLazyTargetSource
-
- setObjectName(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
Set the JMX ObjectName of this managed resource.
- setObjectName(Object) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set the ObjectName
used to register the JMXConnectorServer
itself with the MBeanServer
, as ObjectName
instance
or as String
.
- setOmittedFields(Map<Class<?>, String>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Specify omitted fields, as a Map consisting of Class
instances
mapped to comma separated field names.
- setOnblur(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Set the value of the 'onblur
' attribute.
- setOnchange(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Set the value of the 'onchange
' attribute.
- setOnclick(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onclick
' attribute.
- setOndblclick(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'ondblclick
' attribute.
- setOnfocus(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Set the value of the 'onfocus
' attribute.
- setOnkeydown(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onkeydown
' attribute.
- setOnkeypress(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onkeypress
' attribute.
- setOnkeyup(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onkeyup
' attribute.
- setOnmousedown(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onmousedown
' attribute.
- setOnmousemove(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onmousemove
' attribute.
- setOnmouseout(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onmouseout
' attribute.
- setOnmouseover(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onmouseover
' attribute.
- setOnmouseup(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onmouseup
' attribute.
- setOnreset(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'onreset
' attribute.
- setOnselect(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Set the value of the 'onselect
' attribute.
- setOnselect(String) - Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
Set the value of the 'onselect
' attribute.
- setOnsubmit(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'onsubmit
' attribute.
- setOpaque(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
-
Set whether proxies created by this configuration should be prevented
from being cast to
Advised
to query proxy status.
- setOperatorOverloader(OperatorOverloader) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setOptimize(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
-
Set whether proxies should perform aggressive optimizations.
- setOptional(boolean) - Method in class org.springframework.beans.PropertyValue
-
Set whether this is an optional value, that is, to be ignored
when no corresponding property exists on the target class.
- setOptions(Map<String, ?>) - Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
-
Set options on the underlying XmlOptions
object.
- setOrder(int) - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
-
- setOrder(int) - Method in class org.springframework.aop.framework.ProxyProcessorSupport
-
Set the ordering which will apply to this class's implementation
of Ordered, used when applying multiple processors.
- setOrder(int) - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
-
- setOrder(int) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- setOrder(int) - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
- setOrder(int) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
- setOrder(int) - Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
-
- setOrder(int) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
-
- setOrder(int) - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
-
- setOrder(int) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
-
- setOrder(int) - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
-
- setOrder(int) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
-
Set the order value of this object for sorting purposes.
- setOrder(int) - Method in class org.springframework.context.event.DefaultEventListenerFactory
-
- setOrder(int) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
- setOrder(int) - Method in class org.springframework.transaction.event.TransactionalEventListenerFactory
-
- setOrder(int) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
-
- setOrder(int) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
-
Specify the order value for this HandlerMapping bean.
- setOrder(int) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Specify the order value for this HandlerAdapter bean.
- setOrder(int) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
-
Specify the order to use for resource handling relative to other
HandlerMapping
s
configured in the Spring MVC application context.
- setOrder(int) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
-
Specify the order to use for the HandlerMapping
used to map view
controllers relative to other handler mappings configured in Spring MVC.
- setOrder(int) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
- setOrder(int) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Specify the order value for this HandlerMapping bean.
- setOrder(int) - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
-
- setOrder(int) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Specify the order value for this HandlerAdapter bean.
- setOrder(int) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
-
Specify the order value for this HandlerAdapter bean.
- setOrder(int) - Method in class org.springframework.web.servlet.view.BeanNameViewResolver
-
- setOrder(int) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- setOrder(int) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
- setOrder(int) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
- setOrder(int) - Method in class org.springframework.web.servlet.view.ViewResolverComposite
-
- setOrder(int) - Method in class org.springframework.web.servlet.view.XmlViewResolver
-
- setOrder(int) - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
-
Set the order for the resulting
SimpleUrlHandlerMapping
relative to
other handler mappings configured in Spring MVC.
- setOrder(int) - Method in interface org.springframework.web.socket.config.annotation.StompEndpointRegistry
-
Set the order of the
HandlerMapping
used for STOMP endpoints relative to other Spring MVC handler mappings.
- setOrder(int) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
Set the order for the resulting
HandlerMapping
relative to other handler mappings configured in Spring MVC.
- setOrigin(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Origin
header.
- setOrigin(String) - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
Set the origin to use.
- setOriginatingBeanDefinition(BeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the originating (e.g.
- setOutboundChannelExecutor(ThreadPoolTaskExecutor) - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
- setOutboundPrefix(String) - Method in class org.springframework.messaging.support.AbstractHeaderMapper
-
Specify a prefix to be appended to the protocol property name for any
user-defined message header that is being mapped into the protocol-specific
Message.
- setOutParameterNames(List<String>) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify the names of the out parameters.
- setOutputProperties(Properties) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Set arbitrary transformer output properties to be applied to the stylesheet.
- setOutputProperties(Properties) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Set arbitrary transformer output properties to be applied to the stylesheet.
- setOutputRecordCreator(RecordCreator) - Method in class org.springframework.jca.cci.core.CciTemplate
-
Set a RecordCreator that should be used for creating default output Records.
- setOutputRecordCreator(RecordCreator) - Method in class org.springframework.jca.cci.object.MappingRecordOperation
-
Set a RecordCreator that should be used for creating default output Records.
- setOutputStreamAccessAllowed(boolean) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setOutputStreaming(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set if the underlying URLConnection can be set to 'output streaming' mode.
- setOverloaded(boolean) - Method in class org.springframework.beans.factory.support.MethodOverride
-
Set whether the overridden method is overloaded (i.e., whether argument
type matching needs to occur to disambiguate methods of the same name).
- setOverloadEnabled(boolean) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Deprecated.
Set whether overloaded methods should be enabled for remote invocations.
- setOverloadEnabled(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether overloaded methods should be enabled for remote invocations.
- setOverrideIncludeSynonymsDefault(boolean) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Specify whether we should override default for accessing synonyms.
- setOverrideIncludeSynonymsDefault(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Specify whether the default for including synonyms should be changed.
- setOverrideLogging(boolean) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
-
Deprecated.
Set whether Velocity should log via Commons Logging, i.e.
- setOverwriteExistingJobs(boolean) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Set whether any jobs defined on this SchedulerFactoryBean should overwrite
existing job definitions.
- setPackagesToScan(String...) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
-
Deprecated.
Specify packages to search using Spring-based scanning for entity classes in
the classpath.
- setPackagesToScan(String...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
Specify packages to search for autodetection of your entity classes in the
classpath.
- setPackagesToScan(String...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Specify packages to search for autodetection of your entity classes in the
classpath.
- setPackagesToScan(String...) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Set whether to use Spring-based scanning for entity classes in the classpath
instead of using JPA's standard scanning of jar files with persistence.xml
markers in them.
- setPackagesToScan(String...) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Set whether to use Spring-based scanning for entity classes in the classpath
instead of using JPA's standard scanning of jar files with persistence.xml
markers in them.
- setPackagesToScan(String...) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the packages to search for classes with JAXB2 annotations in the classpath.
- setPaddingLength(int) - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
-
Set the padding length, i.e.
- setPage(int) - Method in class org.springframework.beans.support.PagedListHolder
-
Set the current page number.
- setPageSize(int) - Method in class org.springframework.beans.support.PagedListHolder
-
Set the current page size.
- setParallelism(int) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Specify the parallelism level.
- setParameter(String, String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Set a single value for the specified HTTP parameter.
- setParameter(String, String...) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Set an array of values for the specified HTTP parameter.
- setParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- setParameter(String, String[]) - Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- setParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setParameter(String, String[]) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setParameterMap(Map<String, ?>) - Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
-
Set a Map with parameters as keys and handler beans or bean names as values.
- setParameterName(String) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
- setParameterName(String) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
-
Set the name of the parameter to use to determine requested media types.
- setParameterName(String) - Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
-
Set the name of the parameter used for mapping to handlers.
- setParameterName(String) - Method in class org.springframework.web.portlet.handler.ParameterMappingInterceptor
-
Set the name of the parameter used for mapping.
- setParameterName(String) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
-
Set the name of the parameter used for mapping to handlers.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Set the ParameterNameDiscoverer to use for resolving method parameter
names if needed (e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set the ParameterNameDiscoverer to use for resolving method parameter
names if needed (e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
Set the ParameterNameDiscoverer for resolving parameter names when needed
(e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Set the ParameterNameDiscoverer to use for resolving method and constructor
parameter names if needed for message interpolation.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Set the ParameterNameDiscoverer for resolving parameter names when needed
(e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Set the ParameterNameDiscoverer to use for resolving method parameter
names if needed (e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed
(e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed
(e.g.
- setParameterNames(String...) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
Set the parameter names for the pointcut.
- setParameterNames(String...) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- setParameters(SqlParameter[]) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Add one or more declared parameters.
- setParameters(Map<String, ?>) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Set all provided parameters replacing any existing
values for the provided parameter names.
- setParameters(Map<String, String[]>) - Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- setParameters(Map<String, String[]>) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setParameters(Properties) - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
-
Deprecated.
Specify default parameters for the type.
- setParameterType(Class<?>) - Method in class org.springframework.core.MethodParameter
-
Set a resolved (generic) parameter type.
- setParameterTypes(Class<?>...) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
Set the parameter types for the pointcut.
- setParameterTypes(Class<?>...) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- setParameterTypes(Map<String, String>) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
-
Deprecated.
Set the parameter types for the filter,
with parameter names as keys and type names as values.
- setParameterTypes(Class<?>[]) - Method in class org.springframework.remoting.support.RemoteInvocation
-
Set the parameter types of the target method.
- setParameterValue(PreparedStatement, int, SqlParameter, Object) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
-
Set the value for a parameter.
- setParameterValue(PreparedStatement, int, int, Object) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
-
Set the value for a parameter.
- setParameterValue(PreparedStatement, int, int, String, Object) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
-
Set the value for a parameter.
- setParameterValueInternal(PreparedStatement, int, int, String, Integer, Object) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
-
Set the value for a parameter.
- setParameterValues(PreparedStatement, List<?>, int...) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Internal implementation for setting parameter values
- setParamName(String) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
-
Set the name of the parameter that contains a locale specification
in a locale change request.
- setParamName(String) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
-
Deprecated.
Set the name of the parameter whose value identifies the name of
the method to invoke.
- setParamName(String) - Method in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
-
Set the name of the parameter that contains a theme specification
in a theme change request.
- setParent(Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
-
- setParent(ApplicationContext) - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Set the parent of this application context.
- setParent(ApplicationContext) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Set the parent of this application context.
- setParent(ApplicationContext) - Method in class org.springframework.context.support.GenericApplicationContext
-
Set the parent of this application context, also setting
the parent of the internal BeanFactory accordingly.
- setParent(ApplicationContext) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
Set the parent of this application context.
- setParent(ApplicationContext) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
Set the parent of this application context, also setting
the parent of the internal BeanFactory accordingly.
- setParentBeanFactory(BeanFactory) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Set the parent of this bean factory.
- setParentBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- setParentMessageSource(MessageSource) - Method in interface org.springframework.context.HierarchicalMessageSource
-
Set the parent that will be used to try to resolve messages
that this object can't resolve.
- setParentMessageSource(MessageSource) - Method in class org.springframework.context.support.AbstractMessageSource
-
- setParentMessageSource(MessageSource) - Method in class org.springframework.context.support.DelegatingMessageSource
-
- setParentName(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Set the name of the parent definition of this bean definition, if any.
- setParentName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the name of the parent definition of this bean definition.
- setParentName(String) - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
-
- setParentName(String) - Method in class org.springframework.beans.factory.support.GenericBeanDefinition
-
- setParentName(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
- setParentThemeSource(ThemeSource) - Method in interface org.springframework.ui.context.HierarchicalThemeSource
-
Set the parent that will be used to try to resolve theme messages
that this object can't resolve.
- setParentThemeSource(ThemeSource) - Method in class org.springframework.ui.context.support.DelegatingThemeSource
-
- setParentThemeSource(ThemeSource) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
- setParsePath(boolean) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
-
Whether to parse the path of a URI template string into path segments.
- setPartConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Set the message body converters to use.
- setPasscode(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- setPasscode(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the passcode header.
- setPassword(String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Set the JDBC password to use for connecting through the Driver.
- setPassword(String) - Method in interface org.springframework.jdbc.datasource.embedded.ConnectionProperties
-
Set the password to use to connect to the database.
- setPassword(String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
Set the default user's password that this adapter should use for retrieving Connections.
- setPassword(String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
-
Set the password that this adapter should use for retrieving Connections.
- setPassword(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set the password for the account at the mail host, if any.
- setPassword(String) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Deprecated.
Set the password that this factory should use to access the remote service.
- setPassword(String) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set the password that this factory should use to access the remote service.
- setPassword(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the password to specify on the stub.
- setPasswordMethod - Variable in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
-
- setPath(String) - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- setPath(String) - Method in class org.springframework.web.servlet.tags.BindTag
-
Set the path that this tag should apply.
- setPath(String) - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
- setPath(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Unsupported for forms.
- setPath(String) - Method in class org.springframework.web.servlet.tags.NestedPathTag
-
Set the path that this tag should apply.
- setPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
- setPathInfo(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setPathMatcher(PathMatcher) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Set the PathMatcher implementation to use for this
resource pattern resolver.
- setPathMatcher(PathMatcher) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
Set the PathMatcher implementation to use for matching destinations
against configured destination patterns.
- setPathMatcher(PathMatcher) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
-
- setPathMatcher(PathMatcher) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
When configured, the given PathMatcher is passed down to the underlying
SubscriptionRegistry to use for matching destination to subscriptions.
- setPathMatcher(PathMatcher) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
Configure the PathMatcher to use to match the destinations of incoming
messages to @MessageMapping
and @SubscribeMapping
methods.
- setPathMatcher(PathMatcher) - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
-
Provide the
PathMatcher
in use for working with destinations
which in turn helps to determine whether the leading slash should be
kept in actual destinations after removing the
userDestinationPrefix
.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.handler.MappedInterceptor
-
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set the PathMatcher implementation to use for matching URL paths against registered URL patterns.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Set a custom PathMatcher to use for the PatternsRequestCondition.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
-
Deprecated.
Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns, for determining cache mappings.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
-
Configure a PathMatcher
to use when comparing target lookup path
against resource mappings.
- setPathPrefix(String) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
-
Deprecated.
Specify a prefix to prepend to the path generated from the controller name.
- setPathSeparator(String) - Method in class org.springframework.util.AntPathMatcher
-
Set the path separator to use for pattern parsing.
- setPattern(String) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Convenience method when we have only a single pattern.
- setPattern(String) - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
-
Set the regular expression defining methods to match.
- setPattern(String) - Method in class org.springframework.format.datetime.DateFormatter
-
Set the pattern to use to format date values.
- setPattern(String) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
-
Set the pattern to use to format date values.
- setPattern(String) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the pattern to use to format date values.
- setPattern(String) - Method in class org.springframework.format.number.CurrencyStyleFormatter
-
Sets the pattern to use to format number values.
- setPattern(String) - Method in class org.springframework.format.number.NumberStyleFormatter
-
Sets the pattern to use to format number values.
- setPatterns(String...) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Set the regular expressions defining methods to match.
- setPatterns(String...) - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
-
Set the regular expressions defining methods to match.
- setPayloadConverter(MessageConverter) - Method in class org.springframework.jms.support.converter.MessagingMessageConverter
-
- setPeriod(long) - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
-
Set the period between repeated task executions, in milliseconds.
- setPeriod(long) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Set the period between repeated task executions, in milliseconds.
- setPermissionDeniedCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setPersistenceContexts(Map<String, String>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Specify the transactional persistence contexts for EntityManager lookups,
as a Map from persistence unit name to persistence context JNDI name
(which needs to resolve to an EntityManager instance).
- setPersistenceExceptionTranslator(PersistenceExceptionTranslator) - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
-
Specify the PersistenceExceptionTranslator to use.
- setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.JdoTransactionManager
-
Set the PersistenceManagerFactory that this instance should manage transactions for.
- setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
-
Set the JDO PersistenceManagerFactory that should be used to create
PersistenceManagers.
- setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
-
Set the target PersistenceManagerFactory for this proxy.
- setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
-
Set the target JDO PersistenceManagerFactory that this proxy should
delegate to.
- setPersistenceManagerFactoryBeanName(String) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
-
Set the bean name of the PersistenceManagerFactory to fetch from Spring's
root application context.
- setPersistenceManagerFactoryName(String) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
-
Specify the name of the desired PersistenceManagerFactory.
- setPersistenceManagerHolder(PersistenceManagerHolder, boolean) - Method in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
-
- setPersistenceManagerInterface(Class<? extends PersistenceManager>) - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
-
Specify the PersistenceManager interface to expose,
possibly including vendor extensions.
- setPersistenceProvider(PersistenceProvider) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Set the PersistenceProvider instance to use for creating the
EntityManagerFactory.
- setPersistenceProviderClass(Class<? extends PersistenceProvider>) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Set the PersistenceProvider implementation class to use for creating the
EntityManagerFactory.
- setPersistenceProviderClassName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setPersistenceProviderPackageName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setPersistenceProviderPackageName(String) - Method in interface org.springframework.orm.jpa.persistenceunit.SmartPersistenceUnitInfo
-
Set the persistence provider's own package name, for exclusion from class transformation.
- setPersistenceUnitManager(PersistenceUnitManager) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Set the PersistenceUnitManager to use for obtaining the JPA persistence unit
that this FactoryBean is supposed to build an EntityManagerFactory for.
- setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Specify the name of the EntityManagerFactory configuration.
- setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
-
Set the name of the persistence unit to access the EntityManagerFactory for.
- setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Set the name of the persistence unit to manage transactions for.
- setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Uses the specified persistence unit name as the name of the default
persistence unit, if applicable.
- setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
-
Set the name of the persistence unit to access the EntityManagerFactory for.
- setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor...) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Set the PersistenceUnitPostProcessors to be applied to the
PersistenceUnitInfo used for creating this EntityManagerFactory.
- setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor...) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Set the PersistenceUnitPostProcessors to be applied to each
PersistenceUnitInfo that has been parsed by this manager.
- setPersistenceUnitRootLocation(String) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Set a persistence unit root location for the default persistence unit.
- setPersistenceUnitRootUrl(URL) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setPersistenceUnits(Map<String, String>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Specify the persistence units for EntityManagerFactory lookups,
as a Map from persistence unit name to persistence unit JNDI name
(which needs to resolve to an EntityManagerFactory instance).
- setPersistenceXmlLocation(String) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Set the location of the persistence.xml
file
we want to use.
- setPersistenceXmlLocation(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the location of the persistence.xml
files to load.
- setPersistenceXmlLocations(String...) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify multiple locations of persistence.xml
files to load.
- setPersistenceXMLSchemaVersion(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setPersistLocation(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setPersistName(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setPersistPeriod(int) - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-
- setPersistPeriod(int) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
The persist period for this metric.
- setPersistPeriod(int) - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setPersistPolicy(String) - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-
- setPersistPolicy(String) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
The persist policy for this metric.
- setPersistPolicy(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setPhase(int) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Specify the phase in which this endpoint manager should be started
and stopped.
- setPhase(int) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- setPhase(int) - Method in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
-
- setPhase(int) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Specify the phase in which this container should be started and
stopped.
- setPhase(int) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Specify the phase in which this scheduler should be started and
stopped.
- setPhase(int) - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
Specify the phase in which a connection should be established to the remote
endpoint and subsequently closed.
- setPhase(int) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
Specify the phase in which the WebSocket client should be started and
subsequently closed.
- setPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set a Hibernate 5.0 PhysicalNamingStrategy for the SessionFactory.
- setPlaceholderPrefix(String) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Set the prefix that a placeholder string starts with.
- setPlaceholderPrefix(String) - Method in class org.springframework.core.env.AbstractEnvironment
-
- setPlaceholderPrefix(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
Set the prefix that placeholders replaced by this resolver must begin with.
- setPlaceholderPrefix(String) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
-
Set the prefix that placeholders replaced by this resolver must begin with.
- setPlaceholderSuffix(String) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Set the suffix that a placeholder string ends with.
- setPlaceholderSuffix(String) - Method in class org.springframework.core.env.AbstractEnvironment
-
- setPlaceholderSuffix(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
Set the suffix that placeholders replaced by this resolver must end with.
- setPlaceholderSuffix(String) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
-
Set the suffix that placeholders replaced by this resolver must end with.
- setPlainTextToMimePart(MimePart, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setPointcut(Pointcut) - Method in class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
-
Specify the pointcut targeting the advice.
- setPointcut(Pointcut) - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
-
Specify the pointcut targeting the advice.
- setPointcut(Pointcut) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
-
Set a pointcut, i.e a bean that can cause conditional invocation
of the CacheInterceptor depending on method and attributes passed.
- setPointcut(Pointcut) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
-
Set a pointcut, i.e a bean that can cause conditional invocation
of the TransactionInterceptor depending on method and attributes passed.
- setPointcutDeclarationScope(Class<?>) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
Set the declaration scope for the pointcut.
- setPolicy(WebSocketPolicy) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.WebSocketServerFactoryAdapter
-
- setPoolSize(int) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Set the ScheduledExecutorService's pool size.
- setPoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Set the ScheduledExecutorService's pool size.
- setPoolSize(String) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- setPopulators(DatabasePopulator...) - Method in class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
-
Specify one or more populators to delegate to.
- setPort(int) - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
Set the proxy port.
- setPort(int) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set the mail server port.
- setPort(int) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Specify the HTTP server's port.
- setPort(int) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Set the port of the registry for the exported RMI service,
i.e.
- setPort(int) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
Specify the HTTP server's port.
- setPortFeatures(WebServiceFeature...) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Specify WebServiceFeature objects (e.g.
- setPortletClass(Class<?>) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
-
Set the class of the Portlet to wrap.
- setPortletConfig(PortletConfig) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- setPortletConfig(PortletConfig) - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
-
Set the PortletConfig for this portlet application context.
- setPortletConfig(PortletConfig) - Method in interface org.springframework.web.portlet.context.PortletConfigAware
-
Set the PortletConfigthat this object runs in.
- setPortletConfig(PortletConfig) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- setPortletConfig(PortletConfig) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
-
- setPortletConfig(PortletConfig) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
-
- setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- setPortletContext(PortletContext) - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
-
Set the PortletContext for this portlet application context.
- setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
-
- setPortletContext(PortletContext) - Method in interface org.springframework.web.portlet.context.PortletContextAware
-
Set the PortletContext that this object runs in.
- setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
-
- setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
-
- setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
-
- setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
-
- setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
-
- setPortletContextName(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- setPortletMode(PortletMode) - Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- setPortletMode(PortletMode) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setPortletMode(PortletMode) - Method in class org.springframework.mock.web.portlet.MockPortletURL
-
- setPortletMode(PortletMode) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- setPortletModeMap(Map<String, ?>) - Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
-
Set a Map with PortletModes as keys and handler beans as values.
- setPortletModeParameterMap(Map<String, Map<String, ?>>) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
-
Set a Map with portlet mode names as keys and another Map as values.
- setPortletName(String) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
-
Set the name of the Portlet to wrap.
- setPortName(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the name of the port.
- setPosition(int) - Method in exception org.springframework.expression.spel.SpelEvaluationException
-
Set the position in the related expression which gave rise to this exception.
- setPostInterceptors(Object[]) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
Set additional interceptors (or advisors) to be applied after the
implicit transaction interceptor.
- setPostTemplateLoaders(TemplateLoader...) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set a List of TemplateLoader
s that will be used to search
for templates.
- setPragma(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Pragma
header.
- setPreferences(PortletPreferences) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setPreferencesValidator(PreferencesValidator) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- setPreferFileSystemAccess(boolean) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set whether to prefer file system access for template loading.
- setPreferFileSystemAccess(boolean) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
-
Deprecated.
Set whether to prefer file system access for template loading.
- setPreferredLocales(List<Locale>) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Set the list of preferred locales, in descending order, effectively replacing
any existing locales.
- setPrefetchSize(int) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
Specify the maximum number of messages to load into a session
(a kind of batch size).
- setPreFiltered(boolean) - Method in interface org.springframework.aop.framework.Advised
-
Set whether this proxy configuration is pre-filtered so that it only
contains applicable advisors (matching this proxy's target class).
- setPreFiltered(boolean) - Method in class org.springframework.aop.framework.AdvisedSupport
-
- setPrefix(String) - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
-
Set the text that will get appended to the trace data.
- setPrefix(String, String) - Method in class org.springframework.util.xml.XMLEventStreamWriter
-
- setPrefix(String) - Method in class org.springframework.validation.DefaultMessageCodesResolver
-
Specify a prefix to be applied to any code built by this resolver.
- setPrefix(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
-
Deprecated.
Specify a common prefix for handler method names.
- setPrefix(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Set the prefix to prepend to the request URL filename
to build a view name.
- setPrefix(String) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set the prefix to prepend to generated view names.
- setPrefix(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the prefix that gets prepended to view names when building a URL.
- setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Indicate whether the JSON output by this view should be prefixed with ")]}', ".
- setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Indicate whether the JSON output by this view should be prefixed with ")]}', ".
- setPrefixJson(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Indicates whether the JSON output by this view should be prefixed with ")]}', ".
- setPreInterceptors(Object[]) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
Set additional interceptors (or advisors) to be applied before the
implicit transaction interceptor, e.g.
- setPrepareConnection(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
Set whether to prepare the underlying JDBC Connection of a transactional
Hibernate Session, that is, whether to apply a transaction-specific
isolation level and/or the transaction's read-only flag to the underlying
JDBC Connection.
- setPrepareConnection(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
Set whether to prepare the underlying JDBC Connection of a transactional
Hibernate Session, that is, whether to apply a transaction-specific
isolation level and/or the transaction's read-only flag to the underlying
JDBC Connection.
- setPrepareConnection(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Set whether to prepare the underlying JDBC Connection of a transactional
Hibernate Session, that is, whether to apply a transaction-specific
isolation level and/or the transaction's read-only flag to the underlying
JDBC Connection.
- setPrepareConnection(boolean) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
-
Set whether to prepare the underlying JDBC Connection of a transactional
Hibernate Session, that is, whether to apply a transaction-specific
isolation level and/or the transaction's read-only flag to the underlying
JDBC Connection.
- setPrepareConnection(boolean) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
-
Set whether to prepare the underlying JDBC Connection of a transactional
Hibernate Session, that is, whether to apply a transaction-specific
isolation level and/or the transaction's read-only flag to the underlying
JDBC Connection.
- setPreparedStatementType(Class<? extends PreparedStatement>) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
-
Set the vendor's PreparedStatement type, e.g.
- setPreparerFactoryClass(Class<? extends PreparerFactory>) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
Deprecated.
Set the org.apache.tiles.preparer.PreparerFactory
implementation to use.
- setPreparerFactoryClass(Class<? extends PreparerFactory>) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
Set the org.apache.tiles.preparer.factory.PreparerFactory
implementation to use.
- setPreserveFilename(boolean) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
- setPreserveFilename(boolean) - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- setPreTemplateLoaders(TemplateLoader...) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set a List of TemplateLoader
s that will be used to search
for templates.
- setPrettyPrint(boolean) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Whether to use the DefaultPrettyPrinter
when writing JSON.
- setPrettyPrint(boolean) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
-
Whether to use the DefaultPrettyPrinter
when writing JSON.
- setPrettyPrint(boolean) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Whether to use the default pretty printer when writing the output.
- setPrettyPrinting(boolean) - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
Whether to use the GsonBuilder#setPrettyPrinting()
when writing
JSON.
- setPreventDispatchLoop(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Set whether to explicitly prevent dispatching back to the
current handler path.
- setPreventResponseCaching(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Specify whether to prevent HTTP response caching for any view resolved
by this exception resolver.
- setPreviousFlushMode(FlushMode) - Method in class org.springframework.orm.hibernate3.SessionHolder
-
Deprecated.
- setPreviousFlushMode(FlushMode) - Method in class org.springframework.orm.hibernate4.SessionHolder
-
- setPreviousFlushMode(FlushMode) - Method in class org.springframework.orm.hibernate5.SessionHolder
-
- setPreviousHoldability(Integer) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
-
- setPreviousHoldability(Integer) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager.HibernateTransactionObject
-
- setPreviousIsolationLevel(Integer) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- setPrimary(boolean) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Set whether this bean is a primary autowire candidate.
- setPrimary(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set whether this bean is a primary autowire candidate.
- setPrimitivesDefaultedForNullValue(boolean) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Set whether we're defaulting Java primitives in the case of mapping a null value
from corresponding database fields.
- setPriority(int) - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- setPriority(int) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the priority of a message when sending.
- setPriority(int) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set the priority ("X-Priority" header) of the message.
- setPriority(int) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Specify the priority of this trigger.
- setPriority(int) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Specify the priority of this trigger.
- setProblemReporter(ProblemReporter) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
- setProblemReporter(ProblemReporter) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- setProcedureName(String) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify the name of the procedure.
- setProcedureName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Set the name of the stored procedure.
- setProcessExternalEntities(boolean) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Indicates whether external XML entities are processed when converting to a Source.
- setProcessExternalEntities(boolean) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Indicates whether external XML entities are processed when converting to a Source.
- setProcessExternalEntities(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Indicates whether external XML entities are processed when unmarshalling.
- setProcessExternalEntities(boolean) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Indicates whether external XML entities are processed when unmarshalling.
- setProcessingInstructions(Map<String, String>) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Sets the processing instructions that will be used by during marshalling.
- setPropagateQueryParams(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
When set to true
the query string of the current URL is appended
and thus propagated through to the redirected URL.
- setPropagationBehavior(int) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Set the propagation behavior.
- setPropagationBehaviorName(String) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Set the propagation behavior by the name of the corresponding constant in
TransactionDefinition, e.g.
- setProperties(Properties) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Set local properties, e.g.
- setProperties(Properties) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setProperties(Properties) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
-
Parses the given properties into a name/attribute map.
- setPropertiesArray(Properties...) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Set local properties, e.g.
- setPropertiesPersister(PropertiesPersister) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Set the PropertiesPersister to use for parsing properties files.
- setPropertiesPersister(PropertiesPersister) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Set the PropertiesPersister to use for parsing properties files.
- setPropertiesPersister(PropertiesPersister) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Set the PropertiesPersister to use for parsing properties files.
- setProperty(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference.GroovyPropertyValue
-
- setProperty(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference
-
- setProperty(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
This method overrides property setting in the scope of the GroovyBeanDefinitionReader
to set properties on the current bean definition.
- setProperty(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
-
- setProperty(String) - Method in class org.springframework.beans.support.MutableSortDefinition
-
Set the property to compare.
- setProperty(String, Object) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
-
- setProperty(String, String) - Static method in class org.springframework.core.SpringProperties
-
Programmatically set a local property, overriding an entry in the
spring.properties
file (if any).
- setProperty(String, String) - Method in class org.springframework.mock.env.MockEnvironment
-
- setProperty(String, Object) - Method in class org.springframework.mock.env.MockPropertySource
-
Set the given property on the underlying Properties
object.
- setProperty(String, String) - Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- setProperty(String, String) - Method in class org.springframework.mock.web.portlet.MockPortalContext
-
- setProperty(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
Set a single value for the specified property.
- setProperty(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- setProperty(String, Object) - Method in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
-
- setProperty(String, Object) - Method in class org.springframework.util.xml.AbstractXMLReader
-
Throws a SAXNotRecognizedException
exception when the given property does not signify a lexical
handler.
- setProperty(String, Object) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
-
- setPropertyAccessors(List<PropertyAccessor>) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setPropertyEditorClass(Class<?>) - Method in class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- setPropertyEditorClass(Class<?>) - Method in class org.springframework.beans.ExtendedBeanInfo.SimplePropertyDescriptor
-
- setPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Specify a single PropertyEditorRegistrar to be applied to every DataBinder.
- setPropertyEditorRegistrars(PropertyEditorRegistrar[]) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
-
- setPropertyEditorRegistrars(PropertyEditorRegistrar[]) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Specify multiple PropertyEditorRegistrars to be applied to every DataBinder.
- setPropertyMethod - Variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
-
- setPropertyNamingStrategy(PropertyNamingStrategy) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Specify a com.fasterxml.jackson.databind.PropertyNamingStrategy
to
configure the ObjectMapper
with.
- setPropertyPath(String) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
Specify the property path to apply to the target.
- setPropertySources(PropertySources) - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
-
- setPropertyValue(String, Object) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- setPropertyValue(PropertyValue) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- setPropertyValue(AbstractNestablePropertyAccessor.PropertyTokenHolder, PropertyValue) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
- setPropertyValue(PropertyValue) - Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setPropertyValue(String, Object) - Method in class org.springframework.beans.AbstractPropertyAccessor
-
Actually set a property value.
- setPropertyValue(String, Object) - Method in interface org.springframework.beans.PropertyAccessor
-
Set the specified value as current property value.
- setPropertyValue(PropertyValue) - Method in interface org.springframework.beans.PropertyAccessor
-
Set the specified value as current property value.
- setPropertyValueAt(PropertyValue, int) - Method in class org.springframework.beans.MutablePropertyValues
-
Modify a PropertyValue object held in this object.
- setPropertyValues(Map<?, ?>) - Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setPropertyValues(PropertyValues) - Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setPropertyValues(PropertyValues, boolean) - Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setPropertyValues(PropertyValues, boolean, boolean) - Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setPropertyValues(MutablePropertyValues) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify property values for this bean, if any.
- setPropertyValues(Map<?, ?>) - Method in interface org.springframework.beans.PropertyAccessor
-
Perform a batch update from a Map.
- setPropertyValues(PropertyValues) - Method in interface org.springframework.beans.PropertyAccessor
-
The preferred way to perform a batch update.
- setPropertyValues(PropertyValues, boolean) - Method in interface org.springframework.beans.PropertyAccessor
-
Perform a batch update with more control over behavior.
- setPropertyValues(PropertyValues, boolean, boolean) - Method in interface org.springframework.beans.PropertyAccessor
-
Perform a batch update with full control over behavior.
- setProtocol(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set the mail protocol.
- setProtocol(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setProtocolHandlers(List<SubProtocolHandler>) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Configure one or more handlers to use depending on the sub-protocol requested by
the client in the WebSocket handshake request.
- setProtoHeader(HttpOutputMessage, Message) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
-
Set the "X-Protobuf-*" HTTP headers when responding with a message of
content type "application/x-protobuf"
- setProviderClass(Class) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify the desired provider class, if any.
- setProxy(Proxy) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the Proxy
to use for this request factory.
- setProxyClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
Set the ClassLoader to generate the proxy class in.
- setProxyClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Set the ClassLoader to generate the proxy class in.
- setProxyClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.ProxyProcessorSupport
-
Set the ClassLoader to generate the proxy class in.
- setProxyFactory(BurlapProxyFactory) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Deprecated.
Set the BurlapProxyFactory instance to use.
- setProxyFactory(HessianProxyFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set the HessianProxyFactory instance to use.
- setProxyInterface(Class<?>) - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
-
Set the interface that the generated proxy will implement.
- setProxyInterface(Class<?>) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
Specify the proxy interface to use for the JNDI object.
- setProxyInterfaces(Class<?>[]) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
Specify the set of interfaces being proxied.
- setProxyInterfaces(Class<?>[]) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Set the names of the interfaces we're proxying.
- setProxyInterfaces(Class<?>...) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
Specify multiple proxy interfaces to use for the JNDI object.
- setProxyTargetClass(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
-
Set whether to proxy the target class directly, instead of just proxying
specific interfaces.
- setPublicScope(boolean) - Method in class org.springframework.mock.web.portlet.MockCacheControl
-
- setPublishContext(boolean) - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Set whether to publish this portlet's context as a PortletContext attribute,
available to all objects in the web container.
- setPublishContext(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set whether to publish this servlet's context as a ServletContext attribute,
available to all objects in the web container.
- setPublishEvents(boolean) - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Set whether this portlet should publish a PortletRequestHandledEvent at the end
of each request.
- setPublishEvents(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set whether this servlet should publish a ServletRequestHandledEvent at the end
of each request.
- setPubSubDomain(Boolean) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- setPubSubDomain(boolean) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setPubSubDomain(boolean) - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
-
Configure the destination accessor with knowledge of the JMS domain used.
- setPubSubNoLocal(boolean) - Method in class org.springframework.jms.core.JmsTemplate
-
Set whether to inhibit the delivery of messages published by its own connection.
- setPubSubNoLocal(boolean) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set whether to inhibit the delivery of messages published by its own connection.
- setQualifiedElement(AnnotatedElement) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Specify the AnnotatedElement
defining qualifiers,
to be used instead of the target class or factory method.
- setQualifier(String) - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
-
Associate a qualifier value with this transaction attribute.
- setQuartzProperties(Properties) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set Quartz properties, like "org.quartz.threadPool.class".
- setQueryCacheRegion(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
Set the name of the cache region for queries executed by this template.
- setQueryCacheRegion(String) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
Set the name of the cache region for queries executed by this template.
- setQueryCacheRegion(String) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Set the name of the cache region for queries executed by this template.
- setQueryString(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setQueryTimeout(int) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Set the query timeout for statements that this JdbcTemplate executes.
- setQueryTimeout(int) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set the query timeout for statements that this RDBMS operation executes.
- setQueue(Queue) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
-
Set the target Queue to send invoker requests to.
- setQueueCapacity(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
- setQueueCapacity(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
- setQueueCapacity(int) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- setQueueName(String) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
-
Set the name of target queue to send invoker requests to.
- setRaiseExceptions(boolean) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
- setRange(List<HttpRange>) - Method in class org.springframework.http.HttpHeaders
-
Sets the (new) value of the Range
header.
- setReadMethod(Method) - Method in class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- setReadMethod(Method) - Method in class org.springframework.beans.ExtendedBeanInfo.SimplePropertyDescriptor
-
- setReadOnly(String, boolean) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- setReadOnly(boolean) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Set whether to optimize as read-only transaction.
- setReadonly(boolean) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Sets the value of the 'readonly
' attribute.
- setReadOnlyMethod - Variable in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
-
- setReadTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the socket read timeout for the underlying HttpClient.
- setReadTimeout(int) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
Set the underlying URLConnection's read timeout (in milliseconds).
- setReadTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Sets the underlying read timeout in milliseconds.
- setReadTimeout(int) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
-
Sets the underlying read timeout in milliseconds.
- setReadTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the underlying URLConnection's read timeout (in milliseconds).
- setReadTimeout(long) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set the timeout to use when waiting for a reply from the Hessian service.
- setReadTimeout(int) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Set the socket read timeout for the underlying HttpClient.
- setReadTimeout(int) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
Set the underlying URLConnection's read timeout (in milliseconds).
- setReceipt(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- setReceipt(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the receipt header.
- setReceiptId(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- setReceiptId(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the receipt-id header.
- setReceiptTimeLimit(long) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
Configure the time in milliseconds before a receipt expires.
- setReceiptTimeLimit(long) - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
-
Configure the number of milliseconds before a receipt is considered expired.
- setReceiveTimeout(Long) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
-
- setReceiveTimeout(long) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the timeout to use for receive calls (in milliseconds).
- setReceiveTimeout(long) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Set the timeout to use for receive calls, in milliseconds.
- setReceiveTimeout(long) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
-
Set the timeout to use for receiving the response message for a request
(in milliseconds).
- setReceiveTimeout(long) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
-
Configure the timeout value to use for receive operations.
- setReconnectOnException(boolean) - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Specify whether the single Connection should be reset (to be subsequently renewed)
when a JMSException is reported by the underlying Connection.
- setRecordName(String) - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- setRecordShortDescription(String) - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- setRecoveryInterval(Long) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
-
- setRecoveryInterval(long) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the interval between recovery attempts, in milliseconds.
- setRedirectContextRelative(boolean) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set whether to interpret a given redirect URL that starts with a
slash ("/") as relative to the current ServletContext, i.e.
- setRedirectHosts(String...) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Configure one or more hosts associated with the application.
- setRedirectHttp10Compatible(boolean) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set whether redirects should stay compatible with HTTP 1.0 clients.
- setRedirectModel(ModelMap) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Provide a separate model instance to use in a redirect scenario.
- setRedirectModelScenario(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether the controller has returned a redirect instruction, e.g.
- setRedirectPatterns(String...) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
-
- setRedirectPatterns(String...) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
-
- setRedirectStatus(HttpStatus) - Method in class org.springframework.web.filter.RelativeRedirectFilter
-
Set the default HTTP Status to use for redirects.
- setReference(Reference) - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
- setReferences(ConcurrentReferenceHashMap.Reference<K, V>[]) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
-
Replace the references with a new value, recalculating the resizeThreshold.
- setReflectionProvider(ReflectionProvider) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set a custom XStream ReflectionProvider
to use.
- setRefreshCheckDelay(long) - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
Set the delay between refresh checks, in milliseconds.
- setRefreshHomeOnConnectFailure(boolean) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
Set whether to refresh the EJB home on connect failure.
- setRefreshOnConnectFailure(boolean) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Set whether to refresh the MBeanServer connection on connect failure.
- setRefreshStubOnConnectFailure(boolean) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Set whether to refresh the RMI stub on connect failure.
- setRefreshStubOnConnectFailure(boolean) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
-
Set whether to refresh the RMI stub on connect failure.
- setRefreshTimestamp(long) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- setRegisterDefaultFormatters(boolean) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
Indicate whether default formatters should be registered or not.
- setRegisteredSuffixPatternMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Set whether suffix pattern matching should be restricted to registered
file extensions only.
- setRegisterTraceInterceptor(boolean) - Method in class org.springframework.remoting.support.RemoteExporter
-
Set whether to register a RemoteInvocationTraceInterceptor for exported
services.
- setRegisterWithFactory(boolean) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
Set whether to register the MBeanServer
with the
MBeanServerFactory
, making it available through
MBeanServerFactory.findMBeanServer()
.
- setRegistrationBehavior(int) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
-
- setRegistrationBehaviorName(String) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
-
- setRegistrationPolicy(RegistrationPolicy) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
-
The policy to use when attempting to register an MBean
under an ObjectName
that already exists.
- setRegistry(Registry) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
Specify the RMI registry to register the exported service with.
- setRegistryClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
-
Set a custom RMI client socket factory to use for accessing the RMI registry.
- setRegistryClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
Set a custom RMI client socket factory to use for the RMI registry.
- setRegistryExpirationPeriod(long) - Method in class org.springframework.messaging.simp.user.UserRegistryMessageHandler
-
Configure the amount of time (in milliseconds) before a remote user
registry snapshot is considered expired.
- setRegistryHost(String) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
Set the host of the registry for the exported RMI service,
i.e.
- setRegistryPort(int) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
Set the port of the registry for the exported RMI service,
i.e.
- setRegistryServerSocketFactory(RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
Set a custom RMI server socket factory to use for the RMI registry.
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Set the RejectedExecutionHandler to use for the ExecutorService.
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- setRelativeRedirects(boolean) - Method in class org.springframework.web.filter.ForwardedHeaderFilter
-
Use this property to enable relative redirects as explained in and also
using the same response wrapper as
RelativeRedirectFilter
does.
- setRelayHost(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the STOMP message broker host.
- setRelayHost(String) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the STOMP message broker host.
- setRelayPort(int) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the STOMP message broker port.
- setRelayPort(int) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the STOMP message broker port.
- setReleaseResourcesAfterRead(boolean) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
Deprecated.
Set whether to aggressively release any resources used by the LOB.
- setRemoteAddr(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRemoteHost(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRemoteInvocationExecutor(RemoteInvocationExecutor) - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
-
Set the RemoteInvocationExecutor to use for this exporter.
- setRemoteInvocationFactory(RemoteInvocationFactory) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
-
- setRemoteInvocationFactory(RemoteInvocationFactory) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Set the RemoteInvocationFactory to use for this accessor.
- setRemoteInvocationFactory(RemoteInvocationFactory) - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
-
Set the RemoteInvocationFactory to use for this accessor.
- setRemotePort(int) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRemoteResolver(HessianRemoteResolver) - Method in class org.springframework.remoting.caucho.HessianExporter
-
Specify a custom HessianRemoteResolver to use for resolving remote
object references.
- setRemoteUser(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRemoteUser(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setRemoveOnCancelPolicy(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Set the remove-on-cancel mode on ScheduledThreadPoolExecutor
(JDK 7+).
- setRemoveOnCancelPolicy(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Set the remove-on-cancel mode on ScheduledThreadPoolExecutor
(JDK 7+).
- setRemoveOnCancelPolicyAvailable - Static variable in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- setRemoveOnCancelPolicyAvailable - Static variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- setRemoveOnly(boolean) - Method in class org.springframework.web.filter.ForwardedHeaderFilter
-
Enables mode in which any "Forwarded" or "X-Forwarded-*" headers are
removed only and the information in them ignored.
- setRemoveSemicolonContent(boolean) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set if ";" (semicolon) content should be stripped from the request URI.
- setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Set if ";" (semicolon) content should be stripped from the request URI.
- setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set if ";" (semicolon) content should be stripped from the request URI.
- setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
-
Set if ";" (semicolon) content should be stripped from the request URI.
- setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set if ";" (semicolon) content should be stripped from the request URI.
- setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.util.UrlPathHelper
-
Set if ";" (semicolon) content should be stripped from the request URI.
- setRenderer(Renderer) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
-
Set the Renderer
to use.
- setRenderer(Renderer) - Method in class org.springframework.web.servlet.view.tiles3.TilesViewResolver
-
Set the Renderer
to use.
- setRenderFunction(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Set the render function name (mandatory).
- setRenderFunction(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- setRenderObject(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Set the object where the render function belongs (optional).
- setRenderObject(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- setRenderParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- setRenderParameter(String, String[]) - Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- setRenderParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- setRenderParameter(String, String[]) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- setRenderParameters(Map<String, String[]>) - Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- setRenderParameters(EventRequest) - Method in class org.springframework.mock.web.portlet.MockEventResponse
-
- setRenderParameters(Map<String, String[]>) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- setRenderWhenMinimized(boolean) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
-
Set if the resolver should render a view when the portlet is in
a minimized window.
- setRenderWhenMinimized(boolean) - Method in class org.springframework.web.portlet.mvc.AbstractController
-
Set if the controller should render an view when the portlet is in
a minimized window.
- setReobtainTransactionalConnections(boolean) - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
-
Specify whether to reobtain the target Connection for each operation
performed within a transaction.
- setRepeatCount(int) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Specify the number of times this trigger is supposed to fire.
- setRepeatInterval(long) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Specify the interval between execution times of this trigger.
- setReplaceExistingBinding(boolean) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
Set whether to replace an existing binding in the RMI registry,
that is, whether to simply override an existing binding with the
specified service in case of a naming conflict in the registry.
- setReplyChannel(MessageChannel) - Method in class org.springframework.messaging.support.MessageBuilder
-
- setReplyChannel(MessageChannel) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- setReplyChannelName(String) - Method in class org.springframework.messaging.support.MessageBuilder
-
- setReplyChannelName(String) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
- setReplyPubSubDomain(Boolean) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- setReplyPubSubDomain(boolean) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Configure the reply destination type.
- setReplyPubSubDomain(boolean) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setReplyTo(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setReplyTo(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setReplyTo(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setReplyTo(String) - Method in interface org.springframework.mail.MailMessage
-
- setReplyTo(String) - Method in class org.springframework.mail.SimpleMailMessage
-
- setReportDataKey(String) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Set the name of the model attribute that represents the report data.
- setReportDataKey(String) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
Set the reportDataKey
the view class should use.
- setRepositoryAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
-
Set the 'repository' annotation type.
- setRequestAttributes(RequestAttributes) - Static method in class org.springframework.web.context.request.RequestContextHolder
-
Bind the given RequestAttributes to the current thread,
not exposing it as inheritable for child threads.
- setRequestAttributes(RequestAttributes, boolean) - Static method in class org.springframework.web.context.request.RequestContextHolder
-
Bind the given RequestAttributes to the current thread.
- setRequestBody(HttpInvokerClientConfiguration, HttpPost, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
-
Set the given serialized remote invocation as request body.
- setRequestBodyAdvice(List<RequestBodyAdvice>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Add one or more RequestBodyAdvice
instances to intercept the
request before it is read and converted for @RequestBody
and
HttpEntity
method arguments.
- setRequestContextAttribute(String) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set the name of the RequestContext attribute for this view.
- setRequestContextAttribute(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the name of the RequestContext attribute for all views.
- setRequestedSessionId(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestedSessionIdFromCookie(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestedSessionIdFromURL(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestedSessionIdValid(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestedSessionIdValid(boolean) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.http.client.support.HttpAccessor
-
Set the request factory that this accessor uses for obtaining client request handles.
- setRequestHandled(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether the request has been handled fully within the handler, e.g.
- setRequestHeaders(HttpHeaders) - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
-
- setRequestsRecovery(boolean) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Set the recovery flag for this job, i.e.
- setRequestURI(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequiredAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
-
Set the 'required' annotation type, to be used on bean property
setter methods.
- setRequiredFields(String...) - Method in class org.springframework.validation.DataBinder
-
Register fields that are required for each binding process.
- setRequiredParameterName(String) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
Set the name of a parameter of the annotation that specifies
whether it is required.
- setRequiredParameterValue(boolean) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
Set the boolean value that marks a dependency as required
- setRequiredProperties(String...) - Method in class org.springframework.core.env.AbstractEnvironment
-
- setRequiredProperties(String...) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
- setRequiredProperties(String...) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
-
- setRequiredRowsAffected(int) - Method in class org.springframework.jdbc.object.SqlUpdate
-
Set the exact number of rows that must be affected by this update.
- setRequiredType(Class<T>) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
-
Set the type that each result object is expected to match.
- setRequireSession(boolean) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
-
Set whether a session should be required to handle requests.
- setRequireSession(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Set whether a session should be required to handle requests.
- setResolutionMethod(YamlProcessor.ResolutionMethod) - Method in class org.springframework.beans.factory.config.YamlProcessor
-
Method to use for resolving resources.
- setResolvedException(Exception) - Method in class org.springframework.test.web.servlet.DefaultMvcResult
-
- setResolveLazily(boolean) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
Set whether to resolve the multipart request lazily at the time of
file or parameter access.
- setResolveLazily(boolean) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
Set whether to resolve the multipart request lazily at the time of
file or parameter access.
- setResolveLazily(boolean) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
-
Set whether to resolve the multipart request lazily at the time of
file or parameter access.
- setResource(Resource) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the resource that this bean definition came from
(for the purpose of showing context in case of errors).
- setResourceAdapter(ResourceAdapter) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Set the JCA ResourceAdapter to manage endpoints for.
- setResourceAdapter(ResourceAdapter) - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
-
Specify the target JCA ResourceAdapter, passed in as configured instance
which hasn't been started yet.
- setResourceAdapter(ResourceAdapter) - Method in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
-
- setResourceAdapterClass(Class<? extends ResourceAdapter>) - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
-
Specify the target JCA ResourceAdapter as class, to be instantiated
with its default configuration.
- setResourceBundle(Locale, ResourceBundle) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- setResourceDescription(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set a description of the resource that this bean definition
came from (for the purpose of showing context in case of errors).
- setResourceFactory(BeanFactory) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Specify the factory for objects to be injected into @Resource
/
@WebServiceRef
/ @EJB
annotated fields and setter methods,
for name
attributes and default names.
- setResourceHolder(JmsResourceHolder) - Method in class org.springframework.jms.connection.JmsTransactionManager.JmsTransactionObject
-
- setResourceHttpMessageConverter(ResourceHttpMessageConverter) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
- setResourceID(String) - Method in class org.springframework.mock.web.portlet.MockResourceRequest
-
- setResourceID(String) - Method in class org.springframework.mock.web.portlet.MockResourceURL
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
Set the ResourceLoader to use for resource locations.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- setResourceLoader(ResourceLoader) - Method in interface org.springframework.context.ResourceLoaderAware
-
Set the ResourceLoader that this object runs in.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.context.support.GenericApplicationContext
-
Set a ResourceLoader to use for this context.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Set the ResourceLoader to use for loading bundle properties files.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.jdbc.config.SortedResourcesFactoryBean
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
-
Deprecated.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set the Spring ResourceLoader to use for loading FreeMarker template files.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
-
Deprecated.
Set the Spring ResourceLoader to use for loading Velocity template files.
- setResourceLoaderPath(String) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
-
Deprecated.
Set the Velocity resource loader path via a Spring resource location.
- setResourceLoaderPath(String) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
-
Set the Groovy Markup Template resource loader path(s) via a Spring resource
location.
- setResourceLoaderPath(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Set the resource loader path(s) via a Spring resource location.
- setResourceLoaderPath(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- setResourcePattern(String) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Set the resource pattern to use when scanning the classpath.
- setResourceRef(boolean) - Method in class org.springframework.jndi.JndiLocatorSupport
-
Set whether the lookup occurs in a J2EE container, i.e.
- setResourceRef(boolean) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Set whether the lookup occurs in a J2EE container, i.e.
- setResourceRef(boolean) - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
-
Set whether the lookup occurs in a J2EE container, i.e.
- setResourceRef(boolean) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
-
Set whether the lookup occurs in a J2EE container, i.e.
- setResourceRef(boolean) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
-
Set whether the lookup occurs in a J2EE container, i.e.
- setResourceRegionHttpMessageConverter(ResourceRegionHttpMessageConverter) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
- setResourceResolvers(List<ResourceResolver>) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
- setResources(Resource...) - Method in class org.springframework.beans.factory.config.YamlProcessor
-
Set locations of YAML
resources
to be loaded.
- setResourceTransformers(List<ResourceTransformer>) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
- setResourceUrlProvider(ResourceUrlProvider) - Method in class org.springframework.web.servlet.resource.ResourceTransformerSupport
-
Configure a
ResourceUrlProvider
to use when resolving the public
URL of links in a transformed resource (e.g.
- setResponse(ClientHttpResponse) - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
- setResponseBodyAdvice(List<ResponseBodyAdvice<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Add one or more components to be invoked after the execution of a controller
method annotated with @ResponseBody
or returning ResponseEntity
but before the body is written to the response with the selected
HttpMessageConverter
.
- setResponseBodyAdvice(List<ResponseBodyAdvice<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Add one or more ResponseBodyAdvice
instances to intercept the
response before @ResponseBody
or ResponseEntity
return
values are written to the response body.
- setResponseContentType(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
-
- setResponseContentType(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
- setResponseStatus(ServletWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
- setRestTemplate(RestTemplate) - Method in class org.springframework.web.client.support.RestGatewaySupport
-
- setResult(T) - Method in class org.springframework.web.context.request.async.DeferredResult
-
Set the value for the DeferredResult and handle it.
- setResultHandler(DeferredResult.DeferredResultHandler) - Method in class org.springframework.web.context.request.async.DeferredResult
-
Provide a handler to use to handle the result value.
- setResultInternal(Object) - Method in class org.springframework.web.context.request.async.DeferredResult
-
- setResultSetType(int) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
-
Set whether to use prepared statements that return a specific type of ResultSet.
- setResultSetType(int) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
Set whether to use prepared statements that return a specific type of ResultSet.
- setResultSetType(int) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set whether to use statements that return a specific type of ResultSet.
- setResultSetType(Class<? extends ResultSet>) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
-
Set the vendor's ResultSet type, e.g.
- setResultsMapCaseInsensitive(boolean) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Set whether execution of a CallableStatement will return the results in a Map
that uses case insensitive names for the parameters.
- setResultType(Class<?>) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
Specify the type of the result from evaluating the property path.
- setResultType(Class<T>) - Method in class org.springframework.jdbc.object.SqlFunction
-
Specify the type that the result object is required to match.
- setResultValue(T) - Method in class org.springframework.util.concurrent.SettableListenableFuture.SettableTask
-
- setReturnGeneratedKeys(boolean) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
Set whether prepared statements should be capable of returning auto-generated keys.
- setReturnGeneratedKeys(boolean) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set whether prepared statements should be capable of returning
auto-generated keys.
- setReturningName(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- setReturningName(String) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
If afterReturning
advice binds the return value, the
returning variable name must be specified.
- setReturningName(String) - Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
-
- setReturningNameNoCheck(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
We need to hold the returning name at this level for argument binding calculations,
this method allows the afterReturning advice subclass to set the name.
- setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Configure the complete list of supported return value types, effectively overriding
the ones configured by default.
- setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Configure the complete list of supported return value types thus
overriding handlers that would otherwise be configured by default.
- setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure the complete list of supported return value types thus
overriding handlers that would otherwise be configured by default.
- setReturnValueRequired(boolean) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify whether a return value is required.
- setReturnValueRequired(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Specify whether the call requires a return value.
- setReuseObjects(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set whether this unmarshaller should re-use objects.
- setRole(int) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the role hint for this BeanDefinition
.
- setRole(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the role of this definition.
- setRollbackOnCommitFailure(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Set whether doRollback
should be performed on failure of the
doCommit
call.
- setRollbackOnly() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.TransactionDelegate
-
- setRollbackOnly() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
-
- setRollbackOnly() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
-
Deprecated.
- setRollbackOnly() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
-
- setRollbackOnly() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager.HibernateTransactionObject
-
- setRollbackOnly() - Method in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
-
- setRollbackOnly() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
-
- setRollbackOnly() - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
-
- setRollbackOnly() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
-
- setRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
- setRollbackOnly() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Mark the resource transaction as rollback-only.
- setRollbackOnly() - Method in interface org.springframework.transaction.TransactionStatus
-
Set the transaction rollback-only.
- setRollbackOnlyIfPossible() - Method in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
-
Set the underlying JTA transaction to rollback-only.
- setRollbackRules(List<RollbackRuleAttribute>) - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
-
Set the list of RollbackRuleAttribute
objects
(and/or NoRollbackRuleAttribute
objects) to apply.
- setRootElement(String) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the name of the root element.
- setRootHandler(Object) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Set the root handler for this handler mapping, that is,
the handler to be registered for the root path ("/").
- setRootObject(Object, TypeDescriptor) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setRootObject(Object) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setRootObject(Object) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the expected root object for the unmarshaller, into which the source will be unmarshalled.
- setRoundingMode(RoundingMode) - Method in class org.springframework.format.number.CurrencyStyleFormatter
-
Specify the rounding mode to use for decimal parsing.
- setRowMapper(RowMapper<T>) - Method in class org.springframework.jdbc.object.GenericSqlQuery
-
Set a specific
RowMapper
instance to use for this query.
- setRowMapperClass(Class<? extends RowMapper>) - Method in class org.springframework.jdbc.object.GenericSqlQuery
-
- setRows(String) - Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
Set the value of the 'rows
' attribute.
- setRowsExpected(int) - Method in class org.springframework.jdbc.object.SqlQuery
-
Set the number of rows expected.
- setRunnable(Runnable) - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
-
Set the Runnable to schedule as TimerListener.
- setRunnable(Runnable) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Set the Runnable to schedule as executor task.
- setSampledStatisticsEnabled(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
Set whether to enable EhCache's sampled statistics on this cache.
- setSampledStatisticsEnabledMethod - Static variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
- setSavepoint(Object) - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
Set a savepoint for this transaction.
- setSavepointAllowed(boolean) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- setSavepointManager(SavepointManager) - Method in class org.springframework.orm.jpa.EntityManagerHolder
-
- setScheduledExecutor(ScheduledExecutorService) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
Specify the ScheduledExecutorService
to delegate to.
- setScheduledExecutorTasks(ScheduledExecutorTask...) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Register a list of ScheduledExecutorTask objects with the ScheduledExecutorService
that this FactoryBean creates.
- setScheduledTimerListeners(ScheduledTimerListener[]) - Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
-
Register a list of ScheduledTimerListener objects with the TimerManager
that this FactoryBean creates.
- setScheduler(Object) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
Set the
TaskScheduler
that will invoke
the scheduled methods, or a
ScheduledExecutorService
to be wrapped as a TaskScheduler.
- setScheduler(Object) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Set the
TaskScheduler
to register scheduled tasks with, or a
ScheduledExecutorService
to be wrapped as a
TaskScheduler
.
- setScheduler(Scheduler) - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
-
Specify the Quartz Scheduler
instance to operate on.
- setSchedulerContext(SchedulerContext) - Method in interface org.springframework.scheduling.quartz.SchedulerContextAware
-
Set the SchedulerContext of the current Quartz Scheduler.
- setSchedulerContext(SchedulerContext) - Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
-
- setSchedulerContextAsMap(Map<String, ?>) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Register objects in the Scheduler context via a given Map.
- setSchedulerFactoryClass(Class<? extends SchedulerFactory>) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set the Quartz SchedulerFactory implementation to use.
- setSchedulerListeners(SchedulerListener...) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Specify Quartz SchedulerListeners to be registered with the Scheduler.
- setSchedulerName(String) - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
-
Specify the Quartz Scheduler
to operate on via its scheduler name in the Spring
application context or also in the Quartz org.quartz.impl.SchedulerRepository
.
- setSchedulerName(String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set the name of the Scheduler to create via the SchedulerFactory.
- setSchema(String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Specify a database schema to be applied to each Connection.
- setSchema(String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
Specify a database schema to be applied to each retrieved Connection.
- setSchema(Resource) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the schema resource to use for validation.
- setSchemaLanguage(String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the schema language.
- setSchemaLocation(String) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the value of xsi:schemaLocation
attribute.
- setSchemaName(String) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Secify the name of the schema.
- setSchemaName(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
-
- setSchemaName(String) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Set the name of the schema for this context.
- setSchemaName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Set the schema name to use.
- setSchemaName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Set the name of the schema for this insert.
- setSchemaResourceResolver(LSResourceResolver) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the resource resolver, as used to load the schema resources.
- setSchemas(Resource...) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the schema resources to use for validation.
- setSchemaUpdate(boolean) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Set whether to execute a schema update after SessionFactory initialization.
- setScheme(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setScheme(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setScope(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Override the target scope of this bean, specifying a new scope name.
- setScope(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the name of the target scope for the bean.
- setScope(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the scope of this definition.
- setScope(String) - Method in class org.springframework.web.servlet.tags.EvalTag
-
Set the scope to export the evaluation result to.
- setScope(String) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set the scope to export the variable to.
- setScope(String) - Method in class org.springframework.web.servlet.tags.TransformTag
-
Set the scope to export the variable to.
- setScope(String) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Set the scope to export the URL variable to.
- setScopeAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
-
Set the type of annotation that is checked for by this
AnnotationScopeMetadataResolver
.
- setScopedProxyMode(ScopedProxyMode) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Specify the proxy behavior for non-singleton scoped beans.
- setScopedProxyMode(ScopedProxyMode) - Method in class org.springframework.context.annotation.ScopeMetadata
-
Set the proxy-mode to be applied to the scoped instance.
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Set the ScopeMetadataResolver to use for detected bean classes.
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
-
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Set the ScopeMetadataResolver to use for detected bean classes.
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
- setScopeName(String) - Method in class org.springframework.context.annotation.ScopeMetadata
-
Set the name of the scope.
- setScopes(Map<String, Object>) - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
-
Specify the custom scopes that are to be registered.
- setScreenContentKey(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
-
Deprecated.
Set the name of the context key that will hold the content of
the screen within the layout template.
- setScreenContentKey(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
-
Deprecated.
Set the name of the context key that will hold the content of
the screen within the layout template.
- setScript(String) - Method in class org.springframework.scripting.support.StaticScriptSource
-
Set a fresh script String, overriding the previous script.
- setScriptEncoding(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Specify the character encoding used in all SQL scripts, if different from
the platform encoding.
- setScripts(Resource...) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Set the scripts to execute to initialize or clean up the database,
replacing any previously added scripts.
- setScripts(String...) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Set the scripts to be loaded by the script engine (library or user provided).
- setScripts(String...) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- setSearchSystemEnvironment(boolean) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Set whether to search for a matching system environment variable
if no matching system property has been found.
- setSecure(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Set the boolean secure
flag indicating whether the mock request
was made using a secure channel, such as HTTPS.
- setSecure(boolean) - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- setSecure(boolean) - Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- setSecure(boolean) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setSecurityContext(AccessControlContext) - Method in class org.springframework.beans.BeanWrapperImpl
-
Set the security context used during the invocation of the wrapped instance methods.
- setSecurityContextProvider(SecurityContextProvider) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Set the security context provider for this bean factory.
- setSecWebSocketAccept(String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value of the Sec-WebSocket-Accept
header.
- setSecWebSocketExtensions(List<WebSocketExtension>) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value(s) of the Sec-WebSocket-Extensions
header.
- setSecWebSocketKey(String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value of the Sec-WebSocket-Key
header.
- setSecWebSocketProtocol(String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value of the Sec-WebSocket-Protocol
header.
- setSecWebSocketProtocol(List<String>) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value of the Sec-WebSocket-Protocol
header.
- setSecWebSocketVersion(String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value of the Sec-WebSocket-Version
header.
- setSelector(String) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
Set the JMS message selector expression.
- setSelectorHeaderName(String) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
-
Configure the name of a selector header that a subscription message can
have in order to filter messages based on their headers.
- setSendBufferSizeLimit(int) - Method in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
-
Configure the maximum amount of data to buffer when sending messages
to a WebSocket session, or an HTTP response when SockJS fallback
option are in use.
- setSendBufferSizeLimit(int) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Specify the buffer-size limit (number of bytes).
- setSendCollectionType(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set whether to send the Java collection type for each serialized
collection.
- setSendCollectionType(boolean) - Method in class org.springframework.remoting.caucho.HessianExporter
-
Set whether to send the Java collection type for each serialized
collection.
- setSendFailed(boolean) - Method in class org.springframework.messaging.core.GenericMessagingTemplate.TemporaryReplyChannel
-
- setSendTimeLimit(int) - Method in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
-
Configure a time limit (in milliseconds) for the maximum amount of a time
allowed when sending messages to a WebSocket session or writing to an
HTTP response when SockJS fallback option are in use.
- setSendTimeLimit(int) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Specify the send-time limit (milliseconds).
- setSendTimeout(long) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
-
Configure the timeout value to use for send operations.
- setSendTimeout(long) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
-
Specify the timeout value to use for send operations (in milliseconds).
- setSentDate(Date) - Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setSentDate(Date) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set the sent-date of the message.
- setSentDate(Date) - Method in interface org.springframework.mail.MailMessage
-
- setSentDate(Date) - Method in class org.springframework.mail.SimpleMailMessage
-
- setSeparator(String) - Method in class org.springframework.core.io.support.LocalizedResourceHelper
-
Set the separator to use inbetween file name parts.
- setSeparator(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Specify the statement separator used in all SQL scripts, if a custom one.
- setSeparator(String) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Specify the statement separator, if a custom one.
- setSeparator(String) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set the value that will replace '/
' as the separator
in the view name.
- setSerializationId(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Specify an id for serialization purposes, allowing this BeanFactory to be
deserialized from this id back into the BeanFactory object, if needed.
- setSerializationInclusion(JsonInclude.Include) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set a custom inclusion strategy for serialization.
- setSerializationView(Class<?>) - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Set the serialization view to serialize the POJO with.
- setSerializedPayloadClass(Class<?>) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
Configure the preferred serialization class to use (byte[] or String) when
converting an Object payload to a
Message
.
- setSerializeNulls(boolean) - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
Whether to use the GsonBuilder#serializeNulls()
option when writing
JSON.
- setSerializerFactory(SerializerFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Specify the Hessian SerializerFactory to use.
- setSerializerFactory(SerializerFactory) - Method in class org.springframework.remoting.caucho.HessianExporter
-
Specify the Hessian SerializerFactory to use.
- setSerializers(<any>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Configure custom serializers.
- setSerializersByType(Map<Class<?>, <any>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Configure custom serializers for the given types.
- setServer(MBeanServerConnection) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Set the MBeanServerConnection
used to connect to the
MBean which all invocations are routed to.
- setServer(MBeanServerConnection) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
-
Set the MBeanServerConnection
used to connect to the
MBean which all invocations are routed to.
- setServer(MBeanServer) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
-
Specify the MBeanServer
instance with which all beans should
be registered.
- setServer(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the server header.
- setServer(HttpServer) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Specify an existing HTTP server to register the web service contexts
with.
- setServerContainer(ServerContainer) - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
Set the JSR-356 ServerContainer
to use for endpoint registration.
- setServerName(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setServerName(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setServerPort(int) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setServerPort(int) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setServerSocketFactory(RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Set a custom RMI server socket factory to use for the RMI registry.
- setServerSocketFactory(RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
Set a custom RMI server socket factory to use for exporting the service.
- setService(Object) - Method in class org.springframework.remoting.support.RemoteExporter
-
Set the service to export.
- setServiceFeatures(WebServiceFeature...) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Specify WebServiceFeature objects (e.g.
- setServiceInterface(Class<?>) - Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
-
Set the interface that the proxy must implement.
- setServiceInterface(Class<?>) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the interface of the service that this factory should create a proxy for.
- setServiceInterface(Class<?>) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Set the interface of the service to access.
- setServiceInterface(Class<?>) - Method in class org.springframework.remoting.support.RemoteAccessor
-
Set the interface of the service to access.
- setServiceInterface(Class<?>) - Method in class org.springframework.remoting.support.RemoteExporter
-
Set the interface of the service to export.
- setServiceLocatorExceptionClass(Class<? extends Exception>) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
Set the exception class that the service locator should throw if service
lookup failed.
- setServiceLocatorInterface(Class<?>) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
Set the service locator interface to use, which must have one or more methods with
the signatures MyType xxx()
or MyType xxx(MyIdType id)
(typically, MyService getService()
or MyService getService(String id)
).
- setServiceMappings(Properties) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
Set mappings between service ids (passed into the service locator)
and bean names (in the bean factory).
- setServiceName(String) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the name of the service to look up.
- setServiceName(String) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
Set the name of the exported RMI service,
i.e.
- setServicePort(int) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
Set the port that the exported RMI service will use.
- setServiceType(Class<?>) - Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
-
Specify the desired service type (typically the service's public API).
- setServiceUrl(String) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Set the service URL of the remote MBeanServer
.
- setServiceUrl(String) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
-
Set the service URL of the remote MBeanServer
.
- setServiceUrl(String) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set the service URL for the JMXConnectorServer
.
- setServiceUrl(String) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
Set the service URL of the remote MBeanServer
.
- setServiceUrl(String) - Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
-
Set the URL of this remote accessor's target service.
- setServletClass(Class<? extends Servlet>) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
-
Set the class of the servlet to wrap.
- setServletConfig(ServletConfig) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Set the ServletConfig for this web application context.
- setServletConfig(ServletConfig) - Method in interface org.springframework.web.context.ServletConfigAware
-
Set the ServletConfig
that this object runs in.
- setServletConfig(ServletConfig) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- setServletConfig(ServletConfig) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- setServletConfig(ServletConfig) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- setServletConfig(ServletConfig) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
- setServletContext(ServletContext) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Invoked by Spring to inject the ServletContext.
- setServletContext(ServletContext) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Set the ServletContext for this web application context.
- setServletContext(ServletContext) - Method in interface org.springframework.web.context.ServletContextAware
-
Set the ServletContext
that this object runs in.
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
Set the ServletContext that this WebApplicationContext runs in.
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextAttributeExporter
-
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
Set the ServletContext that this WebApplicationContext runs in.
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
- setServletContext(ServletContext) - Method in class org.springframework.web.filter.GenericFilterBean
-
Stores the ServletContext that the bean factory runs in.
- setServletContext(ServletContext) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Set the javax.servlet.ServletContext
, e.g.
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
-
If the defaultServletName
property has not been explicitly set,
attempts to locate the default Servlet using the known common
container-specific names.
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
-
Initialize the TaglibFactory
for the given ServletContext.
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
Deprecated.
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
-
Deprecated.
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.ViewResolverComposite
-
- setServletContext(ServletContext) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
-
- setServletContext(ServletContext) - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- setServletContext(ServletContext) - Method in class org.springframework.web.socket.server.support.DefaultHandshakeHandler
-
- setServletContext(ServletContext) - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
- setServletContext(ServletContext) - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
-
- setServletContext(ServletContext) - Method in class org.springframework.web.socket.sockjs.transport.handler.DefaultSockJsService
-
- setServletContext(ServletContext) - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
-
- setServletContextName(String) - Method in class org.springframework.mock.web.MockServletContext
-
- setServletName(String) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
-
Set the name of the servlet to forward to,
i.e.
- setServletName(String) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
-
Set the name of the servlet to wrap.
- setServletPath(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setServletRelativeAction(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'action
' attribute through a value
that is to be appended to the current servlet path.
- setSession(Session) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set the JavaMail Session
, possibly pulled from JNDI.
- setSession(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the session header.
- setSession(MultiServerUserRegistry.TransferSimpSession) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSubscription
-
- setSession(HttpSession) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setSession(PortletSession) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setSession(Session) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
-
Deprecated.
- setSession(Session) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
-
- setSession(Session) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager.HibernateTransactionObject
-
- setSession(HttpSession) - Method in class org.springframework.test.web.servlet.htmlunit.HtmlUnitRequestBuilder.HtmlUnitMockHttpServletRequest
-
- setSessionAcknowledgeMode(Integer) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- setSessionAcknowledgeMode(int) - Method in class org.springframework.jms.support.JmsAccessor
-
Set the JMS acknowledgement mode that is used when creating a JMS
Session
to send a message.
- setSessionAcknowledgeModeName(String) - Method in class org.springframework.jms.support.JmsAccessor
-
Set the JMS acknowledgement mode by the name of the corresponding constant
in the JMS Session
interface, e.g.
- setSessionAttribute(PortletRequest, String, Object) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Set the session attribute with the given name to the given value under the javax.portlet.PortletSession#PORTLET_SCOPE
.
- setSessionAttribute(PortletRequest, String, Object, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
-
Set the session attribute with the given name to the given value in the given scope.
- setSessionAttribute(HttpServletRequest, String, Object) - Static method in class org.springframework.web.util.WebUtils
-
Set the session attribute with the given name to the given value.
- setSessionAttributes(Map<String, Object>) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
A static alternative for access to the session attributes header.
- setSessionAttributeStore(SessionAttributeStore) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Specify the strategy to store session attributes with.
- setSessionAttributeStore(SessionAttributeStore) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Specify the strategy to store session attributes with.
- setSessionAttributeStore(SessionAttributeStore) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Specify the strategy to store session attributes with.
- setSessionCacheSize(int) - Method in class org.springframework.jms.connection.CachingConnectionFactory
-
Specify the desired size for the JMS Session cache (per JMS Session type).
- setSessionCookieNeeded(boolean) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
The SockJS protocol requires a server to respond to the initial "/info" request
from clients with a "cookie_needed" boolean property that indicates whether the use
of a JSESSIONID cookie is required for the application to function correctly, e.g.
- setSessionCookieNeeded(boolean) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
The SockJS protocol requires a server to respond to an initial "/info" request from
clients with a "cookie_needed" boolean property that indicates whether the use of a
JSESSIONID cookie is required for the application to function correctly, e.g.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Set the Hibernate SessionFactory that should be used to create
Hibernate Sessions.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Deprecated.
Set the SessionFactory that this instance should manage transactions for.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
Deprecated.
Set the Hibernate SessionFactory to be used by this DAO.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInterceptor
-
Deprecated.
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
Set the Hibernate SessionFactory that should be used to create
Hibernate Sessions.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
Set the SessionFactory that this instance should manage transactions for.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate4.support.HibernateDaoSupport
-
Set the Hibernate SessionFactory to be used by this DAO.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInterceptor
-
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
-
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Set the Hibernate SessionFactory that should be used to create
Hibernate Sessions.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Set the SessionFactory that this instance should manage transactions for.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate5.support.HibernateDaoSupport
-
Set the Hibernate SessionFactory to be used by this DAO.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInterceptor
-
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
-
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
- setSessionFactoryBeanName(String) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
-
Deprecated.
Set the bean name of the SessionFactory to fetch from Spring's
root application context.
- setSessionFactoryBeanName(String) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
-
Set the bean name of the SessionFactory to fetch from Spring's
root application context.
- setSessionFactoryBeanName(String) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
-
Set the bean name of the SessionFactory to fetch from Spring's
root application context.
- setSessionHolder(SessionHolder) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
-
Deprecated.
- setSessionHolder(SessionHolder) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
-
- setSessionHolder(SessionHolder) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager.HibernateTransactionObject
-
- setSessionId(String) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- setSessions(Set<MultiServerUserRegistry.TransferSimpSession>) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpUser
-
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.springframework.mock.web.MockServletContext
-
- setSessionTransacted(Boolean) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- setSessionTransacted(boolean) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
- setSessionTransacted(boolean) - Method in class org.springframework.jms.support.JmsAccessor
-
Set the transaction mode that is used when creating a JMS Session
.
- setShareableResources(String...) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
Set a list of names of shareable JNDI resources,
which this factory is allowed to cache once obtained.
- setShared(boolean) - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
-
Set whether the EhCache CacheManager should be shared (as a singleton at the
ClassLoader level) or independent (typically local within the application).
- setShared(boolean) - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
-
Specify whether the TimerManager obtained by this FactoryBean
is a shared instance ("true") or an independent instance ("false").
- setSharedCacheMode(SharedCacheMode) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Specify the JPA 2.0 shared cache mode for this persistence unit,
overriding a value in persistence.xml
if set.
- setSharedCacheMode(SharedCacheMode) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the JPA 2.0 shared cache mode for all of this manager's persistence
units, overriding any value in persistence.xml
if set.
- setSharedCacheMode(SharedCacheMode) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setSharedEngine(Boolean) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
When set to false
, use thread-local ScriptEngine
instances instead
of one single shared instance.
- setSharedEngine(Boolean) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- setShouldStopConnections(boolean) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
-
Indicate whether Connections obtained from the target factory are supposed
to be stopped before closed ("true") or simply closed ("false").
- setShowPassword(boolean) - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
-
Is the password value to be rendered?
- setShowSql(boolean) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
Set whether to show SQL in the log (or in the console).
- setShutdownDelay(int) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Specify the number of seconds to wait until HTTP exchanges have
completed when shutting down the HTTP server.
- setShutdownDelay(int) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
Specify the number of seconds to wait until HTTP exchanges have
completed when shutting down the HTTP server.
- setSimpleDateFormat(String) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Define the date/time format with a SimpleDateFormat
.
- setSingleSession(boolean) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
-
Deprecated.
Set whether to use a single session for each request.
- setSingleSession(boolean) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
-
Deprecated.
Set whether to use a single session for each request.
- setSingleton(boolean) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Set the value of the singleton property.
- setSingleton(boolean) - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
Set if a singleton should be created, or a new object on each request
otherwise.
- setSingleton(boolean) - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
-
- setSingleton(boolean) - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
-
Set whether a shared 'singleton' Properties instance should be
created, or rather a new Properties instance on each request.
- setSingleton(boolean) - Method in class org.springframework.beans.factory.config.YamlMapFactoryBean
-
Set if a singleton should be created, or a new object on each request
otherwise.
- setSingleton(boolean) - Method in class org.springframework.beans.factory.config.YamlPropertiesFactoryBean
-
Set if a singleton should be created, or a new object on each request
otherwise.
- setSingleView(View) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Sets up a single
ViewResolver
that always returns the provided
view instance.
- setSize(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Set the value of the 'size
' attribute.
- setSize(String) - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Set the value of the HTML 'size
' attribute rendered
on the final 'select
' element.
- setSkipResultsProcessing(boolean) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Set whether results processing should be skipped.
- setSkipUndeclaredResults(boolean) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Set whether undeclared results should be skipped.
- setSoapActionUri(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the SOAP action URI to specify on the stub.
- setSockJsClientLibraryUrl(String) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Transports with no native cross-domain communication (e.g.
- setSockJsTaskScheduler(ThreadPoolTaskScheduler) - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
- setSort(SortDefinition) - Method in class org.springframework.beans.support.PagedListHolder
-
Set the sort definition for this holder.
- setSource(Object) - Method in class org.springframework.beans.BeanMetadataAttribute
-
Set the configuration source Object
for this metadata element.
- setSource(Object) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
-
Set the configuration source Object
for this metadata element.
- setSource(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Set the configuration source Object
for this metadata element.
- setSource(Object) - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
-
Set the configuration source Object
for this metadata element.
- setSource(Object) - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
-
Set the configuration source Object
for this metadata element.
- setSource(Object) - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Set the configuration source Object
for this metadata element.
- setSource(Object) - Method in class org.springframework.beans.factory.support.ManagedList
-
Set the configuration source Object
for this metadata element.
- setSource(Object) - Method in class org.springframework.beans.factory.support.ManagedMap
-
Set the configuration source Object
for this metadata element.
- setSource(Object) - Method in class org.springframework.beans.factory.support.ManagedProperties
-
Set the configuration source Object
for this metadata element.
- setSource(Object) - Method in class org.springframework.beans.factory.support.ManagedSet
-
Set the configuration source Object
for this metadata element.
- setSource(Object) - Method in class org.springframework.beans.factory.support.MethodOverride
-
Set the configuration source Object
for this metadata element.
- setSource(Object) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the configuration source Object
for this metadata element.
- setSource(List<E>) - Method in class org.springframework.beans.support.PagedListHolder
-
Set the source list for this holder.
- setSourceExtractor(SourceExtractor) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
- setSourceExtractor(SourceExtractor) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
Set the
SourceExtractor
to use for generated bean definitions
that correspond to
Bean
factory methods.
- setSourceKey(String) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Set the name of the model attribute that represents the XSLT Source.
- setSourceKey(String) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Set the name of the model attribute that represents the XSLT Source.
- setSourceList(List<?>) - Method in class org.springframework.beans.factory.config.ListFactoryBean
-
Set the source List, typically populated via XML "list" elements.
- setSourceMap(Map<?, ?>) - Method in class org.springframework.beans.factory.config.MapFactoryBean
-
Set the source Map, typically populated via XML "map" elements.
- setSourceSet(Set<?>) - Method in class org.springframework.beans.factory.config.SetFactoryBean
-
Set the source Set, typically populated via XML "set" elements.
- setSpecialHeader(String, Object) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setSpecifiedTypeName(String) - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Set the type name as actually specified for this particular value, if any.
- setSql(String) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set the SQL executed by this operation.
- setSqlErrorCodes(SQLErrorCodes) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
-
Set custom error codes to be used for translation.
- setSqlReadyForUse(boolean) - Method in class org.springframework.jdbc.object.SqlCall
-
Set whether the SQL can be used as is.
- setSqlScriptEncoding(String) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Specify the encoding for the configured SQL scripts, if different from the
platform encoding.
- setSqlScriptEncoding(String) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-
Specify the encoding for SQL scripts, if different from the platform encoding.
- setSqlScriptEncoding(String) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
-
Specify the encoding for SQL scripts, if different from the platform encoding.
- setSslContext(SslContext) - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
Set the SSL context.
- setStandalone(Boolean) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
Set the document standalone flag for marshalling.
- setStandalone(boolean) - Method in class org.springframework.util.xml.AbstractStaxXMLReader
-
- setStartDelay(long) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Set the start delay in milliseconds.
- setStartDelay(long) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Set the start delay in milliseconds.
- setStartTime(Date) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Set a specific start time for the trigger.
- setStartTime(Date) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Set a specific start time for the trigger.
- setStartupDelay(int) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set the number of seconds to wait after initialization before
starting the scheduler asynchronously.
- setStatementParameters(Object[], PreparedStatement, int[]) - Static method in class org.springframework.jdbc.core.BatchUpdateUtils
-
- setStatementType(Class<? extends Statement>) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
-
Set the vendor's Statement type, e.g.
- setStaticField(String) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
Set a fully qualified static field name to retrieve,
e.g.
- setStaticMethod(String) - Method in class org.springframework.util.MethodInvoker
-
Set a fully qualified static method name to invoke,
e.g.
- setStatisticsEnabled(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
Set whether to enable EhCache statistics on this cache.
- setStatisticsEnabledMethod - Static variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
- setStatus(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setStatus(int, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Deprecated.
- setStatus(HttpStatus) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Provide a HTTP status that will be passed on to with the
ModelAndView
used for view rendering purposes.
- setStatus(HttpStatus) - Method in class org.springframework.web.servlet.ModelAndView
-
Set the HTTP status to use for the response.
- setStatus(int) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- setStatus(int, String) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- setStatusCode(HttpStatus) - Method in interface org.springframework.http.server.ServerHttpResponse
-
Set the HTTP status code of the response.
- setStatusCode(HttpStatus) - Method in class org.springframework.http.server.ServletServerHttpResponse
-
- setStatusCode(HttpStatus) - Method in class org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
-
Set the specific redirect 3xx status code to use.
- setStatusCode(HttpStatus) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
-
Set the status code to set on the response.
- setStatusCode(HttpStatus) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.StreamingServletServerHttpResponse
-
- setStatusCode(HttpStatus) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
-
Configure the HTTP status code that this controller should set on the
response.
- setStatusCode(HttpStatus) - Method in class org.springframework.web.servlet.view.RedirectView
-
Set the status code for this view.
- setStatusCodes(Properties) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set the HTTP status code that this exception resolver will apply for a given
resolved error view.
- setStatusOnly(boolean) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
-
The property can be used to indicate the request is considered fully
handled within the controller and that no view should be used for rendering.
- setStompBrokerRelay(StompBrokerRelayMessageHandler) - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
- setStore(ConcurrentMap<Object, Object>) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
Specify the ConcurrentMap to use as an internal store
(possibly pre-populated).
- setStoreByValue(boolean) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Specify whether this cache manager stores a copy of each entry (true
or the reference (false
for all of its caches.
- setStoresLowerCaseIdentifiers(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Specify whether the database uses lower case for identifiers
- setStoresLowerCaseIdentifiers(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- setStoresUpperCaseIdentifiers(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Specify whether the database uses upper case for identifiers
- setStoresUpperCaseIdentifiers(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- setStrategyMap(Map<String, VersionStrategy>) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver
-
Set a Map with URL paths as keys and VersionStrategy
as values.
- setStreamAsLob(boolean) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
Specify whether to submit a binary stream / character stream to the JDBC
driver as explicit LOB content, using the JDBC 4.0 setBlob
/
setClob
method with a stream argument.
- setStreamBytesLimit(int) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
Streaming transports save responses on the client side and don't free
memory used by delivered messages.
- setStreamBytesLimit(int) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Streaming transports save responses on the client side and don't free
memory used by delivered messages.
- setStreamDriver(HierarchicalStreamDriver) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set a XStream HierarchicalStreamDriver
to be used for readers and writers.
- setStrictContentTypeMatch(boolean) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
Whether this converter should convert messages for which no content type
could be resolved through the configured
ContentTypeResolver
.
- setStrictEncoding(boolean) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
-
- setString(long, String) - Method in class org.springframework.jdbc.support.lob.PassThroughClob
-
- setString(long, String, int, int) - Method in class org.springframework.jdbc.support.lob.PassThroughClob
-
- setStripExtension(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set whether or not file extensions should be stripped from the URI when
generating the view name.
- setStripLeadingSlash(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set whether or not leading slashes should be stripped from the URI when
generating the view name.
- setStripTrailingSlash(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set whether or not trailing slashes should be stripped from the URI when
generating the view name.
- setStyle(int) - Method in class org.springframework.format.datetime.DateFormatter
-
Set the style to use to format date values.
- setStyle(String) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
-
Set the two characters to use to format date values, in Joda-Time style.
- setStylePattern(String) - Method in class org.springframework.format.datetime.DateFormatter
-
Set the two character to use to format date values.
- setStylePattern(String) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the two characters to use to format date values, in Joda-Time style.
- setSubject(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setSubject(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set the subject of the message, using the correct encoding.
- setSubject(String) - Method in interface org.springframework.mail.MailMessage
-
- setSubject(String) - Method in class org.springframework.mail.SimpleMailMessage
-
- setSubProtocols(List<String>) - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
Set the sub-protocols to use.
- setSubprotocols(List<String>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- setSubProtocolWebSocketHandler(SubProtocolWebSocketHandler) - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
- setSubReportDataKeys(String...) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Set the list of names corresponding to the model parameters that will contain
data source objects for use in sub-reports.
- setSubReportDataKeys(String...) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
Set the subReportDataKeys
the view class should use.
- setSubReportUrls(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Specify resource paths which must be loaded as instances of
JasperReport
and passed to the JasperReports engine for
rendering as sub-reports, under the same keys as in this mapping.
- setSubReportUrls(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
Set the subReportUrls
the view class should use.
- setSubscription(String) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
Set the name for the durable subscription.
- setSubscription(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the login header.
- setSubscriptionDurable(Boolean) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- setSubscriptionDurable(boolean) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set whether to make the subscription durable.
- setSubscriptionDurable(boolean) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setSubscriptionId(String) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- setSubscriptionId(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- setSubscriptionName(String) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the name of a subscription to create.
- setSubscriptionName(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setSubscriptionRegistry(SubscriptionRegistry) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
Configure a custom SubscriptionRegistry to use for storing subscriptions.
- setSubscriptions(Set<MultiServerUserRegistry.TransferSimpSubscription>) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSession
-
- setSubscriptionShared(Boolean) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- setSubscriptionShared(boolean) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set whether to make the subscription shared.
- setSubscriptionShared(boolean) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setSuffix(String) - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
-
Set the text that will get prepended to the trace data.
- setSuffix(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
-
Deprecated.
Specify a common suffix for handler method names.
- setSuffix(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Set the suffix to append to the request URL filename
to build a view name.
- setSuffix(String) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set the suffix to append to generated view names.
- setSuffix(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the suffix that gets appended to view names when building a URL.
- setSuffixPatternMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Set whether to apply suffix pattern matching in PatternsRequestCondition.
- setSupportDtd(boolean) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Indicates whether DTD parsing should be supported.
- setSupportDtd(boolean) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Indicates whether DTD parsing should be supported.
- setSupportDtd(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Indicates whether DTD parsing should be supported.
- setSupportDtd(boolean) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Indicates whether DTD parsing should be supported.
- setSupportedClasses(Class<?>...) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set the classes supported by this marshaller.
- setSupportedLocales(List<Locale>) - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
-
Configure supported locales to check against the requested locales
determined via HttpServletRequest#getLocales()
.
- setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Set the list of
MediaType
objects supported by this converter.
- setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Set the list of
MediaType
objects supported by this converter.
- setSupportedMethods(String...) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Set the HTTP methods that this content generator should support.
- setSupportedProtocols(String...) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- setSupportedProtocols(String...) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
Use this property to configure the list of supported sub-protocols.
- setSupportJaxbElementClass(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- setSupportsCatalogsInProcedureCalls(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Specify whether the database supports the use of catalog name in procedure calls
- setSupportsSchemasInProcedureCalls(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Specify whether the database supports the use of schema name in procedure calls
- setSuppressClose(boolean) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Set whether the returned Connection should be a close-suppressing proxy
or the physical Connection.
- setSuppressCors(boolean) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
This option can be used to disable automatic addition of CORS headers for
SockJS requests.
- setSuppressNamespaces(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Sets whether this marshaller should output namespaces.
- setSuppressXsiType(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set whether this marshaller should output the xsi:type
attribute.
- setSupressCors(boolean) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
This option can be used to disable automatic addition of CORS headers for
SockJS requests.
- setSync(boolean) - Method in class org.springframework.cache.interceptor.CacheableOperation.Builder
-
- setSynchedLocalTransactionAllowed(boolean) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
-
Set whether to allow for a local JMS transaction that is synchronized with a
Spring-managed transaction (where the main transaction might be a JDBC-based
one for a specific DataSource, for example), with the JMS transaction committing
right after the main transaction.
- setSynchronizedWithTransaction(boolean) - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
-
Set whether to automatically join ongoing transactions (according
to the JPA 2.1 SynchronizationType rules).
- setSynchronizedWithTransaction(boolean) - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Mark the resource as synchronized with a transaction.
- setSynchronizeOnSession(boolean) - Method in class org.springframework.web.portlet.mvc.AbstractController
-
Set if controller execution should be synchronized on the session,
to serialize parallel invocations from the same client.
- setSynchronizeOnSession(boolean) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Set if controller execution should be synchronized on the session,
to serialize parallel invocations from the same client.
- setSynchronizeOnSession(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractController
-
Set if controller execution should be synchronized on the session,
to serialize parallel invocations from the same client.
- setSynchronizeOnSession(boolean) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set if controller execution should be synchronized on the session,
to serialize parallel invocations from the same client.
- setSynchronizeOnSession(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Set if controller execution should be synchronized on the session,
to serialize parallel invocations from the same client.
- setSyncTaskExecutor(TaskExecutor) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
-
Specify the TaskExecutor to use for synchronous work execution
(i.e.
- setSynthetic(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set whether this bean definition is 'synthetic', that is, not defined
by the application itself (for example, an infrastructure bean such
as a helper for auto-proxying, created through <aop:config>
).
- setSystemHeartbeatReceiveInterval(long) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the maximum interval, in milliseconds, at which the "system" relay session
expects, in the absence of any other data, to receive a heartbeat from the STOMP
broker.
- setSystemHeartbeatReceiveInterval(long) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the maximum interval, in milliseconds, at which the "system" connection
expects, in the absence of any other data, to receive a heartbeat from the STOMP
broker.
- setSystemHeartbeatSendInterval(long) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the interval, in milliseconds, at which the "system" relay session will,
in the absence of any other data being sent, send a heartbeat to the STOMP broker.
- setSystemHeartbeatSendInterval(long) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the interval, in milliseconds, at which the "system" connection will, in the
absence of any other data being sent, send a heartbeat to the STOMP broker.
- setSystemLogin(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the login for the shared "system" connection used to send messages to
the STOMP broker from within the application, i.e.
- setSystemLogin(String) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the login for the shared "system" connection used to send messages to
the STOMP broker from within the application, i.e.
- setSystemPasscode(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the passcode for the shared "system" connection used to send messages to
the STOMP broker from within the application, i.e.
- setSystemPasscode(String) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the passcode for the shared "system" connection used to send messages to
the STOMP broker from within the application, i.e.
- setSystemPropertiesMode(int) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Set how to check system properties: as fallback, as override, or never.
- setSystemPropertiesModeName(String) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Set the system property mode by the name of the corresponding constant,
e.g.
- setSystemSubscriptions(Map<String, MessageHandler>) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Configure one more destinations to subscribe to on the shared "system"
connection along with MessageHandler's to handle received messages.
- setSystemTreePath(String) - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
-
Set the path in the system preferences tree to use for resolving
placeholders.
- setTabindex(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'tabindex
' attribute.
- SettableListenableFuture<T> - Class in org.springframework.util.concurrent
-
- SettableListenableFuture() - Constructor for class org.springframework.util.concurrent.SettableListenableFuture
-
- SettableListenableFuture.SettableTask<T> - Class in org.springframework.util.concurrent
-
- setTableName(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
-
- setTableName(String) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Set the name of the table for this context.
- setTableName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Set the name of the table for this insert.
- settableTask - Variable in class org.springframework.util.concurrent.SettableListenableFuture
-
- SettableTask() - Constructor for class org.springframework.util.concurrent.SettableListenableFuture.SettableTask
-
- setTarget(Object) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
Set the target object, that is, the bean to be wrapped with a transactional proxy.
- setTarget(Object) - Method in class org.springframework.aop.framework.AdvisedSupport
-
Set the given object as target.
- setTarget(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'target
' attribute.
- setTargetBeanName(String) - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
-
Set the name of the bean to locate the Method
on.
- setTargetBeanName(String) - Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
-
Set the name of the bean that is to be scoped.
- setTargetBeanName(String) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
-
Set the name of the target bean in the factory.
- setTargetBeanName(String) - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
-
Set the name of the target bean.
- setTargetBeanName(String) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
Specify the name of a target bean to apply the property path to.
- setTargetBeanName(String) - Method in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
-
Set the name of the target bean.
- setTargetBeanName(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
Set the name of the target bean in the Spring BeanFactory.
- setTargetBeanName(String) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Set the name of the target bean in the Spring application context.
- setTargetCacheManager(CacheManager) - Method in class org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
-
Set the target CacheManager to proxy.
- setTargetClass(Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
-
Set a target class to be proxied, indicating that the proxy
should be castable to the given class.
- setTargetClass(Class<?>) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
-
Specify the target class explicitly, to avoid any kind of access to the
target bean (for example, to avoid initialization of a FactoryBean instance).
- setTargetClass(Class<?>) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
Set the target class on which the field is defined.
- setTargetClass(Class<?>) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the Castor target class.
- setTargetClass(Class<?>) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
Set the target class for this instance.
- setTargetClass(Class<?>) - Method in class org.springframework.util.MethodInvoker
-
Set the target class on which to call the target method.
- setTargetClasses(Class<?>...) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the Castor target classes.
- setTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
- setTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
-
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
- setTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Set the target ConnectionFactory which will be used to lazily
create a single Connection.
- setTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
-
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
- setTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
-
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
- setTargetDataSource(DataSource) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
Set the target DataSource that this DataSource should delegate to.
- setTargetDataSources(Map<Object, Object>) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
Specify the map of target DataSources, with the lookup key as key.
- setTargetDestinationResolver(DestinationResolver<D>) - Method in class org.springframework.messaging.core.CachingDestinationResolverProxy
-
Set the target DestinationResolver to delegate to.
- setTargetField(String) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
Set the name of the field to be retrieved.
- setTargetFilterLifecycle(boolean) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Set whether to invoke the Filter.init
and
Filter.destroy
lifecycle methods on the target bean.
- setTargetListClass(Class<? extends List>) - Method in class org.springframework.beans.factory.config.ListFactoryBean
-
Set the class to use for the target List.
- setTargetMapClass(Class<? extends Map>) - Method in class org.springframework.beans.factory.config.MapFactoryBean
-
Set the class to use for the target Map.
- setTargetMethod(String) - Method in class org.springframework.util.MethodInvoker
-
Set the name of the method to be invoked.
- setTargetName(String) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Set the name of the target bean.
- setTargetObject(Object) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
Set the target object on which the field is defined.
- setTargetObject(Object) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
Specify a target object to apply the property path to.
- setTargetObject(Object) - Method in class org.springframework.util.MethodInvoker
-
Set the target object on which to call the target method.
- setTargetPackage(String) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the name of a package with the Castor descriptor classes.
- setTargetPackage(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
Set the target package for this instance.
- setTargetPackages(String...) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the names of packages with the Castor descriptor classes.
- setTargetPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
-
Set the target JDO PersistenceManagerFactory that this proxy should
delegate to.
- setTargetRequestPath(String) - Method in class org.springframework.web.servlet.FlashMap
-
Provide a URL path to help identify the target request for this FlashMap.
- setTargetSetClass(Class<? extends Set>) - Method in class org.springframework.beans.factory.config.SetFactoryBean
-
Set the class to use for the target Set.
- setTargetSource(TargetSource) - Method in interface org.springframework.aop.framework.Advised
-
Change the TargetSource
used by this Advised
object.
- setTargetSource(TargetSource) - Method in class org.springframework.aop.framework.AdvisedSupport
-
- setTargetType(Class<?>) - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Set the type to convert to.
- setTargetType(ResolvableType) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Specify a generics-containing target type of this bean definition, if known in advance.
- setTargetType(Class<?>) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Specify the target type of this bean definition, if known in advance.
- setTargetType(MessageType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
- setTargetType(MessageType) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
-
- setTargetTypeName(String) - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Specify the type to convert to.
- setTargetValidator(javax.validation.Validator) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
- setTaskDecorator(TaskDecorator) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Specify a custom
TaskDecorator
to be applied to any
Runnable
about to be executed.
- setTaskDecorator(TaskDecorator) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
-
Specify a custom
TaskDecorator
to be applied to any
Runnable
about to be executed.
- setTaskDecorator(TaskDecorator) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
Specify a custom
TaskDecorator
to be applied to any
Runnable
about to be executed.
- setTaskDecorator(TaskDecorator) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
Specify a custom
TaskDecorator
to be applied to any
Runnable
about to be executed.
- setTaskDecorator(TaskDecorator) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
Specify a custom
TaskDecorator
to be applied to any
Runnable
about to be executed.
- setTaskDecorator(TaskDecorator) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Specify a custom
TaskDecorator
to be applied to any
Runnable
about to be executed.
- setTaskExecutor(Executor) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
-
Set a custom executor (typically a
TaskExecutor
)
to invoke each listener with.
- setTaskExecutor(AsyncListenableTaskExecutor) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the task executor for this request factory.
- setTaskExecutor(Executor) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
-
- setTaskExecutor(Executor) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Set the Spring TaskExecutor
to use for running the listener threads.
- setTaskExecutor(Executor) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
Set the Spring TaskExecutor to use for executing the listener once
a message has been received by the provider.
- setTaskExecutor(Executor) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
Specify the default task executor to use for asynchronous methods.
- setTaskExecutor(Executor) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set the Spring TaskExecutor to use as Quartz backend.
- setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
Set the default
AsyncTaskExecutor
to use when a controller method
returns a
Callable
.
- setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- setTaskExecutor(AsyncListenableTaskExecutor) - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
-
- setTaskExecutor(TaskExecutor) - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
-
- setTaskExecutor(TaskExecutor) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- setTaskExecutor(AsyncListenableTaskExecutor) - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient
-
- setTaskExecutor(TaskExecutor) - Method in class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport
-
Configure the TaskExecutor
to use to execute XHR receive requests.
- setTaskFuture(Future<?>) - Method in class org.springframework.web.context.request.async.CallableInterceptorChain
-
- setTaskScheduler(TaskScheduler) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
Configure the
TaskScheduler
to
use for providing heartbeat support.
- setTaskScheduler(TaskScheduler) - Method in class org.springframework.messaging.simp.config.SimpleBrokerRegistration
-
Configure the
TaskScheduler
to
use for providing heartbeat support.
- setTaskScheduler(TaskScheduler) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
Configure the TaskScheduler to use for receipt tracking.
- setTaskScheduler(TaskScheduler) - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
-
Configure a scheduler to use for heartbeats and for receipt tracking.
- setTaskScheduler(TaskScheduler) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- setTaskScheduler(TaskScheduler) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
- setTaskScheduler(TaskScheduler) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
Configure a scheduler to use for heartbeats and for receipt tracking.
- setTcpClient(TcpOperations<byte[]>) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Configure a TCP client for managing TCP connections to the STOMP broker.
- setTempClassLoader(ClassLoader) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Specify a temporary ClassLoader to use for type matching purposes.
- setTempClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- setTemplateEngine(MarkupTemplateEngine) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
-
Set a pre-configured MarkupTemplateEngine to use for the Groovy Markup
Template web configuration.
- setTemplateEngine(MarkupTemplateEngine) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupView
-
Set the MarkupTemplateEngine to use in this view.
- setTemplateLoaderPath(String) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set the Freemarker template loader path via a Spring resource location.
- setTemplateLoaderPaths(String...) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set multiple Freemarker template loader paths via Spring resource locations.
- SETTER_PREFIX - Static variable in class org.springframework.test.util.ReflectionTestUtils
-
- SetterPointcut() - Constructor for class org.springframework.aop.support.Pointcuts.SetterPointcut
-
- SETTERS - Static variable in class org.springframework.aop.support.Pointcuts
-
Pointcut matching all bean property setters, in any class
- setText(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setText(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set the given text directly as content in non-multipart mode
or as default body part in multipart mode.
- setText(String, boolean) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set the given text directly as content in non-multipart mode
or as default body part in multipart mode.
- setText(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set the given plain text and HTML text as alternatives, offering
both options to the email client.
- setText(String) - Method in interface org.springframework.mail.MailMessage
-
- setText(String) - Method in class org.springframework.mail.SimpleMailMessage
-
- setText(String) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set the message text for this tag.
- setText(HSSFCell, String) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
-
Deprecated.
Convenient method to set a String as text content in a cell.
- setTextMessageSizeLimit(int) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- setTextMessageSizeLimit(int) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- setTextMessageSizeLimit(int) - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- setTextMessageSizeLimit(int) - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
-
- setTextMessageSizeLimit(int) - Method in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
-
- setTextMessageSizeLimit(int) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- setTextMessageSizeLimit(int) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- setTextMessageSizeLimit(int) - Method in interface org.springframework.web.socket.WebSocketSession
-
Configure the maximum size for an incoming text message.
- setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
-
- setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.FixedThemeResolver
-
- setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.SessionThemeResolver
-
- setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in interface org.springframework.web.servlet.ThemeResolver
-
Set the current theme name to the given one.
- setThreadContextInheritable(boolean) - Method in class org.springframework.web.filter.RequestContextFilter
-
Set whether to expose the LocaleContext and RequestAttributes as inheritable
for child threads (using an InheritableThreadLocal
).
- setThreadContextInheritable(boolean) - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Set whether to expose the LocaleContext and RequestAttributes as inheritable
for child threads (using an InheritableThreadLocal
).
- setThreadContextInheritable(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set whether to expose the LocaleContext and RequestAttributes as inheritable
for child threads (using an InheritableThreadLocal
).
- setThreaded(boolean) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set whether the JMXConnectorServer
should be started in a separate thread.
- setThreadFactory(ThreadFactory) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Specify an external factory to use for creating new Threads,
instead of relying on the local properties of this executor.
- setThreadFactory(ThreadFactory) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Set the ThreadFactory to use for the ExecutorService's thread pool.
- setThreadFactory(ForkJoinPool.ForkJoinWorkerThreadFactory) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Set the factory for creating new ForkJoinWorkerThreads.
- setThreadGroup(ThreadGroup) - Method in class org.springframework.util.CustomizableThreadCreator
-
Specify the thread group that threads should be created in.
- setThreadGroupName(String) - Method in class org.springframework.util.CustomizableThreadCreator
-
Specify the name of the thread group that threads should be created in.
- setThreadNamePrefix(String) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
- setThreadNamePrefix(String) - Method in class org.springframework.util.CustomizableThreadCreator
-
Specify the prefix to use for the names of newly created threads.
- setThreadPoolName(String) - Method in class org.springframework.jca.work.glassfish.GlassFishWorkManagerTaskExecutor
-
Identify a specific GlassFish thread pool to talk to.
- setThreadPriority(int) - Method in class org.springframework.util.CustomizableThreadCreator
-
Set the priority of the threads that this factory creates.
- setThrowExceptionIfNoHandlerFound(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to throw a NoHandlerFoundException when no Handler was found for this request.
- setThrowExceptionOnLateReply(boolean) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
-
Whether the thread sending a reply should have an exception raised if the
receiving thread isn't going to receive the reply either because it timed out,
or because it already received a reply, or because it got an exception while
sending the request message.
- setThrowingName(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- setThrowingName(String) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
If afterThrowing
advice binds the thrown value, the
throwing variable name must be specified.
- setThrowingName(String) - Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
-
- setThrowingNameNoCheck(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
We need to hold the throwing name at this level for argument binding calculations,
this method allows the afterThrowing advice subclass to set the name.
- setTilesInitializer(TilesInitializer) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
Deprecated.
Configure Tiles using a custom TilesInitializer, typically specified as an inner bean.
- setTilesInitializer(TilesInitializer) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
Configure Tiles using a custom TilesInitializer, typically specified as an inner bean.
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Set the time between eviction runs that check idle objects whether
they have been idle for too long or have become invalid.
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
Set the time between eviction runs that check idle objects whether
they have been idle for too long or have become invalid.
- setTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing time values.
- setTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing time values.
- setTimeout(int) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
-
Set the timeout (in seconds) after which a fatal exception
will be thrown.
- setTimeout(long) - Method in class org.springframework.mock.web.MockAsyncContext
-
- setTimeout(int) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Set the timeout to apply, as number of seconds.
- setTimeout(Long) - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
-
Set the time required for concurrent handling to complete.
- setTimeout(Long) - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
-
- setTimeout(Long) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
In Servlet 3 async processing, the timeout period begins after the
container processing thread has exited.
- setTimeoutInMillis(long) - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Set the timeout for this object in milliseconds.
- setTimeoutInSeconds(int) - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Set the timeout for this object in seconds.
- setTimeoutPerShutdownPhase(long) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
Specify the maximum time allotted in milliseconds for the shutdown of
any phase (group of SmartLifecycle beans with the same 'phase' value).
- setTimeoutScheduler(TaskScheduler) - Method in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
-
- setTimeoutValue(long) - Method in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
-
- setTimer(Timer) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.TimerScheduledFuture
-
- setTimerListener(TimerListener) - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
-
Set the TimerListener to schedule.
- setTimerManager(TimerManager) - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
-
Specify the CommonJ TimerManager to delegate to.
- setTimerManagerName(String) - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
-
Set the JNDI name of the CommonJ TimerManager.
- setTimeStyle(String) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
Set the default format style of Joda LocalTime
objects.
- setTimeStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the style to use for time types.
- setTimeStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the default format style of LocalTime
objects.
- setTimeToIdle(int) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
- setTimeToLive(int) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
- setTimeToLive(long) - Method in class org.springframework.jms.connection.CachedMessageProducer
-
- setTimeToLive(long) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the time-to-live of the message when sending.
- setTimeUnit(TimeUnit) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Specify the time unit for the delay and period values.
- setTimeZone(TimeZone) - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Associate the given TimeZone with the current thread,
preserving any Locale that may have been set already.
- setTimeZone(TimeZone, boolean) - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Associate the given TimeZone with the current thread,
preserving any Locale that may have been set already.
- setTimeZone(TimeZone) - Method in class org.springframework.format.datetime.DateFormatter
-
Set the TimeZone to normalize the date values into, if any.
- setTimeZone(TimeZone) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
-
Set the TimeZone
to normalize the date values into, if any.
- setTimeZone(DateTimeZone) - Method in class org.springframework.format.datetime.joda.JodaTimeContext
-
Set the user's time zone.
- setTimeZone(ZoneId) - Method in class org.springframework.format.datetime.standard.DateTimeContext
-
Set the user's time zone.
- setTimeZone(TimeZone) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the TimeZone
to normalize the date values into, if any.
- setTimeZone(TimeZone) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Override the default TimeZone
to use for formatting.
- setTimeZone(TimeZone) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Specify the time zone for this trigger's cron expression.
- setTimeZoneAttributeName(String) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
Specify the name of the corresponding attribute in the HttpSession
,
holding the current TimeZone
value.
- setTitle(String) - Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- setTitle(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'title
' attribute.
- setTo(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setTo(String[]) - Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setTo(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setTo(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setTo(String) - Method in interface org.springframework.mail.MailMessage
-
- setTo(String[]) - Method in interface org.springframework.mail.MailMessage
-
- setTo(String) - Method in class org.springframework.mail.SimpleMailMessage
-
- setTo(String[]) - Method in class org.springframework.mail.SimpleMailMessage
-
- setToggleAscendingOnProperty(boolean) - Method in class org.springframework.beans.support.MutableSortDefinition
-
- setToolAttributes(Map<String, Class<?>>) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Deprecated.
Set tool attributes to expose to the view, as attribute name / class name pairs.
- setToolboxConfigLocation(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
-
Deprecated.
Set a Velocity Toolbox config location, for example "/WEB-INF/toolbox.xml",
to automatically load a Velocity Tools toolbox definition file and expose
all defined tools in the specified scopes.
- setToolboxConfigLocation(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
-
Deprecated.
Set a Velocity Toolbox config location, for example "/WEB-INF/toolbox.xml",
to automatically load a Velocity Tools toolbox definition file and expose
all defined tools in the specified scopes.
- setTotalParameterCount(int) - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
-
Set the total count of all of the parameters in the SQL statement.
- setTrackAllInvocations(boolean) - Method in class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
-
Set whether to track all invocations that go through this interceptor,
or just invocations with trace logging enabled.
- setTrackRowsAffected(boolean) - Method in class org.springframework.jdbc.object.BatchSqlUpdate
-
Set whether to track the rows affected by batch updates performed
by this operation object.
- setTrailingSlashMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Set whether to apply trailing slash matching in PatternsRequestCondition.
- setTransaction(Transaction) - Method in class org.springframework.orm.hibernate3.SessionHolder
-
Deprecated.
- setTransaction(Transaction) - Method in class org.springframework.orm.hibernate4.SessionHolder
-
- setTransaction(Transaction) - Method in class org.springframework.orm.hibernate5.SessionHolder
-
- setTransactionActive(boolean) - Method in class org.springframework.jdbc.datasource.ConnectionHolder
-
Set whether this holder represents an active, JDBC-managed transaction.
- setTransactionActive(boolean) - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
-
- setTransactionActive(boolean) - Method in class org.springframework.orm.jpa.EntityManagerHolder
-
- setTransactionAttribute(TransactionAttribute) - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
-
Allows a transaction attribute to be specified, using the String form, for
example, "PROPAGATION_REQUIRED".
- setTransactionAttributes(Properties) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Set properties with method names as keys and transaction attribute
descriptors (parsed via TransactionAttributeEditor) as values:
e.g.
- setTransactionAttributes(Properties) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
-
Set properties with method names as keys and transaction attribute
descriptors (parsed via TransactionAttributeEditor) as values:
e.g.
- setTransactionAttributeSource(TransactionAttributeSource) - Method in class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
-
Set the transaction attribute source which is used to find transaction
attributes.
- setTransactionAttributeSource(TransactionAttributeSource) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Set the transaction attribute source which is used to find transaction
attributes.
- setTransactionAttributeSource(TransactionAttributeSource) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
-
Set the transaction attribute source which is used to find transaction
attributes.
- setTransactionAttributeSources(TransactionAttributeSource[]) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Set multiple transaction attribute sources which are used to find transaction
attributes.
- setTransactionAware(boolean) - Method in class org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
-
Set whether this CacheManager should expose transaction-aware Cache objects.
- setTransactionData(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
-
- setTransactionData(Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
-
- setTransactionFactory(TransactionFactory) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
-
Set the Spring TransactionFactory to use for wrapping endpoint
invocations, enlisting the endpoint resource in each such transaction.
- setTransactionInterceptor(TransactionInterceptor) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
-
Set the transaction interceptor to use for this advisor.
- setTransactionIsolationMethod - Variable in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
-
- setTransactionManager(Object) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
-
Set the XA transaction manager to use for wrapping endpoint
invocations, enlisting the endpoint resource in each such transaction.
- setTransactionManager(Object) - Method in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
-
- setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
-
- setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
- setTransactionManager(Object) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
Set the XA transaction manager to use for wrapping endpoint
invocations, enlisting the endpoint resource in each such transaction.
- setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Set the transaction manager to be used for registering jobs and triggers
that are defined by this SchedulerFactoryBean.
- setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Specify the default transaction manager to use to drive transactions.
- setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
-
Set the default transaction manager.
- setTransactionManager(TransactionManager) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set the JTA TransactionManager to use as direct reference.
- setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.transaction.support.TransactionTemplate
-
Set the transaction management strategy to be used.
- setTransactionManagerBeanName(String) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Specify the name of the default transaction manager bean.
- setTransactionManagerName(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set the JNDI name of the JTA TransactionManager.
- setTransactionName(String) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
-
Specify the name of the transaction, if any.
- setTransactionName(String) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Specify the transaction name to use for transactional wrapping.
- setTransactionSynchronization(int) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Set when this transaction manager should activate the thread-bound
transaction synchronization support.
- setTransactionSynchronizationName(String) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Set the transaction synchronization by the name of the corresponding constant
in this class, e.g.
- setTransactionSynchronizationRegistry(TransactionSynchronizationRegistry) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set the JTA 1.1 TransactionSynchronizationRegistry to use as direct reference.
- setTransactionSynchronizationRegistryName(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set the JNDI name of the JTA 1.1 TransactionSynchronizationRegistry.
- setTransactionTimeout(int) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
-
Specify the transaction timeout, if any.
- setTransactionTimeout(int) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Specify the transaction timeout to use for transactional wrapping, in seconds.
- setTransactionTimeout(int) - Method in class org.springframework.transaction.jta.UserTransactionAdapter
-
- setTransactionType(PersistenceUnitTransactionType) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setTransformerFactoryClass(Class<? extends TransformerFactory>) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Specify the XSLT TransformerFactory class to use.
- setTransientDataAccessResourceCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setTranslators(Map<String, SQLExceptionTranslator>) - Method in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistrar
-
Setter for a Map of
SQLExceptionTranslator
references where the key must
be the database name as defined in the
sql-error-codes.xml
file.
- setTransportHandlerOverrides(TransportHandler...) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
- setTransportHandlers(TransportHandler...) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
- setTraversableResolver(TraversableResolver) - Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
-
Specify a custom TraversableResolver to use for this Validator.
- setTraversableResolver(TraversableResolver) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a custom TraversableResolver to use for this ValidatorFactory
and its exposed default Validator.
- setTriggers(Trigger...) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Register a list of Trigger objects with the Scheduler that
this FactoryBean creates.
- setTriggerTasks(Map<Runnable, Trigger>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a Map of Runnables (the tasks) and Trigger objects
(typically custom implementations of the
Trigger
interface).
- setTriggerTasksList(List<TriggerTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a list of
TriggerTask
objects.
- setTrimTokens(boolean) - Method in class org.springframework.util.AntPathMatcher
-
Specify whether to trim tokenized paths and patterns.
- setTrimValues(boolean) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Specify whether to trim resolved values before applying them,
removing superfluous whitespace from the beginning and end.
- setType(String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Set the type of the constructor argument.
- setType(Proxy.Type) - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
Set the proxy type.
- setType(EmbeddedDatabaseType) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Set the type of embedded database.
- setTypeClass(String) - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
-
Deprecated.
Set the type implementation class.
- setTypeComparator(TypeComparator) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setTypeConverter(TypeConverter) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Set a custom type converter that this BeanFactory should use for converting
bean property values, constructor argument values, etc.
- setTypeConverter(TypeConverter) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- setTypeConverter(TypeConverter) - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
-
Set a TypeConverter to use for argument type conversion.
- setTypeConverter(TypeConverter) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setTypeDefinitions(TypeDefinitionBean...) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Deprecated.
Specify the Hibernate type definitions to register with the SessionFactory,
as Spring TypeDefinitionBean instances.
- setTypeIdMappings(Map<String, Class<?>>) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
Specify mappings from type ids to Java classes, if desired.
- setTypeIdOnMessage(Object, Message) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
Set a type id for the given payload object on the given JMS Message.
- setTypeIdPropertyName(String) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
Specify the name of the JMS message property that carries the type id for the
contained object: either a mapped id value or a raw Java class name.
- setTypeIndexForCurrentLevel(int) - Method in class org.springframework.core.MethodParameter
-
Set the type index for the current nesting level.
- setTypeLocator(TypeLocator) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setTypeName(String) - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
-
Deprecated.
Set the name of the type.
- setTypePattern(String) - Method in class org.springframework.aop.aspectj.TypePatternClassFilter
-
Set the AspectJ type pattern to match.
- setTypes(int[]) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Add anonymous parameters, specifying only their SQL types
as defined in the java.sql.Types
class.
- setTypeValue(PreparedStatement, int, int, String) - Method in interface org.springframework.jdbc.core.SqlTypeValue
-
Set the type value on the given PreparedStatement.
- setTypeValue(PreparedStatement, int, int, String) - Method in class org.springframework.jdbc.core.support.AbstractSqlTypeValue
-
- setTypeValue(PreparedStatement, int, int, String) - Method in class org.springframework.jdbc.core.support.SqlLobValue
-
Set the specified content via the LobCreator.
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Set the handler for internal worker threads that terminate due to unrecoverable errors
encountered while executing tasks.
- setUniqueFactoryMethodName(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Specify a factory method name that refers to a non-overloaded method.
- setUnit(String) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
The expected unit of measurement values.
- setUnless(String) - Method in class org.springframework.cache.interceptor.CacheableOperation.Builder
-
- setUnless(String) - Method in class org.springframework.cache.interceptor.CachePutOperation.Builder
-
- setUnmarshaller(Unmarshaller) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
- setUnmarshaller(Unmarshaller) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
-
- setUnmarshaller(Unmarshaller) - Method in class org.springframework.messaging.converter.MarshallingMessageConverter
-
- setUnmarshallerListener(Unmarshaller.Listener) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the Unmarshaller.Listener
to be registered with the JAXB Unmarshaller
.
- setUnmarshallerProperties(Map<String, ?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the JAXB Unmarshaller
properties.
- setUnnamedParameterCount(int) - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
-
Set the count of all of the unnamed parameters in the SQL statement.
- setUowManager(UOWManager) - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
-
Set the WebSphere UOWManager to use as direct reference.
- setUowManagerName(String) - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
-
Set the JNDI name of the WebSphere UOWManager.
- setup(StreamSourceChannel) - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport.SockJsResponseListener
-
- setupArgumentsForVarargsInvocation(Class<?>[], Object...) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
-
Package up the arguments so that they correctly match what is expected in parameterTypes.
- setUpdatableResults(boolean) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
-
Set whether to use prepared statements capable of returning updatable ResultSets.
- setUpdatableResults(boolean) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
Set whether to use prepared statements capable of returning updatable ResultSets.
- setUpdatableResults(boolean) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set whether to use statements that are capable of returning
updatable ResultSets.
- setUpdateContentLength(boolean) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Whether to update the 'Content-Length' header of the response.
- setupDomain(AnnotationMBeanExporter) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
-
- setUpgrade(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the Upgrade
header.
- setupJcaMessageContainer(JmsMessageEndpointManager) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint.JcaEndpointConfigurer
-
- setupJmsListenerContainer(AbstractMessageListenerContainer) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
- setupListenerContainer(MessageListenerContainer) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
- setupListenerContainer(MessageListenerContainer) - Method in interface org.springframework.jms.config.JmsListenerEndpoint
-
Setup the specified message listener container with the model
defined by this endpoint.
- setUploadTempDir(Resource) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
Set the temporary directory where uploaded files get stored.
- setupMessageListener(MessageListenerContainer) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
- setupMessageListener(Object) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
- setupMessageListener(Object) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
- setupMessageListener(Object) - Method in interface org.springframework.jms.listener.MessageListenerContainer
-
Setup the message listener to use.
- setupRegistrationPolicy(AnnotationMBeanExporter) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
-
- setUpRequestContextIfNecessary(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
-
- setupServer(AnnotationMBeanExporter) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
-
- setURI(URI) - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
- setUriResolver(URIResolver) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Set the URIResolver used in the transform.
- setUriResolver(URIResolver) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Set the URIResolver used in the transform.
- setUriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.web.client.AsyncRestTemplate
-
This property has the same purpose as the corresponding property on the
RestTemplate
.
- setUriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.web.client.RestTemplate
-
- setUrl(String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Set the JDBC URL to use for connecting through the Driver.
- setUrl(String) - Method in interface org.springframework.jdbc.datasource.embedded.ConnectionProperties
-
Set the JDBC connection URL for the database.
- setUrl(String) - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
-
Set the URL of the resource that this view wraps.
- setUrl(String) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
-
Deprecated.
Set the URL of the Excel workbook source, without localization part nor extension.
- setUrl(String) - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
-
Deprecated.
Set the URL of the Excel workbook source, without localization part nor extension.
- setUrlDecode(boolean) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
-
Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
-
Deprecated.
Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set if the context path and request URI should be URL-decoded.
- setUrlDecode(boolean) - Method in class org.springframework.web.util.UrlPathHelper
-
Set if context path and request URI should be URL-decoded.
- setUrlMap(Map<String, ?>) - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
Set a Map with URL paths as keys and handler beans (or handler bean names)
as values.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
-
Set the UrlPathHelper to use for the resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
-
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Set a custom UrlPathHelper to use for the PatternsRequestCondition.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
-
Deprecated.
Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
-
Configure a UrlPathHelper
to use in
#getForRequestUrl(javax.servlet.http.HttpServletRequest, String)
in order to derive the lookup path for a target request URL path.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Set the UrlPathHelper to use to match FlashMap instances to requests.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.support.RequestContext
-
Set the UrlPathHelper to use for context path and request URI decoding.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
-
Set the UrlPathHelper to configure on the SimpleUrlHandlerMapping
used to map handshake requests.
- setUrlPathHelper(UrlPathHelper) - Method in interface org.springframework.web.socket.config.annotation.StompEndpointRegistry
-
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
Set the UrlPathHelper to configure on the HandlerMapping
used to map handshake requests.
- setUrlPrefix(String) - Method in class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
-
Deprecated.
Set an optional prefix to prepend to generated URL mappings.
- setUrlSuffix(String) - Method in class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
-
Deprecated.
Set an optional suffix to append to generated URL mappings.
- setUseAttributeFor(Map<?, ?>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set the types to use XML attributes for.
- setUseAttributeForTypes(Class<?>...) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set types to use XML attributes for.
- setUseCacheControlHeader(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
- setUseCacheControlNoStore(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
- setUseCachedContent(boolean) - Method in class org.springframework.mock.web.portlet.MockCacheControl
-
- setUseCodeAsDefaultMessage(boolean) - Method in class org.springframework.context.support.AbstractMessageSource
-
Set whether to use the message code as default message instead of
throwing a NoSuchMessageException.
- setUseDefaultSuffixPattern(boolean) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
-
Deprecated.
Set whether to register paths using the default suffix pattern as well:
i.e.
- setUseDynamicLogger(boolean) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Set whether to use a dynamic logger or a static logger.
- setUseExpiresHeader(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
- setUseIsoFormat(boolean) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
Set whether standard ISO formatting should be applied to all date/time types.
- setUseIsoFormat(boolean) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set whether standard ISO formatting should be applied to all date/time types.
- setUseJaf(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
When
favorPathExtension
is set, this
property determines whether to allow use of JAF (Java Activation Framework)
to resolve a path extension to a specific MediaType.
- setUseJaf(boolean) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
Whether to use the Java Activation Framework to look up file extensions.
- setUseMutableTilesContainer(boolean) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
Deprecated.
Set whether to use a MutableTilesContainer (typically the CachingTilesContainer
implementation) for this application.
- setUseMutableTilesContainer(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
Set whether to use a MutableTilesContainer (typically the CachingTilesContainer
implementation) for this application.
- setUseNewConnection(boolean) - Method in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
-
Set whether to use a new connection for the incrementer.
- setUseNotAcceptableStatusCode(boolean) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
Indicate whether a 406 Not Acceptable
status code should be returned if no suitable view can be found.
- setUsePrefix(boolean) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
-
Set whether to only include advisors with a certain prefix in the bean name.
- setUser(Principal) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- setUser(MultiServerUserRegistry.TransferSimpUser) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSession
-
- setUser(Principal) - Method in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
-
- setUserAttribute(String, Object) - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- setUserAttribute(String, Object) - Method in interface org.springframework.aop.ProxyMethodInvocation
-
Add the specified user attribute with the given value to this invocation.
- setUserDestinationBroadcast(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set a destination to broadcast messages to user destinations that remain
unresolved because the user appears not to be connected.
- setUserDestinationPrefix(String) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
Configure the prefix used to identify user destinations.
- setUserDestinationPrefix(String) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
-
Configure the prefix to use for destinations targeting a specific user.
- setUserDestinationPrefix(String) - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
-
The prefix used to identify user destinations.
- setUseRegisteredSuffixPatternMatch(Boolean) - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
- setUseRegisteredSuffixPatternMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Whether suffix pattern matching should work only against path extensions
explicitly registered with the
ContentNegotiationManager
.
- setUserinfoUsernameAttributes(String[]) - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Set the list of attributes to search in the USER_INFO map when trying
to find the username of the current user.
- setUserMap(Map<String, MultiServerUserRegistry.TransferSimpUser>) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry.UserRegistrySnapshot
-
- setUsername(String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Set the JDBC username to use for connecting through the Driver.
- setUsername(String) - Method in interface org.springframework.jdbc.datasource.embedded.ConnectionProperties
-
Set the username to use to connect to the database.
- setUsername(String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
Set the default username that this adapter should use for retrieving Connections.
- setUsername(String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
-
Set the username that this adapter should use for retrieving Connections.
- setUsername(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set the username for the account at the mail host, if any.
- setUsername(String) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
-
Deprecated.
Set the username that this factory should use to access the remote service.
- setUsername(String) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
-
Set the username that this factory should use to access the remote service.
- setUsername(String) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the username to specify on the stub.
- setUserNameMethod - Variable in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
-
- setUserPrincipal(Principal) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setUserPrincipal(Principal) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setUserProperties(Map<String, Object>) - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient
-
The standard Java WebSocket API allows passing "user properties" to the
server via userProperties
.
- setUserProperties(Map<String, Object>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- setUserRegistryBroadcast(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set a destination to broadcast the content of the local user registry to
and to listen for such broadcasts from other servers.
- setUserSessionRegistry(UserSessionRegistry) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- setUserTransaction(UserTransaction) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set the JTA UserTransaction to use as direct reference.
- setUserTransactionName(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set the JNDI name of the JTA UserTransaction.
- setUserTreePath(String) - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
-
Set the path in the system preferences tree to use for resolving
placeholders.
- setUseSharedPortletConfig(boolean) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
-
Set whether to use the shared PortletConfig object passed in
through setPortletConfig
, if available.
- setUseSharedPortletConfig(boolean) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
-
Set whether to use the shared PortletConfig object passed in
through setPortletConfig
, if available.
- setUseSharedServletConfig(boolean) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
Set whether to use the shared ServletConfig object passed in
through setServletConfig
, if available.
- setUseSoapAction(boolean) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
Set the "soapaction.use" flag to specify on the stub.
- setUseSqlStateForTranslation(boolean) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
Set this property to true for databases that do not provide an error code
but that do provide SQL State (this includes PostgreSQL).
- setUseStrictCasing(boolean) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Set whether to use strict casing for attributes.
- setUseStrictCasing(boolean) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set whether to use strict casing for attributes.
- setUseSuffixPatternMatch(boolean) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Whether to use suffix pattern match (".*") when matching patterns to
requests.
- setUseSuffixPatternMatch(Boolean) - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Whether to use suffix pattern match (".*") when matching patterns to
requests.
- setUseSuffixPatternMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Whether to use suffix pattern match (".*") when matching patterns to
requests.
- setUseTrailingSlashMatch(Boolean) - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Whether to match to URLs irrespective of the presence of a trailing slash.
- setUseTrailingSlashMatch(boolean) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Whether to match to URLs irrespective of the presence of a trailing slash.
- setUseTrailingSlashMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Whether to match to URLs irrespective of the presence of a trailing slash.
- setUseTrailingSlashPatternMatch(boolean) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Whether to match to URLs irrespective of the presence of a trailing slash.
- setUseTransactionAwareDataSource(boolean) - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
-
Deprecated.
Set whether to use a transaction-aware DataSource for the SessionFactory,
i.e.
- setUseWriter(boolean) - Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
-
Specifies whether or not the JRExporter
writes to the PrintWriter
of the associated with the request (true
) or whether it writes directly to the
InputStream
of the request (false
).
- setUseXSITypeAtRoot(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Sets whether this marshaller should output the xsi:type
attribute for the root element.
- setValidateAddresses(boolean) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set whether to validate all addresses which get passed to this helper.
- setValidatedAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
-
Set the 'validated' annotation type.
- setValidateDefinitions(boolean) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
Deprecated.
Set whether to validate the Tiles XML definitions.
- setValidateDefinitions(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
Set whether to validate the Tiles XML definitions.
- setValidateExistingTransaction(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Set whether existing transactions should be validated before participating
in them.
- setValidating(boolean) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Set whether to use XML validation.
- setValidating(boolean) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
-
Set whether to use XML validation.
- setValidating(boolean) - Method in class org.springframework.context.support.GenericXmlApplicationContext
-
Set whether to use XML validation.
- setValidating(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set whether this marshaller should validate in- and outgoing documents.
- setValidating(boolean) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
-
Deprecated.
Set whether this marshaller should validate in- and outgoing documents.
- setValidationEventHandler(ValidationEventHandler) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the JAXB validation event handler.
- setValidationMessageSource(MessageSource) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a custom Spring MessageSource for resolving validation messages,
instead of relying on JSR-303's default "ValidationMessages.properties" bundle
in the classpath.
- setValidationMode(int) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Set the validation mode to use.
- setValidationMode(ValidationMode) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Specify the JPA 2.0 validation mode for this persistence unit,
overriding a value in persistence.xml
if set.
- setValidationMode(ValidationMode) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the JPA 2.0 validation mode for all of this manager's persistence
units, overriding any value in persistence.xml
if set.
- setValidationMode(ValidationMode) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setValidationModeName(String) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Set the validation mode to use by name.
- setValidationProperties(Properties) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify bean validation properties to be passed to the validation provider.
- setValidationPropertyMap(Map<String, String>) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify bean validation properties to be passed to the validation provider as a Map.
- setValidationProviderResolver(ValidationProviderResolver) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a JSR-303 ValidationProviderResolver
for bootstrapping the
provider of choice, as an alternative to META-INF
driven resolution.
- setValidationQuery(String) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
-
Set the SQL query string to use for validation.
- setValidator(Validator) - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
-
Set the Validator instance used for validating @Payload arguments
- setValidator(Validator) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
Set the Validator instance used for validating @Payload arguments
- setValidator(Validator) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide a custom
Validator
instead of the one created by default.
- setValidator(Validator) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
-
Set the JSR-303 Validator to delegate to for validating beans.
- setValidator(Validator) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
-
Set the JSR-303 Validator to delegate to for validating methods.
- setValidator(Validator) - Method in class org.springframework.validation.DataBinder
-
Set the Validator to apply after each binding step.
- setValidator(Validator) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set the Validator to apply after each binding step.
- setValidatorFactory(ValidatorFactory) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
-
Set the JSR-303 ValidatorFactory to delegate to for validating beans,
using its default Validator.
- setValidatorFactory(ValidatorFactory) - Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
-
Set the ValidatorFactory to obtain the target Validator from.
- setValidatorFactory(ValidatorFactory) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
-
Set the JSR-303 ValidatorFactory to delegate to for validating methods,
using its default Validator.
- setValidators(Validator[]) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
- setValue(Object, Object) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
-
- setValue(Object, Object) - Method in class org.springframework.beans.BeanWrapperImpl.BeanPropertyHandler
-
- setValue(Object, Object) - Method in class org.springframework.beans.DirectFieldAccessor.FieldPropertyHandler
-
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
-
- setValue(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Set the value for the constructor argument.
- setValue(String) - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Set the String value.
- setValue(Object) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
-
Convert the given value to a Collection of the target type.
- setValue(Object) - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
-
Convert the given value to a Map of the target type.
- setValue(Object) - Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
-
Coerce a Number value into the required target class, if necessary.
- setValue(Object) - Method in class org.springframework.beans.propertyeditors.PropertiesEditor
-
Take Properties
as-is; convert Map
into Properties
.
- setValue(Object) - Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
-
Treat the given value as a collection or array and convert it to a Resource array.
- setValue(Object, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- setValue(EvaluationContext, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- setValue(EvaluationContext, Object, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
-
- setValue(Object, Object) - Method in class org.springframework.expression.common.LiteralExpression
-
- setValue(EvaluationContext, Object) - Method in class org.springframework.expression.common.LiteralExpression
-
- setValue(EvaluationContext, Object, Object) - Method in class org.springframework.expression.common.LiteralExpression
-
- setValue(Object, Object) - Method in interface org.springframework.expression.Expression
-
Set this expression in the provided context to the value provided.
- setValue(EvaluationContext, Object) - Method in interface org.springframework.expression.Expression
-
Set this expression in the provided context to the value provided.
- setValue(EvaluationContext, Object, Object) - Method in interface org.springframework.expression.Expression
-
Set this expression in the provided context to the value provided.
- setValue(ExpressionState, Object) - Method in class org.springframework.expression.spel.ast.CompoundExpression
-
- setValue(Object) - Method in class org.springframework.expression.spel.ast.Indexer.ArrayIndexingValueRef
-
- setValue(Object) - Method in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
-
- setValue(Object) - Method in class org.springframework.expression.spel.ast.Indexer.MapIndexingValueRef
-
- setValue(Object) - Method in class org.springframework.expression.spel.ast.Indexer.PropertyIndexingValueRef
-
- setValue(ExpressionState, Object) - Method in class org.springframework.expression.spel.ast.Indexer
-
- setValue(Object) - Method in class org.springframework.expression.spel.ast.Indexer.StringIndexingLValue
-
- setValue(Object) - Method in class org.springframework.expression.spel.ast.MethodReference.MethodValueRef
-
- setValue(Object) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
-
- setValue(ExpressionState, Object) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
-
- setValue(ExpressionState, Object) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- setValue(Object) - Method in class org.springframework.expression.spel.ast.ValueRef.NullValueRef
-
- setValue(Object) - Method in interface org.springframework.expression.spel.ast.ValueRef
-
Sets the value this ValueRef points to, it should not require expression component
re-evaluation.
- setValue(Object) - Method in class org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
-
- setValue(ExpressionState, Object) - Method in class org.springframework.expression.spel.ast.VariableReference
-
- setValue(Object) - Method in class org.springframework.expression.spel.ast.VariableReference.VariableRef
-
- setValue(ExpressionState, Object) - Method in interface org.springframework.expression.spel.SpelNode
-
Evaluate the expression to a node and then set the new value on that node.
- setValue(Object, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- setValue(EvaluationContext, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- setValue(EvaluationContext, Object, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
- setValue(Object) - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Modify the POJO to serialize.
- setValue(PreparedStatement, int, int, String, Integer, Object) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
-
- setValue(PreparedStatement, int) - Method in interface org.springframework.jdbc.support.SqlValue
-
Set the value on the given PreparedStatement.
- setValue(PreparedStatement, int) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler.AbstractJdbc4SqlXmlValue
-
- setValue(Object) - Method in class org.springframework.mock.web.HeaderValueHolder
-
- setValue(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- setValue(Object) - Method in class org.springframework.remoting.support.RemoteInvocationResult
-
Set the result value returned by a successful invocation of the
target method, if any.
- setValue(V) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
-
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- setValue(Object) - Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
-
- setValue(Object) - Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
-
- setValue(Object) - Method in class org.springframework.web.servlet.tags.ArgumentTag
-
Set the value of the argument (optional).
- setValue(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
-
Set the value of the 'value
' attribute.
- setValue(String) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Set the value of the 'value
' attribute.
- setValue(Object) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Set the 'value' attribute of the rendered HTML <option>
tag.
- setValue(String) - Method in class org.springframework.web.servlet.tags.Param
-
Set the raw value of the parameter
- setValue(String) - Method in class org.springframework.web.servlet.tags.ParamTag
-
Set the value of the parameter (optional).
- setValue(Object) - Method in class org.springframework.web.servlet.tags.TransformTag
-
Set the value to transform, using the appropriate PropertyEditor
from the enclosing BindTag.
- setValue(String) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Sets the value of the URL
- setValueAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
-
Set the 'value' annotation type, to be used on fields, method parameters
and constructor parameters.
- setValues(PreparedStatement) - Method in class org.springframework.jdbc.core.ArgumentPreparedStatementSetter
-
- setValues(PreparedStatement) - Method in class org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
-
- setValues(PreparedStatement, int) - Method in interface org.springframework.jdbc.core.BatchPreparedStatementSetter
-
Set parameter values on the given PreparedStatement.
- setValues(PreparedStatement, T) - Method in interface org.springframework.jdbc.core.ParameterizedPreparedStatementSetter
-
Set parameter values on the given PreparedStatement.
- setValues(PreparedStatement) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
-
- setValues(PreparedStatement) - Method in interface org.springframework.jdbc.core.PreparedStatementSetter
-
Set parameter values on the given PreparedStatement.
- setValues(PreparedStatement, int) - Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
-
- setValues(PreparedStatement, LobCreator) - Method in class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
-
Set values on the given PreparedStatement, using the given
LobCreator for BLOB/CLOB arguments.
- setValues(String, String[]) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- setValueSeparator(String) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Specify the separating character between the placeholder variable
and the associated default value, or null
if no such
special character should be processed as a value separator.
- setValueSeparator(String) - Method in class org.springframework.core.env.AbstractEnvironment
-
- setValueSeparator(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
Specify the separating character between the placeholders replaced by this
resolver and their associated default value, or null
if no such
special character should be processed as a value separator.
- setValueSeparator(String) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
-
Specify the separating character between the placeholders replaced by this
resolver and their associated default value, or null
if no such
special character should be processed as a value separator.
- setValuesIfAvailable(PreparedStatement, int) - Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
-
Check for available values and set them on the given PreparedStatement.
- setValueTypeName(String) - Method in class org.springframework.beans.factory.support.ManagedMap
-
Set the default value type name (class name) to be used for this map.
- setVar(String) - Method in class org.springframework.web.servlet.tags.EvalTag
-
Set the variable name to expose the evaluation result under.
- setVar(String) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set PageContext attribute name under which to expose
a variable that contains the resolved message.
- setVar(String) - Method in class org.springframework.web.servlet.tags.TransformTag
-
Set PageContext attribute name under which to expose
a variable that contains the result of the transformation.
- setVar(String) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Set the variable name to expose the URL under.
- setVariable(String, Object) - Method in interface org.springframework.expression.EvaluationContext
-
Set a named variable within this evaluation context to a specified value.
- setVariable(String, Object) - Method in class org.springframework.expression.spel.ExpressionState
-
- setVariable(String, Object) - Method in class org.springframework.expression.spel.ExpressionState.VariableScope
-
- setVariable(String, Object) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setVariables(Map<String, Object>) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setVary(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the request header names (e.g.
- setVaryByRequestHeaders(String...) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Configure one or more request header names (e.g.
- setVelocityEngine(VelocityEngine) - Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
-
Deprecated.
Set a pre-configured VelocityEngine to use for the Velocity web
configuration: e.g.
- setVelocityEngine(VelocityEngine) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Deprecated.
Set the VelocityEngine to be used by this view.
- setVelocityProperties(Properties) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
-
Deprecated.
Set Velocity properties, like "file.resource.loader.path".
- setVelocityPropertiesMap(Map<String, Object>) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
-
Deprecated.
Set Velocity properties as Map, to allow for non-String values
like "ds.resource.loader.instance".
- setVersion(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- setView(Object) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Set a View object to be used by the DispatcherServlet.
- setView(Object) - Method in class org.springframework.web.portlet.ModelAndView
-
Set a View object for this ModelAndView.
- setView(View) - Method in class org.springframework.web.servlet.ModelAndView
-
Set a View object for this ModelAndView.
- setView(View) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
-
Set a View object for the ModelAndView to return.
- setViewClass(Class<?>) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the view class that should be used to create views.
- setViewName(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Set a view name to be resolved by the DispatcherServlet via a ViewResolver.
- setViewName(String) - Method in class org.springframework.web.portlet.ModelAndView
-
Set a view name for this ModelAndView, to be resolved by the
DispatcherPortlet via a ViewResolver.
- setViewName(String) - Method in class org.springframework.web.portlet.mvc.ParameterizableViewController
-
Set the name of the view to delegate to.
- setViewName(String) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
-
Set the view name to return.
- setViewName(String) - Method in class org.springframework.web.servlet.ModelAndView
-
Set a view name for this ModelAndView, to be resolved by the
DispatcherServlet via a ViewResolver.
- setViewName(String) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
-
Set a view name for the ModelAndView to return, to be resolved by the
DispatcherServlet via a ViewResolver.
- setViewNames(String...) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the view names (or name patterns) that can be handled by this
ViewResolver
.
- setViewRendererUrl(String) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Set the URL to the ViewRendererServlet.
- setViewResolvers(ViewResolver...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
- setViewResolvers(List<ViewResolver>) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
Sets the view resolvers to be wrapped by this view resolver.
- setViewResolvers(List<ViewResolver>) - Method in class org.springframework.web.servlet.view.ViewResolverComposite
-
Set the list of view viewResolvers to delegate to.
- setVirtualHost(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the value of the "host" header to use in STOMP CONNECT frames.
- setVirtualHost(String) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the value of the "host" header to use in STOMP CONNECT frames.
- setWaitForJobsToCompleteOnShutdown(boolean) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set whether to wait for running jobs to complete on shutdown.
- setWaitForJobsToCompleteOnShutdown(boolean) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
-
Set whether to wait for running jobs to complete on shutdown.
- setWaitForTasksToCompleteOnShutdown(boolean) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Set whether to wait for scheduled tasks to complete on shutdown,
not interrupting running tasks and executing all tasks in the queue.
- setWarnLogCategory(String) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
-
Set the log category for warn logging.
- setWarnLogCategory(String) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Set the log category for warn logging.
- setWebAppRootSystemProperty(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Set a system property to the web application root directory.
- setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Specify a WebBindingInitializer which will apply pre-configured
configuration to every DataBinder that this controller uses.
- setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Specify a WebBindingInitializer which will apply pre-configured
configuration to every DataBinder that this controller uses.
- setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Provide a WebBindingInitializer with "global" initialization to apply
to every DataBinder instance.
- setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Deprecated.
Specify a WebBindingInitializer which will apply pre-configured
configuration to every DataBinder that this controller uses.
- setWebClient(WebClient) - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
-
- setWebConnection(WebConnection) - Method in class org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
-
Set the WebConnection
to be used with the WebClient
.
- setWebServiceFeatures(Object[]) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
- setWebServiceFeatures(Object[]) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
- setWebSocketContainer(WebSocketContainer) - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
-
- setWebSocketContainer(WebSocketContainer) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- setWebSocketEnabled(boolean) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
Some load balancers don't support WebSocket.
- setWebSocketEnabled(boolean) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Some load balancers do not support WebSocket.
- setWhenExhaustedAction(byte) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
Set the action to take when the pool is exhausted.
- setWhenExhaustedActionName(String) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
Deprecated.
Set the action to take when the pool is exhausted.
- setWhitespacePreserve(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set whether the Castor Unmarshaller
should preserve "ignorable" whitespace.
- setWindowID(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setWindowState(WindowState) - Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- setWindowState(WindowState) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setWindowState(WindowState) - Method in class org.springframework.mock.web.portlet.MockPortletURL
-
- setWindowState(WindowState) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- setWorkingDirSystemProperty(String) - Static method in class org.springframework.util.Log4jConfigurer
-
Deprecated.
Set the specified system property to the current working directory.
- setWorkListener(WorkListener) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
Specify a JCA 1.5 WorkListener to apply, if any.
- setWorkListener(WorkListener) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
Specify a CommonJ WorkListener to apply, if any.
- setWorkManager(WorkManager) - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
-
Specify the JCA WorkManager to use for bootstrapping the ResourceAdapter.
- setWorkManager(WorkManager) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
Specify the JCA WorkManager instance to delegate to.
- setWorkManager(WorkManager) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
Specify the CommonJ WorkManager to delegate to.
- setWorkManagerMBeanName(String) - Method in class org.springframework.jca.work.jboss.JBossWorkManagerTaskExecutor
-
Deprecated.
Identify a specific JBossWorkManagerMBean to talk to,
through its JMX object name.
- setWorkManagerName(String) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
Set the JNDI name of the JCA WorkManager.
- setWorkManagerName(String) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
Set the JNDI name of the CommonJ WorkManager.
- setWrapAsLob(boolean) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
Specify whether to submit a byte array / String to the JDBC driver
wrapped in a JDBC Blob / Clob object, using the JDBC setBlob
/
setClob
method with a Blob / Clob argument.
- setWrappedInstance(Object) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
Switch the target object, replacing the cached introspection results only
if the class of the new object is different to that of the replaced object.
- setWrappedInstance(Object, String, Object) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
Switch the target object, replacing the cached introspection results only
if the class of the new object is different to that of the replaced object.
- setWrappedInstance(Object, String, Object) - Method in class org.springframework.beans.BeanWrapperImpl
-
- setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
Indicates whether the Accept-Charset
should be written to any outgoing request.
- setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
Indicates whether the Accept-Charset
should be written to any outgoing request.
- setWriteMethod(Method) - Method in class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- setWriteMethod(Method) - Method in class org.springframework.beans.ExtendedBeanInfo.SimplePropertyDescriptor
-
- setWriterAccessAllowed(boolean) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setWriteTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Sets the underlying write timeout in milliseconds.
- setWriteTimeout(int) - Method in class org.springframework.http.client.OkHttpClientHttpRequestFactory
-
Sets the underlying write timeout in milliseconds.
- setWriteWeakETag(boolean) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
Set whether the ETag value written to the response should be weak, as per RFC 7232.
- setWsdlDocumentResource(Resource) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the WSDL document URL as a
Resource
.
- setWsdlDocumentUrl(URL) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the URL of the WSDL document that describes the service.
- setXaTerminator(XATerminator) - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
-
Specify the JCA XATerminator to use for bootstrapping the ResourceAdapter.
- setXhrStreamingDisabled(boolean) - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
-
An XhrTransport
can support both the "xhr_streaming" and "xhr"
SockJS server transports.
- setXmlOptions(XmlOptions) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
-
Deprecated.
Set the XmlOptions
.
- setXMLReader(XMLReader) - Method in class org.springframework.oxm.support.MarshallingSource
-
Throws a UnsupportedOperationException
.
- setXMLReader(XMLReader) - Method in class org.springframework.util.xml.StaxSource
-
Throws an UnsupportedOperationException
.
- ShadowingClassLoader - Class in org.springframework.instrument.classloading
-
ClassLoader decorator that shadows an enclosing ClassLoader,
applying registered transformers to all affected classes.
- ShadowingClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.ShadowingClassLoader
-
- ShadowingClassLoader(ClassLoader, boolean) - Constructor for class org.springframework.instrument.classloading.ShadowingClassLoader
-
Create a new ShadowingClassLoader, decorating the given ClassLoader.
- shadowMatchCache - Variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- shallowCopyFieldState(WebappClassLoader, WebappClassLoader) - Static method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
-
- shallowCopyFieldState(Object, Object) - Static method in class org.springframework.util.ReflectionUtils
-
Given the source object and the destination, which must be the same class
or a subclass, copy all fields, including inherited fields.
- ShallowEtagHeaderFilter - Class in org.springframework.web.filter
-
javax.servlet.Filter
that generates an ETag
value based on the
content on the response.
- ShallowEtagHeaderFilter() - Constructor for class org.springframework.web.filter.ShallowEtagHeaderFilter
-
- ShallowEtagHeaderFilter.HttpStreamingAwareContentCachingResponseWrapper - Class in org.springframework.web.filter
-
- shareableResources - Variable in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
JNDI names of resources that are known to be shareable, i.e.
- shared - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
-
- shared - Variable in class org.springframework.orm.jpa.support.SharedEntityManagerBean
-
- shared - Variable in class org.springframework.scheduling.commonj.TimerManagerAccessor
-
- SHARED_CACHE_MODE - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
-
- sharedCacheMode - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
- sharedCacheMode - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- sharedConnection - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
- sharedConnectionEnabled() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Return whether a shared JMS Connection should be maintained
by this container base class.
- sharedConnectionEnabled() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Use a shared JMS Connection depending on the "cacheLevel" setting.
- sharedConnectionEnabled() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
Always use a shared JMS Connection.
- SharedConnectionInvocationHandler() - Constructor for class org.springframework.jms.connection.SingleConnectionFactory.SharedConnectionInvocationHandler
-
- sharedConnectionMonitor - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
- SharedConnectionNotInitializedException(String) - Constructor for exception org.springframework.jms.listener.AbstractJmsListeningContainer.SharedConnectionNotInitializedException
-
Create a new SharedConnectionNotInitializedException.
- sharedConnectionStarted - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
- sharedEngine - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
- sharedEngine - Variable in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
- SharedEntityManagerBean - Class in org.springframework.orm.jpa.support
-
FactoryBean
that exposes a shared JPA
javax.persistence.EntityManager
reference for a given EntityManagerFactory.
- SharedEntityManagerBean() - Constructor for class org.springframework.orm.jpa.support.SharedEntityManagerBean
-
- SharedEntityManagerCreator - Class in org.springframework.orm.jpa
-
Delegate for creating a shareable JPA javax.persistence.EntityManager
reference for a given javax.persistence.EntityManagerFactory
.
- SharedEntityManagerCreator() - Constructor for class org.springframework.orm.jpa.SharedEntityManagerCreator
-
- SharedEntityManagerCreator.DeferredQueryInvocationHandler - Class in org.springframework.orm.jpa
-
Invocation handler that handles deferred Query objects created by
non-transactional createQuery invocations on a shared EntityManager.
- SharedEntityManagerCreator.SharedEntityManagerInvocationHandler - Class in org.springframework.orm.jpa
-
Invocation handler that delegates all calls to the current
transactional EntityManager, if any; else, it will fall back
to a newly created EntityManager per operation.
- SharedEntityManagerInvocationHandler(EntityManagerFactory, Map<?, ?>, boolean) - Constructor for class org.springframework.orm.jpa.SharedEntityManagerCreator.SharedEntityManagerInvocationHandler
-
- sharedInstance - Static variable in class org.springframework.core.convert.support.DefaultConversionService
-
- sharedPreparers - Variable in class org.springframework.web.servlet.view.tiles2.SimpleSpringPreparerFactory
-
Deprecated.
Cache of shared ViewPreparer instances: bean name -> bean instance
- sharedPreparers - Variable in class org.springframework.web.servlet.view.tiles3.SimpleSpringPreparerFactory
-
Cache of shared ViewPreparer instances: bean name -> bean instance
- shift - Variable in class org.springframework.util.ConcurrentReferenceHashMap
-
The shift value used to calculate the size of the segments array and an index from the hash.
- SHORT - Static variable in class org.springframework.asm.Frame
-
The SHORT type.
- SHORT - Static variable in class org.springframework.asm.Type
-
The sort of the short type.
- SHORT_INSN - Static variable in class org.springframework.asm.ClassWriter
-
The type of instructions with an signed short argument.
- SHORT_TYPE - Static variable in class org.springframework.asm.Type
-
The short type.
- shortcut - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.ShortcutDependencyDescriptor
-
- ShortcutDependencyDescriptor(DependencyDescriptor, String, Class<?>) - Constructor for class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.ShortcutDependencyDescriptor
-
- shortSummary() - Method in class org.springframework.util.StopWatch
-
Return a short description of the total running time.
- shouldApplyTo(PortletRequest, Object) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
-
Check whether this resolver is supposed to apply to the given handler.
- shouldApplyTo(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Check whether this resolver is supposed to apply to the given handler.
- shouldApplyTo(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
-
Checks if the handler is a
HandlerMethod
and then delegates to the
base class implementation of
#shouldApplyTo(HttpServletRequest, Object)
passing the bean of the
HandlerMethod
.
- shouldBuffer(URI, HttpMethod) - Method in class org.springframework.http.client.BufferingClientHttpRequestFactory
-
Indicates whether the request/response exchange for the given URI and method
should be buffered in memory.
- shouldClose(Connection) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
This is a single Connection: Do not close it when returning to the "pool".
- shouldClose(Connection) - Method in interface org.springframework.jdbc.datasource.SmartDataSource
-
Should we close this Connection, obtained from this DataSource?
- shouldCommitAfterNoMessageReceived(Session) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Determine whether to trigger a commit after no message has been received.
- shouldCommitOnGlobalRollbackOnly() - Method in class org.springframework.orm.jdo.JdoTransactionManager
-
This implementation returns "true": a JDO commit will properly handle
transactions that have been marked rollback-only at a global level.
- shouldCommitOnGlobalRollbackOnly() - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
This implementation returns "true": a JPA commit will properly handle
transactions that have been marked rollback-only at a global level.
- shouldCommitOnGlobalRollbackOnly() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
This implementation returns "true": a JTA commit will properly handle
transactions that have been marked rollback-only at a global level.
- shouldCommitOnGlobalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Return whether to call doCommit
on a transaction that has been
marked as rollback-only in a global fashion.
- shouldFireEvents() - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
Determine whether this parser is supposed to fire a
BeanComponentDefinition
event after parsing the bean definition.
- shouldGenerateId() - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
Should an ID be generated instead of read from the passed in Element
?
- shouldGenerateId() - Method in class org.springframework.context.config.AbstractPropertyLoadingBeanDefinitionParser
-
- shouldGenerateId() - Method in class org.springframework.jdbc.config.InitializeDatabaseBeanDefinitionParser
-
- shouldGenerateId() - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
-
- shouldGenerateIdAsFallback() - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
Should an ID be generated instead if the passed in Element
does not
specify an "id" attribute explicitly?
- shouldGenerateIdAsFallback() - Method in class org.springframework.jdbc.config.EmbeddedDatabaseBeanDefinitionParser
-
- shouldGenerateIdAsFallback() - Method in class org.springframework.scripting.config.ScriptBeanDefinitionParser
-
Scripted beans may be anonymous as well.
- shouldHandle(ApplicationEvent, Object[]) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
- shouldIgnoreDefaultJndiEnvironment - Static variable in class org.springframework.jndi.JndiLocatorDelegate
-
- shouldIgnoreGetParameterType - Static variable in class org.springframework.jdbc.core.StatementCreatorUtils
-
- shouldIntrospectorIgnoreBeaninfoClasses - Static variable in class org.springframework.beans.CachedIntrospectionResults
-
- shouldInvokeOnReturnValueOf(Method, Object) - Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
-
Following AspectJ semantics, if a returning clause was specified, then the
advice is only invoked if the returned value is an instance of the given
returning type and generic type parameters, if any, match the assignment
rules.
- shouldInvokeOnThrowing(Throwable) - Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
-
In AspectJ semantics, after throwing advice that specifies a throwing clause
is only invoked if the thrown exception is a subtype of the given throwing type.
- shouldLog(HttpServletRequest) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
- shouldLog(HttpServletRequest) - Method in class org.springframework.web.filter.CommonsRequestLoggingFilter
-
- shouldNotFilter(HttpServletRequest) - Method in class org.springframework.web.filter.ForwardedHeaderFilter
-
- shouldNotFilter(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
-
Can be overridden in subclasses for custom filtering control,
returning true
to avoid filtering of the given request.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
-
Deprecated.
Returns "false" so that the filter may re-bind the opened Hibernate
Session
to each asynchronously dispatched thread and postpone
closing it until the very last asynchronous dispatch.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
-
Returns "false" so that the filter may re-bind the opened Hibernate
Session
to each asynchronously dispatched thread and postpone
closing it until the very last asynchronous dispatch.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
-
Returns "false" so that the filter may re-bind the opened Hibernate
Session
to each asynchronously dispatched thread and postpone
closing it until the very last asynchronous dispatch.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
-
Returns "false" so that the filter may re-bind the opened PersistenceManager
to each asynchronously dispatched thread and postpone closing it until the very
last asynchronous dispatch.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
-
Returns "false" so that the filter may re-bind the opened EntityManager
to each asynchronously dispatched thread and postpone closing it until the very
last asynchronous dispatch.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
The default value is "false" so that the filter may log a "before" message
at the start of request processing and an "after" message at the end from
when the last asynchronously dispatched thread is exiting.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.ForwardedHeaderFilter
-
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.OncePerRequestFilter
-
The dispatcher type javax.servlet.DispatcherType.ASYNC
introduced
in Servlet 3.0 means a filter can be invoked in more than one thread
over the course of a single request.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.RequestContextFilter
-
Returns "false" so that the filter may set up the request context in each
asynchronously dispatched thread.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
The default value is false
so that the filter may delay the generation
of an ETag until the last asynchronously dispatched thread.
- shouldNotFilterErrorDispatch() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
-
Deprecated.
Returns "false" so that the filter may provide a Hibernate
Session
to each error dispatches.
- shouldNotFilterErrorDispatch() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
-
Returns "false" so that the filter may provide a Hibernate
Session
to each error dispatches.
- shouldNotFilterErrorDispatch() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
-
Returns "false" so that the filter may provide a Hibernate
Session
to each error dispatches.
- shouldNotFilterErrorDispatch() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
-
Returns "false" so that the filter may provide an PersistenceManager
to each error dispatches.
- shouldNotFilterErrorDispatch() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
-
Returns "false" so that the filter may provide an EntityManager
to each error dispatches.
- shouldNotFilterErrorDispatch() - Method in class org.springframework.web.filter.ForwardedHeaderFilter
-
- shouldNotFilterErrorDispatch() - Method in class org.springframework.web.filter.OncePerRequestFilter
-
Whether to filter error dispatches such as when the servlet container
processes and error mapped in web.xml
.
- shouldNotFilterErrorDispatch() - Method in class org.springframework.web.filter.RequestContextFilter
-
Returns "false" so that the filter may set up the request context in an
error dispatch.
- shouldNotSend() - Method in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
-
- shouldObtainFixedConnection(DataSource) - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
-
Determine whether to obtain a fixed target Connection for the proxy
or to reobtain the target Connection for each operation.
- shouldParseNameAsAliases() - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
Determine whether the element's "name" attribute should get parsed as
bean definition aliases, i.e.
- shouldParsePath() - Method in class org.springframework.web.util.DefaultUriTemplateHandler
-
Whether the handler is configured to parse the path into path segments.
- shouldProxyTargetClass(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Determine whether the given bean should be proxied with its target class rather than its interfaces.
- shouldProxyTargetClass(ConfigurableListableBeanFactory, String) - Static method in class org.springframework.aop.framework.autoproxy.AutoProxyUtils
-
Determine whether the given bean should be proxied with its target
class rather than its interfaces.
- shouldReleaseAfterCompletion(PersistenceManagerHolder) - Method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils.PersistenceManagerSynchronization
-
- shouldReleaseAfterCompletion(H) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
-
Return whether this holder's resource should be released after
transaction completion (true
).
- shouldReleaseBeforeCompletion() - Method in class org.springframework.jms.connection.ConnectionFactoryUtils.JmsResourceSynchronization
-
- shouldReleaseBeforeCompletion() - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
-
- shouldReleaseBeforeCompletion() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
-
Return whether this holder's resource should be released before
transaction completion (true
) or rather after
transaction completion (false
).
- shouldRemoveSemicolonContent() - Method in class org.springframework.web.util.UrlPathHelper
-
Whether configured to remove ";" (semicolon) content from the request URI.
- shouldRemoveTrailingServletPathSlash(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
- shouldRender() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
Should rendering of this tag proceed at all.
- shouldRender() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Should rendering of this tag proceed at all?
- shouldRescheduleInvoker(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Determine whether the current invoker should be rescheduled,
given that it might not have received a message in a while.
- shouldShadow(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
-
Determine whether the given class should be excluded from shadowing.
- shouldSkip(Class<?>, String) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
-
- shouldSkip(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Subclasses should override this method to return true
if the
given bean should not be considered for auto-proxying by this post-processor.
- shouldSkip(ConfigurableListableBeanFactory, String) - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
-
Check whether the given bean definition is not subject to the annotation-based
required property check as performed by this post-processor.
- shouldSkip(AnnotatedTypeMetadata) - Method in class org.springframework.context.annotation.ConditionEvaluator
-
Determine if an item should be skipped based on @Conditional
annotations.
- shouldSkip(AnnotatedTypeMetadata, ConfigurationCondition.ConfigurationPhase) - Method in class org.springframework.context.annotation.ConditionEvaluator
-
Determine if an item should be skipped based on @Conditional
annotations.
- shouldSkip(ConfigurationClass) - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.TrackedConditionEvaluator
-
- shouldStop(Connection) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
-
- shouldStop(Connection) - Method in interface org.springframework.jms.connection.SmartConnectionFactory
-
Should we stop the Connection, obtained from this ConnectionFactory?
- shouldStopConnections - Variable in class org.springframework.jms.connection.DelegatingConnectionFactory
-
- shouldSuppressCors() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
- shouldUnbindAtCompletion() - Method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils.PersistenceManagerSynchronization
-
- shouldUnbindAtCompletion() - Method in class org.springframework.orm.jpa.EntityManagerFactoryUtils.TransactionalEntityManagerSynchronization
-
- shouldUnbindAtCompletion() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
-
Return whether this holder should be unbound at completion
(or should rather be left bound to the thread after the transaction).
- showPassword - Variable in class org.springframework.web.servlet.tags.form.PasswordInputTag
-
- showSql - Variable in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
- shutdown() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
-
- shutdown(DataSource, String) - Method in class org.springframework.jdbc.datasource.embedded.AbstractEmbeddedDatabaseConfigurer
-
- shutdown(DataSource, String) - Method in class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
-
- shutdown() - Method in interface org.springframework.jdbc.datasource.embedded.EmbeddedDatabase
-
Shut down this embedded database.
- shutdown(DataSource, String) - Method in interface org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurer
-
Shut down the embedded database instance that backs the supplied DataSource
.
- shutdown() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
-
- shutdown() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
- shutdown() - Method in class org.springframework.messaging.simp.stomp.Reactor2TcpStompClient
-
Shut down the client and release resources.
- shutdown() - Method in class org.springframework.messaging.tcp.reactor.Reactor2TcpClient
-
- shutdown() - Method in interface org.springframework.messaging.tcp.TcpOperations
-
Shut down and close any open connections.
- shutdown() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Perform a shutdown on the underlying ExecutorService.
- shutdown(boolean) - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
-
- SHUTDOWN_METHOD_NAME - Static variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
-
- shutdownDatabase() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Hook to shutdown the embedded database.
- shutdownDelay - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
- shutdownDelay - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
- shutdownHook - Variable in class org.springframework.context.support.AbstractApplicationContext
-
Reference to the JVM shutdown hook, if registered
- shutdownLogging() - Static method in class org.springframework.util.Log4jConfigurer
-
Deprecated.
Shut down log4j, properly releasing all file locks.
- shutdownLogging(ServletContext) - Static method in class org.springframework.web.util.Log4jWebConfigurer
-
Deprecated.
Shut down log4j, properly releasing all file locks
and resetting the web app root system property.
- shutdownNow() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
-
- signature - Variable in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
Lazily initialized signature object
- signature - Variable in class org.springframework.asm.ClassWriter
-
The constant pool item that contains the signature of this class.
- signature - Variable in class org.springframework.asm.FieldWriter
-
The index of the constant pool item that contains the signature of this
field.
- signature - Variable in class org.springframework.asm.MethodWriter
-
The signature of this method.
- signatureCache - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
-
- SIGNATURES - Static variable in class org.springframework.asm.ClassReader
-
True to enable signatures support.
- SimpAnnotationMethodMessageHandler - Class in org.springframework.messaging.simp.annotation.support
-
- SimpAnnotationMethodMessageHandler(SubscribableChannel, MessageChannel, SimpMessageSendingOperations) - Constructor for class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
Create an instance of SimpAnnotationMethodMessageHandler with the given
message channels and broker messaging template.
- simpAnnotationMethodMessageHandler() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
-
- SimpAttributes - Class in org.springframework.messaging.simp
-
A wrapper class for access to attributes associated with a SiMP session
(e.g.
- SimpAttributes(String, Map<String, Object>) - Constructor for class org.springframework.messaging.simp.SimpAttributes
-
Constructor wrapping the given session attributes map.
- SimpAttributesContextHolder - Class in org.springframework.messaging.simp
-
Holder class to expose SiMP attributes associated with a session (e.g.
- SimpAttributesContextHolder() - Constructor for class org.springframework.messaging.simp.SimpAttributesContextHolder
-
- SIMPLE_CONTROLLER_HANDLER_ADAPTER_BEAN_NAME - Static variable in class org.springframework.web.servlet.config.MvcNamespaceUtils
-
- SimpleAliasRegistry - Class in org.springframework.core
-
- SimpleAliasRegistry() - Constructor for class org.springframework.core.SimpleAliasRegistry
-
- SimpleAnnotationProcessor() - Constructor for class org.springframework.core.annotation.AnnotatedElementUtils.SimpleAnnotationProcessor
-
- SimpleAnnotationProcessor(boolean) - Constructor for class org.springframework.core.annotation.AnnotatedElementUtils.SimpleAnnotationProcessor
-
- SimpleApplicationEventMulticaster - Class in org.springframework.context.event
-
- SimpleApplicationEventMulticaster() - Constructor for class org.springframework.context.event.SimpleApplicationEventMulticaster
-
Create a new SimpleApplicationEventMulticaster.
- SimpleApplicationEventMulticaster(BeanFactory) - Constructor for class org.springframework.context.event.SimpleApplicationEventMulticaster
-
Create a new SimpleApplicationEventMulticaster for the given BeanFactory.
- SimpleAspectInstanceFactory - Class in org.springframework.aop.aspectj
-
- SimpleAspectInstanceFactory(Class<?>) - Constructor for class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
-
Create a new SimpleAspectInstanceFactory for the given aspect class.
- SimpleAsyncTaskExecutor - Class in org.springframework.core.task
-
TaskExecutor
implementation that fires up a new Thread for each task,
executing it asynchronously.
- SimpleAsyncTaskExecutor() - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Create a new SimpleAsyncTaskExecutor with default thread name prefix.
- SimpleAsyncTaskExecutor(String) - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Create a new SimpleAsyncTaskExecutor with the given thread name prefix.
- SimpleAsyncTaskExecutor(ThreadFactory) - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Create a new SimpleAsyncTaskExecutor with the given external thread factory.
- SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter - Class in org.springframework.core.task
-
Subclass of the general ConcurrencyThrottleSupport class,
making beforeAccess()
and afterAccess()
visible to the surrounding class.
- SimpleAsyncTaskExecutor.ConcurrencyThrottlingRunnable - Class in org.springframework.core.task
-
This Runnable calls afterAccess()
after the
target Runnable has finished its execution.
- SimpleAsyncUncaughtExceptionHandler - Class in org.springframework.aop.interceptor
-
- SimpleAsyncUncaughtExceptionHandler() - Constructor for class org.springframework.aop.interceptor.SimpleAsyncUncaughtExceptionHandler
-
- SimpleAutowireCandidateResolver - Class in org.springframework.beans.factory.support
-
- SimpleAutowireCandidateResolver() - Constructor for class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
-
- SimpleBeanDefinitionRegistry - Class in org.springframework.beans.factory.support
-
- SimpleBeanDefinitionRegistry() - Constructor for class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
-
- SimpleBeanFactoryAwareAspectInstanceFactory - Class in org.springframework.aop.config
-
- SimpleBeanFactoryAwareAspectInstanceFactory() - Constructor for class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
-
- SimpleBeanTargetSource - Class in org.springframework.aop.target
-
Simple
TargetSource
implementation,
freshly obtaining the specified target bean from its containing
Spring
BeanFactory
.
- SimpleBeanTargetSource() - Constructor for class org.springframework.aop.target.SimpleBeanTargetSource
-
- SimpleBootstrapContext - Class in org.springframework.jca.support
-
Simple implementation of the JCA 1.5 javax.resource.spi.BootstrapContext
interface, used for bootstrapping a JCA ResourceAdapter in a local environment.
- SimpleBootstrapContext(WorkManager) - Constructor for class org.springframework.jca.support.SimpleBootstrapContext
-
Create a new SimpleBootstrapContext for the given WorkManager,
with no XATerminator available.
- SimpleBootstrapContext(WorkManager, XATerminator) - Constructor for class org.springframework.jca.support.SimpleBootstrapContext
-
Create a new SimpleBootstrapContext for the given WorkManager and XATerminator.
- SimpleBrokerMessageHandler - Class in org.springframework.messaging.simp.broker
-
A "simple" message broker that recognizes the message types defined in
SimpMessageType
, keeps track of subscriptions with the help of a
SubscriptionRegistry
and sends messages to subscribers.
- SimpleBrokerMessageHandler(SubscribableChannel, MessageChannel, SubscribableChannel, Collection<String>) - Constructor for class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
Create a SimpleBrokerMessageHandler instance with the given message channels
and destination prefixes.
- simpleBrokerMessageHandler() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
-
- SimpleBrokerMessageHandler.HeartbeatTask - Class in org.springframework.messaging.simp.broker
-
- SimpleBrokerMessageHandler.SessionInfo - Class in org.springframework.messaging.simp.broker
-
- simpleBrokerRegistration - Variable in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
- SimpleBrokerRegistration - Class in org.springframework.messaging.simp.config
-
- SimpleBrokerRegistration(SubscribableChannel, MessageChannel, String[]) - Constructor for class org.springframework.messaging.simp.config.SimpleBrokerRegistration
-
- SimpleBufferingAsyncClientHttpRequest - Class in org.springframework.http.client
-
ClientHttpRequest
implementation that uses
standard JDK facilities to execute buffered requests.
- SimpleBufferingAsyncClientHttpRequest(HttpURLConnection, boolean, AsyncListenableTaskExecutor) - Constructor for class org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest
-
- SimpleBufferingClientHttpRequest - Class in org.springframework.http.client
-
ClientHttpRequest
implementation that uses standard JDK facilities to
execute buffered requests.
- SimpleBufferingClientHttpRequest(HttpURLConnection, boolean) - Constructor for class org.springframework.http.client.SimpleBufferingClientHttpRequest
-
- SimpleBurlapServiceExporter - Class in org.springframework.remoting.caucho
-
- SimpleBurlapServiceExporter() - Constructor for class org.springframework.remoting.caucho.SimpleBurlapServiceExporter
-
Deprecated.
- SimpleCacheErrorHandler - Class in org.springframework.cache.interceptor
-
A simple
CacheErrorHandler
that does not handle the
exception at all, simply throwing it back at the client.
- SimpleCacheErrorHandler() - Constructor for class org.springframework.cache.interceptor.SimpleCacheErrorHandler
-
- SimpleCacheManager - Class in org.springframework.cache.support
-
Simple cache manager working against a given collection of caches.
- SimpleCacheManager() - Constructor for class org.springframework.cache.support.SimpleCacheManager
-
- SimpleCacheResolver - Class in org.springframework.cache.interceptor
-
- SimpleCacheResolver() - Constructor for class org.springframework.cache.interceptor.SimpleCacheResolver
-
- SimpleCacheResolver(CacheManager) - Constructor for class org.springframework.cache.interceptor.SimpleCacheResolver
-
- SimpleCallableStatementCreator(String) - Constructor for class org.springframework.jdbc.core.JdbcTemplate.SimpleCallableStatementCreator
-
- SimpleClientHttpRequestFactory - Class in org.springframework.http.client
-
- SimpleClientHttpRequestFactory() - Constructor for class org.springframework.http.client.SimpleClientHttpRequestFactory
-
- SimpleClientHttpResponse - Class in org.springframework.http.client
-
- SimpleClientHttpResponse(HttpURLConnection) - Constructor for class org.springframework.http.client.SimpleClientHttpResponse
-
- SimpleCommandLineArgsParser - Class in org.springframework.core.env
-
Parses a
String[]
of command line arguments in order to populate a
CommandLineArgs
object.
- SimpleCommandLineArgsParser() - Constructor for class org.springframework.core.env.SimpleCommandLineArgsParser
-
- SimpleCommandLinePropertySource - Class in org.springframework.core.env
-
- SimpleCommandLinePropertySource(String...) - Constructor for class org.springframework.core.env.SimpleCommandLinePropertySource
-
Create a new SimpleCommandLinePropertySource
having the default name
and backed by the given String[]
of command line arguments.
- SimpleCommandLinePropertySource(String, String[]) - Constructor for class org.springframework.core.env.SimpleCommandLinePropertySource
-
Create a new SimpleCommandLinePropertySource
having the given name
and backed by the given String[]
of command line arguments.
- SimpleConnectionHandle - Class in org.springframework.jdbc.datasource
-
Simple implementation of the
ConnectionHandle
interface,
containing a given JDBC Connection.
- SimpleConnectionHandle(Connection) - Constructor for class org.springframework.jdbc.datasource.SimpleConnectionHandle
-
Create a new SimpleConnectionHandle for the given Connection.
- SimpleConstructorNamespaceHandler - Class in org.springframework.beans.factory.xml
-
Simple NamespaceHandler
implementation that maps custom
attributes directly through to bean properties.
- SimpleConstructorNamespaceHandler() - Constructor for class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
-
- SimpleControllerHandlerAdapter - Class in org.springframework.web.portlet.mvc
-
Adapter to use the Controller workflow interface with the generic DispatcherPortlet.
- SimpleControllerHandlerAdapter() - Constructor for class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
-
- simpleControllerHandlerAdapter() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- SimpleControllerHandlerAdapter - Class in org.springframework.web.servlet.mvc
-
- SimpleControllerHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
-
- simpleDateFormat(String) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Define the date/time format with a SimpleDateFormat
.
- SimpleDeferredResultAdapter() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler.SimpleDeferredResultAdapter
-
- SimpleDriverDataSource - Class in org.springframework.jdbc.datasource
-
Simple implementation of the standard JDBC DataSource
interface,
configuring a plain old JDBC Driver
via bean properties, and
returning a new Connection
from every getConnection
call.
- SimpleDriverDataSource() - Constructor for class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
Constructor for bean-style configuration.
- SimpleDriverDataSource(Driver, String) - Constructor for class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
Create a new DriverManagerDataSource with the given standard Driver parameters.
- SimpleDriverDataSource(Driver, String, String, String) - Constructor for class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
Create a new DriverManagerDataSource with the given standard Driver parameters.
- SimpleDriverDataSource(Driver, String, Properties) - Constructor for class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
Create a new DriverManagerDataSource with the given standard Driver parameters.
- SimpleDriverDataSourceFactory - Class in org.springframework.jdbc.datasource.embedded
-
- SimpleDriverDataSourceFactory() - Constructor for class org.springframework.jdbc.datasource.embedded.SimpleDriverDataSourceFactory
-
- SimpleExceptionCacheResolver - Class in org.springframework.cache.jcache.interceptor
-
- SimpleExceptionCacheResolver(CacheManager) - Constructor for class org.springframework.cache.jcache.interceptor.SimpleExceptionCacheResolver
-
- SimpleHessianServiceExporter - Class in org.springframework.remoting.caucho
-
HTTP request handler that exports the specified service bean as
Hessian service endpoint, accessible via a Hessian proxy.
- SimpleHessianServiceExporter() - Constructor for class org.springframework.remoting.caucho.SimpleHessianServiceExporter
-
- SimpleHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
-
HttpInvokerRequestExecutor implementation that uses standard J2SE facilities
to execute POST requests, without support for HTTP authentication or
advanced configuration options.
- SimpleHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
- SimpleHttpInvokerServiceExporter - Class in org.springframework.remoting.httpinvoker
-
HTTP request handler that exports the specified service bean as
HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
- SimpleHttpInvokerServiceExporter() - Constructor for class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
-
- SimpleHttpServerFactoryBean - Class in org.springframework.remoting.support
-
FactoryBean
that creates a simple
HTTP server, based on the HTTP server that is included in Sun's JRE 1.6.
- SimpleHttpServerFactoryBean() - Constructor for class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
- SimpleHttpServerJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
-
Simple exporter for JAX-WS services, autodetecting annotated service beans
(through the JAX-WS WebService
annotation) and exporting
them through the HTTP server included in Sun's JDK 1.6.
- SimpleHttpServerJaxWsServiceExporter() - Constructor for class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
- SimpleIdGenerator - Class in org.springframework.util
-
A simple
IdGenerator
that starts at 1 and increments by 1 with each call.
- SimpleIdGenerator() - Constructor for class org.springframework.util.SimpleIdGenerator
-
- SimpleIndexedPropertyDescriptor(IndexedPropertyDescriptor) - Constructor for class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- SimpleIndexedPropertyDescriptor(String, Method, Method, Method, Method) - Constructor for class org.springframework.beans.ExtendedBeanInfo.SimpleIndexedPropertyDescriptor
-
- SimpleInstantiationStrategy - Class in org.springframework.beans.factory.support
-
Simple object instantiation strategy for use in a BeanFactory.
- SimpleInstantiationStrategy() - Constructor for class org.springframework.beans.factory.support.SimpleInstantiationStrategy
-
- SimpleInstrumentableClassLoader - Class in org.springframework.instrument.classloading
-
Simplistic implementation of an instrumentable ClassLoader
.
- SimpleInstrumentableClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
-
Create a new SimpleInstrumentableClassLoader for the given ClassLoader.
- SimpleJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
-
Simple exporter for JAX-WS services, autodetecting annotated service beans
(through the JAX-WS WebService
annotation) and exporting
them with a configured base address (by default "http://localhost:8080/")
using the JAX-WS provider's built-in publication support.
- SimpleJaxWsServiceExporter() - Constructor for class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
-
- SimpleJdbcCall - Class in org.springframework.jdbc.core.simple
-
A SimpleJdbcCall is a multi-threaded, reusable object representing a call
to a stored procedure or a stored function.
- SimpleJdbcCall(DataSource) - Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcCall
-
Constructor that takes one parameter with the JDBC DataSource to use when
creating the underlying JdbcTemplate.
- SimpleJdbcCall(JdbcTemplate) - Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcCall
-
Alternative Constructor that takes one parameter with the JdbcTemplate to be used.
- SimpleJdbcCallOperations - Interface in org.springframework.jdbc.core.simple
-
Interface specifying the API for a Simple JDBC Call implemented by
SimpleJdbcCall
.
- SimpleJdbcInsert - Class in org.springframework.jdbc.core.simple
-
A SimpleJdbcInsert is a multi-threaded, reusable object providing easy insert
capabilities for a table.
- SimpleJdbcInsert(DataSource) - Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcInsert
-
Constructor that takes one parameter with the JDBC DataSource to use when creating the
JdbcTemplate.
- SimpleJdbcInsert(JdbcTemplate) - Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcInsert
-
Alternative Constructor that takes one parameter with the JdbcTemplate to be used.
- SimpleJdbcInsertOperations - Interface in org.springframework.jdbc.core.simple
-
Interface specifying the API for a Simple JDBC Insert implemented by
SimpleJdbcInsert
.
- SimpleJmsHeaderMapper - Class in org.springframework.jms.support
-
- SimpleJmsHeaderMapper() - Constructor for class org.springframework.jms.support.SimpleJmsHeaderMapper
-
- SimpleJmsListenerContainerFactory - Class in org.springframework.jms.config
-
- SimpleJmsListenerContainerFactory() - Constructor for class org.springframework.jms.config.SimpleJmsListenerContainerFactory
-
- SimpleJmsListenerEndpoint - Class in org.springframework.jms.config
-
A
JmsListenerEndpoint
simply providing the
MessageListener
to
invoke to process an incoming message for this endpoint.
- SimpleJmsListenerEndpoint() - Constructor for class org.springframework.jms.config.SimpleJmsListenerEndpoint
-
- SimpleJndiBeanFactory - Class in org.springframework.jndi.support
-
Simple JNDI-based implementation of Spring's
BeanFactory
interface.
- SimpleJndiBeanFactory() - Constructor for class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- SimpleKey - Class in org.springframework.cache.interceptor
-
- SimpleKey(Object...) - Constructor for class org.springframework.cache.interceptor.SimpleKey
-
- SimpleKeyGenerator - Class in org.springframework.cache.interceptor
-
Simple key generator.
- SimpleKeyGenerator() - Constructor for class org.springframework.cache.interceptor.SimpleKeyGenerator
-
- SimpleLoadTimeWeaver - Class in org.springframework.instrument.classloading
-
- SimpleLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
-
Create a new SimpleLoadTimeWeaver
for the current context
ClassLoader
.
- SimpleLoadTimeWeaver(SimpleInstrumentableClassLoader) - Constructor for class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
-
Create a new SimpleLoadTimeWeaver
for the given
ClassLoader
.
- SimpleLocaleContext - Class in org.springframework.context.i18n
-
Simple implementation of the
LocaleContext
interface,
always returning a specified
Locale
.
- SimpleLocaleContext(Locale) - Constructor for class org.springframework.context.i18n.SimpleLocaleContext
-
Create a new SimpleLocaleContext that exposes the specified Locale.
- SimpleMailMessage - Class in org.springframework.mail
-
Models a simple mail message, including data such as the from, to, cc, subject, and text fields.
- SimpleMailMessage() - Constructor for class org.springframework.mail.SimpleMailMessage
-
Create a new SimpleMailMessage
.
- SimpleMailMessage(SimpleMailMessage) - Constructor for class org.springframework.mail.SimpleMailMessage
-
Copy constructor for creating a new SimpleMailMessage
from the state
of an existing SimpleMailMessage
instance.
- SimpleMappingExceptionResolver - Class in org.springframework.web.portlet.handler
-
HandlerExceptionResolver
implementation
that allows for mapping exception class names to view names, either for a
set of given handlers or for all handlers in the DispatcherPortlet.
- SimpleMappingExceptionResolver() - Constructor for class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
-
- SimpleMappingExceptionResolver - Class in org.springframework.web.servlet.handler
-
HandlerExceptionResolver
implementation
that allows for mapping exception class names to view names, either for a set of
given handlers or for all handlers in the DispatcherServlet.
- SimpleMappingExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
- simpleMatch(String, String) - Static method in class org.springframework.util.PatternMatchUtils
-
Match a String against the given pattern, supporting the following simple
pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an
arbitrary number of pattern parts), as well as direct equality.
- simpleMatch(String[], String) - Static method in class org.springframework.util.PatternMatchUtils
-
Match a String against the given patterns, supporting the following simple
pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an
arbitrary number of pattern parts), as well as direct equality.
- SimpleMessageConverter - Class in org.springframework.jms.support.converter
-
A simple message converter which is able to handle TextMessages, BytesMessages,
MapMessages, and ObjectMessages.
- SimpleMessageConverter() - Constructor for class org.springframework.jms.support.converter.SimpleMessageConverter
-
- SimpleMessageConverter - Class in org.springframework.messaging.converter
-
A simple converter that simply unwraps the message payload as long as it matches the
expected target class.
- SimpleMessageConverter() - Constructor for class org.springframework.messaging.converter.SimpleMessageConverter
-
- SimpleMessageListenerContainer - Class in org.springframework.jms.listener
-
Message listener container that uses the plain JMS client API's
MessageConsumer.setMessageListener()
method to
create concurrent MessageConsumers for the specified listeners.
- SimpleMessageListenerContainer() - Constructor for class org.springframework.jms.listener.SimpleMessageListenerContainer
-
- SimpleMetadataAwareAspectInstanceFactory - Class in org.springframework.aop.aspectj.annotation
-
- SimpleMetadataAwareAspectInstanceFactory(Class<?>, String) - Constructor for class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
-
Create a new SimpleMetadataAwareAspectInstanceFactory for the given aspect class.
- SimpleMetadataReader - Class in org.springframework.core.type.classreading
-
- SimpleMetadataReader(Resource, ClassLoader) - Constructor for class org.springframework.core.type.classreading.SimpleMetadataReader
-
- SimpleMetadataReaderFactory - Class in org.springframework.core.type.classreading
-
- SimpleMetadataReaderFactory() - Constructor for class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
-
Create a new SimpleMetadataReaderFactory for the default class loader.
- SimpleMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
-
Create a new SimpleMetadataReaderFactory for the given resource loader.
- SimpleMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
-
Create a new SimpleMetadataReaderFactory for the given class loader.
- SimpleNamespaceContext - Class in org.springframework.util.xml
-
Simple javax.xml.namespace.NamespaceContext
implementation.
- SimpleNamespaceContext() - Constructor for class org.springframework.util.xml.SimpleNamespaceContext
-
- SimpleNamingContext - Class in org.springframework.mock.jndi
-
Simple implementation of a JNDI naming context.
- SimpleNamingContext() - Constructor for class org.springframework.mock.jndi.SimpleNamingContext
-
Create a new naming context.
- SimpleNamingContext(String) - Constructor for class org.springframework.mock.jndi.SimpleNamingContext
-
Create a new naming context with the given naming root.
- SimpleNamingContext(String, Hashtable<String, Object>, Hashtable<String, Object>) - Constructor for class org.springframework.mock.jndi.SimpleNamingContext
-
Create a new naming context with the given naming root,
the given name/object map, and the JNDI environment entries.
- SimpleNamingContext.AbstractNamingEnumeration<T> - Class in org.springframework.mock.jndi
-
- SimpleNamingContext.BindingEnumeration - Class in org.springframework.mock.jndi
-
- SimpleNamingContext.NameClassPairEnumeration - Class in org.springframework.mock.jndi
-
- SimpleNamingContextBuilder - Class in org.springframework.mock.jndi
-
Simple implementation of a JNDI naming context builder.
- SimpleNamingContextBuilder() - Constructor for class org.springframework.mock.jndi.SimpleNamingContextBuilder
-
- SimpleNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
-
- SimpleNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
-
- SimplePortletHandlerAdapter - Class in org.springframework.web.portlet.handler
-
Adapter to use the Portlet interface with the generic DispatcherPortlet.
- SimplePortletHandlerAdapter() - Constructor for class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
-
- SimplePortletPostProcessor - Class in org.springframework.web.portlet.handler
-
BeanPostProcessor
that applies initialization and destruction callbacks to beans that
implement the
javax.portlet.Portlet
interface.
- SimplePortletPostProcessor() - Constructor for class org.springframework.web.portlet.handler.SimplePortletPostProcessor
-
- SimplePortletPostProcessor.DelegatingPortletConfig - Class in org.springframework.web.portlet.handler
-
Internal implementation of the PortletConfig interface, to be passed
to the wrapped servlet.
- simplePrefix - Variable in class org.springframework.util.PropertyPlaceholderHelper
-
- SimplePreparedStatementCreator(String) - Constructor for class org.springframework.jdbc.core.JdbcTemplate.SimplePreparedStatementCreator
-
- SimplePropertyDescriptor(PropertyDescriptor) - Constructor for class org.springframework.beans.ExtendedBeanInfo.SimplePropertyDescriptor
-
- SimplePropertyDescriptor(String, Method, Method) - Constructor for class org.springframework.beans.ExtendedBeanInfo.SimplePropertyDescriptor
-
- SimplePropertyNamespaceHandler - Class in org.springframework.beans.factory.xml
-
Simple NamespaceHandler
implementation that maps custom attributes
directly through to bean properties.
- SimplePropertyNamespaceHandler() - Constructor for class org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
-
- SimpleRecordExtractor() - Constructor for class org.springframework.jca.cci.core.CciTemplate.SimpleRecordExtractor
-
- SimpleRecordOperation - Class in org.springframework.jca.cci.object
-
EIS operation object that accepts a passed-in CCI input Record
and returns a corresponding CCI output Record.
- SimpleRecordOperation() - Constructor for class org.springframework.jca.cci.object.SimpleRecordOperation
-
Constructor that allows use as a JavaBean.
- SimpleRecordOperation(ConnectionFactory, InteractionSpec) - Constructor for class org.springframework.jca.cci.object.SimpleRecordOperation
-
Convenient constructor with ConnectionFactory and specifications
(connection and interaction).
- SimpleReflectiveMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
-
Simple subclass of AbstractReflectiveMBeanInfoAssembler
that always votes yes for method and property inclusion, effectively exposing
all public methods and properties as operations and attributes.
- SimpleReflectiveMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
- SimpleRemoteSlsbInvokerInterceptor - Class in org.springframework.ejb.access
-
Basic invoker for a remote Stateless Session Bean.
- SimpleRemoteSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
-
- SimpleRemoteStatelessSessionProxyFactoryBean - Class in org.springframework.ejb.access
-
- SimpleRemoteStatelessSessionProxyFactoryBean() - Constructor for class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- SimpleRequestExpectationManager - Class in org.springframework.test.web.client
-
Simple RequestExpectationManager
that matches requests to expectations
sequentially, i.e.
- SimpleRequestExpectationManager() - Constructor for class org.springframework.test.web.client.SimpleRequestExpectationManager
-
- SimpleResponseBodyEmitterAdapter() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.SimpleResponseBodyEmitterAdapter
-
- SimpleSaxErrorHandler - Class in org.springframework.util.xml
-
Simple org.xml.sax.ErrorHandler
implementation:
logs warnings using the given Commons Logging logger instance,
and rethrows errors to discontinue the XML transformation.
- SimpleSaxErrorHandler(Log) - Constructor for class org.springframework.util.xml.SimpleSaxErrorHandler
-
Create a new SimpleSaxErrorHandler for the given
Commons Logging logger instance.
- SimpleSecurityContextProvider - Class in org.springframework.beans.factory.support
-
- SimpleSecurityContextProvider() - Constructor for class org.springframework.beans.factory.support.SimpleSecurityContextProvider
-
Construct a new SimpleSecurityContextProvider
instance.
- SimpleSecurityContextProvider(AccessControlContext) - Constructor for class org.springframework.beans.factory.support.SimpleSecurityContextProvider
-
Construct a new SimpleSecurityContextProvider
instance.
- SimpleServletHandlerAdapter - Class in org.springframework.web.servlet.handler
-
Adapter to use the Servlet interface with the generic DispatcherServlet.
- SimpleServletHandlerAdapter() - Constructor for class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
-
- SimpleServletPostProcessor - Class in org.springframework.web.servlet.handler
-
BeanPostProcessor
that applies initialization and destruction callbacks to beans that
implement the
javax.servlet.Servlet
interface.
- SimpleServletPostProcessor() - Constructor for class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
- SimpleServletPostProcessor.DelegatingServletConfig - Class in org.springframework.web.servlet.handler
-
Internal implementation of the ServletConfig
interface,
to be passed to the wrapped servlet.
- SimpleSessionStatus - Class in org.springframework.web.bind.support
-
Simple implementation of the
SessionStatus
interface,
keeping the
complete
flag as an instance variable.
- SimpleSessionStatus() - Constructor for class org.springframework.web.bind.support.SimpleSessionStatus
-
- SimpleSpringBeanELResolver - Class in org.springframework.beans.factory.access.el
-
- SimpleSpringBeanELResolver(BeanFactory) - Constructor for class org.springframework.beans.factory.access.el.SimpleSpringBeanELResolver
-
Create a new SimpleSpringBeanELResolver for the given BeanFactory.
- SimpleSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles2
-
- SimpleSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles2.SimpleSpringPreparerFactory
-
Deprecated.
- SimpleSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles3
-
Tiles org.apache.tiles.preparer.PreparerFactory
implementation
that expects preparer class names and builds preparer instances for those,
creating them through the Spring ApplicationContext in order to apply
Spring container callbacks and configured Spring BeanPostProcessors.
- SimpleSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles3.SimpleSpringPreparerFactory
-
- SimpleStreamingAsyncClientHttpRequest - Class in org.springframework.http.client
-
ClientHttpRequest
implementation that uses
standard Java facilities to execute streaming requests.
- SimpleStreamingAsyncClientHttpRequest(HttpURLConnection, int, boolean, AsyncListenableTaskExecutor) - Constructor for class org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest
-
- SimpleStreamingClientHttpRequest - Class in org.springframework.http.client
-
ClientHttpRequest
implementation that uses standard JDK facilities to
execute streaming requests.
- SimpleStreamingClientHttpRequest(HttpURLConnection, int, boolean) - Constructor for class org.springframework.http.client.SimpleStreamingClientHttpRequest
-
- SimpleTaskWorkManager - Class in org.springframework.jca.work
-
Simple JCA 1.5
javax.resource.spi.work.WorkManager
implementation that
delegates to a Spring
TaskExecutor
.
- SimpleTaskWorkManager() - Constructor for class org.springframework.jca.work.SimpleTaskWorkManager
-
- SimpleTaskWorkManager.DelegatingWorkAdapter - Class in org.springframework.jca.work
-
Work adapter that supports start timeouts and WorkListener callbacks
for a given Work that it delegates to.
- SimpleTheme - Class in org.springframework.ui.context.support
-
- SimpleTheme(String, MessageSource) - Constructor for class org.springframework.ui.context.support.SimpleTheme
-
Create a SimpleTheme.
- SimpleThreadPoolTaskExecutor - Class in org.springframework.scheduling.quartz
-
Subclass of Quartz's SimpleThreadPool that implements Spring's
TaskExecutor
interface
and listens to Spring lifecycle callbacks.
- SimpleThreadPoolTaskExecutor() - Constructor for class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
-
- SimpleThreadScope - Class in org.springframework.context.support
-
A simple thread-backed
Scope
implementation.
- SimpleThreadScope() - Constructor for class org.springframework.context.support.SimpleThreadScope
-
- SimpleThrowawayClassLoader - Class in org.springframework.instrument.classloading
-
ClassLoader that can be used to load classes without bringing them
into the parent loader.
- SimpleThrowawayClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.SimpleThrowawayClassLoader
-
Create a new SimpleThrowawayClassLoader for the given ClassLoader.
- SimpleTimeZoneAwareLocaleContext - Class in org.springframework.context.i18n
-
- SimpleTimeZoneAwareLocaleContext(Locale, TimeZone) - Constructor for class org.springframework.context.i18n.SimpleTimeZoneAwareLocaleContext
-
Create a new SimpleTimeZoneAwareLocaleContext that exposes the specified
Locale and TimeZone.
- SimpleTraceInterceptor - Class in org.springframework.aop.interceptor
-
Simple AOP Alliance MethodInterceptor
that can be introduced
in a chain to display verbose trace information about intercepted method
invocations, with method entry and method exit info.
- SimpleTraceInterceptor() - Constructor for class org.springframework.aop.interceptor.SimpleTraceInterceptor
-
Create a new SimpleTraceInterceptor with a static logger.
- SimpleTraceInterceptor(boolean) - Constructor for class org.springframework.aop.interceptor.SimpleTraceInterceptor
-
Create a new SimpleTraceInterceptor with dynamic or static logger,
according to the given flag.
- SimpleTransactionFactory - Class in org.springframework.transaction.jta
-
Default implementation of the
TransactionFactory
strategy interface,
simply wrapping a standard JTA
javax.transaction.TransactionManager
.
- SimpleTransactionFactory(TransactionManager) - Constructor for class org.springframework.transaction.jta.SimpleTransactionFactory
-
Create a new SimpleTransactionFactory for the given TransactionManager
- SimpleTransactionScope - Class in org.springframework.transaction.support
-
- SimpleTransactionScope() - Constructor for class org.springframework.transaction.support.SimpleTransactionScope
-
- SimpleTransactionScope.CleanupSynchronization - Class in org.springframework.transaction.support
-
- SimpleTransactionScope.ScopedObjectsHolder - Class in org.springframework.transaction.support
-
- SimpleTransactionStatus - Class in org.springframework.transaction.support
-
- SimpleTransactionStatus() - Constructor for class org.springframework.transaction.support.SimpleTransactionStatus
-
- SimpleTransactionStatus(boolean) - Constructor for class org.springframework.transaction.support.SimpleTransactionStatus
-
- SimpleTransformErrorListener - Class in org.springframework.util.xml
-
Simple javax.xml.transform.ErrorListener
implementation:
logs warnings using the given Commons Logging logger instance,
and rethrows errors to discontinue the XML transformation.
- SimpleTransformErrorListener(Log) - Constructor for class org.springframework.util.xml.SimpleTransformErrorListener
-
Create a new SimpleTransformErrorListener for the given
Commons Logging logger instance.
- simpleTrigger - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
- SimpleTriggerContext - Class in org.springframework.scheduling.support
-
- SimpleTriggerContext() - Constructor for class org.springframework.scheduling.support.SimpleTriggerContext
-
Create a SimpleTriggerContext with all time values set to null
.
- SimpleTriggerContext(Date, Date, Date) - Constructor for class org.springframework.scheduling.support.SimpleTriggerContext
-
Create a SimpleTriggerContext with the given time values.
- SimpleTriggerFactoryBean - Class in org.springframework.scheduling.quartz
-
A Spring
FactoryBean
for creating a Quartz
org.quartz.SimpleTrigger
instance, supporting bean-style usage for trigger configuration.
- SimpleTriggerFactoryBean() - Constructor for class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
- SimpleTypeConverter - Class in org.springframework.beans
-
Simple implementation of the
TypeConverter
interface that does not operate on
a specific target object.
- SimpleTypeConverter() - Constructor for class org.springframework.beans.SimpleTypeConverter
-
- SimpleTypeProvider() - Constructor for class org.springframework.core.SerializableTypeWrapper.SimpleTypeProvider
-
- SimpleUrlHandlerMapping - Class in org.springframework.web.servlet.handler
-
Implementation of the
HandlerMapping
interface to map from URLs to request handler beans.
- SimpleUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
- SimpleValueWrapper - Class in org.springframework.cache.support
-
- SimpleValueWrapper(Object) - Constructor for class org.springframework.cache.support.SimpleValueWrapper
-
Create a new SimpleValueWrapper instance for exposing the given value.
- SimpMessageHeaderAccessor - Class in org.springframework.messaging.simp
-
A base class for working with message headers in simple messaging protocols that
support basic messaging patterns.
- SimpMessageHeaderAccessor(SimpMessageType, Map<String, List<String>>) - Constructor for class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
A constructor for creating new message headers.
- SimpMessageHeaderAccessor(Message<?>) - Constructor for class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
A constructor for accessing and modifying existing message headers.
- SimpMessageHeaderPropertyAccessor() - Constructor for class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SimpMessageHeaderPropertyAccessor
-
- SimpMessageMappingInfo - Class in org.springframework.messaging.simp
-
- SimpMessageMappingInfo(SimpMessageTypeMessageCondition, DestinationPatternsMessageCondition) - Constructor for class org.springframework.messaging.simp.SimpMessageMappingInfo
-
- SimpMessageSendingOperations - Interface in org.springframework.messaging.simp
-
A specialization of
MessageSendingOperations
with methods for use with
the Spring Framework support for Simple Messaging Protocols (like STOMP).
- SimpMessageType - Enum in org.springframework.messaging.simp
-
A generic representation of different kinds of messages found in simple messaging
protocols like STOMP.
- SimpMessageType() - Constructor for enum org.springframework.messaging.simp.SimpMessageType
-
- SimpMessageTypeMessageCondition - Class in org.springframework.messaging.simp
-
A message condition that checks the message type.
- SimpMessageTypeMessageCondition(SimpMessageType) - Constructor for class org.springframework.messaging.simp.SimpMessageTypeMessageCondition
-
A constructor accepting a message type.
- SimpMessagingTemplate - Class in org.springframework.messaging.simp
-
- SimpMessagingTemplate(MessageChannel) - Constructor for class org.springframework.messaging.simp.SimpMessagingTemplate
-
- SimpSession - Interface in org.springframework.messaging.simp.user
-
Represents a session of connected user.
- SimpSessionAdapter(String) - Constructor for class org.springframework.messaging.simp.user.UserSessionRegistryAdapter.SimpSessionAdapter
-
- SimpSessionScope - Class in org.springframework.messaging.simp
-
A
Scope
implementation exposing the attributes of a SiMP session
(e.g.
- SimpSessionScope() - Constructor for class org.springframework.messaging.simp.SimpSessionScope
-
- SimpSubscription - Interface in org.springframework.messaging.simp.user
-
Represents a subscription within a user session.
- SimpSubscriptionMatcher - Interface in org.springframework.messaging.simp.user
-
A strategy for matching subscriptions.
- SimpUser - Interface in org.springframework.messaging.simp.user
-
Represents a connected user.
- SimpUserAdapter(String, Set<String>) - Constructor for class org.springframework.messaging.simp.user.UserSessionRegistryAdapter.SimpUserAdapter
-
- SimpUserRegistry - Interface in org.springframework.messaging.simp.user
-
A registry of currently connected users.
- simpValidator() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
-
Return a
Validator
s instance for validating
@Payload
method arguments.
- SingleColumnRowMapper<T> - Class in org.springframework.jdbc.core
-
RowMapper
implementation that converts a single column into a single
result value per row.
- SingleColumnRowMapper() - Constructor for class org.springframework.jdbc.core.SingleColumnRowMapper
-
Create a new SingleColumnRowMapper
for bean-style configuration.
- SingleColumnRowMapper(Class<T>) - Constructor for class org.springframework.jdbc.core.SingleColumnRowMapper
-
Create a new SingleColumnRowMapper
.
- SingleConnectionDataSource - Class in org.springframework.jdbc.datasource
-
Implementation of
SmartDataSource
that wraps a single JDBC Connection
which is not closed after use.
- SingleConnectionDataSource() - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Constructor for bean-style configuration.
- SingleConnectionDataSource(String, String, String, boolean) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Create a new SingleConnectionDataSource with the given standard
DriverManager parameters.
- SingleConnectionDataSource(String, boolean) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Create a new SingleConnectionDataSource with the given standard
DriverManager parameters.
- SingleConnectionDataSource(Connection, boolean) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Create a new SingleConnectionDataSource with a given Connection.
- SingleConnectionDataSource.CloseSuppressingInvocationHandler - Class in org.springframework.jdbc.datasource
-
Invocation handler that suppresses close calls on JDBC Connections.
- SingleConnectionFactory - Class in org.springframework.jca.cci.connection
-
A CCI ConnectionFactory adapter that returns the same Connection on all
getConnection
calls, and ignores calls to
Connection.close()
.
- SingleConnectionFactory() - Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory
-
Create a new SingleConnectionFactory for bean-style usage.
- SingleConnectionFactory(Connection) - Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory
-
Create a new SingleConnectionFactory that always returns the
given Connection.
- SingleConnectionFactory(ConnectionFactory) - Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory
-
Create a new SingleConnectionFactory that always returns a single
Connection which it will lazily create via the given target
ConnectionFactory.
- SingleConnectionFactory - Class in org.springframework.jms.connection
-
- SingleConnectionFactory() - Constructor for class org.springframework.jms.connection.SingleConnectionFactory
-
Create a new SingleConnectionFactory for bean-style usage.
- SingleConnectionFactory(Connection) - Constructor for class org.springframework.jms.connection.SingleConnectionFactory
-
Create a new SingleConnectionFactory that always returns the given Connection.
- SingleConnectionFactory(ConnectionFactory) - Constructor for class org.springframework.jms.connection.SingleConnectionFactory
-
Create a new SingleConnectionFactory that always returns a single Connection
that it will lazily create via the given target ConnectionFactory.
- SingleConnectionFactory.AggregatedExceptionListener - Class in org.springframework.jms.connection
-
Internal aggregated ExceptionListener for handling the internal
recovery listener in combination with user-specified listeners.
- SingleConnectionFactory.CloseSuppressingInvocationHandler - Class in org.springframework.jca.cci.connection
-
Invocation handler that suppresses close calls on CCI Connections.
- SingleConnectionFactory.SharedConnectionInvocationHandler - Class in org.springframework.jms.connection
-
Invocation handler for a cached JMS Connection proxy.
- SingleDataSourceLookup - Class in org.springframework.jdbc.datasource.lookup
-
An implementation of the DataSourceLookup that simply wraps a
single given DataSource, returned for any data source name.
- SingleDataSourceLookup(DataSource) - Constructor for class org.springframework.jdbc.datasource.lookup.SingleDataSourceLookup
-
- singleResult(Collection<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
-
Return a single result object from the given Collection.
- singleSession - Variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
-
Deprecated.
- singleSession - Variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
-
Deprecated.
- singleton - Variable in class org.springframework.aop.framework.ProxyFactoryBean
-
- singleton - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
-
- singleton - Variable in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
-
- singleton - Variable in class org.springframework.beans.factory.config.PropertiesFactoryBean
-
- singleton - Variable in class org.springframework.beans.factory.config.YamlMapFactoryBean
-
- singleton - Variable in class org.springframework.beans.factory.config.YamlPropertiesFactoryBean
-
- SINGLETON - Static variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
-
- SINGLETON_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- SINGLETON_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Special key to distinguish owner.(singleton)=false
.
- SingletonAspectInstanceFactory - Class in org.springframework.aop.aspectj
-
- SingletonAspectInstanceFactory(Object) - Constructor for class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
-
Create a new SingletonAspectInstanceFactory for the given aspect instance.
- SingletonBeanFactoryLocator - Class in org.springframework.beans.factory.access
-
- SingletonBeanFactoryLocator(String) - Constructor for class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
-
Constructor which uses the specified name as the resource name
of the definition file(s).
- SingletonBeanFactoryLocator.BeanFactoryGroup - Class in org.springframework.beans.factory.access
-
We track BeanFactory instances with this class.
- SingletonBeanFactoryLocator.CountingBeanFactoryReference - Class in org.springframework.beans.factory.access
-
BeanFactoryReference implementation for this locator.
- singletonBeanNamesByType - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Map of singleton-only bean names, keyed by dependency type
- SingletonBeanRegistry - Interface in org.springframework.beans.factory.config
-
Interface that defines a registry for shared bean instances.
- singletonFactories - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Cache of singleton factories: bean name --> ObjectFactory
- singletonInstance - Variable in class org.springframework.aop.framework.ProxyFactoryBean
-
If this is a singleton, the cached singleton proxy instance
- singletonInstance - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
-
- singletonInstance - Variable in class org.springframework.beans.factory.config.PropertiesFactoryBean
-
- SingletonMetadataAwareAspectInstanceFactory - Class in org.springframework.aop.aspectj.annotation
-
- SingletonMetadataAwareAspectInstanceFactory(Object, String) - Constructor for class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
-
Create a new SingletonMetadataAwareAspectInstanceFactory for the given aspect.
- singletonNames - Variable in class org.springframework.context.support.ApplicationListenerDetector
-
- singletonObject - Variable in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
-
Method call result in the singleton case
- singletonObjects - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Cache of singleton objects: bean name --> bean instance
- singletonObjects - Variable in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
Cache of shareable singleton objects: bean name --> bean instance
- singletonsCurrentlyInCreation - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Names of beans that are currently in creation
- singletonsCurrentlyInDestruction - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Flag that indicates whether we're currently within destroySingletons
- SingletonTargetSource - Class in org.springframework.aop.target
-
Implementation of the
TargetSource
interface
that holds a given object.
- SingletonTargetSource(Object) - Constructor for class org.springframework.aop.target.SingletonTargetSource
-
Create a new SingletonTargetSource for the given target.
- singleValuedAnnotationPcds - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
- singleWildcards - Variable in class org.springframework.util.AntPathMatcher.AntPatternComparator.PatternInfo
-
- SIPUSH - Static variable in interface org.springframework.asm.Opcodes
-
- size - Variable in class org.springframework.asm.AnnotationWriter
-
The number of values in this annotation.
- SIZE - Static variable in class org.springframework.asm.Frame
-
The stack size variation corresponding to each JVM instruction.
- size() - Method in class org.springframework.beans.MutablePropertyValues
-
Return the number of PropertyValue entries in the list.
- size() - Method in class org.springframework.core.env.MutablePropertySources
-
- size() - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
-
- size() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
-
- size() - Method in class org.springframework.http.HttpHeaders
-
- size() - Method in class org.springframework.messaging.MessageHeaders
-
- size() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
- size() - Method in interface org.springframework.test.context.cache.ContextCache
-
Determine the number of contexts currently stored in the cache.
- size() - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Determine the number of contexts currently stored in the cache.
- size(int) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Assert the number of model attributes.
- size() - Method in class org.springframework.util.AutoPopulatingList
-
- size() - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
-
- size() - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntrySet
-
- size() - Method in class org.springframework.util.ConcurrentReferenceHashMap
-
- size() - Method in class org.springframework.util.FastByteArrayOutputStream
-
Return the number of bytes stored in this FastByteArrayOutputStream
.
- size() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-
- size() - Method in class org.springframework.util.LinkedMultiValueMap
-
- size - Variable in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- size - Variable in class org.springframework.web.servlet.tags.form.InputTag
-
- size - Variable in class org.springframework.web.servlet.tags.form.SelectTag
-
The value of the HTML 'size
' attribute rendered
on the final 'select
' element.
- size() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
- SIZE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
-
- skeleton - Variable in class org.springframework.remoting.caucho.BurlapExporter
-
Deprecated.
- skeleton - Variable in class org.springframework.remoting.caucho.HessianExporter
-
- skip - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
- skip(long) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
-
Deprecated.
- skip(long) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
-
Deprecated.
- skip(long) - Method in class org.springframework.util.FastByteArrayOutputStream.FastByteArrayInputStream
-
- SKIP_CODE - Static variable in class org.springframework.asm.ClassReader
-
Flag to skip method code.
- SKIP_DEBUG - Static variable in class org.springframework.asm.ClassReader
-
Flag to skip the debug information in the class.
- SKIP_FRAMES - Static variable in class org.springframework.asm.ClassReader
-
Flag to skip the stack map frames in the class.
- SKIP_REQUIRED_CHECK_ATTRIBUTE - Static variable in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
-
Bean definition attribute that may indicate whether a given bean is supposed
to be skipped when performing this post-processor's required property check.
- SKIP_VALUE - Static variable in interface org.springframework.web.util.UriComponents.UriTemplateVariables
-
- skipCommentsAndQuotes(char[], int) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
-
Skip over comments and quoted names present in an SQL statement
- skipDispatch(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
-
- skipLeadingEol(ByteBuffer) - Method in class org.springframework.messaging.simp.stomp.StompDecoder
-
Skip one ore more EOL characters at the start of the given ByteBuffer.
- skipped - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.TrackedConditionEvaluator
-
- skippedBeanMethods - Variable in class org.springframework.context.annotation.ConfigurationClass
-
- skippedEntity(String) - Method in class org.springframework.util.xml.AbstractStaxHandler
-
- skippedEntity(String) - Method in class org.springframework.util.xml.DomContentHandler
-
- skippedEntityInternal(String) - Method in class org.springframework.util.xml.AbstractStaxHandler
-
- skippedEntityInternal(String) - Method in class org.springframework.util.xml.StaxEventHandler
-
- skippedEntityInternal(String) - Method in class org.springframework.util.xml.StaxStreamHandler
-
- skipResultsProcessing - Variable in class org.springframework.jdbc.core.JdbcTemplate
-
If this variable is set to true, then all results checking will be bypassed for any
callable statement processing.
- skipSegment(String, int, String) - Method in class org.springframework.util.AntPathMatcher
-
- skipSeparator(String, int, String) - Method in class org.springframework.util.AntPathMatcher
-
- skipToCorrectEndSuffix(String, String, int) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser
-
Copes with nesting, for example '${...${...}}' where the correct end for the first
${ is the final }.
- skipUndeclaredResults - Variable in class org.springframework.jdbc.core.JdbcTemplate
-
If this variable is set to true then all results from a stored procedure call
that don't have a corresponding SqlOutParameter declaration will be bypassed.
- skipWhitespace(String, int) - Method in class org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractCssLinkParser
-
- SLASH - Static variable in class org.springframework.test.context.util.TestContextResourceUtils
-
- SLASH - Static variable in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
- slashPathSeparator - Variable in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- SmartApplicationListener - Interface in org.springframework.context.event
-
Extended variant of the standard
ApplicationListener
interface,
exposing further metadata such as the supported event type.
- SmartClassLoader - Interface in org.springframework.core
-
Interface to be implemented by a reloading-aware ClassLoader
(e.g.
- SmartConnectionFactory - Interface in org.springframework.jms.connection
-
Extension of the javax.jms.ConnectionFactory
interface,
indicating how to release Connections obtained from it.
- SmartContextLoader - Interface in org.springframework.test.context
-
Strategy interface for loading an
application context
for an integration test managed by the Spring TestContext Framework.
- SmartDataSource - Interface in org.springframework.jdbc.datasource
-
Extension of the javax.sql.DataSource
interface, to be
implemented by special DataSources that return JDBC Connections
in an unwrapped fashion.
- SmartFactoryBean<T> - Interface in org.springframework.beans.factory
-
- SmartInitializingSingleton - Interface in org.springframework.beans.factory
-
Callback interface triggered at the end of the singleton pre-instantiation phase
during
BeanFactory
bootstrap.
- SmartInstantiationAwareBeanPostProcessor - Interface in org.springframework.beans.factory.config
-
- SmartLifecycle - Interface in org.springframework.context
-
An extension of the
Lifecycle
interface for those objects that require to
be started upon ApplicationContext refresh and/or shutdown in a particular order.
- smartMemberCount - Variable in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
-
- SmartMessageConverter - Interface in org.springframework.jms.support.converter
-
- SmartMessageConverter - Interface in org.springframework.messaging.converter
-
- SmartMimeMessage - Class in org.springframework.mail.javamail
-
Special subclass of the standard JavaMail MimeMessage
, carrying a
default encoding to be used when populating the message and a default Java
Activation FileTypeMap
to be used for resolving attachment types.
- SmartMimeMessage(Session, String, FileTypeMap) - Constructor for class org.springframework.mail.javamail.SmartMimeMessage
-
Create a new SmartMimeMessage.
- SmartPersistenceUnitInfo - Interface in org.springframework.orm.jpa.persistenceunit
-
- SmartRequestBuilder - Interface in org.springframework.test.web.servlet
-
- SmartTransactionObject - Interface in org.springframework.transaction.support
-
Interface to be implemented by transaction objects that are able to
return an internal rollback-only marker, typically from a another
transaction that has participated and marked it as rollback-only.
- SmartValidator - Interface in org.springframework.validation
-
Extended variant of the
Validator
interface, adding support for
validation 'hints'.
- SmartView - Interface in org.springframework.web.servlet
-
Provides additional information about a View such as whether it
performs redirects.
- sMaxAge - Variable in class org.springframework.http.CacheControl
-
- sMaxAge(long, TimeUnit) - Method in class org.springframework.http.CacheControl
-
Add an "s-maxage" directive.
- snapshot() - Method in class org.springframework.beans.factory.parsing.ParseState
-
Create a new instance of
ParseState
which is an independent snapshot
of this instance.
- soapActionUri - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-
- SoapFaultException - Exception in org.springframework.remoting.soap
-
RemoteInvocationFailureException subclass that provides the details
of a SOAP fault.
- SoapFaultException(String, Throwable) - Constructor for exception org.springframework.remoting.soap.SoapFaultException
-
Constructor for SoapFaultException.
- SOCK_JS_SCHEDULER_NAME - Static variable in class org.springframework.web.socket.config.HandlersBeanDefinitionParser
-
- socketOptions - Variable in class org.springframework.messaging.simp.stomp.Reactor2TcpStompClient.StompTcpClientSpecFactory
-
- SocketType() - Constructor for enum org.springframework.util.SocketUtils.SocketType
-
- SocketUtils - Class in org.springframework.util
-
Simple utility methods for working with network sockets — for example,
for finding available ports on localhost
.
- SocketUtils() - Constructor for class org.springframework.util.SocketUtils
-
Although SocketUtils
consists solely of static utility methods,
this constructor is intentionally public
.
- SocketUtils.SocketType - Enum in org.springframework.util
-
- SOCKJS_SCHEDULER_BEAN_NAME - Static variable in class org.springframework.web.socket.config.MessageBrokerBeanDefinitionParser
-
- SockJsClient - Class in org.springframework.web.socket.sockjs.client
-
A SockJS implementation of
WebSocketClient
with fallback alternatives that simulate a WebSocket interaction through plain
HTTP streaming and long polling techniques..
- SockJsClient(List<Transport>) - Constructor for class org.springframework.web.socket.sockjs.client.SockJsClient
-
Create a SockJsClient
with the given transports.
- SockJsClient.ServerInfo - Class in org.springframework.web.socket.sockjs.client
-
A simple value object holding the result from a SockJS "Info" request.
- SockJsException - Exception in org.springframework.web.socket.sockjs
-
Base class for exceptions raised while processing SockJS HTTP requests.
- SockJsException(String, Throwable) - Constructor for exception org.springframework.web.socket.sockjs.SockJsException
-
Constructor for SockJsException.
- SockJsException(String, String, Throwable) - Constructor for exception org.springframework.web.socket.sockjs.SockJsException
-
Constructor for SockJsException.
- SockJsFrame - Class in org.springframework.web.socket.sockjs.frame
-
Represents a SockJS frame.
- SockJsFrame(String) - Constructor for class org.springframework.web.socket.sockjs.frame.SockJsFrame
-
Create a new instance frame with the given frame content.
- SockJsFrameFormat - Interface in org.springframework.web.socket.sockjs.frame
-
Applies a transport-specific format to the content of a SockJS frame resulting
in a content that can be written out.
- SockJsFrameType - Enum in org.springframework.web.socket.sockjs.frame
-
SockJS frame types.
- SockJsFrameType() - Constructor for enum org.springframework.web.socket.sockjs.frame.SockJsFrameType
-
- SockJsHandlerMappingStrategy(RuntimeBeanReference) - Constructor for class org.springframework.web.socket.config.HandlersBeanDefinitionParser.SockJsHandlerMappingStrategy
-
- SockJsHttpRequestHandler - Class in org.springframework.web.socket.sockjs.support
-
- SockJsHttpRequestHandler(SockJsService, WebSocketHandler) - Constructor for class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
-
Create a new SockJsHttpRequestHandler.
- SockJsMessageCodec - Interface in org.springframework.web.socket.sockjs.frame
-
Encode and decode messages to and from a SockJS message frame,
essentially an array of JSON-encoded messages.
- SockJsMessageDeliveryException - Exception in org.springframework.web.socket.sockjs
-
An exception thrown when a message frame was successfully received over an HTTP POST
and parsed but one or more of the messages it contained could not be delivered to the
WebSocketHandler either because the handler failed or because the connection got
closed.
- SockJsMessageDeliveryException(String, List<String>, Throwable) - Constructor for exception org.springframework.web.socket.sockjs.SockJsMessageDeliveryException
-
- SockJsMessageDeliveryException(String, List<String>, String) - Constructor for exception org.springframework.web.socket.sockjs.SockJsMessageDeliveryException
-
- SockJsResponseListener(URI, HttpHeaders, XhrClientSockJsSession, SettableListenableFuture<WebSocketSession>) - Constructor for class org.springframework.web.socket.sockjs.client.JettyXhrTransport.SockJsResponseListener
-
- SockJsResponseListener(TransportRequest, ClientConnection, URI, HttpHeaders, XhrClientSockJsSession, SettableListenableFuture<WebSocketSession>) - Constructor for class org.springframework.web.socket.sockjs.client.UndertowXhrTransport.SockJsResponseListener
-
- sockJsScheduler - Variable in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
- sockJsService - Variable in class org.springframework.web.socket.config.HandlersBeanDefinitionParser.SockJsHandlerMappingStrategy
-
- SockJsService - Interface in org.springframework.web.socket.sockjs
-
The main entry point for processing HTTP requests from SockJS clients.
- sockJsService - Variable in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
-
- sockJsServiceConfig - Variable in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
-
- SockJsServiceConfig - Interface in org.springframework.web.socket.sockjs.transport
-
Provides transport handling code with access to the
SockJsService
configuration
options they need to have access to.
- sockJsServiceRegistration - Variable in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
-
- SockJsServiceRegistration - Class in org.springframework.web.socket.config.annotation
-
- SockJsServiceRegistration(TaskScheduler) - Constructor for class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
- sockJsSession - Variable in class org.springframework.web.socket.sockjs.client.JettyXhrTransport.SockJsResponseListener
-
- sockJsSession - Variable in class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport.XhrReceiveExtractor
-
- sockJsSession - Variable in class org.springframework.web.socket.sockjs.client.WebSocketTransport.ClientSockJsWebSocketHandler
-
- sockJsSession - Variable in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
-
- SockJsSession - Interface in org.springframework.web.socket.sockjs.transport
-
- SockJsSessionFactory - Interface in org.springframework.web.socket.sockjs.transport
-
A factory for creating a SockJS session.
- sockJsTaskScheduler - Variable in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
-
- sockJsTaskScheduler - Variable in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
-
- sockJsTaskScheduler - Variable in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
-
- sockJsTaskScheduler - Variable in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
- SockJsTransportFailureException - Exception in org.springframework.web.socket.sockjs
-
Indicates a serious failure that occurred in the SockJS implementation as opposed to
in user code (e.g.
- SockJsTransportFailureException(String, Throwable) - Constructor for exception org.springframework.web.socket.sockjs.SockJsTransportFailureException
-
Constructor for SockJsTransportFailureException.
- SockJsTransportFailureException(String, String, Throwable) - Constructor for exception org.springframework.web.socket.sockjs.SockJsTransportFailureException
-
Constructor for SockJsTransportFailureException.
- sockJsUrl - Variable in class org.springframework.web.socket.sockjs.client.SockJsUrlInfo
-
- sockJsUrlInfo - Variable in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
-
- SockJsUrlInfo - Class in org.springframework.web.socket.sockjs.client
-
Container for the base URL of a SockJS endpoint with additional helper methods
to derive related SockJS URLs as the
info
URL and
transport
URLs.
- SockJsUrlInfo(URI) - Constructor for class org.springframework.web.socket.sockjs.client.SockJsUrlInfo
-
- SockJsWebSocketHandler - Class in org.springframework.web.socket.sockjs.transport.handler
-
An implementation of
WebSocketHandler
that adds SockJS messages frames, sends
SockJS heartbeat messages, and delegates lifecycle events and messages to a target
WebSocketHandler
.
- SockJsWebSocketHandler(SockJsServiceConfig, WebSocketHandler, WebSocketServerSockJsSession) - Constructor for class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
-
- softClassCache - Static variable in class org.springframework.beans.CachedIntrospectionResults
-
Map keyed by Class containing CachedIntrospectionResults, softly held.
- SoftEntryReference(ConcurrentReferenceHashMap.Entry<K, V>, int, ConcurrentReferenceHashMap.Reference<K, V>, ReferenceQueue<ConcurrentReferenceHashMap.Entry<K, V>>) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.SoftEntryReference
-
- sort - Variable in class org.springframework.asm.Type
-
The sort of this Java type.
- sort - Variable in class org.springframework.beans.support.PagedListHolder
-
- sort(List<?>, SortDefinition) - Static method in class org.springframework.beans.support.PropertyComparator
-
Sort the given List according to the given sort definition.
- sort(Object[], SortDefinition) - Static method in class org.springframework.beans.support.PropertyComparator
-
Sort the given source according to the given sort definition.
- sort(List<?>) - Static method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
-
Sort the given List with a default AnnotationAwareOrderComparator.
- sort(Object[]) - Static method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
-
Sort the given array with a default AnnotationAwareOrderComparator.
- sort(List<?>) - Static method in class org.springframework.core.OrderComparator
-
Sort the given List with a default OrderComparator.
- sort(Object[]) - Static method in class org.springframework.core.OrderComparator
-
Sort the given array with a default OrderComparator.
- sortAdvisors(List<Advisor>) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
-
Sort the rest by AspectJ precedence.
- sortAdvisors(List<Advisor>) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
-
Sort advisors based on ordering.
- sortByQualityValue(List<MediaType>) - Static method in class org.springframework.http.MediaType
-
Sorts the given list of MediaType
objects by quality value.
- sortBySpecificity(List<MediaType>) - Static method in class org.springframework.http.MediaType
-
Sorts the given list of MediaType
objects by specificity.
- sortBySpecificity(List<MimeType>) - Static method in class org.springframework.util.MimeTypeUtils
-
Sorts the given list of MimeType
objects by specificity.
- sortBySpecificityAndQuality(List<MediaType>) - Static method in class org.springframework.http.MediaType
-
Sorts the given list of MediaType
objects by specificity as the
primary criteria and quality value the secondary.
- sortConstructors(Constructor<?>[]) - Static method in class org.springframework.beans.factory.support.AutowireUtils
-
Sort the given constructors, preferring public constructors and "greedy" ones with
a maximum number of arguments.
- sortDefinition - Variable in class org.springframework.beans.support.PropertyComparator
-
- SortDefinition - Interface in org.springframework.beans.support
-
Definition for sorting bean instances by a property.
- SortedResourcesFactoryBean - Class in org.springframework.jdbc.config
-
FactoryBean
implementation that takes a list of location Strings
and creates a sorted array of
Resource
instances.
- SortedResourcesFactoryBean(List<String>) - Constructor for class org.springframework.jdbc.config.SortedResourcesFactoryBean
-
- SortedResourcesFactoryBean(ResourceLoader, List<String>) - Constructor for class org.springframework.jdbc.config.SortedResourcesFactoryBean
-
- sortFactoryMethods(Method[]) - Static method in class org.springframework.beans.factory.support.AutowireUtils
-
Sort the given factory methods, preferring public methods and "greedy" ones
with a maximum of arguments.
- sortIfNecessary(Object) - Static method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
-
Sort the given array or List with a default AnnotationAwareOrderComparator,
if necessary.
- sortIfNecessary(Object) - Static method in class org.springframework.core.OrderComparator
-
Sort the given array or List with a default OrderComparator,
if necessary.
- sortMatchedPatterns(Comparator<String>) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo
-
Deprecated.
- sortPostProcessors(ConfigurableListableBeanFactory, List<?>) - Static method in class org.springframework.context.support.PostProcessorRegistrationDelegate
-
- sortStringArray(String[]) - Static method in class org.springframework.util.StringUtils
-
Turn given source String
array into sorted array.
- sortUsed - Variable in class org.springframework.beans.support.PagedListHolder
-
- source - Variable in class org.springframework.beans.BeanMetadataAttribute
-
- source - Variable in class org.springframework.beans.BeanMetadataAttributeAccessor
-
- source - Variable in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
- source - Variable in class org.springframework.beans.factory.config.RuntimeBeanNameReference
-
- source - Variable in class org.springframework.beans.factory.config.RuntimeBeanReference
-
- source - Variable in class org.springframework.beans.factory.config.TypedStringValue
-
- source - Variable in class org.springframework.beans.factory.parsing.AliasDefinition
-
- source - Variable in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
-
- source - Variable in class org.springframework.beans.factory.parsing.ImportDefinition
-
- source - Variable in class org.springframework.beans.factory.parsing.Location
-
- source - Variable in class org.springframework.beans.factory.support.ManagedList
-
- source - Variable in class org.springframework.beans.factory.support.ManagedMap
-
- source - Variable in class org.springframework.beans.factory.support.ManagedProperties
-
- source - Variable in class org.springframework.beans.factory.support.ManagedSet
-
- source - Variable in class org.springframework.beans.factory.support.MethodOverride
-
- source - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
- source - Variable in class org.springframework.beans.support.PagedListHolder
-
- source - Variable in class org.springframework.context.annotation.ConfigurationClassParser.SourceClass
-
- source - Variable in class org.springframework.context.event.SourceFilteringListener
-
- source - Variable in class org.springframework.core.annotation.AbstractAliasAwareAnnotationAttributeExtractor
-
- source - Variable in class org.springframework.core.env.PropertySource
-
- source(<any>) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
-
Parse the request content as DOMSource
and apply the given Matcher
.
- source(<any>) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
-
Parse the response content as DOMSource
and apply the given
Hamcrest Matcher
.
- source - Variable in class org.springframework.web.bind.EscapedErrors
-
- sourceAnnotationType - Variable in class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
-
- sourceAttribute - Variable in class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
-
- sourceAttributeName - Variable in class org.springframework.core.annotation.AnnotationUtils.AliasDescriptor
-
- SourceClass(Object) - Constructor for class org.springframework.context.annotation.ConfigurationClassParser.SourceClass
-
- sourceDebug - Variable in class org.springframework.asm.ClassWriter
-
The SourceDebug attribute of this class.
- sourceDestination - Variable in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver.ParseResult
-
- sourceDestination - Variable in class org.springframework.messaging.simp.user.UserDestinationResult
-
- sourceExtractor - Variable in class org.springframework.beans.factory.parsing.ReaderContext
-
- SourceExtractor - Interface in org.springframework.beans.factory.parsing
-
Simple strategy allowing tools to control how source metadata is attached
to the bean definition metadata.
- sourceExtractor - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
- sourceExtractor - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
-
- sourceExtractor - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- sourceFile - Variable in class org.springframework.asm.ClassWriter
-
The index of the constant pool item that contains the name of the source
file from which this class was compiled.
- SourceFilteringListener - Class in org.springframework.context.event
-
- SourceFilteringListener(Object, ApplicationListener<?>) - Constructor for class org.springframework.context.event.SourceFilteringListener
-
Create a SourceFilteringListener for the given event source.
- SourceFilteringListener(Object) - Constructor for class org.springframework.context.event.SourceFilteringListener
-
- SourceHttpMessageConverter<T extends javax.xml.transform.Source> - Class in org.springframework.http.converter.xml
-
- SourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- SourceHttpMessageConverter.CountingOutputStream - Class in org.springframework.http.converter.xml
-
- sourceKey - Variable in class org.springframework.web.servlet.view.xslt.XsltView
-
- sourceKey - Variable in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
- sourceList - Variable in class org.springframework.beans.factory.config.ListFactoryBean
-
- sourceLocation - Variable in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
Lazily initialized source location object
- SourceLocationImpl() - Constructor for class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.SourceLocationImpl
-
- sourceMap - Variable in class org.springframework.beans.factory.config.MapFactoryBean
-
- sourceSet - Variable in class org.springframework.beans.factory.config.SetFactoryBean
-
- sourceStream - Variable in class org.springframework.mock.web.DelegatingServletInputStream
-
- sourceType - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerCacheKey
-
- sourceType - Variable in exception org.springframework.core.convert.ConversionFailedException
-
- sourceType - Variable in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
-
- sourceType - Variable in exception org.springframework.core.convert.ConverterNotFoundException
-
- sourceType - Variable in class org.springframework.core.convert.support.GenericConversionService.ConverterCacheKey
-
- SPAN_TAG - Static variable in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
The HTML 'span
' tag.
- SPAN_TAG - Static variable in class org.springframework.web.servlet.tags.form.ErrorsTag
-
The HTML 'span
' tag.
- specialHeaders - Static variable in class org.springframework.web.socket.client.AbstractWebSocketClient
-
- SPECIFICITY_COMPARATOR - Static variable in class org.springframework.http.MediaType
-
- SPECIFICITY_COMPARATOR - Static variable in class org.springframework.util.MimeTypeUtils
-
- SpecificityComparator() - Constructor for class org.springframework.util.MimeType.SpecificityComparator
-
- SpecificPlatform(String) - Constructor for enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
-
- specifiedTypeName - Variable in class org.springframework.beans.factory.config.TypedStringValue
-
- SpelCompiler - Class in org.springframework.expression.spel.standard
-
A SpelCompiler will take a regular parsed expression and create (and load) a class
containing byte code that does the same thing as that expression.
- SpelCompiler(ClassLoader) - Constructor for class org.springframework.expression.spel.standard.SpelCompiler
-
- SpelCompiler.ChildClassLoader - Class in org.springframework.expression.spel.standard
-
A ChildClassLoader will load the generated compiled expression classes.
- SpelCompiler.ExpressionClassWriter - Class in org.springframework.expression.spel.standard
-
- SpelCompilerMode - Enum in org.springframework.expression.spel
-
Captures the possible configuration settings for a compiler that can be
used when evaluating expressions.
- SpelCompilerMode() - Constructor for enum org.springframework.expression.spel.SpelCompilerMode
-
- SpelEvaluationException - Exception in org.springframework.expression.spel
-
Root exception for Spring EL related exceptions.
- SpelEvaluationException(SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelEvaluationException
-
- SpelEvaluationException(int, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelEvaluationException
-
- SpelEvaluationException(int, Throwable, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelEvaluationException
-
- SpelEvaluationException(Throwable, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelEvaluationException
-
- SpelExpression - Class in org.springframework.expression.spel.standard
-
A SpelExpression
represents a parsed (valid) expression that is ready to be
evaluated in a specified context.
- SpelExpression(String, SpelNodeImpl, SpelParserConfiguration) - Constructor for class org.springframework.expression.spel.standard.SpelExpression
-
Construct an expression, only used by the parser.
- SpelExpressionParser - Class in org.springframework.expression.spel.standard
-
SpEL parser.
- SpelExpressionParser() - Constructor for class org.springframework.expression.spel.standard.SpelExpressionParser
-
Create a parser with default settings.
- SpelExpressionParser(SpelParserConfiguration) - Constructor for class org.springframework.expression.spel.standard.SpelExpressionParser
-
Create a parser with the specified configuration.
- SpelMessage - Enum in org.springframework.expression.spel
-
Contains all the messages that can be produced by the Spring Expression Language.
- SpelMessage(SpelMessage.Kind, int, String) - Constructor for enum org.springframework.expression.spel.SpelMessage
-
- SpelMessage.Kind - Enum in org.springframework.expression.spel
-
- SpelNode - Interface in org.springframework.expression.spel
-
Represents a node in the Ast for a parsed expression.
- SpelNodeImpl - Class in org.springframework.expression.spel.ast
-
The common supertype of all AST nodes in a parsed Spring Expression Language
format expression.
- SpelNodeImpl(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.SpelNodeImpl
-
- SpelParseException - Exception in org.springframework.expression.spel
-
Root exception for Spring EL related exceptions.
- SpelParseException(String, int, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelParseException
-
- SpelParseException(int, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelParseException
-
- SpelParseException(int, Throwable, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelParseException
-
- SpelParserConfiguration - Class in org.springframework.expression.spel
-
Configuration object for the SpEL expression parser.
- SpelParserConfiguration() - Constructor for class org.springframework.expression.spel.SpelParserConfiguration
-
Create a new SpelParserConfiguration
instance with default settings.
- SpelParserConfiguration(SpelCompilerMode, ClassLoader) - Constructor for class org.springframework.expression.spel.SpelParserConfiguration
-
Create a new SpelParserConfiguration
instance.
- SpelParserConfiguration(boolean, boolean) - Constructor for class org.springframework.expression.spel.SpelParserConfiguration
-
Create a new SpelParserConfiguration
instance.
- SpelParserConfiguration(boolean, boolean, int) - Constructor for class org.springframework.expression.spel.SpelParserConfiguration
-
Create a new SpelParserConfiguration
instance.
- SpelParserConfiguration(SpelCompilerMode, ClassLoader, boolean, boolean, int) - Constructor for class org.springframework.expression.spel.SpelParserConfiguration
-
Create a new SpelParserConfiguration
instance.
- split(String, String) - Static method in class org.springframework.util.StringUtils
-
Split a String
at the first occurrence of the delimiter.
- splitArrayElementsIntoProperties(String[], String) - Static method in class org.springframework.util.StringUtils
-
Take an array of strings and split each element based on the given delimiter.
- splitArrayElementsIntoProperties(String[], String, String) - Static method in class org.springframework.util.StringUtils
-
Take an array of strings and split each element based on the given delimiter.
- splitSqlScript(String, char, List<String>) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
-
Split an SQL script into separate statements delimited by the provided
separator character.
- splitSqlScript(String, String, List<String>) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
-
Split an SQL script into separate statements delimited by the provided
separator string.
- splitSqlScript(EncodedResource, String, String, String, String, String, List<String>) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
-
Split an SQL script into separate statements delimited by the provided
separator string.
- splitSqlScript(String, char, List<String>) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
-
- SPRING_MACRO_LIBRARY - Static variable in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
-
Deprecated.
the name of Spring's default bind macro library
- SPRING_MACRO_REQUEST_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.view.AbstractTemplateView
-
Variable name of the RequestContext instance in the template model,
available to Spring's macros: e.g.
- SPRING_MACRO_RESOURCE_LOADER_CLASS - Static variable in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
-
Deprecated.
the key for the class of Spring's bind macro resource loader
- SPRING_MACRO_RESOURCE_LOADER_NAME - Static variable in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
-
Deprecated.
the name of the resource loader for Spring's bind macros
- SPRING_RESOURCE_LOADER - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
-
- SPRING_RESOURCE_LOADER_CACHE - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
-
- SPRING_RESOURCE_LOADER_CLASS - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
-
- SPRING_RESOURCE_LOADER_PATH - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
-
- springAopPresent - Static variable in class org.springframework.test.util.ReflectionTestUtils
-
- SpringAsmInfo - Class in org.springframework.asm
-
Utility class exposing constants related to Spring's internal repackaging
of the ASM bytecode manipulation library (currently based on version 5.0).
- SpringAsmInfo() - Constructor for class org.springframework.asm.SpringAsmInfo
-
- SpringBeanAutowiringInterceptor - Class in org.springframework.ejb.interceptor
-
EJB3-compliant interceptor class that injects Spring beans into
fields and methods which are annotated with @Autowired
.
- SpringBeanAutowiringInterceptor() - Constructor for class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
-
- SpringBeanAutowiringSupport - Class in org.springframework.web.context.support
-
Convenient base class for self-autowiring classes that gets constructed
within a Spring-based web application.
- SpringBeanAutowiringSupport() - Constructor for class org.springframework.web.context.support.SpringBeanAutowiringSupport
-
This constructor performs injection on this instance,
based on the current web application context.
- SpringBeanELResolver - Class in org.springframework.beans.factory.access.el
-
Unified EL ELResolver
that delegates to a Spring BeanFactory,
resolving name references to Spring-defined beans.
- SpringBeanELResolver() - Constructor for class org.springframework.beans.factory.access.el.SpringBeanELResolver
-
- SpringBeanFacesELResolver - Class in org.springframework.web.jsf.el
-
JSF ELResolver
that delegates to the Spring root WebApplicationContext
,
resolving name references to Spring-defined beans.
- SpringBeanFacesELResolver() - Constructor for class org.springframework.web.jsf.el.SpringBeanFacesELResolver
-
- SpringBeanJobFactory - Class in org.springframework.scheduling.quartz
-
Subclass of
AdaptableJobFactory
that also supports Spring-style
dependency injection on bean properties.
- SpringBeanJobFactory() - Constructor for class org.springframework.scheduling.quartz.SpringBeanJobFactory
-
- SpringBeanPreparerFactory - Class in org.springframework.web.servlet.view.tiles2
-
- SpringBeanPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles2.SpringBeanPreparerFactory
-
Deprecated.
- SpringBeanPreparerFactory - Class in org.springframework.web.servlet.view.tiles3
-
Tiles org.apache.tiles.preparer.PreparerFactory
implementation
that expects preparer bean names and obtains preparer beans from the
Spring ApplicationContext.
- SpringBeanPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles3.SpringBeanPreparerFactory
-
- SpringCacheAnnotationParser - Class in org.springframework.cache.annotation
-
- SpringCacheAnnotationParser() - Constructor for class org.springframework.cache.annotation.SpringCacheAnnotationParser
-
- SpringCacheAnnotationParser.DefaultCacheConfig - Class in org.springframework.cache.annotation
-
Provides default settings for a given set of cache operations.
- SpringCachingConfigurer() - Constructor for class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser.SpringCachingConfigurer
-
- SpringCglibInfo - Class in org.springframework.cglib
-
Empty class used to ensure that the org.springframework.cglib
package is processed during javadoc generation.
- SpringCglibInfo() - Constructor for class org.springframework.cglib.SpringCglibInfo
-
- SpringClassRule - Class in org.springframework.test.context.junit4.rules
-
SpringClassRule
is a custom JUnit
TestRule
that supports
class-level features of the
Spring TestContext Framework
in standard JUnit tests by means of the
TestContextManager
and
associated support classes and annotations.
- SpringClassRule() - Constructor for class org.springframework.test.context.junit4.rules.SpringClassRule
-
- SpringClassRule.TestContextManagerCacheEvictor - Class in org.springframework.test.context.junit4.rules
-
- SpringCompleteAutoloadTilesContainerFactory() - Constructor for class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringCompleteAutoloadTilesContainerFactory
-
Deprecated.
- SpringCompleteAutoloadTilesContainerFactory() - Constructor for class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringCompleteAutoloadTilesContainerFactory
-
- SpringCompleteAutoloadTilesInitializer() - Constructor for class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringCompleteAutoloadTilesInitializer
-
Deprecated.
- SpringCompleteAutoloadTilesInitializer() - Constructor for class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringCompleteAutoloadTilesInitializer
-
- SpringConfigurator - Class in org.springframework.web.socket.server.standard
-
A javax.websocket.server.ServerEndpointConfig.Configurator
for initializing
ServerEndpoint
-annotated classes through Spring.
- SpringConfigurator() - Constructor for class org.springframework.web.socket.server.standard.SpringConfigurator
-
- SpringConfiguredBeanDefinitionParser - Class in org.springframework.aop.config
-
- SpringConfiguredBeanDefinitionParser() - Constructor for class org.springframework.aop.config.SpringConfiguredBeanDefinitionParser
-
- SpringConfiguredBeanDefinitionParser - Class in org.springframework.context.config
-
- SpringConfiguredBeanDefinitionParser() - Constructor for class org.springframework.context.config.SpringConfiguredBeanDefinitionParser
-
- SpringConfiguredConfiguration - Class in org.springframework.context.annotation.aspectj
-
@Configuration
class that registers an
AnnotationBeanConfigurerAspect
capable of performing dependency injection services for non-Spring managed objects
annotated with @
Configurable
.
- SpringConfiguredConfiguration() - Constructor for class org.springframework.context.annotation.aspectj.SpringConfiguredConfiguration
-
- SpringConstraintValidatorFactory - Class in org.springframework.validation.beanvalidation
-
JSR-303 ConstraintValidatorFactory
implementation that delegates to a
Spring BeanFactory for creating autowired ConstraintValidator
instances.
- SpringConstraintValidatorFactory(AutowireCapableBeanFactory) - Constructor for class org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
-
Create a new SpringConstraintValidatorFactory for the given BeanFactory.
- SpringContextResourceAdapter - Class in org.springframework.jca.context
-
JCA 1.5
javax.resource.spi.ResourceAdapter
implementation
that loads a Spring
ApplicationContext
,
starting and stopping Spring-managed beans as part of the ResourceAdapter's
lifecycle.
- SpringContextResourceAdapter() - Constructor for class org.springframework.jca.context.SpringContextResourceAdapter
-
- SpringFactoriesLoader - Class in org.springframework.core.io.support
-
General purpose factory loading mechanism for internal use within the framework.
- SpringFactoriesLoader() - Constructor for class org.springframework.core.io.support.SpringFactoriesLoader
-
- SpringFailOnTimeout - Class in org.springframework.test.context.junit4.statements
-
SpringFailOnTimeout
is a custom JUnit
Statement
which adds
support for Spring's
@Timed
annotation by throwing an exception if the next statement in the execution
chain takes more than the specified number of milliseconds.
- SpringFailOnTimeout(Statement, Method) - Constructor for class org.springframework.test.context.junit4.statements.SpringFailOnTimeout
-
Construct a new SpringFailOnTimeout
statement for the supplied
testMethod
, retrieving the configured timeout from the
@Timed
annotation on the supplied method.
- SpringFailOnTimeout(Statement, long) - Constructor for class org.springframework.test.context.junit4.statements.SpringFailOnTimeout
-
Construct a new SpringFailOnTimeout
statement for the supplied
timeout
.
- SpringFlushSynchronization - Class in org.springframework.orm.hibernate4
-
Simple synchronization adapter that propagates a flush()
call
to the underlying Hibernate Session.
- SpringFlushSynchronization(Session) - Constructor for class org.springframework.orm.hibernate4.SpringFlushSynchronization
-
- SpringFlushSynchronization - Class in org.springframework.orm.hibernate5
-
Simple synchronization adapter that propagates a flush()
call
to the underlying Hibernate Session.
- SpringFlushSynchronization(Session) - Constructor for class org.springframework.orm.hibernate5.SpringFlushSynchronization
-
- SpringHandlerInstantiator - Class in org.springframework.http.converter.json
-
Allows for creating Jackson (
JsonSerializer
,
JsonDeserializer
,
KeyDeserializer
,
TypeResolverBuilder
,
TypeIdResolver
)
beans with autowiring against a Spring
ApplicationContext
.
- SpringHandlerInstantiator(AutowireCapableBeanFactory) - Constructor for class org.springframework.http.converter.json.SpringHandlerInstantiator
-
Create a new SpringHandlerInstantiator for the given BeanFactory.
- SpringHibernateEjbPersistenceProvider - Class in org.springframework.orm.jpa.vendor
-
- SpringHibernateEjbPersistenceProvider() - Constructor for class org.springframework.orm.jpa.vendor.SpringHibernateEjbPersistenceProvider
-
- SpringHibernateJpaPersistenceProvider - Class in org.springframework.orm.jpa.vendor
-
- SpringHibernateJpaPersistenceProvider() - Constructor for class org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider
-
- SpringJtaSessionContext - Class in org.springframework.orm.hibernate4
-
Spring-specific subclass of Hibernate's JTASessionContext,
setting FlushMode.MANUAL
for read-only transactions.
- SpringJtaSessionContext(SessionFactoryImplementor) - Constructor for class org.springframework.orm.hibernate4.SpringJtaSessionContext
-
- SpringJtaSessionContext - Class in org.springframework.orm.hibernate5
-
Spring-specific subclass of Hibernate's JTASessionContext,
setting FlushMode.MANUAL
for read-only transactions.
- SpringJtaSessionContext(SessionFactoryImplementor) - Constructor for class org.springframework.orm.hibernate5.SpringJtaSessionContext
-
- SpringJtaSynchronizationAdapter - Class in org.springframework.transaction.jta
-
Adapter that implements the JTA
javax.transaction.Synchronization
interface delegating to an underlying Spring
TransactionSynchronization
.
- SpringJtaSynchronizationAdapter(TransactionSynchronization) - Constructor for class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
-
Create a new SpringJtaSynchronizationAdapter for the given Spring
TransactionSynchronization and JTA TransactionManager.
- SpringJtaSynchronizationAdapter(TransactionSynchronization, UserTransaction) - Constructor for class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
-
Create a new SpringJtaSynchronizationAdapter for the given Spring
TransactionSynchronization and JTA TransactionManager.
- SpringJtaSynchronizationAdapter(TransactionSynchronization, TransactionManager) - Constructor for class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
-
Create a new SpringJtaSynchronizationAdapter for the given Spring
TransactionSynchronization and JTA TransactionManager.
- SpringJUnit4ClassRunner - Class in org.springframework.test.context.junit4
-
SpringJUnit4ClassRunner
is a custom extension of JUnit's
BlockJUnit4ClassRunner
which provides functionality of the
Spring TestContext Framework to standard JUnit tests by means of the
TestContextManager
and associated support classes and annotations.
- SpringJUnit4ClassRunner(Class<?>) - Constructor for class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Construct a new
SpringJUnit4ClassRunner
and initialize a
TestContextManager
to provide Spring testing functionality to
standard JUnit tests.
- SpringLobCreatorSynchronization - Class in org.springframework.jdbc.support.lob
-
Callback for resource cleanup at the end of a Spring transaction.
- SpringLobCreatorSynchronization(LobCreator) - Constructor for class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
-
Create a SpringLobCreatorSynchronization for the given LobCreator.
- SpringLocaleResolver - Class in org.springframework.web.servlet.view.tiles2
-
- SpringLocaleResolver() - Constructor for class org.springframework.web.servlet.view.tiles2.SpringLocaleResolver
-
Deprecated.
- SpringLocaleResolver - Class in org.springframework.web.servlet.view.tiles3
-
Tiles LocaleResolver adapter that delegates to a Spring
LocaleResolver
, exposing the
DispatcherServlet-managed locale.
- SpringLocaleResolver() - Constructor for class org.springframework.web.servlet.view.tiles3.SpringLocaleResolver
-
- SpringLocalizationContext(MessageSource, HttpServletRequest) - Constructor for class org.springframework.web.servlet.support.JstlUtils.SpringLocalizationContext
-
- SpringMethodRule - Class in org.springframework.test.context.junit4.rules
-
SpringMethodRule
is a custom JUnit
MethodRule
that
supports instance-level and method-level features of the
Spring TestContext Framework in standard JUnit tests by means
of the
TestContextManager
and associated support classes and
annotations.
- SpringMethodRule() - Constructor for class org.springframework.test.context.junit4.rules.SpringMethodRule
-
- SpringModelMBean - Class in org.springframework.jmx.export
-
Extension of the RequiredModelMBean
class that ensures the
thread context ClassLoader
is switched
for the managed resource's ClassLoader
before any invocations occur.
- SpringModelMBean() - Constructor for class org.springframework.jmx.export.SpringModelMBean
-
Construct a new SpringModelMBean instance with an empty ModelMBeanInfo
.
- SpringModelMBean(ModelMBeanInfo) - Constructor for class org.springframework.jmx.export.SpringModelMBean
-
Construct a new SpringModelMBean instance with the given ModelMBeanInfo
.
- SpringNamingPolicy - Class in org.springframework.cglib.core
-
Custom extension of CGLIB's DefaultNamingPolicy
, modifying
the tag in generated class names from "ByCGLIB" to "BySpringCGLIB".
- SpringNamingPolicy() - Constructor for class org.springframework.cglib.core.SpringNamingPolicy
-
- SpringObjenesis - Class in org.springframework.objenesis
-
Spring-specific variant of ObjenesisStd
/ ObjenesisBase
,
providing a cache based on Class
keys instead of class names,
and allowing for selective use of the cache.
- SpringObjenesis() - Constructor for class org.springframework.objenesis.SpringObjenesis
-
Create a new SpringObjenesis
instance with the
standard instantiator strategy.
- SpringObjenesis(InstantiatorStrategy) - Constructor for class org.springframework.objenesis.SpringObjenesis
-
Create a new SpringObjenesis
instance with the
given standard instantiator strategy.
- SpringPersistenceManagerProxyBean - Class in org.springframework.orm.jdo.support
-
Proxy that implements the javax.jdo.PersistenceManager
interface,
delegating to the current thread-bound PersistenceManager (the Spring-managed
transactional PersistenceManager or the single OpenPersistenceManagerInView
PersistenceManager, if any) on each invocation.
- SpringPersistenceManagerProxyBean() - Constructor for class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
-
- SpringPersistenceManagerProxyBean.PersistenceManagerInvocationHandler - Class in org.springframework.orm.jdo.support
-
Invocation handler that delegates close calls on PersistenceManagers to
PersistenceManagerFactoryUtils for being aware of thread-bound transactions.
- SpringPersistenceUnitInfo - Class in org.springframework.orm.jpa.persistenceunit
-
- SpringPersistenceUnitInfo() - Constructor for class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
-
- SpringProperties - Class in org.springframework.core
-
Static holder for local Spring properties, i.e.
- SpringProperties() - Constructor for class org.springframework.core.SpringProperties
-
- SpringProxy - Interface in org.springframework.aop
-
Marker interface implemented by all AOP proxies.
- SpringRepeat - Class in org.springframework.test.context.junit4.statements
-
SpringRepeat
is a custom JUnit
Statement
which adds support
for Spring's
@Repeat
annotation by repeating the test the specified number of times.
- SpringRepeat(Statement, Method) - Constructor for class org.springframework.test.context.junit4.statements.SpringRepeat
-
Construct a new SpringRepeat
statement for the supplied
testMethod
, retrieving the configured repeat count from the
@Repeat
annotation on the supplied method.
- SpringRepeat(Statement, Method, int) - Constructor for class org.springframework.test.context.junit4.statements.SpringRepeat
-
Construct a new SpringRepeat
statement for the supplied
testMethod
and repeat
count.
- SpringResourceLoader - Class in org.springframework.ui.velocity
-
Velocity ResourceLoader adapter that loads via a Spring ResourceLoader.
- SpringResourceLoader() - Constructor for class org.springframework.ui.velocity.SpringResourceLoader
-
- SpringRunner - Class in org.springframework.test.context.junit4
-
- SpringRunner(Class<?>) - Constructor for class org.springframework.test.context.junit4.SpringRunner
-
Construct a new
SpringRunner
and initialize a
TestContextManager
to provide Spring testing functionality to standard JUnit 4 tests.
- SpringServletContainerInitializer - Class in org.springframework.web
-
Servlet 3.0
ServletContainerInitializer
designed to support code-based
configuration of the servlet container using Spring's
WebApplicationInitializer
SPI as opposed to (or possibly in combination with) the traditional
web.xml
-based approach.
- SpringServletContainerInitializer() - Constructor for class org.springframework.web.SpringServletContainerInitializer
-
- SpringSessionContext - Class in org.springframework.orm.hibernate3
-
- SpringSessionContext(SessionFactoryImplementor) - Constructor for class org.springframework.orm.hibernate3.SpringSessionContext
-
Deprecated.
Create a new SpringSessionContext for the given Hibernate SessionFactory.
- SpringSessionContext - Class in org.springframework.orm.hibernate4
-
Implementation of Hibernate 3.1's CurrentSessionContext interface
that delegates to Spring's SessionFactoryUtils for providing a
Spring-managed current Session.
- SpringSessionContext(SessionFactoryImplementor) - Constructor for class org.springframework.orm.hibernate4.SpringSessionContext
-
Create a new SpringSessionContext for the given Hibernate SessionFactory.
- SpringSessionContext - Class in org.springframework.orm.hibernate5
-
Implementation of Hibernate 3.1's CurrentSessionContext interface
that delegates to Spring's SessionFactoryUtils for providing a
Spring-managed current Session.
- SpringSessionContext(SessionFactoryImplementor) - Constructor for class org.springframework.orm.hibernate5.SpringSessionContext
-
Create a new SpringSessionContext for the given Hibernate SessionFactory.
- SpringSessionSynchronization - Class in org.springframework.orm.hibernate3
-
- SpringSessionSynchronization(SessionHolder, SessionFactory, SQLExceptionTranslator, boolean) - Constructor for class org.springframework.orm.hibernate3.SpringSessionSynchronization
-
Deprecated.
- SpringSessionSynchronization - Class in org.springframework.orm.hibernate4
-
Callback for resource cleanup at the end of a Spring-managed transaction
for a pre-bound Hibernate Session.
- SpringSessionSynchronization(SessionHolder, SessionFactory) - Constructor for class org.springframework.orm.hibernate4.SpringSessionSynchronization
-
- SpringSessionSynchronization(SessionHolder, SessionFactory, boolean) - Constructor for class org.springframework.orm.hibernate4.SpringSessionSynchronization
-
- SpringSessionSynchronization - Class in org.springframework.orm.hibernate5
-
Callback for resource cleanup at the end of a Spring-managed transaction
for a pre-bound Hibernate Session.
- SpringSessionSynchronization(SessionHolder, SessionFactory) - Constructor for class org.springframework.orm.hibernate5.SpringSessionSynchronization
-
- SpringSessionSynchronization(SessionHolder, SessionFactory, boolean) - Constructor for class org.springframework.orm.hibernate5.SpringSessionSynchronization
-
- springSynchronization - Variable in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
-
- SpringTemplateLoader - Class in org.springframework.ui.freemarker
-
FreeMarker
TemplateLoader
adapter that loads via a Spring
ResourceLoader
.
- SpringTemplateLoader(ResourceLoader, String) - Constructor for class org.springframework.ui.freemarker.SpringTemplateLoader
-
Create a new SpringTemplateLoader.
- springTestContextAfterTestClass() - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
- springTestContextAfterTestMethod(Method) - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
- springTestContextBeforeTestClass() - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
- springTestContextBeforeTestMethod(Method) - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
- springTestContextPrepareTestInstance() - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
Delegates to the configured
TestContextManager
to
prepare
this test
instance prior to execution of any individual tests, for example for
injecting dependencies, etc.
- SpringTilesContainerFactory() - Constructor for class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
-
Deprecated.
- SpringTilesContainerFactory() - Constructor for class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
-
- SpringTilesInitializer() - Constructor for class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesInitializer
-
Deprecated.
- SpringTilesInitializer() - Constructor for class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesInitializer
-
- SpringTransactionAnnotationParser - Class in org.springframework.transaction.annotation
-
Strategy implementation for parsing Spring's
Transactional
annotation.
- SpringTransactionAnnotationParser() - Constructor for class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
-
- SpringTransactionFactory - Class in org.springframework.orm.hibernate3
-
- SpringTransactionFactory() - Constructor for class org.springframework.orm.hibernate3.SpringTransactionFactory
-
Deprecated.
- SpringValidatorAdapter - Class in org.springframework.validation.beanvalidation
-
Adapter that takes a JSR-303
javax.validator.Validator
and
exposes it as a Spring
Validator
while also exposing the original JSR-303 Validator interface itself.
- SpringValidatorAdapter(javax.validation.Validator) - Constructor for class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
Create a new SpringValidatorAdapter for the given JSR-303 Validator.
- SpringValidatorAdapter() - Constructor for class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
- SpringValidatorAdapter.ResolvableAttribute - Class in org.springframework.validation.beanvalidation
-
Wrapper for a String attribute which can be resolved via a MessageSource
,
falling back to the original attribute as a default value otherwise.
- SpringVersion - Class in org.springframework.core
-
Class that exposes the Spring version.
- SpringVersion() - Constructor for class org.springframework.core.SpringVersion
-
- SpringWebConstraintValidatorFactory - Class in org.springframework.web.bind.support
-
JSR-303
ConstraintValidatorFactory
implementation that delegates to
the current Spring
WebApplicationContext
for creating autowired
ConstraintValidator
instances.
- SpringWebConstraintValidatorFactory() - Constructor for class org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
-
- SpringWildcardServletTilesApplicationContext - Class in org.springframework.web.servlet.view.tiles2
-
- SpringWildcardServletTilesApplicationContext(ServletContext) - Constructor for class org.springframework.web.servlet.view.tiles2.SpringWildcardServletTilesApplicationContext
-
Deprecated.
- SpringWildcardServletTilesApplicationContext - Class in org.springframework.web.servlet.view.tiles3
-
Spring-specific subclass of the Tiles ServletApplicationContext.
- SpringWildcardServletTilesApplicationContext(ServletContext) - Constructor for class org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
-
- sql - Variable in exception org.springframework.jdbc.BadSqlGrammarException
-
- sql - Variable in class org.springframework.jdbc.core.JdbcTemplate.SimplePreparedStatementCreator
-
- sql - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
The SQL, which won't change when the parameters change
- sql - Variable in exception org.springframework.jdbc.InvalidResultSetAccessException
-
- sql - Variable in class org.springframework.jdbc.object.RdbmsOperation
-
- sql - Variable in exception org.springframework.jdbc.UncategorizedSQLException
-
SQL that led to the problem
- Sql - Annotation Type in org.springframework.test.context.jdbc
-
@Sql
is used to annotate a test class or test method to configure
SQL
Sql.scripts()
and
Sql.statements()
to be executed against a given
database during integration tests.
- Sql.ExecutionPhase - Enum in org.springframework.test.context.jdbc
-
Enumeration of phases that dictate when SQL scripts are executed.
- SQL_ERROR_CODE_DEFAULT_PATH - Static variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
-
The name of default SQL error code files, loading from the class path.
- SQL_ERROR_CODE_OVERRIDE_PATH - Static variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
-
The name of custom SQL error codes file, loading from the root
of the class path (e.g.
- SqlCall - Class in org.springframework.jdbc.object
-
RdbmsOperation using a JdbcTemplate and representing a SQL-based
call such as a stored procedure or a stored function.
- SqlCall() - Constructor for class org.springframework.jdbc.object.SqlCall
-
Constructor to allow use as a JavaBean.
- SqlCall(DataSource, String) - Constructor for class org.springframework.jdbc.object.SqlCall
-
Create a new SqlCall object with SQL, but without parameters.
- SqlConfig - Annotation Type in org.springframework.test.context.jdbc
-
@SqlConfig
defines metadata that is used to determine how to parse
and execute SQL scripts configured via the
@Sql
annotation.
- SqlConfig.ErrorMode - Enum in org.springframework.test.context.jdbc
-
Enumeration of modes that dictate how errors are handled while
executing SQL statements.
- SqlConfig.TransactionMode - Enum in org.springframework.test.context.jdbc
-
Enumeration of modes that dictate whether SQL scripts should be
executed within a transaction and what the transaction propagation behavior
should be.
- SQLErrorCodes - Class in org.springframework.jdbc.support
-
JavaBean for holding JDBC error codes for a particular database.
- SQLErrorCodes() - Constructor for class org.springframework.jdbc.support.SQLErrorCodes
-
- sqlErrorCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
-
Error codes used by this translator
- SQLErrorCodesFactory - Class in org.springframework.jdbc.support
-
Factory for creating
SQLErrorCodes
based on the
"databaseProductName" taken from the
DatabaseMetaData
.
- SQLErrorCodesFactory() - Constructor for class org.springframework.jdbc.support.SQLErrorCodesFactory
-
- SQLErrorCodeSQLExceptionTranslator - Class in org.springframework.jdbc.support
-
- SQLErrorCodeSQLExceptionTranslator() - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
-
Constructor for use as a JavaBean.
- SQLErrorCodeSQLExceptionTranslator(DataSource) - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
-
Create a SQL error code translator for the given DataSource.
- SQLErrorCodeSQLExceptionTranslator(String) - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
-
Create a SQL error code translator for the given database product name.
- SQLErrorCodeSQLExceptionTranslator(SQLErrorCodes) - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
-
Create a SQLErrorCode translator given these error codes.
- SQLExceptionSubclassTranslator - Class in org.springframework.jdbc.support
-
SQLExceptionTranslator
implementation which analyzes the specific
SQLException
subclass thrown by the JDBC driver.
- SQLExceptionSubclassTranslator() - Constructor for class org.springframework.jdbc.support.SQLExceptionSubclassTranslator
-
- SQLExceptionTranslator - Interface in org.springframework.jdbc.support
-
Strategy interface for translating between
SQLExceptions
and Spring's data access strategy-agnostic
DataAccessException
hierarchy.
- SqlFunction<T> - Class in org.springframework.jdbc.object
-
SQL "function" wrapper for a query that returns a single row of results.
- SqlFunction() - Constructor for class org.springframework.jdbc.object.SqlFunction
-
Constructor to allow use as a JavaBean.
- SqlFunction(DataSource, String) - Constructor for class org.springframework.jdbc.object.SqlFunction
-
Create a new SqlFunction object with SQL, but without parameters.
- SqlFunction(DataSource, String, int[]) - Constructor for class org.springframework.jdbc.object.SqlFunction
-
Create a new SqlFunction object with SQL and parameters.
- SqlFunction(DataSource, String, int[], Class<T>) - Constructor for class org.springframework.jdbc.object.SqlFunction
-
Create a new SqlFunction object with SQL, parameters and a result type.
- SqlGroup - Annotation Type in org.springframework.test.context.jdbc
-
Container annotation that aggregates several
@Sql
annotations.
- SqlInOutParameter - Class in org.springframework.jdbc.core
-
- SqlInOutParameter(String, int) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
-
Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, int) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
-
Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, String) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
-
Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, String, SqlReturnType) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
-
Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, ResultSetExtractor<?>) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
-
Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
-
Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, RowMapper<?>) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
-
Create a new SqlInOutParameter.
- SqlLobValue - Class in org.springframework.jdbc.core.support
-
Object to represent an SQL BLOB/CLOB value parameter.
- SqlLobValue(byte[]) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
-
Create a new BLOB value with the given byte array,
using a DefaultLobHandler.
- SqlLobValue(byte[], LobHandler) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
-
Create a new BLOB value with the given byte array.
- SqlLobValue(String) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
-
Create a new CLOB value with the given content string,
using a DefaultLobHandler.
- SqlLobValue(String, LobHandler) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
-
Create a new CLOB value with the given content string.
- SqlLobValue(InputStream, int) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
-
Create a new BLOB/CLOB value with the given stream,
using a DefaultLobHandler.
- SqlLobValue(InputStream, int, LobHandler) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
-
Create a new BLOB/CLOB value with the given stream.
- SqlLobValue(Reader, int) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
-
Create a new CLOB value with the given character stream,
using a DefaultLobHandler.
- SqlLobValue(Reader, int, LobHandler) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
-
Create a new CLOB value with the given character stream.
- SqlOperation - Class in org.springframework.jdbc.object
-
Operation object representing a SQL-based operation such as a query or update,
as opposed to a stored procedure.
- SqlOperation() - Constructor for class org.springframework.jdbc.object.SqlOperation
-
- SqlOutParameter - Class in org.springframework.jdbc.core
-
Subclass of SqlParameter to represent an output parameter.
- SqlOutParameter(String, int) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
-
Create a new SqlOutParameter.
- SqlOutParameter(String, int, int) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
-
Create a new SqlOutParameter.
- SqlOutParameter(String, int, String) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
-
Create a new SqlOutParameter.
- SqlOutParameter(String, int, String, SqlReturnType) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
-
Create a new SqlOutParameter.
- SqlOutParameter(String, int, ResultSetExtractor<?>) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
-
Create a new SqlOutParameter.
- SqlOutParameter(String, int, RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
-
Create a new SqlOutParameter.
- SqlOutParameter(String, int, RowMapper<?>) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
-
Create a new SqlOutParameter.
- SqlParameter - Class in org.springframework.jdbc.core
-
Object to represent a SQL parameter definition.
- SqlParameter(int) - Constructor for class org.springframework.jdbc.core.SqlParameter
-
Create a new anonymous SqlParameter, supplying the SQL type.
- SqlParameter(int, String) - Constructor for class org.springframework.jdbc.core.SqlParameter
-
Create a new anonymous SqlParameter, supplying the SQL type.
- SqlParameter(int, int) - Constructor for class org.springframework.jdbc.core.SqlParameter
-
Create a new anonymous SqlParameter, supplying the SQL type.
- SqlParameter(String, int) - Constructor for class org.springframework.jdbc.core.SqlParameter
-
Create a new SqlParameter, supplying name and SQL type.
- SqlParameter(String, int, String) - Constructor for class org.springframework.jdbc.core.SqlParameter
-
Create a new SqlParameter, supplying name and SQL type.
- SqlParameter(String, int, int) - Constructor for class org.springframework.jdbc.core.SqlParameter
-
Create a new SqlParameter, supplying name and SQL type.
- SqlParameter(SqlParameter) - Constructor for class org.springframework.jdbc.core.SqlParameter
-
Copy constructor.
- SqlParameterSource - Interface in org.springframework.jdbc.core.namedparam
-
Interface that defines common functionality for objects that can
offer parameter values for named SQL parameters, serving as argument
for
NamedParameterJdbcTemplate
operations.
- SqlParameterSourceUtils - Class in org.springframework.jdbc.core.namedparam
-
Class that provides helper methods for the use of
SqlParameterSource
with
SimpleJdbc
classes.
- SqlParameterSourceUtils() - Constructor for class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
-
- SqlParameterValue - Class in org.springframework.jdbc.core
-
Object to represent a SQL parameter value, including parameter metadata
such as the SQL type and the scale for numeric values.
- SqlParameterValue(int, Object) - Constructor for class org.springframework.jdbc.core.SqlParameterValue
-
Create a new SqlParameterValue, supplying the SQL type.
- SqlParameterValue(int, String, Object) - Constructor for class org.springframework.jdbc.core.SqlParameterValue
-
Create a new SqlParameterValue, supplying the SQL type.
- SqlParameterValue(int, int, Object) - Constructor for class org.springframework.jdbc.core.SqlParameterValue
-
Create a new SqlParameterValue, supplying the SQL type.
- SqlParameterValue(SqlParameter, Object) - Constructor for class org.springframework.jdbc.core.SqlParameterValue
-
Create a new SqlParameterValue based on the given SqlParameter declaration.
- SqlProvider - Interface in org.springframework.jdbc.core
-
Interface to be implemented by objects that can provide SQL strings.
- SqlQuery<T> - Class in org.springframework.jdbc.object
-
Reusable operation object representing a SQL query.
- SqlQuery() - Constructor for class org.springframework.jdbc.object.SqlQuery
-
Constructor to allow use as a JavaBean.
- SqlQuery(DataSource, String) - Constructor for class org.springframework.jdbc.object.SqlQuery
-
Convenient constructor with a DataSource
and SQL string.
- sqlReadyForUse - Variable in class org.springframework.jdbc.object.SqlCall
-
Flag used to indicate that the sql for this call should be used exactly as it is
defined.
- SqlReturnResultSet - Class in org.springframework.jdbc.core
-
Represents a returned ResultSet
from a stored procedure call.
- SqlReturnResultSet(String, ResultSetExtractor<?>) - Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
-
- SqlReturnResultSet(String, RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
-
- SqlReturnResultSet(String, RowMapper<?>) - Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
-
- sqlReturnType - Variable in class org.springframework.jdbc.core.SqlOutParameter
-
- SqlReturnType - Interface in org.springframework.jdbc.core
-
Interface to be implemented for retrieving values for more complex database-specific
types not supported by the standard CallableStatement.getObject
method.
- SqlReturnUpdateCount - Class in org.springframework.jdbc.core
-
Represents a returned update count from a stored procedure call.
- SqlReturnUpdateCount(String) - Constructor for class org.springframework.jdbc.core.SqlReturnUpdateCount
-
- SqlRowSet - Interface in org.springframework.jdbc.support.rowset
-
Mirror interface for RowSet
, representing
disconnected ResultSet
data.
- SqlRowSetMetaData - Interface in org.springframework.jdbc.support.rowset
-
Metadata interface for Spring's
SqlRowSet
, analogous to JDBC's
ResultSetMetaData
.
- SqlRowSetResultSetExtractor - Class in org.springframework.jdbc.core
-
- SqlRowSetResultSetExtractor() - Constructor for class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
-
- SqlRowSetResultSetExtractor.CachedRowSetFactory - Interface in org.springframework.jdbc.core
-
Internal strategy interface for the creation of CachedRowSet instances.
- SqlRowSetResultSetExtractor.StandardCachedRowSetFactory - Class in org.springframework.jdbc.core
-
Inner class to avoid a hard dependency on JDBC 4.1 RowSetProvider class.
- SqlRowSetResultSetExtractor.SunCachedRowSetFactory - Class in org.springframework.jdbc.core
-
Inner class to avoid a hard dependency on Sun's CachedRowSetImpl class.
- sqlScriptEncoding - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
- sqlScriptEncoding - Variable in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-
- sqlScriptEncoding - Variable in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
-
- SqlScriptsTestExecutionListener - Class in org.springframework.test.context.jdbc
-
TestExecutionListener
that provides support for executing SQL
scripts
and inlined
statements
configured via the
@Sql
annotation.
- SqlScriptsTestExecutionListener() - Constructor for class org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
-
- SqlServerCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
-
- SqlServerCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.SqlServerCallMetaDataProvider
-
- SqlServerMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
-
- SqlServerMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
-
Default constructor for bean property style usage.
- SqlServerMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
-
Convenience constructor.
- SQLStateSQLExceptionTranslator - Class in org.springframework.jdbc.support
-
SQLExceptionTranslator
implementation that analyzes the SQL state in
the
SQLException
based on the first two digits (the SQL state "class").
- SQLStateSQLExceptionTranslator() - Constructor for class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
-
- sqlType - Variable in class org.springframework.jdbc.core.metadata.CallParameterMetaData
-
- sqlType - Variable in class org.springframework.jdbc.core.metadata.TableParameterMetaData
-
- sqlType - Variable in class org.springframework.jdbc.core.SqlParameter
-
SQL type constant from java.sql.Types
- sqlTypes - Variable in class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
-
- sqlTypes() - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
-
Deprecated.
- sqlTypes() - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
-
Deprecated.
- sqlTypes() - Method in class org.springframework.orm.hibernate3.support.BlobStringType
-
Deprecated.
- sqlTypes() - Method in class org.springframework.orm.hibernate3.support.ClobStringType
-
Deprecated.
- sqlTypesToAnonymousParameterList(int...) - Static method in class org.springframework.jdbc.core.SqlParameter
-
Convert a list of JDBC types, as defined in java.sql.Types
,
to a List of SqlParameter objects as used in this package.
- SqlTypeValue - Interface in org.springframework.jdbc.core
-
Interface to be implemented for setting values for more complex database-specific
types not supported by the standard setObject
method.
- SqlUpdate - Class in org.springframework.jdbc.object
-
Reusable operation object representing a SQL update.
- SqlUpdate() - Constructor for class org.springframework.jdbc.object.SqlUpdate
-
Constructor to allow use as a JavaBean.
- SqlUpdate(DataSource, String) - Constructor for class org.springframework.jdbc.object.SqlUpdate
-
Constructs an update object with a given DataSource and SQL.
- SqlUpdate(DataSource, String, int[]) - Constructor for class org.springframework.jdbc.object.SqlUpdate
-
Construct an update object with a given DataSource, SQL
and anonymous parameters.
- SqlUpdate(DataSource, String, int[], int) - Constructor for class org.springframework.jdbc.object.SqlUpdate
-
Construct an update object with a given DataSource, SQL,
anonymous parameters and specifying the maximum number of rows
that may be affected.
- SqlValue - Interface in org.springframework.jdbc.support
-
Simple interface for complex types to be set as statement parameters.
- SQLWarning() - Method in exception org.springframework.jdbc.SQLWarningException
-
Return the underlying SQLWarning.
- SQLWarningException - Exception in org.springframework.jdbc
-
Exception thrown when we're not ignoring SQLWarnings
.
- SQLWarningException(String, SQLWarning) - Constructor for exception org.springframework.jdbc.SQLWarningException
-
Constructor for SQLWarningException.
- SqlXmlFeatureNotImplementedException - Exception in org.springframework.jdbc.support.xml
-
Exception thrown when the underlying implementation does not support the
requested feature of the API.
- SqlXmlFeatureNotImplementedException(String) - Constructor for exception org.springframework.jdbc.support.xml.SqlXmlFeatureNotImplementedException
-
Constructor for SqlXmlFeatureNotImplementedException.
- SqlXmlFeatureNotImplementedException(String, Throwable) - Constructor for exception org.springframework.jdbc.support.xml.SqlXmlFeatureNotImplementedException
-
Constructor for SqlXmlFeatureNotImplementedException.
- SqlXmlHandler - Interface in org.springframework.jdbc.support.xml
-
Abstraction for handling XML fields in specific databases.
- SqlXmlObjectMappingHandler - Interface in org.springframework.jdbc.support.xml
-
Abstraction for handling XML object mapping to fields in a database.
- SqlXmlValue - Interface in org.springframework.jdbc.support.xml
-
Subinterface of
SqlValue
that supports passing in XML data to specified column and adds a
cleanup callback, to be invoked after the value has been set and
the corresponding statement has been executed.
- srcAndRefPositions - Variable in class org.springframework.asm.Label
-
Informations about forward references.
- SseEmitter - Class in org.springframework.web.servlet.mvc.method.annotation
-
- SseEmitter() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.SseEmitter
-
Create a new SseEmitter instance.
- SseEmitter(Long) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.SseEmitter
-
Create a SseEmitter with a custom timeout value.
- SseEmitter.SseEventBuilder - Interface in org.springframework.web.servlet.mvc.method.annotation
-
A builder for an SSE event.
- SseEmitter.SseEventBuilderImpl - Class in org.springframework.web.servlet.mvc.method.annotation
-
Default implementation of SseEventBuilder.
- SseEventBuilderImpl() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilderImpl
-
- ssePrettyPrinter - Variable in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- sslContext - Variable in class org.springframework.http.client.Netty4ClientHttpRequestFactory
-
- ssp - Variable in class org.springframework.web.util.OpaqueUriComponents
-
- ssp - Variable in class org.springframework.web.util.UriComponentsBuilder
-
- stack - Variable in class org.springframework.asm.Context
-
The stack values of the latest stack map frame that has been parsed.
- STACK - Static variable in class org.springframework.asm.Frame
-
Kind of the types that are relative to the stack of an input stack
map frame.
- stack - Variable in class org.springframework.core.ControlFlowFactory.Jdk14ControlFlow
-
Deprecated.
- stackCount - Variable in class org.springframework.asm.Context
-
The stack size of the latest stack map frame that has been parsed.
- stackMap - Variable in class org.springframework.asm.MethodWriter
-
The StackMapTable attribute.
- stackSize - Variable in class org.springframework.asm.MethodWriter
-
The (relative) stack size after the last visited instruction.
- staleIfError - Variable in class org.springframework.http.CacheControl
-
- staleIfError(long, TimeUnit) - Method in class org.springframework.http.CacheControl
-
Add a "stale-if-error" directive.
- staleWhileRevalidate - Variable in class org.springframework.http.CacheControl
-
- staleWhileRevalidate(long, TimeUnit) - Method in class org.springframework.http.CacheControl
-
Add a "stale-while-revalidate" directive.
- standalone - Variable in class org.springframework.oxm.jibx.JibxMarshaller
-
- StandaloneConfiguration() - Constructor for class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
-
- StandaloneMockMvcBuilder - Class in org.springframework.test.web.servlet.setup
-
A MockMvcBuilder
that accepts @Controller
registrations
thus allowing full control over the instantiation and initialization of
controllers and their dependencies similar to plain unit tests, and also
making it possible to test one controller at a time.
- StandaloneMockMvcBuilder(Object...) - Constructor for class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Protected constructor.
- StandaloneMockMvcBuilder.StandaloneConfiguration - Class in org.springframework.test.web.servlet.setup
-
Using the MVC Java configuration as the starting point for the "standalone" setup
- StandaloneMockMvcBuilder.StaticRequestMappingHandlerMapping - Class in org.springframework.test.web.servlet.setup
-
A RequestMappingHandlerMapping
that allows registration of controllers.
- StandaloneMockMvcBuilder.StaticStringValueResolver - Class in org.springframework.test.web.servlet.setup
-
A static resolver placeholder for values embedded in request mappings.
- StandaloneMockMvcBuilder.StaticViewResolver - Class in org.springframework.test.web.servlet.setup
-
- standaloneSet() - Method in class org.springframework.util.xml.XMLEventStreamReader
-
- standaloneSetup(Object...) - Static method in class org.springframework.test.web.servlet.setup.MockMvcBuilders
-
Build a
MockMvc
instance by registering one or more
@Controller
instances and configuring Spring MVC infrastructure
programmatically.
- STANDARD_NUMBER_TYPES - Static variable in class org.springframework.util.NumberUtils
-
Standard number types (all immutable):
Byte, Short, Integer, Long, BigInteger, Float, Double, BigDecimal.
- StandardAnnotationMetadata - Class in org.springframework.core.type
-
AnnotationMetadata
implementation that uses standard reflection
to introspect a given
Class
.
- StandardAnnotationMetadata(Class<?>) - Constructor for class org.springframework.core.type.StandardAnnotationMetadata
-
Create a new StandardAnnotationMetadata
wrapper for the given Class.
- StandardAnnotationMetadata(Class<?>, boolean) - Constructor for class org.springframework.core.type.StandardAnnotationMetadata
-
- StandardBeanExpressionResolver - Class in org.springframework.context.expression
-
Standard implementation of the
BeanExpressionResolver
interface, parsing and evaluating Spring EL using Spring's expression module.
- StandardBeanExpressionResolver() - Constructor for class org.springframework.context.expression.StandardBeanExpressionResolver
-
Create a new StandardBeanExpressionResolver
with default settings.
- StandardBeanExpressionResolver(ClassLoader) - Constructor for class org.springframework.context.expression.StandardBeanExpressionResolver
-
Create a new StandardBeanExpressionResolver
with the given bean class loader,
using it as the basis for expression compilation.
- StandardCachedRowSetFactory() - Constructor for class org.springframework.jdbc.core.SqlRowSetResultSetExtractor.StandardCachedRowSetFactory
-
- StandardClassMetadata - Class in org.springframework.core.type
-
ClassMetadata
implementation that uses standard reflection
to introspect a given
Class
.
- StandardClassMetadata(Class<?>) - Constructor for class org.springframework.core.type.StandardClassMetadata
-
Create a new StandardClassMetadata wrapper for the given Class.
- StandardEnvironment - Class in org.springframework.core.env
-
Environment
implementation suitable for use in 'standard' (i.e.
- StandardEnvironment() - Constructor for class org.springframework.core.env.StandardEnvironment
-
- StandardEvaluationContext - Class in org.springframework.expression.spel.support
-
Provides a default EvaluationContext implementation.
- StandardEvaluationContext() - Constructor for class org.springframework.expression.spel.support.StandardEvaluationContext
-
- StandardEvaluationContext(Object) - Constructor for class org.springframework.expression.spel.support.StandardEvaluationContext
-
- StandardJmsActivationSpecFactory - Class in org.springframework.jms.listener.endpoint
-
- StandardJmsActivationSpecFactory() - Constructor for class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
-
- StandardMethodMetadata - Class in org.springframework.core.type
-
MethodMetadata
implementation that uses standard reflection
to introspect a given
Method
.
- StandardMethodMetadata(Method) - Constructor for class org.springframework.core.type.StandardMethodMetadata
-
Create a new StandardMethodMetadata wrapper for the given Method.
- StandardMethodMetadata(Method, boolean) - Constructor for class org.springframework.core.type.StandardMethodMetadata
-
Create a new StandardMethodMetadata wrapper for the given Method,
providing the option to return any nested annotations or annotation arrays in the
form of
AnnotationAttributes
instead
of actual
Annotation
instances.
- StandardMultipartFile(Part, String) - Constructor for class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
-
- StandardMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
-
Spring MultipartHttpServletRequest adapter, wrapping a Servlet 3.0 HttpServletRequest
and its Part objects.
- StandardMultipartHttpServletRequest(HttpServletRequest) - Constructor for class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
Create a new StandardMultipartHttpServletRequest wrapper for the given request,
immediately parsing the multipart content.
- StandardMultipartHttpServletRequest(HttpServletRequest, boolean) - Constructor for class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
Create a new StandardMultipartHttpServletRequest wrapper for the given request.
- StandardMultipartHttpServletRequest.StandardMultipartFile - Class in org.springframework.web.multipart.support
-
Spring MultipartFile adapter, wrapping a Servlet 3.0 Part object.
- StandardOperatorOverloader - Class in org.springframework.expression.spel.support
-
- StandardOperatorOverloader() - Constructor for class org.springframework.expression.spel.support.StandardOperatorOverloader
-
- StandardPersistenceManagerProxyBean - Class in org.springframework.orm.jdo.support
-
Proxy that implements the javax.jdo.PersistenceManager
interface,
delegating to a thread-bound PersistenceManager on each invocation -
as defined by the JDO 3.0 specification.
- StandardPersistenceManagerProxyBean() - Constructor for class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
-
- StandardPortletEnvironment - Class in org.springframework.web.portlet.context
-
Environment
implementation to be used by
Servlet
-based web
applications.
- StandardPortletEnvironment() - Constructor for class org.springframework.web.portlet.context.StandardPortletEnvironment
-
- standardReflectionAvailable - Static variable in class org.springframework.core.DefaultParameterNameDiscoverer
-
- StandardReflectionParameterNameDiscoverer - Class in org.springframework.core
-
ParameterNameDiscoverer
implementation which uses JDK 8's reflection facilities
for introspecting parameter names (based on the "-parameters" compiler flag).
- StandardReflectionParameterNameDiscoverer() - Constructor for class org.springframework.core.StandardReflectionParameterNameDiscoverer
-
- StandardScriptEvalException - Exception in org.springframework.scripting.support
-
Exception decorating a ScriptException
coming out of
JSR-223 script evaluation, i.e.
- StandardScriptEvalException(ScriptException) - Constructor for exception org.springframework.scripting.support.StandardScriptEvalException
-
Construct a new script eval exception with the specified original exception.
- StandardScriptEvaluator - Class in org.springframework.scripting.support
-
javax.script
(JSR-223) based implementation of Spring's
ScriptEvaluator
strategy interface.
- StandardScriptEvaluator() - Constructor for class org.springframework.scripting.support.StandardScriptEvaluator
-
Construct a new StandardScriptEvaluator
.
- StandardScriptEvaluator(ClassLoader) - Constructor for class org.springframework.scripting.support.StandardScriptEvaluator
-
Construct a new StandardScriptEvaluator
for the given class loader.
- StandardScriptEvaluator(ScriptEngineManager) - Constructor for class org.springframework.scripting.support.StandardScriptEvaluator
-
Construct a new StandardScriptEvaluator
for the given JSR-223
ScriptEngineManager
to obtain script engines from.
- StandardScriptFactory - Class in org.springframework.scripting.support
-
ScriptFactory
implementation based
on the JSR-223 script engine abstraction (as included in Java 6+).
- StandardScriptFactory(String) - Constructor for class org.springframework.scripting.support.StandardScriptFactory
-
Create a new StandardScriptFactory for the given script source.
- StandardScriptFactory(String, Class<?>...) - Constructor for class org.springframework.scripting.support.StandardScriptFactory
-
Create a new StandardScriptFactory for the given script source.
- StandardScriptFactory(String, String) - Constructor for class org.springframework.scripting.support.StandardScriptFactory
-
Create a new StandardScriptFactory for the given script source.
- StandardScriptFactory(String, String, Class<?>...) - Constructor for class org.springframework.scripting.support.StandardScriptFactory
-
Create a new StandardScriptFactory for the given script source.
- StandardScriptUtils - Class in org.springframework.scripting.support
-
Common operations for dealing with a JSR-223 ScriptEngine
.
- StandardScriptUtils() - Constructor for class org.springframework.scripting.support.StandardScriptUtils
-
- StandardServletAsyncWebRequest - Class in org.springframework.web.context.request.async
-
- StandardServletAsyncWebRequest(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
Create a new instance for the given request/response pair.
- StandardServletEnvironment - Class in org.springframework.web.context.support
-
Environment
implementation to be used by
Servlet
-based web
applications.
- StandardServletEnvironment() - Constructor for class org.springframework.web.context.support.StandardServletEnvironment
-
- StandardServletMultipartResolver - Class in org.springframework.web.multipart.support
-
Standard implementation of the
MultipartResolver
interface,
based on the Servlet 3.0
javax.servlet.http.Part
API.
- StandardServletMultipartResolver() - Constructor for class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
- StandardToWebSocketExtensionAdapter - Class in org.springframework.web.socket.adapter.standard
-
A sub-class of
WebSocketExtension
that
can be constructed from an
javax.websocket.Extension
.
- StandardToWebSocketExtensionAdapter(Extension) - Constructor for class org.springframework.web.socket.adapter.standard.StandardToWebSocketExtensionAdapter
-
- StandardTypeComparator - Class in org.springframework.expression.spel.support
-
- StandardTypeComparator() - Constructor for class org.springframework.expression.spel.support.StandardTypeComparator
-
- StandardTypeConverter - Class in org.springframework.expression.spel.support
-
- StandardTypeConverter() - Constructor for class org.springframework.expression.spel.support.StandardTypeConverter
-
Create a StandardTypeConverter for the default ConversionService.
- StandardTypeConverter(ConversionService) - Constructor for class org.springframework.expression.spel.support.StandardTypeConverter
-
Create a StandardTypeConverter for the given ConversionService.
- StandardTypeLocator - Class in org.springframework.expression.spel.support
-
A simple implementation of
TypeLocator
that uses the context ClassLoader
(or any ClassLoader set upon it).
- StandardTypeLocator() - Constructor for class org.springframework.expression.spel.support.StandardTypeLocator
-
Create a StandardTypeLocator for the default ClassLoader
(typically, the thread context ClassLoader).
- StandardTypeLocator(ClassLoader) - Constructor for class org.springframework.expression.spel.support.StandardTypeLocator
-
Create a StandardTypeLocator for the given ClassLoader.
- StandardWebSocketClient - Class in org.springframework.web.socket.client.standard
-
A WebSocketClient based on standard Java WebSocket API.
- StandardWebSocketClient() - Constructor for class org.springframework.web.socket.client.standard.StandardWebSocketClient
-
Default constructor that calls ContainerProvider.getWebSocketContainer()
to obtain a (new) WebSocketContainer
instance.
- StandardWebSocketClient(WebSocketContainer) - Constructor for class org.springframework.web.socket.client.standard.StandardWebSocketClient
-
Constructor accepting an existing WebSocketContainer
instance.
- StandardWebSocketClient.StandardWebSocketClientConfigurator - Class in org.springframework.web.socket.client.standard
-
- StandardWebSocketClientConfigurator(HttpHeaders) - Constructor for class org.springframework.web.socket.client.standard.StandardWebSocketClient.StandardWebSocketClientConfigurator
-
- StandardWebSocketHandlerAdapter - Class in org.springframework.web.socket.adapter.standard
-
- StandardWebSocketHandlerAdapter(WebSocketHandler, StandardWebSocketSession) - Constructor for class org.springframework.web.socket.adapter.standard.StandardWebSocketHandlerAdapter
-
- StandardWebSocketSession - Class in org.springframework.web.socket.adapter.standard
-
- StandardWebSocketSession(HttpHeaders, Map<String, Object>, InetSocketAddress, InetSocketAddress) - Constructor for class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
Constructor for a standard WebSocket session.
- StandardWebSocketSession(HttpHeaders, Map<String, Object>, InetSocketAddress, InetSocketAddress, Principal) - Constructor for class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
Constructor that associates a user with the WebSocket session.
- standardXmlBeanDefinitionReader - Variable in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
Standard XmlBeanDefinitionReader
created with default
settings for loading bean definitions from XML files.
- start - Variable in class org.springframework.asm.Context
-
The labels corresponding to the start of the local variable ranges in the
local variable type annotation currently being parsed.
- start - Variable in class org.springframework.asm.Handler
-
Beginning of the exception handler's scope (inclusive).
- start() - Method in interface org.springframework.context.Lifecycle
-
Start this component.
- start() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- start() - Method in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
-
- start() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
Start all registered beans that implement Lifecycle and are
not already running.
- start() - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
-
- start(long) - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
-
- start() - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
-
- start(long) - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
-
- start(BootstrapContext) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
-
- start() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Activates the configured message endpoint.
- start() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
-
- start() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Start this container.
- start() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Overridden to reset the stop callback, if any.
- start() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- start() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- start() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration.NoOpBrokerMessageHandler
-
- start() - Method in class org.springframework.messaging.simp.stomp.Reactor2TcpStompClient
-
- start() - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
- start(Runnable) - Method in class org.springframework.mock.web.MockAsyncContext
-
- start(Settings, Properties) - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
-
Deprecated.
- start() - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
-
Resumes the underlying TimerManager (if not shared).
- start() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- start() - Static method in class org.springframework.test.context.transaction.TestTransaction
-
Start a new test-managed transaction.
- start() - Method in interface org.springframework.util.backoff.BackOff
-
Start a new back off execution.
- start() - Method in class org.springframework.util.backoff.ExponentialBackOff
-
- start() - Method in class org.springframework.util.backoff.FixedBackOff
-
- start() - Method in class org.springframework.util.StopWatch
-
Start an unnamed task.
- start(String) - Method in class org.springframework.util.StopWatch
-
Start a named task.
- start - Variable in class org.springframework.web.servlet.resource.CssLinkResourceTransformer.CssLinkInfo
-
- start() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
Start the WebSocket connection.
- start() - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
-
- start() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- start() - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
- start() - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
-
- start() - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.WebSocketServerFactoryAdapter
-
- start() - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
- start() - Method in class org.springframework.web.socket.server.support.WebSocketHandlerMapping
-
- start() - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
- start() - Method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
-
- start() - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
- start() - Method in class org.springframework.web.socket.sockjs.client.WebSocketTransport
-
- start() - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
-
- start() - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
-
- start() - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
- START_COMMENT - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
-
The token that indicates the start of an XML comment.
- START_SKIP - Static variable in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
-
Set of characters that qualify as comment or quotes starting characters.
- startAsync() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- startAsync(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- startAsync() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
-
Mark the start of asynchronous request processing so that when the main
processing thread exits, the response remains open for further processing
in another thread.
- startAsync() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
-
- startAsync() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
- startAsyncAvailable - Static variable in class org.springframework.web.context.request.async.WebAsyncUtils
-
- startAsyncClient() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
-
- startAsyncProcessing(Object[]) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- startBeans(boolean) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
- startCallableProcessing(Callable<?>, Object...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Start concurrent request processing and execute the given task with an
AsyncTaskExecutor
.
- startCallableProcessing(WebAsyncTask<?>, Object...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- startCDATA() - Method in class org.springframework.util.xml.AbstractStaxHandler
-
- startComment(String) - Method in class org.springframework.util.xml.XmlValidationModeDetector
-
- startDeferredResultProcessing(DeferredResult<?>, Object...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- startDelay - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
- startDelay - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
- startDocument() - Method in class org.springframework.util.xml.AbstractStaxHandler
-
- startDocument() - Method in class org.springframework.util.xml.DomContentHandler
-
- startDocumentInternal() - Method in class org.springframework.util.xml.AbstractStaxHandler
-
- startDocumentInternal() - Method in class org.springframework.util.xml.StaxEventHandler
-
- startDocumentInternal() - Method in class org.springframework.util.xml.StaxStreamHandler
-
- startDTD(String, String, String) - Method in class org.springframework.util.xml.AbstractStaxHandler
-
- started - Variable in class org.springframework.jca.work.SimpleTaskWorkManager.DelegatingWorkAdapter
-
- startedCount - Variable in class org.springframework.jms.connection.SingleConnectionFactory
-
Whether the shared Connection has been started
- startElement(String, String, String, Attributes) - Method in class org.springframework.util.xml.AbstractStaxHandler
-
- startElement(String, String, String, Attributes) - Method in class org.springframework.util.xml.DomContentHandler
-
- startElementInternal(QName, Attributes, Map<String, String>) - Method in class org.springframework.util.xml.AbstractStaxHandler
-
- startElementInternal(QName, Attributes, Map<String, String>) - Method in class org.springframework.util.xml.StaxEventHandler
-
- startElementInternal(QName, Attributes, Map<String, String>) - Method in class org.springframework.util.xml.StaxStreamHandler
-
- startEntity(String) - Method in class org.springframework.util.xml.AbstractStaxHandler
-
- startEntity(String) - Method in class org.springframework.util.xml.StaxStreamHandler
-
- startExpirationPeriod(int) - Method in class org.springframework.web.servlet.FlashMap
-
Start the expiration period for this instance.
- startFactory(WebSocketServerFactory) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.LegacyJettyWebSocketServerFactoryAdapter
-
- startFactory(WebSocketServerFactory) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.ModernJettyWebSocketServerFactoryAdapter
-
- startFactory(WebSocketServerFactory) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.WebSocketServerFactoryAdapter
-
- startFrame(int, int, int) - Method in class org.springframework.asm.MethodWriter
-
Starts the visit of a stack map frame.
- startIfNecessary(MessageListenerContainer) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
-
Start the specified
MessageListenerContainer
if it should be started
on startup or when start is called explicitly after startup.
- startImmediately - Variable in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
- startIndex - Variable in class org.springframework.jdbc.core.namedparam.NamedParameterUtils.ParameterHolder
-
- startInternal() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- startInternal() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
- startInternal() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
- startInternal() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
- startInternal() - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
- startPos - Variable in class org.springframework.expression.spel.standard.Token
-
- startPrefixMapping(String, String) - Method in class org.springframework.util.xml.AbstractStaxHandler
-
- startPrefixMapping(String, String) - Method in class org.springframework.util.xml.AbstractStaxXMLReader
-
Start the prefix mapping for the given prefix.
- startPrefixMapping(String, String) - Method in class org.springframework.util.xml.DomContentHandler
-
- startScheduler(Scheduler, int) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Start the Quartz Scheduler, respecting the "startupDelay" setting.
- startSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Start the shared Connection.
- startSharedConnection() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
This implementations proceeds even after an exception thrown from
Connection.start()
, relying on listeners to perform
appropriate recovery.
- startsWithIgnoreCase(String, String) - Static method in class org.springframework.util.StringUtils
-
Test if the given String
starts with the specified prefix,
ignoring upper/lower case.
- startsWithMatches - Variable in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
-
Patterns that require the URL to have a specific prefix, e.g.
- startTag(String) - Method in class org.springframework.web.servlet.tags.form.TagWriter
-
Start a new tag with the supplied name.
- startTime - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
- startTime - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
- startTime - Variable in class org.springframework.test.web.servlet.htmlunit.MockWebResponseBuilder
-
- startTimeMillis - Variable in class org.springframework.util.StopWatch
-
Start time of the current task
- startTransaction() - Method in class org.springframework.test.context.transaction.TransactionContext
-
Start a new transaction for the configured test context.
- startupDate - Variable in class org.springframework.context.support.AbstractApplicationContext
-
System time in milliseconds when this context started
- startupDate - Variable in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- startupDelay - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- startupShutdownMonitor - Variable in class org.springframework.context.support.AbstractApplicationContext
-
Synchronization monitor for the "refresh" and "destroy"
- startupTime - Variable in class org.springframework.web.servlet.ResourceServlet
-
Deprecated.
- startWork(Work) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
-
- startWork(Work, long, ExecutionContext, WorkListener) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
-
- startWork(Work) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- startWork(Work, long, ExecutionContext, WorkListener) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- state - Variable in class org.springframework.beans.factory.parsing.ParseState
-
Internal Stack
storage.
- state(boolean, String) - Static method in class org.springframework.util.Assert
-
Assert a boolean expression, throwing an IllegalStateException
if the expression evaluates to false
.
- state(boolean) - Static method in class org.springframework.util.Assert
-
- state - Variable in class org.springframework.util.concurrent.FutureAdapter
-
- State() - Constructor for enum org.springframework.util.concurrent.FutureAdapter.State
-
- state - Variable in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
-
- State() - Constructor for enum org.springframework.util.concurrent.ListenableFutureCallbackRegistry.State
-
- state - Variable in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
-
- State() - Constructor for enum org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession.State
-
- state - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- State() - Constructor for enum org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession.State
-
- STATE_COMMITTED - Static variable in exception org.springframework.transaction.HeuristicCompletionException
-
- STATE_MIXED - Static variable in exception org.springframework.transaction.HeuristicCompletionException
-
- STATE_ROLLED_BACK - Static variable in exception org.springframework.transaction.HeuristicCompletionException
-
- STATE_UNKNOWN - Static variable in exception org.springframework.transaction.HeuristicCompletionException
-
Values for the outcome state of a heuristically completed transaction.
- StatefulMethodInvokingJob() - Constructor for class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob
-
- StatementCallback<T> - Interface in org.springframework.jdbc.core
-
Generic callback interface for code that operates on a JDBC Statement.
- StatementCreatorUtils - Class in org.springframework.jdbc.core
-
Utility methods for PreparedStatementSetter/Creator and CallableStatementCreator
implementations, providing sophisticated parameter management (including support
for LOB values).
- StatementCreatorUtils() - Constructor for class org.springframework.jdbc.core.StatementCreatorUtils
-
- statementType - Variable in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
-
- STATIC_CLASS_INIT - Static variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor
-
- StaticApplicationContext - Class in org.springframework.context.support
-
ApplicationContext
implementation
which supports programmatic registration of beans and messages,
rather than reading bean definitions from external configuration sources.
- StaticApplicationContext() - Constructor for class org.springframework.context.support.StaticApplicationContext
-
Create a new StaticApplicationContext.
- StaticApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.StaticApplicationContext
-
Create a new StaticApplicationContext with the given parent.
- staticAttributes - Variable in class org.springframework.web.servlet.view.AbstractView
-
- staticAttributes - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Map of static attributes, keyed by attribute name (String)
- staticClass - Variable in class org.springframework.expression.spel.ast.MethodReference.CachedMethodExecutor
-
- StaticDispatcher(Object) - Constructor for class org.springframework.aop.framework.CglibAopProxy.StaticDispatcher
-
- staticField - Variable in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
- StaticListableBeanFactory - Class in org.springframework.beans.factory.support
-
Static
BeanFactory
implementation
which allows to register existing singleton instances programmatically.
- StaticListableBeanFactory() - Constructor for class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- StaticListableBeanFactory(Map<String, Object>) - Constructor for class org.springframework.beans.factory.support.StaticListableBeanFactory
-
Create a StaticListableBeanFactory
wrapping the given Map
.
- staticMessageSource - Variable in class org.springframework.context.support.StaticApplicationContext
-
- StaticMessageSource - Class in org.springframework.context.support
-
Simple implementation of
MessageSource
which allows messages to be registered programmatically.
- StaticMessageSource() - Constructor for class org.springframework.context.support.StaticMessageSource
-
- staticMethod - Variable in class org.springframework.util.MethodInvoker
-
- StaticMethodMatcher - Class in org.springframework.aop.support
-
Convenient abstract superclass for static method matchers, which don't care
about arguments at runtime.
- StaticMethodMatcher() - Constructor for class org.springframework.aop.support.StaticMethodMatcher
-
- StaticMethodMatcherPointcut - Class in org.springframework.aop.support
-
Convenient superclass when we want to force subclasses to implement the
MethodMatcher
interface but subclasses will want to be pointcuts.
- StaticMethodMatcherPointcut() - Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcut
-
- StaticMethodMatcherPointcutAdvisor - Class in org.springframework.aop.support
-
Convenient base class for Advisors that are also static pointcuts.
- StaticMethodMatcherPointcutAdvisor() - Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
Create a new StaticMethodMatcherPointcutAdvisor,
expecting bean-style configuration.
- StaticMethodMatcherPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
Create a new StaticMethodMatcherPointcutAdvisor for the given advice.
- StaticPortletApplicationContext - Class in org.springframework.web.portlet.context
-
- StaticPortletApplicationContext() - Constructor for class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- StaticRequestMappingHandlerMapping() - Constructor for class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StaticRequestMappingHandlerMapping
-
- StaticScriptSource - Class in org.springframework.scripting.support
-
Static implementation of the
ScriptSource
interface,
encapsulating a given String that contains the script source text.
- StaticScriptSource(String) - Constructor for class org.springframework.scripting.support.StaticScriptSource
-
Create a new StaticScriptSource for the given script.
- StaticScriptSource(String, String) - Constructor for class org.springframework.scripting.support.StaticScriptSource
-
Create a new StaticScriptSource for the given script.
- StaticStringValueResolver(Map<String, String>) - Constructor for class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StaticStringValueResolver
-
- StaticUnadvisedExposedInterceptor(Object) - Constructor for class org.springframework.aop.framework.CglibAopProxy.StaticUnadvisedExposedInterceptor
-
- StaticUnadvisedInterceptor(Object) - Constructor for class org.springframework.aop.framework.CglibAopProxy.StaticUnadvisedInterceptor
-
- StaticViewResolver(View) - Constructor for class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StaticViewResolver
-
- StaticWebApplicationContext - Class in org.springframework.web.context.support
-
- StaticWebApplicationContext() - Constructor for class org.springframework.web.context.support.StaticWebApplicationContext
-
- statisticsEnabled - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
- stats - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
- Stats() - Constructor for class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.Stats
-
- stats - Variable in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- Stats() - Constructor for class org.springframework.web.socket.messaging.StompSubProtocolHandler.Stats
-
- stats - Variable in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- Stats() - Constructor for class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.Stats
-
- statsLogger - Static variable in class org.springframework.test.context.cache.DefaultContextCache
-
- status - Variable in class org.springframework.asm.Label
-
Flags that indicate the status of this label.
- status(HttpStatus) - Static method in class org.springframework.http.ResponseEntity
-
Create a builder with the given status.
- status(int) - Static method in class org.springframework.http.ResponseEntity
-
Create a builder with the given status.
- status - Variable in class org.springframework.mock.http.client.MockClientHttpResponse
-
- status - Variable in class org.springframework.mock.web.MockHttpServletResponse
-
- status() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Access to response status assertions.
- status - Variable in class org.springframework.web.method.support.ModelAndViewContainer
-
- status - Variable in class org.springframework.web.servlet.ModelAndView
-
Optional HTTP status for the response
- status - Variable in class org.springframework.web.servlet.tags.BindTag
-
- status - Variable in exception org.springframework.web.socket.handler.SessionLimitExceededException
-
- status - Variable in class org.springframework.web.socket.messaging.SessionDisconnectEvent
-
- STATUS_COMMITTED - Static variable in interface org.springframework.transaction.support.TransactionSynchronization
-
Completion status in case of proper commit
- STATUS_ROLLED_BACK - Static variable in interface org.springframework.transaction.support.TransactionSynchronization
-
Completion status in case of proper rollback
- STATUS_UNKNOWN - Static variable in interface org.springframework.transaction.support.TransactionSynchronization
-
Completion status in case of heuristic mixed completion or system errors
- STATUS_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.BindTag
-
Name of the exposed variable within the scope of this tag: "status".
- statusCode - Variable in class org.springframework.http.ResponseEntity.DefaultBuilder
-
- statusCode - Variable in class org.springframework.http.ResponseEntity
-
- statusCode - Variable in class org.springframework.test.web.client.response.DefaultResponseCreator
-
- statusCode - Variable in exception org.springframework.web.client.HttpStatusCodeException
-
- statusCode - Variable in class org.springframework.web.context.support.ServletRequestHandledEvent
-
HTTP status code of the response
- statusCode - Variable in class org.springframework.web.servlet.mvc.ParameterizableViewController
-
- statusCode - Variable in class org.springframework.web.servlet.view.RedirectView
-
- statusCode - Variable in class org.springframework.web.util.ContentCachingResponseWrapper
-
- statusCodes - Variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
- statusMessage(int) - Method in class org.springframework.test.web.servlet.htmlunit.MockWebResponseBuilder
-
- statusOnly - Variable in class org.springframework.web.servlet.mvc.ParameterizableViewController
-
- StatusResultMatchers - Class in org.springframework.test.web.servlet.result
-
Factory for assertions on the response status.
- StatusResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Protected constructor.
- statusText - Variable in exception org.springframework.web.client.RestClientResponseException
-
- StaxEventHandler - Class in org.springframework.util.xml
-
SAX ContentHandler
and LexicalHandler
that writes to a XMLEventConsumer
.
- StaxEventHandler(XMLEventWriter) - Constructor for class org.springframework.util.xml.StaxEventHandler
-
Construct a new instance of the StaxEventContentHandler
that writes to the
given XMLEventWriter
.
- StaxEventHandler(XMLEventWriter, XMLEventFactory) - Constructor for class org.springframework.util.xml.StaxEventHandler
-
Construct a new instance of the StaxEventContentHandler
that uses the given
event factory to create events and writes to the given XMLEventConsumer
.
- StaxEventHandler.LocatorLocationAdapter - Class in org.springframework.util.xml
-
- StaxEventXMLReader - Class in org.springframework.util.xml
-
SAX XMLReader
that reads from a StAX XMLEventReader
.
- StaxEventXMLReader(XMLEventReader) - Constructor for class org.springframework.util.xml.StaxEventXMLReader
-
Constructs a new instance of the StaxEventXmlReader
that reads from the given
XMLEventReader
.
- StaxLocator(Location) - Constructor for class org.springframework.util.xml.AbstractStaxXMLReader.StaxLocator
-
- StaxResult - Class in org.springframework.util.xml
-
Implementation of the Result
tagging interface for StAX writers.
- StaxResult(XMLEventWriter) - Constructor for class org.springframework.util.xml.StaxResult
-
Construct a new instance of the StaxResult
with the specified XMLEventWriter
.
- StaxResult(XMLStreamWriter) - Constructor for class org.springframework.util.xml.StaxResult
-
Construct a new instance of the StaxResult
with the specified XMLStreamWriter
.
- StaxSource - Class in org.springframework.util.xml
-
Implementation of the Source
tagging interface for StAX readers.
- StaxSource(XMLEventReader) - Constructor for class org.springframework.util.xml.StaxSource
-
Construct a new instance of the StaxSource
with the specified XMLEventReader
.
- StaxSource(XMLStreamReader) - Constructor for class org.springframework.util.xml.StaxSource
-
Construct a new instance of the StaxSource
with the specified XMLStreamReader
.
- StaxStreamHandler - Class in org.springframework.util.xml
-
SAX ContentHandler
and LexicalHandler
that writes to an XMLStreamWriter
.
- StaxStreamHandler(XMLStreamWriter) - Constructor for class org.springframework.util.xml.StaxStreamHandler
-
- StaxStreamXMLReader - Class in org.springframework.util.xml
-
SAX XMLReader
that reads from a StAX XMLStreamReader
.
- StaxStreamXMLReader(XMLStreamReader) - Constructor for class org.springframework.util.xml.StaxStreamXMLReader
-
Construct a new instance of the StaxStreamXmlReader
that reads from the given
XMLStreamReader
.
- StaxUtils - Class in org.springframework.util.xml
-
Convenience methods for working with the StAX API.
- StaxUtils() - Constructor for class org.springframework.util.xml.StaxUtils
-
- STEP_ANNOTATION_BINDING - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
- STEP_FINISHED - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
- STEP_JOIN_POINT_BINDING - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
- STEP_PRIMITIVE_ARGS_BINDING - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
- STEP_REFERENCE_PCUT_BINDING - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
- STEP_RETURNING_BINDING - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
- STEP_THIS_TARGET_ARGS_BINDING - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
- STEP_THROWING_BINDING - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
- STOMP_ACCEPT_VERSION_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- STOMP_ACK_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- STOMP_CONTENT_LENGTH_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- STOMP_CONTENT_TYPE_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- STOMP_DESTINATION_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- STOMP_HEARTBEAT_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- STOMP_HOST_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- STOMP_ID_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- STOMP_LOGIN_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- STOMP_MESSAGE_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- STOMP_MESSAGE_ID_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- STOMP_NACK_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- STOMP_PASSCODE_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- STOMP_RECEIPT_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- STOMP_RECEIPT_ID_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- STOMP_SUBSCRIPTION_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- STOMP_VERSION_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- stompAuthentications - Variable in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- stompBrokerRelay - Variable in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
- stompBrokerRelayMessageHandler() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
-
- StompBrokerRelayMessageHandler - Class in org.springframework.messaging.simp.stomp
-
A
MessageHandler
that handles messages by
forwarding them to a STOMP broker.
- StompBrokerRelayMessageHandler(SubscribableChannel, MessageChannel, SubscribableChannel, Collection<String>) - Constructor for class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Create a StompBrokerRelayMessageHandler instance with the given message channels
and destination prefixes.
- StompBrokerRelayMessageHandler.Stats - Class in org.springframework.messaging.simp.stomp
-
- StompBrokerRelayMessageHandler.StompConnectionHandler - Class in org.springframework.messaging.simp.stomp
-
- StompBrokerRelayMessageHandler.StompTcpClientFactory - Class in org.springframework.messaging.simp.stomp
-
- StompBrokerRelayMessageHandler.SystemStompConnectionHandler - Class in org.springframework.messaging.simp.stomp
-
- StompBrokerRelayMessageHandler.VoidCallable - Class in org.springframework.messaging.simp.stomp
-
- StompBrokerRelayRegistration - Class in org.springframework.messaging.simp.config
-
- StompBrokerRelayRegistration(SubscribableChannel, MessageChannel, String[]) - Constructor for class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
- StompClientSupport - Class in org.springframework.messaging.simp.stomp
-
Base class for STOMP client implementations.
- StompClientSupport() - Constructor for class org.springframework.messaging.simp.stomp.StompClientSupport
-
- StompCommand - Enum in org.springframework.messaging.simp.stomp
-
Represents a STOMP command.
- StompCommand(SimpMessageType) - Constructor for enum org.springframework.messaging.simp.stomp.StompCommand
-
- StompCommand(SimpMessageType, boolean, boolean, boolean) - Constructor for enum org.springframework.messaging.simp.stomp.StompCommand
-
- StompConnectionHandler(String, StompHeaderAccessor) - Constructor for class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
-
- StompConnectionHandler(String, StompHeaderAccessor, boolean) - Constructor for class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
-
- StompConversionException - Exception in org.springframework.messaging.simp.stomp
-
Raised after a failure to encode or decode a STOMP message.
- StompConversionException(String, Throwable) - Constructor for exception org.springframework.messaging.simp.stomp.StompConversionException
-
- StompConversionException(String) - Constructor for exception org.springframework.messaging.simp.stomp.StompConversionException
-
- stompDecoder - Variable in class org.springframework.messaging.simp.stomp.BufferingStompDecoder
-
- stompDecoder - Variable in class org.springframework.messaging.simp.stomp.Reactor2StompCodec
-
- StompDecoder - Class in org.springframework.messaging.simp.stomp
-
Decodes one or more STOMP frames contained in a ByteBuffer
.
- StompDecoder() - Constructor for class org.springframework.messaging.simp.stomp.StompDecoder
-
- stompDecoder - Variable in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- StompEncoder - Class in org.springframework.messaging.simp.stomp
-
An encoder for STOMP frames.
- StompEncoder() - Constructor for class org.springframework.messaging.simp.stomp.StompEncoder
-
- stompEncoder - Variable in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- StompEndpointRegistry - Interface in org.springframework.web.socket.config.annotation
-
A contract for registering STOMP over WebSocket endpoints.
- StompFrameHandler - Interface in org.springframework.messaging.simp.stomp
-
Contract to handle a STOMP frame.
- stompHandler - Variable in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
- StompHeaderAccessor - Class in org.springframework.messaging.simp.stomp
-
A MessageHeaderAccessor
to use when creating a Message
from
a decoded STOMP frame, or when encoding a Message
to a STOMP frame.
- StompHeaderAccessor(StompCommand, Map<String, List<String>>) - Constructor for class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
A constructor for creating message headers from a parsed STOMP frame.
- StompHeaderAccessor(Message<?>) - Constructor for class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
A constructor for accessing and modifying existing message headers.
- StompHeaderAccessor() - Constructor for class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
- StompHeaderAccessor.StompPasscode - Class in org.springframework.messaging.simp.stomp
-
- StompHeaders - Class in org.springframework.messaging.simp.stomp
-
Represents STOMP frame headers.
- StompHeaders() - Constructor for class org.springframework.messaging.simp.stomp.StompHeaders
-
Create a new instance to be populated with new header values.
- StompHeaders(Map<String, List<String>>, boolean) - Constructor for class org.springframework.messaging.simp.stomp.StompHeaders
-
- StompPasscode(String) - Constructor for class org.springframework.messaging.simp.stomp.StompHeaderAccessor.StompPasscode
-
- StompSession - Interface in org.springframework.messaging.simp.stomp
-
Represents a STOMP session with operations to send messages, create
subscriptions and receive messages on those subscriptions.
- StompSession.Receiptable - Interface in org.springframework.messaging.simp.stomp
-
A handle to use to track receipts.
- StompSession.Subscription - Interface in org.springframework.messaging.simp.stomp
-
A handle to use to unsubscribe or to track a receipt.
- StompSessionHandler - Interface in org.springframework.messaging.simp.stomp
-
A contract for client STOMP session lifecycle events including a callback
when the session is established and notifications of transport or message
handling failures.
- StompSessionHandlerAdapter - Class in org.springframework.messaging.simp.stomp
-
- StompSessionHandlerAdapter() - Constructor for class org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter
-
- StompSockJsServiceRegistration(TaskScheduler) - Constructor for class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration.StompSockJsServiceRegistration
-
- StompSubProtocolErrorHandler - Class in org.springframework.web.socket.messaging
-
- StompSubProtocolErrorHandler() - Constructor for class org.springframework.web.socket.messaging.StompSubProtocolErrorHandler
-
- stompSubProtocolHandler - Variable in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
- StompSubProtocolHandler - Class in org.springframework.web.socket.messaging
-
A
SubProtocolHandler
for STOMP that supports versions 1.0, 1.1, and 1.2
of the STOMP specification.
- StompSubProtocolHandler() - Constructor for class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- StompSubProtocolHandler.Stats - Class in org.springframework.web.socket.messaging
-
- StompTcpClientFactory() - Constructor for class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompTcpClientFactory
-
- StompTcpClientSpecFactory(String, int, EventLoopGroup, Environment) - Constructor for class org.springframework.messaging.simp.stomp.Reactor2TcpStompClient.StompTcpClientSpecFactory
-
- StompWebSocketEndpointRegistration - Interface in org.springframework.web.socket.config.annotation
-
A contract for configuring a STOMP over WebSocket endpoint.
- stompWebSocketHandlerMapping() - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
-
- StompWebSocketMessageCodec(int) - Constructor for class org.springframework.web.socket.messaging.WebSocketStompClient.StompWebSocketMessageCodec
-
- stop() - Method in interface org.springframework.context.Lifecycle
-
Stop this component, typically in a synchronous fashion, such that the component is
fully stopped upon return of this method.
- stop(Runnable) - Method in interface org.springframework.context.SmartLifecycle
-
Indicates that a Lifecycle component must stop if it is currently running.
- stop() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- stop() - Method in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
-
- stop() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
Stop all registered beans that implement Lifecycle and are
currently running.
- stop() - Method in class org.springframework.jca.context.SpringContextResourceAdapter
-
This implementation closes the Spring ApplicationContext.
- stop() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Deactivates the configured message endpoint.
- stop(Runnable) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
- stop() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
-
- stop(Runnable) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
-
- stop() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Stop this container.
- stop(Runnable) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
- stop(Runnable) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Stop this listener container, invoking the specific callback
once all listener processing has actually stopped.
- stop() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- stop(Runnable) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
- stop() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- stop(Runnable) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- stop() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration.NoOpBrokerMessageHandler
-
- stop() - Method in class org.springframework.messaging.simp.stomp.Reactor2TcpStompClient
-
- stop() - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
- stop(Runnable) - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
- stop() - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
-
Deprecated.
- stop() - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
-
Suspends the underlying TimerManager (if not shared).
- stop() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- stop(Runnable) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- STOP - Static variable in interface org.springframework.util.backoff.BackOffExecution
-
- stop() - Method in class org.springframework.util.StopWatch
-
Stop the current task.
- stop() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
- stop(Runnable) - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
- stop() - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
-
- stop() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- stop(Runnable) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- stop() - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
- stop(Runnable) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
- stop() - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
-
- stop() - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.WebSocketServerFactoryAdapter
-
- stop() - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
- stop() - Method in class org.springframework.web.socket.server.support.WebSocketHandlerMapping
-
- stop(Runnable) - Method in class org.springframework.web.socket.server.support.WebSocketHandlerMapping
-
- stop() - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
- stop() - Method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
-
- stop() - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
- stop() - Method in class org.springframework.web.socket.sockjs.client.WebSocketTransport
-
- stop() - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
-
- stop() - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
-
- stop() - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
- STOP_SKIP - Static variable in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
-
Set of characters that at are the corresponding comment or quotes ending characters.
- stopBeans() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
- stopCallback - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
- stopFactory(WebSocketServerFactory) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.LegacyJettyWebSocketServerFactoryAdapter
-
- stopFactory(WebSocketServerFactory) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.ModernJettyWebSocketServerFactoryAdapter
-
- stopFactory(WebSocketServerFactory) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy.WebSocketServerFactoryAdapter
-
- stopInternal() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
- stopInternal() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
- stopInternal() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
- stopInternal() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
- stopInternal() - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
- stopping - Variable in class org.springframework.messaging.tcp.reactor.Reactor2TcpClient
-
- stopSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Stop the shared Connection.
- stopSharedConnection() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
This implementations proceeds even after an exception thrown from
Connection.stop()
, relying on listeners to perform
appropriate recovery after a restart.
- StopWatch - Class in org.springframework.util
-
Simple stop watch, allowing for timing of a number of tasks,
exposing total running time and running time for each named task.
- StopWatch() - Constructor for class org.springframework.util.StopWatch
-
Construct a new stop watch.
- StopWatch(String) - Constructor for class org.springframework.util.StopWatch
-
Construct a new stop watch with the given id.
- StopWatch.TaskInfo - Class in org.springframework.util
-
Inner class to hold data about one task executed within the stop watch.
- STORE - Static variable in class org.springframework.asm.Label
-
Indicates if a stack map frame must be stored for this label.
- store - Variable in class org.springframework.cache.concurrent.ConcurrentMapCache
-
- store - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- store() - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- store(Properties, OutputStream, String) - Method in class org.springframework.util.DefaultPropertiesPersister
-
- store(Properties, Writer, String) - Method in class org.springframework.util.DefaultPropertiesPersister
-
- store(Properties, OutputStream, String) - Method in interface org.springframework.util.PropertiesPersister
-
Write the contents of the given Properties object to the
given OutputStream.
- store(Properties, Writer, String) - Method in interface org.springframework.util.PropertiesPersister
-
Write the contents of the given Properties object to the
given Writer.
- storeAttribute(WebRequest, String, Object) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
- storeAttribute(WebRequest, String, Object) - Method in interface org.springframework.web.bind.support.SessionAttributeStore
-
Store the supplied attribute in the backend session.
- storeAttributes(WebRequest, Map<String, ?>) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
-
Store a subset of the given attributes in the session.
- storeByValue - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
- storeCache(RootBeanDefinition, Object) - Method in class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
-
- storeCookies(WebRequest, javax.servlet.http.Cookie[]) - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
-
- StoredProcedure - Class in org.springframework.jdbc.object
-
Superclass for object abstractions of RDBMS stored procedures.
- StoredProcedure() - Constructor for class org.springframework.jdbc.object.StoredProcedure
-
Allow use as a bean.
- StoredProcedure(DataSource, String) - Constructor for class org.springframework.jdbc.object.StoredProcedure
-
Create a new object wrapper for a stored procedure.
- StoredProcedure(JdbcTemplate, String) - Constructor for class org.springframework.jdbc.object.StoredProcedure
-
Create a new object wrapper for a stored procedure.
- storesLowerCaseIdentifiers - Variable in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- storesLowerCaseIdentifiers - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
indicates whether the identifiers are lowercased
- storesUpperCaseIdentifiers - Variable in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- storesUpperCaseIdentifiers - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
indicates whether the identifiers are uppercased
- storeToXml(Properties, OutputStream, String) - Method in class org.springframework.util.DefaultPropertiesPersister
-
- storeToXml(Properties, OutputStream, String, String) - Method in class org.springframework.util.DefaultPropertiesPersister
-
- storeToXml(Properties, OutputStream, String) - Method in interface org.springframework.util.PropertiesPersister
-
Write the contents of the given Properties object to the
given XML OutputStream.
- storeToXml(Properties, OutputStream, String, String) - Method in interface org.springframework.util.PropertiesPersister
-
Write the contents of the given Properties object to the
given XML OutputStream.
- STR - Static variable in class org.springframework.asm.ClassWriter
-
The type of CONSTANT_String constant pool items.
- strategies - Variable in class org.springframework.web.accept.ContentNegotiationManager
-
- strategy - Variable in class org.springframework.messaging.tcp.reactor.Reactor2TcpClient.ReactorReconnectAdapter
-
- strategy - Variable in class org.springframework.objenesis.SpringObjenesis
-
- STREAM_TYPE - Static variable in class org.springframework.core.convert.support.StreamConverter
-
- streamAsLob - Variable in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- streamAvailable - Static variable in class org.springframework.core.convert.support.DefaultConversionService
-
Java 8's java.util.stream.Stream class available?
- streamAvailable - Static variable in class org.springframework.core.convert.TypeDescriptor
-
- streamBytesLimit - Variable in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
- streamBytesLimit - Variable in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
- StreamConverter - Class in org.springframework.core.convert.support
-
Converts a Stream
to and from a collection or array, converting the
element type if necessary.
- StreamConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.StreamConverter
-
- streamData(ResultSet) - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
-
Stream LOB content from the given ResultSet to some OutputStream.
- StreamDelegate() - Constructor for class org.springframework.core.convert.TypeDescriptor.StreamDelegate
-
- streamDriver - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
-
- STREAMING_ATTRIBUTE - Static variable in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
- streamingBody - Variable in class org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBodyReturnValueHandler.StreamingResponseBodyTask
-
- StreamingHttpEntity(HttpHeaders, StreamingHttpOutputMessage.Body) - Constructor for class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity
-
- StreamingHttpOutputMessage - Interface in org.springframework.http
-
Represents a HTTP output message that allows for setting a streaming body.
- StreamingHttpOutputMessage.Body - Interface in org.springframework.http
-
Defines the contract for bodies that can be written directly to an OutputStream
.
- StreamingResponseBody - Interface in org.springframework.web.servlet.mvc.method.annotation
-
A controller method return value type for asynchronous request processing
where the application can write directly to the response OutputStream
without holding up the Servlet container thread.
- StreamingResponseBodyReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
-
- StreamingResponseBodyReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBodyReturnValueHandler
-
- StreamingResponseBodyReturnValueHandler.StreamingResponseBodyTask - Class in org.springframework.web.servlet.mvc.method.annotation
-
- StreamingResponseBodyTask(OutputStream, StreamingResponseBody) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBodyReturnValueHandler.StreamingResponseBodyTask
-
- StreamingServletServerHttpResponse(ServerHttpResponse) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler.StreamingServletServerHttpResponse
-
- StreamingSockJsSession - Class in org.springframework.web.socket.sockjs.transport.session
-
A SockJS session for use with streaming HTTP transports.
- StreamingSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - Constructor for class org.springframework.web.socket.sockjs.transport.session.StreamingSockJsSession
-
- streamReader - Variable in class org.springframework.util.xml.StaxSource
-
- StreamUtils - Class in org.springframework.util
-
Simple utility methods for dealing with streams.
- StreamUtils() - Constructor for class org.springframework.util.StreamUtils
-
- StreamUtils.NonClosingInputStream - Class in org.springframework.util
-
- StreamUtils.NonClosingOutputStream - Class in org.springframework.util
-
- streamWriter - Variable in class org.springframework.util.xml.StaxResult
-
- streamWriter - Variable in class org.springframework.util.xml.StaxStreamHandler
-
- strictContentTypeMatch - Variable in class org.springframework.messaging.converter.AbstractMessageConverter
-
- strictEncoding - Variable in class org.springframework.web.util.DefaultUriTemplateHandler
-
- strictHelper - Variable in class org.springframework.core.env.AbstractPropertyResolver
-
- strictHelper - Static variable in class org.springframework.util.SystemPropertyUtils
-
- strictHelper - Static variable in class org.springframework.web.util.ServletContextPropertyUtils
-
- StrictMapAppenderConstructor() - Constructor for class org.springframework.beans.factory.config.YamlProcessor.StrictMapAppenderConstructor
-
- string(<any>) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
-
Get the body of the request as a UTF-8 string and appply the given Matcher
.
- string(<any>) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
-
Apply the XPath and assert the String content found with the given matcher.
- string(String) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
-
Apply the XPath and assert the String content found.
- string(<any>) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
-
Assert the response body content with a Hamcrest Matcher
.
- string(String, <any>) - Method in class org.springframework.test.web.servlet.result.HeaderResultMatchers
-
Assert the primary value of the response header with the given Hamcrest
String Matcher
.
- string(<any>) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
-
Apply the XPath and assert the String
value found with the given
Hamcrest Matcher
.
- STRING_PARSER - Static variable in class org.springframework.web.bind.ServletRequestUtils
-
- STRING_PARSER - Static variable in class org.springframework.web.portlet.bind.PortletRequestUtils
-
- STRING_TYPE_DESCRIPTOR - Static variable in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
- STRING_TYPE_DESCRIPTOR - Static variable in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
-
- StringArrayPropertyEditor - Class in org.springframework.beans.propertyeditors
-
Custom PropertyEditor
for String arrays.
- StringArrayPropertyEditor() - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
Create a new StringArrayPropertyEditor with the default separator
(a comma).
- StringArrayPropertyEditor(String) - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
Create a new StringArrayPropertyEditor with the given separator.
- StringArrayPropertyEditor(String, boolean) - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
Create a new StringArrayPropertyEditor with the given separator.
- StringArrayPropertyEditor(String, boolean, boolean) - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
Create a new StringArrayPropertyEditor with the given separator.
- StringArrayPropertyEditor(String, String, boolean) - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
Create a new StringArrayPropertyEditor with the given separator.
- StringArrayPropertyEditor(String, String, boolean, boolean) - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
Create a new StringArrayPropertyEditor with the given separator.
- stringHttpMessageConverter - Variable in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- StringHttpMessageConverter - Class in org.springframework.http.converter
-
- StringHttpMessageConverter() - Constructor for class org.springframework.http.converter.StringHttpMessageConverter
-
A default constructor that uses "ISO-8859-1"
as the default charset.
- StringHttpMessageConverter(Charset) - Constructor for class org.springframework.http.converter.StringHttpMessageConverter
-
A constructor accepting a default charset to use if the requested content
type does not specify one.
- StringIndexingLValue(String, int, TypeDescriptor) - Constructor for class org.springframework.expression.spel.ast.Indexer.StringIndexingLValue
-
- StringLiteral - Class in org.springframework.expression.spel.ast
-
Expression language AST node that represents a string literal.
- StringLiteral(String, int, String) - Constructor for class org.springframework.expression.spel.ast.StringLiteral
-
- stringMatcherCache - Variable in class org.springframework.util.AntPathMatcher
-
- StringMessageConverter - Class in org.springframework.messaging.converter
-
A
MessageConverter
that supports MIME type "text/plain" with the
payload converted to and from a String.
- StringMessageConverter() - Constructor for class org.springframework.messaging.converter.StringMessageConverter
-
- StringMessageConverter(Charset) - Constructor for class org.springframework.messaging.converter.StringMessageConverter
-
- StringMultipartFileEditor - Class in org.springframework.web.multipart.support
-
- StringMultipartFileEditor() - Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
-
- StringMultipartFileEditor(String) - Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
-
- StringParser() - Constructor for class org.springframework.web.bind.ServletRequestUtils.StringParser
-
- StringParser() - Constructor for class org.springframework.web.portlet.bind.PortletRequestUtils.StringParser
-
- strings - Variable in class org.springframework.asm.ClassReader
-
The String objects corresponding to the CONSTANT_Utf8 items.
- StringToArrayConverter - Class in org.springframework.core.convert.support
-
Converts a comma-delimited String to an Array.
- StringToArrayConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.StringToArrayConverter
-
- StringToBooleanConverter - Class in org.springframework.core.convert.support
-
Converts String to a Boolean.
- StringToBooleanConverter() - Constructor for class org.springframework.core.convert.support.StringToBooleanConverter
-
- StringToCharacterConverter - Class in org.springframework.core.convert.support
-
Converts a String to a Character.
- StringToCharacterConverter() - Constructor for class org.springframework.core.convert.support.StringToCharacterConverter
-
- StringToCharsetConverter - Class in org.springframework.core.convert.support
-
Convert a String to a Charset
.
- StringToCharsetConverter() - Constructor for class org.springframework.core.convert.support.StringToCharsetConverter
-
- StringToCollectionConverter - Class in org.springframework.core.convert.support
-
Converts a comma-delimited String to a Collection.
- StringToCollectionConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.StringToCollectionConverter
-
- StringToCurrencyConverter - Class in org.springframework.core.convert.support
-
Convert a String to a Currency
.
- StringToCurrencyConverter() - Constructor for class org.springframework.core.convert.support.StringToCurrencyConverter
-
- StringToEnum(Class<T>) - Constructor for class org.springframework.core.convert.support.StringToEnumConverterFactory.StringToEnum
-
- StringToEnumConverterFactory - Class in org.springframework.core.convert.support
-
Converts from a String to a Enum
by calling Enum.valueOf(Class, String)
.
- StringToEnumConverterFactory() - Constructor for class org.springframework.core.convert.support.StringToEnumConverterFactory
-
- StringToEnumConverterFactory.StringToEnum<T extends java.lang.Enum> - Class in org.springframework.core.convert.support
-
- StringToLocaleConverter - Class in org.springframework.core.convert.support
-
Converts from a String to a Locale
.
- StringToLocaleConverter() - Constructor for class org.springframework.core.convert.support.StringToLocaleConverter
-
- StringToNumber(Class<T>) - Constructor for class org.springframework.core.convert.support.StringToNumberConverterFactory.StringToNumber
-
- StringToNumberConverterFactory - Class in org.springframework.core.convert.support
-
Converts from a String any JDK-standard Number implementation.
- StringToNumberConverterFactory() - Constructor for class org.springframework.core.convert.support.StringToNumberConverterFactory
-
- StringToNumberConverterFactory.StringToNumber<T extends java.lang.Number> - Class in org.springframework.core.convert.support
-
- StringToPropertiesConverter - Class in org.springframework.core.convert.support
-
Converts a String to a Properties by calling Properties#load(java.io.InputStream).
- StringToPropertiesConverter() - Constructor for class org.springframework.core.convert.support.StringToPropertiesConverter
-
- StringToTimeZoneConverter - Class in org.springframework.core.convert.support
-
Convert a String to a TimeZone
.
- StringToTimeZoneConverter() - Constructor for class org.springframework.core.convert.support.StringToTimeZoneConverter
-
- StringToUUIDConverter - Class in org.springframework.core.convert.support
-
Converts from a String to a UUID
.
- StringToUUIDConverter() - Constructor for class org.springframework.core.convert.support.StringToUUIDConverter
-
- StringTrimmerEditor - Class in org.springframework.beans.propertyeditors
-
Property editor that trims Strings.
- StringTrimmerEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.StringTrimmerEditor
-
Create a new StringTrimmerEditor.
- StringTrimmerEditor(String, boolean) - Constructor for class org.springframework.beans.propertyeditors.StringTrimmerEditor
-
Create a new StringTrimmerEditor.
- StringUtils - Class in org.springframework.util
-
Miscellaneous String
utility methods.
- StringUtils() - Constructor for class org.springframework.util.StringUtils
-
- stringValue() - Method in class org.springframework.expression.spel.standard.Token
-
- StringValueResolver - Interface in org.springframework.util
-
Simple strategy interface for resolving a String value.
- stringValues(String, <any>) - Method in class org.springframework.test.web.servlet.result.HeaderResultMatchers
-
Assert the values of the response header with the given Hamcrest
Iterable Matcher
.
- stringValues(String, String...) - Method in class org.springframework.test.web.servlet.result.HeaderResultMatchers
-
Assert the values of the response header as String values.
- stripExtension - Variable in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
- stripFilenameExtension(String) - Static method in class org.springframework.util.StringUtils
-
Strip the filename extension from the given Java resource path,
e.g.
- stripLeadingSlash - Variable in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
- stripTrailingSlash - Variable in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
- strongClassCache - Static variable in class org.springframework.beans.CachedIntrospectionResults
-
Map keyed by Class containing CachedIntrospectionResults, strongly held.
- strVal1 - Variable in class org.springframework.asm.Item
-
First part of the value of this item, for items that do not hold a
primitive value.
- strVal2 - Variable in class org.springframework.asm.Item
-
Second part of the value of this item, for items that do not hold a
primitive value.
- strVal3 - Variable in class org.springframework.asm.Item
-
Third part of the value of this item, for items that do not hold a
primitive value.
- StubBeanFactory() - Constructor for class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
-
- stubMonitor - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
- stubMonitor - Variable in class org.springframework.remoting.rmi.RmiClientInterceptor
-
- StubPropertySource(String) - Constructor for class org.springframework.core.env.PropertySource.StubPropertySource
-
- StubWebApplicationContext - Class in org.springframework.test.web.servlet.setup
-
A stub WebApplicationContext that accepts registrations of object instances.
- StubWebApplicationContext(ServletContext) - Constructor for class org.springframework.test.web.servlet.setup.StubWebApplicationContext
-
- StubWebApplicationContext.StubBeanFactory - Class in org.springframework.test.web.servlet.setup
-
An extension of StaticListableBeanFactory that implements
AutowireCapableBeanFactory in order to allow bean initialization of
ApplicationContextAware
singletons.
- style(Object) - Method in class org.springframework.core.style.DefaultValueStyler
-
- style(Map<K, V>) - Method in class org.springframework.core.style.DefaultValueStyler
-
- style(Map.Entry<?, ?>) - Method in class org.springframework.core.style.DefaultValueStyler
-
- style(Collection<?>) - Method in class org.springframework.core.style.DefaultValueStyler
-
- style(Object) - Static method in class org.springframework.core.style.StylerUtils
-
Style the specified value according to default conventions.
- style(Object) - Method in interface org.springframework.core.style.ValueStyler
-
Style the given value, returning a String representation.
- Style() - Constructor for enum org.springframework.format.annotation.NumberFormat.Style
-
- style - Variable in class org.springframework.format.datetime.DateFormatter
-
- style - Variable in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
-
- STYLE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- styleArray(Object[]) - Method in class org.springframework.core.style.DefaultValueStyler
-
- styledFirstField - Variable in class org.springframework.core.style.ToStringCreator
-
- styleEnd(StringBuilder, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
-
- styleEnd(StringBuilder, Object) - Method in interface org.springframework.core.style.ToStringStyler
-
Style a toString()
'ed object after it's fields are styled.
- styleField(StringBuilder, String, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
-
- styleField(StringBuilder, String, Object) - Method in interface org.springframework.core.style.ToStringStyler
-
Style a field value as a string.
- styleFieldEnd(StringBuilder, String) - Method in class org.springframework.core.style.DefaultToStringStyler
-
- styleFieldSeparator(StringBuilder) - Method in class org.springframework.core.style.DefaultToStringStyler
-
- styleFieldSeparator(StringBuilder) - Method in interface org.springframework.core.style.ToStringStyler
-
Style the field separator.
- styleFieldStart(StringBuilder, String) - Method in class org.springframework.core.style.DefaultToStringStyler
-
- styleIdentityHashCode(StringBuilder, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
-
- stylePattern - Variable in class org.springframework.format.datetime.DateFormatter
-
- styler - Variable in class org.springframework.core.style.ToStringCreator
-
- StylerUtils - Class in org.springframework.core.style
-
Simple utility class to allow for convenient access to value
styling logic, mainly to support descriptive logging messages.
- StylerUtils() - Constructor for class org.springframework.core.style.StylerUtils
-
- styleStart(StringBuilder, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
-
- styleStart(StringBuilder, Object) - Method in interface org.springframework.core.style.ToStringStyler
-
Style a toString()
'ed object before its fields are styled.
- styleValue(StringBuilder, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
-
- styleValue(StringBuilder, Object) - Method in interface org.springframework.core.style.ToStringStyler
-
Style the given value.
- subarray(int, int) - Method in class org.springframework.expression.spel.standard.Tokenizer
-
- subject - Variable in class org.springframework.mail.SimpleMailMessage
-
- SubjectHelper() - Constructor for class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy.SubjectHelper
-
- subjectHelper - Static variable in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy.TyrusMuxableWebSocketHelper
-
- subList(int, int) - Method in class org.springframework.util.AutoPopulatingList
-
- submit(Runnable) - Method in interface org.springframework.core.task.AsyncTaskExecutor
-
Submit a Runnable task for execution, receiving a Future representing that task.
- submit(Callable<T>) - Method in interface org.springframework.core.task.AsyncTaskExecutor
-
Submit a Callable task for execution, receiving a Future representing that task.
- submit(Runnable) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
- submit(Callable<T>) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
- submit(Runnable) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
-
- submit(Callable<T>) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
-
- submit(Runnable) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- submit(Callable<T>) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- submit(Runnable) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- submit(Callable<T>) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- submit(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskExecutorAdapter
-
- submit(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskExecutorAdapter
-
- submit(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
- submit(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
- submit(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
- submit(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
- submit(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- submit(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- submit(Runnable) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
-
- submit(Callable<T>) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
-
- SUBMIT_IMAGE_SUFFIXES - Static variable in class org.springframework.web.util.WebUtils
-
Name suffixes in case of image buttons
- submitListenable(Runnable) - Method in interface org.springframework.core.task.AsyncListenableTaskExecutor
-
Submit a Runnable
task for execution, receiving a ListenableFuture
representing that task.
- submitListenable(Callable<T>) - Method in interface org.springframework.core.task.AsyncListenableTaskExecutor
-
Submit a Callable
task for execution, receiving a ListenableFuture
representing that task.
- submitListenable(Runnable) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
- submitListenable(Callable<T>) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
- submitListenable(Runnable) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
-
- submitListenable(Callable<T>) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
-
- submitListenable(Runnable) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- submitListenable(Callable<T>) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- submitListenable(Runnable) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- submitListenable(Callable<T>) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- submitListenable(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskExecutorAdapter
-
- submitListenable(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskExecutorAdapter
-
- submitListenable(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
- submitListenable(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
- submitListenable(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
- submitListenable(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
- submitListenable(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- submitListenable(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- submitListenable(Runnable) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
-
- submitListenable(Callable<T>) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
-
- subPattern - Variable in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
-
- SubProtocolCapable - Interface in org.springframework.web.socket
-
An interface for WebSocket handlers that support sub-protocols as defined in RFC 6455.
- SubProtocolErrorHandler<P> - Interface in org.springframework.web.socket.messaging
-
A contract for handling sub-protocol errors sent to clients.
- SubProtocolHandler - Interface in org.springframework.web.socket.messaging
-
A contract for handling WebSocket messages as part of a higher level protocol, referred
to as "sub-protocol" in the WebSocket RFC specification.
- subProtocols - Variable in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
-
- subProtocolWebSocketHandler - Variable in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
- subProtocolWebSocketHandler() - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
-
- SubProtocolWebSocketHandler - Class in org.springframework.web.socket.messaging
-
- SubProtocolWebSocketHandler(MessageChannel, SubscribableChannel) - Constructor for class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Create a new SubProtocolWebSocketHandler
for the given inbound and outbound channels.
- SubProtocolWebSocketHandler.Stats - Class in org.springframework.web.socket.messaging
-
- SubProtocolWebSocketHandler.WebSocketSessionHolder - Class in org.springframework.web.socket.messaging
-
- subReportDataKeys - Variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Stores the names of any data source objects that need to be converted to
JRDataSource
instances and included in the report parameters
to be passed on to a sub-report.
- subReportDataKeys - Variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
- subReports - Variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Holds mappings between sub-report keys and JasperReport
objects.
- subReportUrls - Variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Stores the paths to any sub-report files used by this top-level report,
along with the keys they are mapped to in the top-level report file.
- subReportUrls - Variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
- SUBROUTINE - Static variable in class org.springframework.asm.Label
-
Indicates if this basic block is the start of a subroutine.
- subroutines - Variable in class org.springframework.asm.MethodWriter
-
The number of subroutines in this method.
- SubscribableChannel - Interface in org.springframework.messaging
-
A
MessageChannel
that maintains a registry of subscribers and invokes
them to handle messages sent through this channel.
- SUBSCRIBE - Static variable in class org.springframework.messaging.simp.SimpMessageTypeMessageCondition
-
- subscribe(String, StompFrameHandler) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- subscribe(StompHeaders, StompFrameHandler) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- subscribe(String, StompFrameHandler) - Method in interface org.springframework.messaging.simp.stomp.StompSession
-
Subscribe to the given destination by sending a SUBSCRIBE frame and handle
received messages with the specified
StompFrameHandler
.
- subscribe(StompHeaders, StompFrameHandler) - Method in interface org.springframework.messaging.simp.stomp.StompSession
-
- subscribe(MessageHandler) - Method in interface org.springframework.messaging.SubscribableChannel
-
Register a message handler.
- subscribe(MessageHandler) - Method in class org.springframework.messaging.support.AbstractSubscribableChannel
-
- subscribeDestination - Variable in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver.ParseResult
-
- subscribeDestination - Variable in class org.springframework.messaging.simp.user.UserDestinationResult
-
- SubscribeMapping - Annotation Type in org.springframework.messaging.simp.annotation
-
Annotation for mapping subscription messages onto specific handler methods based
on the destination of a subscription.
- subscription - Variable in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
- subscription - Variable in class org.springframework.jms.connection.CachingConnectionFactory.ConsumerCacheKey
-
- Subscription(String, Expression) - Constructor for class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.Subscription
-
- SUBSCRIPTION - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
-
- SUBSCRIPTION_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
-
- SUBSCRIPTION_ID_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- subscriptionDurable - Variable in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- subscriptionDurable - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
- subscriptionDurable - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- subscriptionId - Variable in enum org.springframework.messaging.simp.stomp.StompCommand
-
- subscriptionIndex - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- SubscriptionMethodReturnValueHandler - Class in org.springframework.messaging.simp.annotation.support
-
HandlerMethodReturnValueHandler
for replying directly to a
subscription.
- SubscriptionMethodReturnValueHandler(MessageSendingOperations<String>) - Constructor for class org.springframework.messaging.simp.annotation.support.SubscriptionMethodReturnValueHandler
-
Construct a new SubscriptionMethodReturnValueHandler.
- subscriptionName - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
- subscriptionName - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- SubscriptionNameProvider - Interface in org.springframework.jms.listener
-
Interface to be implemented by message listener objects that suggest a specific
name for a durable subscription that they might be registered with.
- subscriptionRegistry - Variable in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
-
- subscriptionRegistry - Variable in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
- SubscriptionRegistry - Interface in org.springframework.messaging.simp.broker
-
A registry of subscription by session that allows looking up subscriptions.
- subscriptions - Variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
- subscriptions - Variable in class org.springframework.messaging.simp.user.MultiServerUserRegistry.TransferSimpSession
-
- subscriptions - Variable in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.LocalSimpSession
-
- subscriptionShared - Variable in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
- subscriptionShared - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
- subscriptionShared - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- substituteNamedParameters(ParsedSql, SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
-
Parse the SQL statement and locate any placeholders or named parameters.
- substituteNamedParameters(String, SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
-
Parse the SQL statement and locate any placeholders or named parameters.
- substringMatch(CharSequence, int, CharSequence) - Static method in class org.springframework.util.StringUtils
-
Test whether the given string matches the given substring
at the given index.
- subtype - Variable in class org.springframework.util.MimeType
-
- SubtypeSensitiveVarTypeTestVisitor() - Constructor for class org.springframework.aop.aspectj.RuntimeTestWalker.SubtypeSensitiveVarTypeTestVisitor
-
- success(T) - Method in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
-
- SuccessCallback<T> - Interface in org.springframework.util.concurrent
-
- successCallbacks - Variable in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
-
- successor - Variable in class org.springframework.asm.Edge
-
The successor block of the basic block from which this edge originates.
- successor - Variable in class org.springframework.asm.Label
-
The successor of this label, in the order they are visited.
- successors - Variable in class org.springframework.asm.Label
-
The successors of this node in the control flow graph.
- suffix - Variable in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
-
- suffix(String) - Method in class org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
-
Set the suffix that gets appended to view names when building a URL.
- suffix - Variable in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
-
Deprecated.
- suffix - Variable in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
- suffix - Variable in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
- suffix - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
- SuffixByteRange(long) - Constructor for class org.springframework.http.HttpRange.SuffixByteRange
-
- suffixId - Variable in class org.springframework.expression.spel.standard.SpelCompiler
-
- suffixLength - Variable in class org.springframework.http.HttpRange.SuffixByteRange
-
- suffixPatternMatch - Variable in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
- suffixPatternMatch - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
- suggestedClassName() - Method in interface org.springframework.scripting.ScriptSource
-
Determine a class name for the underlying script.
- suggestedClassName() - Method in class org.springframework.scripting.support.ResourceScriptSource
-
- suggestedClassName() - Method in class org.springframework.scripting.support.StaticScriptSource
-
- SunCachedRowSetFactory() - Constructor for class org.springframework.jdbc.core.SqlRowSetResultSetExtractor.SunCachedRowSetFactory
-
- superClassName - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
-
- superName - Variable in class org.springframework.asm.ClassWriter
-
The constant pool item that contains the internal name of the super class
of this class.
- superType - Variable in class org.springframework.core.ResolvableType
-
- supportDtd - Variable in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
- supportDtd - Variable in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- supportDtd - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- supportDtd - Variable in class org.springframework.oxm.support.AbstractMarshaller
-
- SUPPORTED_CLASSES - Static variable in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- SUPPORTED_METHODS - Static variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
-
- SUPPORTED_PRIMITIVES - Static variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- SUPPORTED_PROPERTY_TYPES - Static variable in class org.springframework.jms.support.SimpleJmsHeaderMapper
-
- SUPPORTED_SERIALIZABLE_TYPES - Static variable in class org.springframework.core.SerializableTypeWrapper
-
- supportedClasses - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
-
- supportedDatabaseProductsForFunctions - Static variable in class org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
-
List of supported database products for function calls
- supportedDatabaseProductsForProcedures - Static variable in class org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
-
List of supported database products for procedure calls
- supportedExtensions - Variable in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
-
- supportedLocales - Variable in class org.springframework.mock.web.portlet.MockPortletConfig
-
- supportedLocales - Variable in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
-
- supportedMediaTypes - Variable in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- supportedMediaTypes - Variable in class org.springframework.http.converter.FormHttpMessageConverter
-
- supportedMediaTypes - Variable in class org.springframework.web.HttpMediaTypeException
-
- supportedMethods - Variable in class org.springframework.web.HttpRequestMethodNotSupportedException
-
- supportedMethods - Variable in class org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
-
- supportedMethods - Variable in class org.springframework.web.servlet.support.WebContentGenerator
-
Set of supported HTTP methods
- supportedMimeTypes - Variable in class org.springframework.messaging.converter.AbstractMessageConverter
-
- supportedProtocols - Variable in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
- supportedProtocols - Static variable in class org.springframework.web.socket.sockjs.client.SockJsClient
-
- supportJaxbElementClass - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- supports(Class<?>) - Method in class org.springframework.beans.ExtendedBeanInfoFactory
-
Return whether the given bean class declares or inherits any non-void
returning bean property or indexed property setter methods.
- supports(Class<?>) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Indicates whether the given class is supported by this converter.
- supports(Class<?>) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.feed.AtomFeedHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.feed.RssChannelHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
Whether the given class is supported by this converter.
- supports(Class<?>) - Method in class org.springframework.messaging.converter.ByteArrayMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
-
- supports(Class<?>) - Method in class org.springframework.messaging.converter.MarshallingMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.messaging.converter.StringMessageConverter
-
- supports(Class<?>) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Returns true
for all classes, i.e.
- supports(Type) - Method in interface org.springframework.oxm.GenericMarshaller
-
Indicates whether this marshaller can marshal instances of the supplied generic type.
- supports(Type) - Method in interface org.springframework.oxm.GenericUnmarshaller
-
Indicates whether this marshaller can marshal instances of the supplied generic type.
- supports(Class<?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- supports(Type) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- supports(Class<?>) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
- supports(Class<?>) - Method in interface org.springframework.oxm.Marshaller
-
Indicate whether this marshaller can marshal instances of the supplied type.
- supports(Class<?>) - Method in interface org.springframework.oxm.Unmarshaller
-
Indicate whether this unmarshaller can unmarshal instances of the supplied type.
- supports(Class<?>) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
-
Deprecated.
This implementation returns true if the given class is an implementation of XmlObject
.
- supports(Class<?>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
- supports(SmartContextLoader, MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
-
- supports(Class<?>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
- supports(Class<?>) - Method in interface org.springframework.validation.Validator
-
- supports(Object) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
-
- supports(Object) - Method in interface org.springframework.web.portlet.HandlerAdapter
-
Given a handler instance, return whether or not this HandlerAdapter can
support it.
- supports(Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
- supports(Object) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
-
- supports(Class<?>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport.NoOpValidator
-
- supports(Object) - Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
-
- supports(Object) - Method in interface org.springframework.web.servlet.HandlerAdapter
-
Given a handler instance, return whether or not this HandlerAdapter
can support it.
- supports(Object) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
- supports(Object) - Method in class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
-
- supports(Object) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
-
- supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
-
- supports(MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.JsonViewRequestBodyAdvice
-
- supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.JsonViewResponseBodyAdvice
-
- supports(MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
-
Invoked first to determine if this interceptor applies.
- supports(MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyAdviceChain
-
- supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyAdviceChain
-
- supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice
-
Whether this component supports the given controller method return type
and the selected HttpMessageConverter
type.
- supports(Object) - Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
-
- supportsAdvice(Advice) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapter
-
Does this adapter understand this advice object? Is it valid to
invoke the getInterceptors
method with an Advisor that
contains this advice as an argument?
- supportsAdvice(Advice) - Method in class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter
-
- supportsAdvice(Advice) - Method in class org.springframework.aop.framework.adapter.MethodBeforeAdviceAdapter
-
- supportsAdvice(Advice) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceAdapter
-
- supportsAggressiveRelease() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
-
Deprecated.
This implementation returns false
: We cannot guarantee
to receive the same Connection within a transaction, not even when
dealing with a JNDI DataSource.
- supportsAggressiveRelease() - Method in class org.springframework.orm.hibernate3.LocalJtaDataSourceConnectionProvider
-
Deprecated.
This implementation returns true
,
since we're assuming a JTA DataSource.
- supportsAggressiveRelease() - Method in class org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
-
Deprecated.
This implementation returns true
: We can guarantee
to receive the same Connection within a transaction, as we are
exposing a TransactionAwareDataSourceProxy.
- supportsBatchUpdates(Connection) - Static method in class org.springframework.jdbc.support.JdbcUtils
-
Return whether the given JDBC driver supports JDBC 2.0 batch updates.
- supportsCatalogsInProcedureCalls - Variable in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- supportsCors() - Method in enum org.springframework.web.socket.sockjs.transport.TransportType
-
- supportsEvent(Class<?>, ResolvableType) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
Filter a listener early through checking its generically declared event
type before trying to instantiate it.
- supportsEvent(ApplicationListener<?>, ResolvableType, Class<?>) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
Determine whether the given listener supports the given event.
- supportsEventType(ResolvableType) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
- supportsEventType(ResolvableType) - Method in interface org.springframework.context.event.GenericApplicationListener
-
Determine whether this listener actually supports the given event type.
- supportsEventType(ResolvableType) - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in interface org.springframework.context.event.SmartApplicationListener
-
Determine whether this listener actually supports the given event type.
- supportsEventType(ResolvableType) - Method in class org.springframework.context.event.SourceFilteringListener
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.context.event.SourceFilteringListener
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry
-
- supportsGeneratedKeysOverride - Variable in class org.springframework.jdbc.core.metadata.DerbyTableMetaDataProvider
-
- supportsInternal(Class<?>, boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- supportsInternal(HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
-
Given a handler method, return whether or not this adapter can support it.
- supportsInternal(HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Always return true
since any method argument and return value
type will be processed in some way.
- supportsLobParameters() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
-
BatchSqlUpdate does not support BLOB or CLOB parameters.
- supportsLobParameters() - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Return whether BLOB/CLOB parameters are supported for this kind of operation.
- supportsMethod(Method) - Method in class org.springframework.context.event.DefaultEventListenerFactory
-
- supportsMethod(Method) - Method in interface org.springframework.context.event.EventListenerFactory
-
Specify if this factory supports the specified Method
.
- supportsMethod(Method) - Method in class org.springframework.transaction.event.TransactionalEventListenerFactory
-
- supportsMimeType(MessageHeaders) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
- supportsOrigin() - Method in enum org.springframework.web.socket.sockjs.transport.TransportType
-
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.DestinationVariableMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.HeadersMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.MessageMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.PayloadArgumentResolver
-
- supportsParameter(MethodParameter) - Method in interface org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
-
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.simp.annotation.support.PrincipalMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Returns
true
if the parameter is annotated with
ModelAttribute
or, if in default resolution mode, for any
method parameter that is not a simple type.
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
Supports the following:
@RequestParam-annotated method arguments.
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.support.CompositeUriComponentsContributor
-
- supportsParameter(MethodParameter) - Method in interface org.springframework.web.method.support.HandlerMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
-
- supportsParameter(MethodParameter) - Method in interface org.springframework.web.method.support.UriComponentsContributor
-
Whether this contributor supports the given method parameter.
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMapMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMapMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RedirectAttributesMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestAttributeMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
-
Supports the following:
annotated with
@RequestPart
of type
MultipartFile
unless annotated with
@RequestParam
of type
javax.servlet.http.Part
unless annotated with
@RequestParam
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.SessionAttributeMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.UriComponentsBuilderMethodArgumentResolver
-
- supportsPartialMessages() - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
-
- supportsPartialMessages - Variable in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
-
- supportsPartialMessages() - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
-
- supportsPartialMessages() - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
-
- supportsPartialMessages() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- supportsPartialMessages() - Method in class org.springframework.web.socket.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
-
- supportsPartialMessages() - Method in interface org.springframework.web.socket.WebSocketHandler
-
Whether the WebSocketHandler handles partial messages.
- supportsProceedingJoinPoint() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- supportsProceedingJoinPoint() - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
-
- supportsResourceAdapterManagedTransactions() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
- supportsResourceAdapterManagedTransactions() - Method in class org.springframework.transaction.jta.SimpleTransactionFactory
-
- supportsResourceAdapterManagedTransactions() - Method in interface org.springframework.transaction.jta.TransactionFactory
-
Determine whether the underlying transaction manager supports XA transactions
managed by a resource adapter (i.e.
- supportsResourceAdapterManagedTransactions() - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
-
Returns true
since WebSphere ResourceAdapters (as exposed in JNDI)
implicitly perform transaction enlistment if the MessageEndpointFactory's
isDeliveryTransacted
method returns true
.
- supportsReturnType(MethodParameter) - Method in class org.springframework.messaging.handler.invocation.CompletableFutureReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in interface org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.messaging.handler.invocation.ListenableFutureReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.messaging.simp.annotation.support.SubscriptionMethodReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Return true
if there is a method-level @ModelAttribute
or, in default resolution mode, for any return value type that is not
a simple type.
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
-
- supportsReturnType(MethodParameter) - Method in interface org.springframework.web.method.support.HandlerMethodReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.CallableMethodReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.CompletionStageReturnValueHandler
-
Deprecated.
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpHeadersReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ListenableFutureReturnValueHandler
-
Deprecated.
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewResolverMethodReturnValueHandler
-
Always returns true
.
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBodyReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewMethodReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
-
- supportsSavepoints() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
-
Return whether JDBC 3.0 Savepoints are supported.
- supportsSchemasInProcedureCalls - Variable in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- supportsSourceType(Class<?>) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
- supportsSourceType(Class<?>) - Method in interface org.springframework.context.event.GenericApplicationListener
-
Determine whether this listener actually supports the given source type.
- supportsSourceType(Class<?>) - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
-
- supportsSourceType(Class<?>) - Method in interface org.springframework.context.event.SmartApplicationListener
-
Determine whether this listener actually supports the given source type.
- supportsSourceType(Class<?>) - Method in class org.springframework.context.event.SourceFilteringListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry
-
- supportsSourceType(Class<?>) - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry
-
- supportsTypeLevelMappings() - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Indicates whether this handler mapping support type-level mappings.
- supportsTypeLevelMappings() - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
-
Deprecated.
- suppress(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
Ensure that a resource with the given path is not found.
- suppressClose - Variable in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Create a close-suppressing proxy?
- suppressCors - Variable in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
- suppressCors - Variable in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
- suppressedExceptions - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
List of suppressed Exceptions, available for associating related causes
- suppressedFields - Variable in class org.springframework.validation.AbstractBindingResult
-
- suppressGetenvAccess() - Method in class org.springframework.core.env.AbstractEnvironment
-
- suppressInterface(Class<?>) - Method in class org.springframework.aop.support.IntroductionInfoSupport
-
Suppress the specified interface, which may have been autodetected
due to the delegate implementing it.
- suppressNamespaces - Variable in class org.springframework.oxm.castor.CastorMarshaller
-
- suppressXsiType - Variable in class org.springframework.oxm.castor.CastorMarshaller
-
- suspend() - Method in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
-
- suspend() - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
-
Deprecated.
- suspend() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
-
- suspend() - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
-
- suspend(Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Suspend the given transaction.
- suspend() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
-
- suspend() - Method in class org.springframework.transaction.support.SimpleTransactionScope.CleanupSynchronization
-
- suspend() - Method in interface org.springframework.transaction.support.TransactionSynchronization
-
Suspend this synchronization.
- suspend() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
-
- suspendedResources - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager.SuspendedResourcesHolder
-
- suspendedResources - Variable in class org.springframework.transaction.support.DefaultTransactionStatus
-
- SuspendedResourcesHolder(SessionHolder, ConnectionHolder) - Constructor for class org.springframework.orm.hibernate3.HibernateTransactionManager.SuspendedResourcesHolder
-
Deprecated.
- SuspendedResourcesHolder(SessionHolder, ConnectionHolder) - Constructor for class org.springframework.orm.hibernate4.HibernateTransactionManager.SuspendedResourcesHolder
-
- SuspendedResourcesHolder(SessionHolder, ConnectionHolder) - Constructor for class org.springframework.orm.hibernate5.HibernateTransactionManager.SuspendedResourcesHolder
-
- SuspendedResourcesHolder(PersistenceManagerHolder, ConnectionHolder) - Constructor for class org.springframework.orm.jdo.JdoTransactionManager.SuspendedResourcesHolder
-
- SuspendedResourcesHolder(EntityManagerHolder, ConnectionHolder) - Constructor for class org.springframework.orm.jpa.JpaTransactionManager.SuspendedResourcesHolder
-
- SuspendedResourcesHolder(Object) - Constructor for class org.springframework.transaction.support.AbstractPlatformTransactionManager.SuspendedResourcesHolder
-
- SuspendedResourcesHolder(Object, List<TransactionSynchronization>, String, boolean, Integer, boolean) - Constructor for class org.springframework.transaction.support.AbstractPlatformTransactionManager.SuspendedResourcesHolder
-
- suspendedSynchronizations - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager.SuspendedResourcesHolder
-
- swap(Object) - Method in class org.springframework.aop.target.HotSwappableTargetSource
-
Swap the target, returning the old target object.
- SWAP - Static variable in interface org.springframework.asm.Opcodes
-
- SybaseAnywhereMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
-
DataFieldMaxValueIncrementer
that increments
the maximum value of a given Sybase SQL Anywhere table
with the equivalent of an auto-increment column.
- SybaseAnywhereMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.SybaseAnywhereMaxValueIncrementer
-
Default constructor for bean property style usage.
- SybaseAnywhereMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.SybaseAnywhereMaxValueIncrementer
-
Convenience constructor.
- SybaseCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
-
- SybaseCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.SybaseCallMetaDataProvider
-
- SybaseMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
-
- SybaseMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
-
Default constructor for bean property style usage.
- SybaseMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
-
Convenience constructor.
- sync - Variable in class org.springframework.cache.interceptor.CacheableOperation.Builder
-
- sync - Variable in class org.springframework.cache.interceptor.CacheableOperation
-
- sync - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContexts
-
- synchedLocalTransactionAllowed - Variable in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
-
- SynchedLocalTransactionFailedException - Exception in org.springframework.jms.connection
-
Exception thrown when a synchronized local transaction failed to complete
(after the main transaction has already completed).
- SynchedLocalTransactionFailedException(String, JMSException) - Constructor for exception org.springframework.jms.connection.SynchedLocalTransactionFailedException
-
Create a new SynchedLocalTransactionFailedException.
- SYNCHRONIZATION_ALWAYS - Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Always activate transaction synchronization, even for "empty" transactions
that result from PROPAGATION_SUPPORTS with no existing backend transaction.
- SYNCHRONIZATION_NEVER - Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Never active transaction synchronization, not even for actual transactions.
- SYNCHRONIZATION_ON_ACTUAL_TRANSACTION - Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Activate transaction synchronization only for actual transactions,
that is, not for empty ones that result from PROPAGATION_SUPPORTS with
no existing backend transaction.
- synchronizationAttribute - Static variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
- synchronizations - Variable in class org.springframework.transaction.jta.JtaAfterCompletionSynchronization
-
- synchronizations - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
-
- synchronizationTypeUnsynchronized - Static variable in class org.springframework.orm.jpa.EntityManagerFactoryUtils
-
- synchronizedWithTransaction - Variable in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
-
- synchronizedWithTransaction - Variable in class org.springframework.orm.jpa.SharedEntityManagerCreator.SharedEntityManagerInvocationHandler
-
- synchronizedWithTransaction - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.PersistenceElement
-
- synchronizedWithTransaction - Variable in class org.springframework.orm.jpa.support.SharedEntityManagerBean
-
- synchronizedWithTransaction - Variable in class org.springframework.transaction.support.ResourceHolderSupport
-
- synchronizeOnSession - Variable in class org.springframework.web.portlet.mvc.AbstractController
-
- synchronizeOnSession - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
- synchronizeOnSession - Variable in class org.springframework.web.servlet.mvc.AbstractController
-
- synchronizeOnSession - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
- synchronizeOnSession - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- SynchronousDispatcherConfigReader() - Constructor for class org.springframework.messaging.tcp.reactor.Reactor2TcpClient.SynchronousDispatcherConfigReader
-
- SyncTaskExecutor - Class in org.springframework.core.task
-
TaskExecutor
implementation that executes each task
synchronously
in the calling thread.
- SyncTaskExecutor() - Constructor for class org.springframework.core.task.SyncTaskExecutor
-
- syncTaskExecutor - Variable in class org.springframework.jca.work.SimpleTaskWorkManager
-
- syncTemplate - Variable in class org.springframework.web.client.AsyncRestTemplate
-
- synthesizableCache - Static variable in class org.springframework.core.annotation.AnnotationUtils
-
- synthesizeAnnotation(A) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Synthesize an annotation from the supplied
annotation
by wrapping it in a dynamic proxy that transparently enforces
attribute alias semantics for annotation attributes that are
annotated with
@AliasFor
.
- synthesizeAnnotation(A, AnnotatedElement) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Synthesize an annotation from the supplied
annotation
by wrapping it in a dynamic proxy that transparently enforces
attribute alias semantics for annotation attributes that are
annotated with
@AliasFor
.
- synthesizeAnnotation(A, Object) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
- synthesizeAnnotation(Map<String, Object>, Class<A>, AnnotatedElement) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Synthesize an annotation from the supplied map of annotation
attributes by wrapping the map in a dynamic proxy that implements an
annotation of the specified
annotationType
and transparently
enforces
attribute alias semantics for annotation attributes
that are annotated with
@AliasFor
.
- synthesizeAnnotation(Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Synthesize an annotation from its default attributes values.
- synthesizeAnnotation() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- synthesizeAnnotation() - Method in class org.springframework.test.util.MetaAnnotationUtils.UntypedAnnotationDescriptor
-
Throws an
UnsupportedOperationException
since the type of annotation
represented by the
AnnotationAttributes
in
an
UntypedAnnotationDescriptor
is unknown.
- synthesizeAnnotationArray(Annotation[], Object) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Synthesize an array of annotations from the supplied array
of
annotations
by creating a new array of the same size and
type and populating it with
synthesized versions of the annotations from the input array.
- synthesizeAnnotationArray(Map<String, Object>[], Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Synthesize an array of annotations from the supplied array
of
maps
of annotation attributes by creating a new array of
annotationType
with the same size and populating it with
synthesized versions of the maps from the input array.
- SynthesizedAnnotation - Interface in org.springframework.core.annotation
-
Marker interface implemented by synthesized annotation proxies.
- SynthesizedAnnotationInvocationHandler - Class in org.springframework.core.annotation
-
InvocationHandler
for an Annotation
that Spring has
synthesized (i.e., wrapped in a dynamic proxy) with additional
functionality.
- SynthesizedAnnotationInvocationHandler(AnnotationAttributeExtractor<?>) - Constructor for class org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler
-
- SynthesizingMethodParameter - Class in org.springframework.core.annotation
-
- SynthesizingMethodParameter(Method, int) - Constructor for class org.springframework.core.annotation.SynthesizingMethodParameter
-
Create a new SynthesizingMethodParameter
for the given method,
with nesting level 1.
- SynthesizingMethodParameter(Method, int, int) - Constructor for class org.springframework.core.annotation.SynthesizingMethodParameter
-
Create a new SynthesizingMethodParameter
for the given method.
- SynthesizingMethodParameter(Constructor<?>, int) - Constructor for class org.springframework.core.annotation.SynthesizingMethodParameter
-
Create a new SynthesizingMethodParameter
for the given constructor,
with nesting level 1.
- SynthesizingMethodParameter(Constructor<?>, int, int) - Constructor for class org.springframework.core.annotation.SynthesizingMethodParameter
-
Create a new SynthesizingMethodParameter
for the given constructor.
- SynthesizingMethodParameter(SynthesizingMethodParameter) - Constructor for class org.springframework.core.annotation.SynthesizingMethodParameter
-
Copy constructor, resulting in an independent SynthesizingMethodParameter
based on the same metadata and cache state that the original object was in.
- synthetic - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
- SyntheticInstantiationAdvisor(MetadataAwareAspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor
-
- SyntheticParameterizedType(Type, Type[]) - Constructor for class org.springframework.core.ResolvableType.SyntheticParameterizedType
-
- synthetics - Variable in class org.springframework.asm.MethodWriter
-
The number of synthetic parameters of this method.
- SYSTEM_ENVIRONMENT_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
-
Name of the System environment bean in the factory.
- SYSTEM_ENVIRONMENT_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.core.env.StandardEnvironment
-
System environment property source name: "systemEnvironment"
- SYSTEM_PROPERTIES_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
-
Name of the System properties bean in the factory.
- SYSTEM_PROPERTIES_MODE_ATTRIBUTE - Static variable in class org.springframework.context.config.PropertyPlaceholderBeanDefinitionParser
-
- SYSTEM_PROPERTIES_MODE_DEFAULT - Static variable in class org.springframework.context.config.PropertyPlaceholderBeanDefinitionParser
-
- SYSTEM_PROPERTIES_MODE_FALLBACK - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Check system properties if not resolvable in the specified properties.
- SYSTEM_PROPERTIES_MODE_NEVER - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Never check system properties.
- SYSTEM_PROPERTIES_MODE_OVERRIDE - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Check system properties first, before trying the specified properties.
- SYSTEM_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.core.env.StandardEnvironment
-
JVM system properties property source name: "systemProperties"
- SYSTEM_SESSION_ID - Static variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
- SystemEnvironmentPropertySource - Class in org.springframework.core.env
-
- SystemEnvironmentPropertySource(String, Map<String, Object>) - Constructor for class org.springframework.core.env.SystemEnvironmentPropertySource
-
Create a new SystemEnvironmentPropertySource
with the given name and
delegating to the given MapPropertySource
.
- systemHeartbeatReceiveInterval - Variable in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
- systemHeartbeatReceiveInterval - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
- systemHeartbeatSendInterval - Variable in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
- systemHeartbeatSendInterval - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
- systemLogin - Variable in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
- systemLogin - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
- systemPasscode - Variable in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
- systemPasscode - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
- systemPrefs - Variable in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
-
- SystemProfileValueSource - Class in org.springframework.test.annotation
-
Implementation of
ProfileValueSource
which uses system properties as
the underlying source.
- SystemProfileValueSource() - Constructor for class org.springframework.test.annotation.SystemProfileValueSource
-
Private constructor, enforcing the singleton pattern.
- systemPropertiesMode - Variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
- SystemPropertyPlaceholderResolver(String) - Constructor for class org.springframework.util.SystemPropertyUtils.SystemPropertyPlaceholderResolver
-
- SystemPropertyUtils - Class in org.springframework.util
-
Helper class for resolving placeholders in texts.
- SystemPropertyUtils() - Constructor for class org.springframework.util.SystemPropertyUtils
-
- SystemPropertyUtils.SystemPropertyPlaceholderResolver - Class in org.springframework.util
-
PlaceholderResolver implementation that resolves against system properties
and system environment variables.
- SystemStompConnectionHandler(StompHeaderAccessor) - Constructor for class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.SystemStompConnectionHandler
-
- systemSubscriptions - Variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
- systemTreePath - Variable in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
-