EMPTY - Static variable in class org.springframework.cache.interceptor.SimpleKey
EMPTY - Static variable in class org.springframework.http.HttpEntity
The empty HttpEntity
, with no body or headers.
EMPTY - Static variable in class org.springframework.jmx.export.metadata.ManagedAttribute
EMPTY_TARGET_SOURCE - Static variable in class org.springframework.aop.framework.AdvisedSupport
Canonical TargetSource when there's no target, and behavior is
supplied by the advisors.
emptyActivatedContextBuilder() - Static method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
If no SimpleNamingContextBuilder is already configuring JNDI,
create and activate one.
EmptyReaderEventListener - Class in org.springframework.beans.factory.parsing
Empty implementation of the
ReaderEventListener
interface,
providing no-op implementations of all callback methods.
EmptyReaderEventListener() - Constructor for class org.springframework.beans.factory.parsing.EmptyReaderEventListener
EmptyResultDataAccessException - Exception in org.springframework.dao
Data access exception thrown when a result was expected to have at least
one row (or element) but zero rows (or elements) were actually returned.
EmptyResultDataAccessException(int) - Constructor for exception org.springframework.dao.EmptyResultDataAccessException
Constructor for EmptyResultDataAccessException.
EmptyResultDataAccessException(String, int) - Constructor for exception org.springframework.dao.EmptyResultDataAccessException
Constructor for EmptyResultDataAccessException.
EmptyResultDataAccessException(String, int, Throwable) - Constructor for exception org.springframework.dao.EmptyResultDataAccessException
Constructor for EmptyResultDataAccessException.
EmptySqlParameterSource - Class in org.springframework.jdbc.core.namedparam
EmptySqlParameterSource() - Constructor for class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
EmptyTargetSource - Class in org.springframework.aop.target
Canonical TargetSource
when there is no target
(or just the target class known), and behavior is supplied
by interfaces and advisors only.
enable() - Method in class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
Enable forwarding to the "default" Servlet.
enable(String) - Method in class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
Enable forwarding to the "default" Servlet identified by the given name.
EnableAspectJAutoProxy - Annotation Type in org.springframework.context.annotation
Enables support for handling components marked with AspectJ's @Aspect
annotation,
similar to functionality found in Spring's <aop:aspectj-autoproxy>
XML element.
enableAspectJWeaving(LoadTimeWeaver, ClassLoader) - Static method in class org.springframework.context.weaving.AspectJWeavingEnabler
enableAsync - Variable in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
EnableAsync - Annotation Type in org.springframework.scheduling.annotation
Enables Spring's asynchronous method execution capability, similar to functionality
found in Spring's <task:*>
XML namespace.
enableCaching - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
EnableCaching - Annotation Type in org.springframework.cache.annotation
Enables Spring's annotation-driven cache management capability, similar to
the support found in Spring's <cache:*>
XML namespace.
enableContentNegotiation(View...) - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Enable use of a
ContentNegotiatingViewResolver
to front all other
configured view resolvers and select among all selected Views based on
media types requested by the client (e.g.
enableContentNegotiation(boolean, View...) - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Enable use of a
ContentNegotiatingViewResolver
to front all other
configured view resolvers and select among all selected Views based on
media types requested by the client (e.g.
enableFilter(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return an enabled Hibernate
Filter
for the given filter name.
enableFilter(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
enableFilter(String) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Return an enabled Hibernate
Filter
for the given filter name.
enableFilter(String) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
enableFilters(Session) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Enable the specified filters on the given Session.
enableFilters(Session) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Enable the specified filters on the given Session.
enableIndenting(Transformer) - Static method in class org.springframework.util.xml.TransformerUtils
enableIndenting(Transformer, int) - Static method in class org.springframework.util.xml.TransformerUtils
EnableJms - Annotation Type in org.springframework.jms.annotation
EnableLoadTimeWeaving - Annotation Type in org.springframework.context.annotation
Activates a Spring
LoadTimeWeaver
for this application context, available as
a bean with the name "loadTimeWeaver", similar to the
<context:load-time-weaver>
element in Spring XML.
EnableLoadTimeWeaving.AspectJWeaving - Enum in org.springframework.context.annotation
EnableMBeanExport - Annotation Type in org.springframework.context.annotation
Enables default exporting of all standard MBean
s from the Spring context, as
well as well all @ManagedResource
annotated beans.
EnableScheduling - Annotation Type in org.springframework.scheduling.annotation
Enables Spring's scheduled task execution capability, similar to
functionality found in Spring's <task:*>
XML namespace.
enableSimpleBroker(String...) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
Enable a simple message broker and configure one or more prefixes to filter
destinations targeting the broker (e.g.
EnableSpringConfigured - Annotation Type in org.springframework.context.annotation.aspectj
Signals the current application context to apply dependency injection to
non-managed classes that are instantiated outside of the Spring bean factory
(typically classes annotated with the
@Configurable
annotation).
enableStompBrokerRelay(String...) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
Enable a STOMP broker relay and configure the destination prefixes supported by the
message broker.
EnableTransactionManagement - Annotation Type in org.springframework.transaction.annotation
Enables Spring's annotation-driven transaction management capability, similar to
the support found in Spring's <tx:*>
XML namespace.
enableTx - Variable in class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
EnableWebMvc - Annotation Type in org.springframework.web.servlet.config.annotation
Adding this annotation to an
@Configuration
class imports the Spring MVC
configuration from
WebMvcConfigurationSupport
, e.g.:
@Configuration
@EnableWebMvc
@ComponentScan(basePackageClasses = { MyConfiguration.class })
public class MyWebConfiguration {
}
EnableWebSocket - Annotation Type in org.springframework.web.socket.config.annotation
Add this annotation to an
@Configuration
class to configure
processing WebSocket requests:
@Configuration
@EnableWebSocket
public class MyWebSocketConfig {
}
EnableWebSocketMessageBroker - Annotation Type in org.springframework.web.socket.config.annotation
Add this annotation to an @Configuration
class to enable broker-backed
messaging over WebSocket using a higher-level messaging sub-protocol.
encode(Message<byte[]>) - Method in class org.springframework.messaging.simp.stomp.StompEncoder
Encodes the given STOMP message
into a byte[]
encode(Map<String, Object>, byte[]) - Method in class org.springframework.messaging.simp.stomp.StompEncoder
Encodes the given payload and headers into a byte[]
.
encode(byte[]) - Static method in class org.springframework.util.Base64Utils
Base64-encode the given byte array.
encode(T) - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
encode(String...) - Method in class org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec
encode(String...) - Method in interface org.springframework.web.socket.sockjs.frame.SockJsMessageCodec
Encode the given messages as a SockJS message frame.
encode() - Method in class org.springframework.web.util.UriComponents
Encode all URI components using their specific encoding rules, and returns the
result as a new UriComponents
instance.
encode(String) - Method in class org.springframework.web.util.UriComponents
Encode all URI components using their specific encoding rules, and
returns the result as a new UriComponents
instance.
encodeAuthority(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI authority with the given encoding.
EncodedResource - Class in org.springframework.core.io.support
Holder that combines a
Resource
descriptor with a specific encoding
or
Charset
to be used for reading from the resource.
EncodedResource(Resource) - Constructor for class org.springframework.core.io.support.EncodedResource
Create a new EncodedResource
for the given Resource
,
not specifying an explicit encoding or Charset
.
EncodedResource(Resource, String) - Constructor for class org.springframework.core.io.support.EncodedResource
Create a new EncodedResource
for the given Resource
,
using the specified encoding
.
EncodedResource(Resource, Charset) - Constructor for class org.springframework.core.io.support.EncodedResource
Create a new EncodedResource
for the given Resource
,
using the specified Charset
.
EncodedResource - Interface in org.springframework.web.servlet.resource
Interface for a resource descriptor that describes the encoding
applied to the entire resource content.
encodeFragment(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI fragment with the given encoding.
encodeHost(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI host with the given encoding.
encodeHttpUrl(String, String) - Static method in class org.springframework.web.util.UriUtils
encodeParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockBaseURL
encodeParameter(String, String[]) - Method in class org.springframework.mock.web.portlet.MockBaseURL
encodePath(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI path with the given encoding.
encodePathSegment(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI path segment with the given encoding.
encodePort(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI port with the given encoding.
encodeQuery(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI query with the given encoding.
encodeQueryParam(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI query parameter with the given encoding.
encoder() - Method in class org.springframework.messaging.simp.stomp.Reactor11StompCodec
encodeRedirectURL(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
encodeRedirectUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
Deprecated.
encodeScheme(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI scheme with the given encoding.
encodeToString(byte[]) - Static method in class org.springframework.util.Base64Utils
Base64-encode the given byte array to a String.
encodeUri(String, String) - Static method in class org.springframework.web.util.UriUtils
encodeUriComponents(String, String, String, String, String, String, String, String, String) - Static method in class org.springframework.web.util.UriUtils
encodeURL(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
The default implementation returns the given URL String as-is.
encodeUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
Deprecated.
encodeURL(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
encodeUserInfo(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI user info with the given encoding.
encoding(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the character encoding in the ServletResponse.
ENCODING_GZIP - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
end() - Static method in class org.springframework.test.context.transaction.TestTransaction
Immediately force a
commit or
rollback of the current
test-managed transaction, according to the
rollback flag.
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
This implementation always throws a NotSupportedException.
EndpointConnectionManager - Class in org.springframework.web.socket.client.standard
EndpointConnectionManager(Endpoint, String, Object...) - Constructor for class org.springframework.web.socket.client.standard.EndpointConnectionManager
EndpointConnectionManager(Class<? extends Endpoint>, String, Object...) - Constructor for class org.springframework.web.socket.client.standard.EndpointConnectionManager
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
This implementation does nothing.
endsWithIgnoreCase(String, String) - Static method in class org.springframework.util.StringUtils
Test if the given String ends with the specified suffix,
ignoring upper/lower case.
endTag() - Method in class org.springframework.web.servlet.tags.form.TagWriter
Close the current tag.
endTag(boolean) - Method in class org.springframework.web.servlet.tags.form.TagWriter
Close the current tag, allowing to enforce a full closing tag.
enhanceConfigurationClasses(ConfigurableListableBeanFactory) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
Post-processes a BeanFactory in search of Configuration class BeanDefinitions;
any candidates are then enhanced by a ConfigurationClassEnhancer
.
enlistResource(XAResource) - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
enterCompilationScope() - Method in class org.springframework.expression.spel.CodeFlow
Enter a new compilation scope, usually due to nested expression evaluation.
enterScope(Map<String, Object>) - Method in class org.springframework.expression.spel.ExpressionState
enterScope(String, Object) - Method in class org.springframework.expression.spel.ExpressionState
ENTITY_MANAGER_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Order value for TransactionSynchronization objects that clean up JPA
EntityManagers.
entityIsTransient(MergeEvent, Map) - Method in class org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener
Hibernate 3.1 implementation of ID transferral.
EntityManagerFactoryAccessor - Class in org.springframework.orm.jpa
EntityManagerFactoryAccessor() - Constructor for class org.springframework.orm.jpa.EntityManagerFactoryAccessor
EntityManagerFactoryInfo - Interface in org.springframework.orm.jpa
EntityManagerFactoryUtils - Class in org.springframework.orm.jpa
Helper class featuring methods for JPA EntityManager handling,
allowing for reuse of EntityManager instances within transactions.
EntityManagerFactoryUtils() - Constructor for class org.springframework.orm.jpa.EntityManagerFactoryUtils
EntityManagerHolder - Class in org.springframework.orm.jpa
Holder wrapping a JPA EntityManager.
EntityManagerHolder(EntityManager) - Constructor for class org.springframework.orm.jpa.EntityManagerHolder
EntityManagerProxy - Interface in org.springframework.orm.jpa
Subinterface of
EntityManager
to be implemented by
EntityManager proxies.
Entry(K, V) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.Entry
ENTRY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
entrySet() - Method in class org.springframework.http.HttpHeaders
entrySet() - Method in class org.springframework.messaging.MessageHeaders
entrySet() - Method in class org.springframework.util.ConcurrentReferenceHashMap
entrySet() - Method in class org.springframework.util.LinkedMultiValueMap
entrySet() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
EnumerablePropertySource<T> - Class in org.springframework.core.env
A
PropertySource
implementation capable of interrogating its
underlying source object to enumerate all possible property name/value
pairs.
EnumerablePropertySource(String, T) - Constructor for class org.springframework.core.env.EnumerablePropertySource
EnumerablePropertySource(String) - Constructor for class org.springframework.core.env.EnumerablePropertySource
Environment - Interface in org.springframework.core.env
Interface representing the environment in which the current application is running.
ENVIRONMENT_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
ENVIRONMENT_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
EnvironmentAccessor - Class in org.springframework.context.expression
Read-only EL property accessor that knows how to retrieve keys
of a Spring
Environment
instance.
EnvironmentAccessor() - Constructor for class org.springframework.context.expression.EnvironmentAccessor
EnvironmentAware - Interface in org.springframework.context
Interface to be implemented by any bean that wishes to be notified
of the
Environment
that it runs in.
EnvironmentCapable - Interface in org.springframework.core.env
Interface indicating a component that contains and exposes an
Environment
reference.
EOF_STATEMENT_SEPARATOR - Static variable in class org.springframework.jdbc.datasource.init.ScriptUtils
End of file (EOF) SQL statement separator: "^^^ END OF SCRIPT ^^^"
.
equalityCheck(ExpressionState, Object, Object) - Method in class org.springframework.expression.spel.ast.Operator
equals(Object) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
equals(Object) - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
equals(Object) - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
equals(Object) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
equals(Object) - Method in class org.springframework.aop.support.annotation.AnnotationClassFilter
equals(Object) - Method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
equals(Object) - Method in class org.springframework.aop.support.annotation.AnnotationMethodMatcher
equals(Object) - Method in class org.springframework.aop.support.ComposablePointcut
equals(Object) - Method in class org.springframework.aop.support.ControlFlowPointcut
equals(Object) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
equals(Object) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
equals(Object) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
equals(Object) - Method in class org.springframework.aop.target.EmptyTargetSource
equals(Object) - Method in class org.springframework.aop.target.HotSwappableTargetSource
Two HotSwappableTargetSources are equal if the current target
objects are equal.
equals(Object) - Method in class org.springframework.aop.target.SingletonTargetSource
Two invoker interceptors are equal if they have the same target or if the
targets or the targets are equal.
equals(Object) - Method in class org.springframework.asm.Handle
equals(Object) - Method in class org.springframework.asm.Type
Tests if the given object is equal to this type.
equals(Object) - Method in class org.springframework.beans.BeanMetadataAttribute
equals(Object) - Method in exception org.springframework.beans.BeansException
equals(Object) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
equals(Object) - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
equals(Object) - Method in class org.springframework.beans.factory.config.BeanExpressionContext
equals(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
equals(Object) - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
equals(Object) - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
equals(Object) - Method in class org.springframework.beans.factory.config.TypedStringValue
equals(Object) - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
This implementations expects the other object to be of type BeanComponentDefinition
as well, in addition to the superclass's equality requirements.
equals(Object) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
equals(Object) - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
equals(Object) - Method in class org.springframework.beans.factory.support.GenericBeanDefinition
equals(Object) - Method in class org.springframework.beans.factory.support.LookupOverride
equals(Object) - Method in class org.springframework.beans.factory.support.MethodOverride
equals(Object) - Method in class org.springframework.beans.factory.support.MethodOverrides
equals(Object) - Method in class org.springframework.beans.factory.support.ReplaceOverride
equals(Object) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
equals(Object) - Method in class org.springframework.beans.MutablePropertyValues
equals(Object) - Method in class org.springframework.beans.PropertyValue
equals(Object) - Method in class org.springframework.beans.support.MutableSortDefinition
equals(Object) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
equals(Object) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
equals(Object) - Method in class org.springframework.cache.interceptor.CacheOperation
This implementation compares the toString()
results.
equals(Object) - Method in class org.springframework.cache.interceptor.MethodCacheKey
equals(Object) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
equals(Object) - Method in class org.springframework.cache.interceptor.SimpleKey
equals(Object) - Method in class org.springframework.cache.jcache.interceptor.JCacheOperationSourcePointcut
equals(Object) - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
equals(Object) - Method in class org.springframework.core.AttributeAccessorSupport
equals(Object) - Method in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
equals(Object) - Method in class org.springframework.core.convert.Property
equals(Object) - Method in class org.springframework.core.convert.TypeDescriptor
equals(Object) - Method in class org.springframework.core.env.PropertySource
This PropertySource
object is equal to the given object if:
they are the same instance
the name
properties for both objects are equal
equals(Object) - Method in class org.springframework.core.io.AbstractResource
This implementation compares description strings.
equals(Object) - Method in class org.springframework.core.io.ByteArrayResource
This implementation compares the underlying byte array.
equals(Object) - Method in class org.springframework.core.io.ClassPathResource
This implementation compares the underlying class path locations.
equals(Object) - Method in class org.springframework.core.io.DescriptiveResource
This implementation compares the underlying description String.
equals(Object) - Method in class org.springframework.core.io.FileSystemResource
This implementation compares the underlying File references.
equals(Object) - Method in class org.springframework.core.io.InputStreamResource
This implementation compares the underlying InputStream.
equals(Object) - Method in class org.springframework.core.io.PathResource
This implementation compares the underlying Path references.
equals(Object) - Method in class org.springframework.core.io.support.EncodedResource
equals(Object) - Method in class org.springframework.core.io.UrlResource
This implementation compares the underlying URL references.
equals(Object) - Method in class org.springframework.core.io.VfsResource
equals(Object) - Method in class org.springframework.core.MethodParameter
equals(Object) - Method in class org.springframework.core.ParameterizedTypeReference
equals(Object) - Method in class org.springframework.core.ResolvableType
equals(Object) - Method in class org.springframework.expression.TypedValue
equals(Object) - Method in class org.springframework.http.HttpEntity
equals(Object) - Method in class org.springframework.http.HttpHeaders
equals(Object) - Method in class org.springframework.http.RequestEntity
equals(Object) - Method in class org.springframework.http.ResponseEntity
equals(Object) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
equals(Object) - Method in class org.springframework.jmx.support.NotificationListenerHolder
equals(Object) - Method in class org.springframework.mail.SimpleMailMessage
equals(Object) - Method in class org.springframework.messaging.handler.AbstractMessageCondition
equals(Object) - Method in class org.springframework.messaging.handler.HandlerMethod
equals(Object) - Method in class org.springframework.messaging.MessageHeaders
equals(Object) - Method in class org.springframework.messaging.simp.SimpMessageMappingInfo
equals(Object) - Method in class org.springframework.messaging.support.GenericMessage
equals(Object, Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation delegates to the Hibernate EqualsHelper.
equals(Object, Object) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
equals(Object) - Method in class org.springframework.orm.hibernate4.SpringFlushSynchronization
equals(Object) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
equals(Object) - Method in class org.springframework.scheduling.support.CronTrigger
equals(Object) - Method in class org.springframework.scheduling.support.PeriodicTrigger
equals(Object) - Method in class org.springframework.test.context.ContextConfigurationAttributes
equals(Object) - Method in class org.springframework.test.context.MergedContextConfiguration
equals(Object) - Method in class org.springframework.test.context.web.WebMergedContextConfiguration
equals(Object) - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
equals(Object) - Method in class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
equals(Object) - Method in class org.springframework.transaction.annotation.JtaTransactionAnnotationParser
equals(Object) - Method in class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
equals(Object) - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
equals(Object) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
equals(Object) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
equals(Object) - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
equals(Object) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
This implementation compares the toString()
results.
equals(Object) - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
equals(Object) - Method in class org.springframework.util.AutoPopulatingList
equals(Object) - Method in class org.springframework.util.comparator.BooleanComparator
equals(Object) - Method in class org.springframework.util.comparator.CompoundComparator
equals(Object) - Method in class org.springframework.util.comparator.InvertibleComparator
equals(Object) - Method in class org.springframework.util.comparator.NullSafeComparator
equals(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
equals(Object) - Method in class org.springframework.util.LinkedMultiValueMap
equals(Object) - Method in class org.springframework.util.MimeType
equals(Object) - Method in class org.springframework.validation.AbstractBindingResult
equals(Object) - Method in exception org.springframework.validation.BindException
equals(Object) - Method in class org.springframework.validation.FieldError
equals(Object) - Method in class org.springframework.validation.ObjectError
equals(Object) - Method in class org.springframework.web.context.support.ServletContextResource
This implementation compares the underlying ServletContext resource locations.
equals(Object) - Method in class org.springframework.web.method.ControllerAdviceBean
equals(Object) - Method in class org.springframework.web.method.HandlerMethod
equals(Object) - Method in class org.springframework.web.portlet.context.PortletContextResource
equals(Object) - Method in class org.springframework.web.servlet.FlashMap
equals(Object) - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
equals(Object) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
equals(Object) - Method in class org.springframework.web.socket.AbstractWebSocketMessage
equals(Object) - Method in class org.springframework.web.socket.CloseStatus
equals(Object) - Method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
equals(Object) - Method in class org.springframework.web.socket.WebSocketExtension
equals(Object) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
equalsAdvisors(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
Check equality of the advisors behind the given AdvisedSupport objects.
equalsCode(CloseStatus) - Method in class org.springframework.web.socket.CloseStatus
equalsInProxy(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
Check equality of the proxies behind the given AdvisedSupport objects.
equalsProxiedInterfaces(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
Check equality of the proxied interfaces behind the given AdvisedSupport objects.
error(Problem) - Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
error(Problem) - Method in interface org.springframework.beans.factory.parsing.ProblemReporter
Called when an error is encountered during the parsing process.
error(String, Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
error(String, Object, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
error(String, Object, ParseState) - Method in class org.springframework.beans.factory.parsing.ReaderContext
error(String, Object, ParseState, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
error(String, Node) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Report an error with the given message for the given source element.
error(String, Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Report an error with the given message for the given source element.
error(String, Element, Throwable) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Report an error with the given message for the given source element.
error(SAXParseException) - Method in class org.springframework.util.xml.SimpleSaxErrorHandler
error(TransformerException) - Method in class org.springframework.util.xml.SimpleTransformErrorListener
ERROR_CHANNEL - Static variable in class org.springframework.messaging.MessageHeaders
ERROR_CODE - Static variable in exception org.springframework.beans.MethodInvocationException
Error code that a method invocation error will be registered with.
ERROR_CODE - Static variable in exception org.springframework.beans.TypeMismatchException
Error code that a type mismatch error will be registered with.
ERROR_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
ERROR_EXCEPTION_TYPE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
ERROR_MESSAGE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
ERROR_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
ERROR_SERVLET_NAME_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
ERROR_STATUS_CODE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
Standard Servlet 2.3+ spec request attributes for error pages.
ErrorCoded - Interface in org.springframework.core
Interface that can be implemented by exceptions etc that are error coded.
errorCount(int) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the total number of errors in the model.
errorHandler - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
errorHandler() - Method in interface org.springframework.cache.annotation.CachingConfigurer
errorHandler() - Method in class org.springframework.cache.annotation.CachingConfigurerSupport
ErrorHandler - Interface in org.springframework.util
A strategy for handling errors.
ErrorMessage - Class in org.springframework.messaging.support
ErrorMessage(Throwable) - Constructor for class org.springframework.messaging.support.ErrorMessage
Create a new message with the given payload.
ErrorMessage(Throwable, Map<String, Object>) - Constructor for class org.springframework.messaging.support.ErrorMessage
Create a new message with the given payload and headers.
ErrorMessage(Throwable, MessageHeaders) - Constructor for class org.springframework.messaging.support.ErrorMessage
Errors - Interface in org.springframework.validation
Stores and exposes information about data-binding and validation
errors for a specific object.
ERRORS_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.BindErrorsTag
ErrorsMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves
Errors
method arguments.
ErrorsMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
ErrorsTag - Class in org.springframework.web.servlet.tags.form
Form tag for displaying errors for a particular field or object.
ErrorsTag() - Constructor for class org.springframework.web.servlet.tags.form.ErrorsTag
EscapeBodyTag - Class in org.springframework.web.servlet.tags
Custom JSP tag to escape its enclosed body content,
applying HTML escaping and/or JavaScript escaping.
EscapeBodyTag() - Constructor for class org.springframework.web.servlet.tags.EscapeBodyTag
EscapedErrors - Class in org.springframework.web.bind
Errors wrapper that adds automatic HTML escaping to the wrapped instance,
for convenient usage in HTML views.
EscapedErrors(Errors) - Constructor for class org.springframework.web.bind.EscapedErrors
Create a new EscapedErrors instance for the given source instance.
establishSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Establish a shared Connection for this container.
establishSharedConnection() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Overridden to accept a failure in the initial setup - leaving it up to the
asynchronous invokers to establish the shared Connection on first access.
ETAG - Static variable in class org.springframework.http.HttpHeaders
The HTTP ETag
header field name.
eTag(String) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Set the entity tag of the body, as specified by the ETag
header.
EvalTag - Class in org.springframework.web.servlet.tags
JSP tag for evaluating expressions with the Spring Expression Language (SpEL).
EvalTag() - Constructor for class org.springframework.web.servlet.tags.EvalTag
evaluate(String, BeanExpressionContext) - Method in interface org.springframework.beans.factory.config.BeanExpressionResolver
Evaluate the given value as an expression, if applicable;
return the value as-is otherwise.
evaluate(String, BeanExpressionContext) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.springframework.mock.web.MockExpressionEvaluator
evaluate(ScriptSource) - Method in class org.springframework.scripting.bsh.BshScriptEvaluator
evaluate(ScriptSource, Map<String, Object>) - Method in class org.springframework.scripting.bsh.BshScriptEvaluator
evaluate(ScriptSource) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
evaluate(ScriptSource, Map<String, Object>) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
evaluate(ScriptSource) - Method in interface org.springframework.scripting.ScriptEvaluator
Evaluate the given script.
evaluate(ScriptSource, Map<String, Object>) - Method in interface org.springframework.scripting.ScriptEvaluator
Evaluate the given script with the given arguments.
evaluate(ScriptSource) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
evaluate(ScriptSource, Map<String, Object>) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
evaluate() - Method in class org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks
evaluate() - Method in class org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
evaluate() - Method in class org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks
evaluate() - Method in class org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
evaluate() - Method in class org.springframework.test.context.junit4.statements.SpringFailOnTimeout
Evaluate the next
statement
in the execution chain
(typically an instance of
SpringRepeat
) and throw a
TimeoutException
if the next
statement
executes longer
than the specified
timeout
.
evaluate() - Method in class org.springframework.test.context.junit4.statements.SpringRepeat
Evaluate the next statement
in the execution chain
repeatedly, using the specified repeat count.
evaluate(String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Evaluate the supplied value for the supplied attribute name.
evaluateBeanDefinitionString(String, BeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Evaluate the given String as contained in a bean definition,
potentially resolving it as an expression.
evaluateProxyInterfaces(Class<?>, ProxyFactory) - Method in class org.springframework.aop.framework.ProxyProcessorSupport
Check the interfaces on the given bean class and apply them to the
ProxyFactory
,
if appropriate.
evaluateXpath(Document, QName, Class<T>) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression to given document.
EvaluationContext - Interface in org.springframework.expression
Expressions are executed in an evaluation context.
EvaluationException - Exception in org.springframework.expression
Represent an exception that occurs during expression evaluation.
EvaluationException(int, String) - Constructor for exception org.springframework.expression.EvaluationException
Creates a new expression evaluation exception.
EvaluationException(String, String) - Constructor for exception org.springframework.expression.EvaluationException
Creates a new expression evaluation exception.
EvaluationException(int, String, Throwable) - Constructor for exception org.springframework.expression.EvaluationException
Creates a new expression evaluation exception.
EvaluationException(String) - Constructor for exception org.springframework.expression.EvaluationException
Creates a new expression evaluation exception.
EvaluationException(String, Throwable) - Constructor for exception org.springframework.expression.EvaluationException
EventAwareController - Interface in org.springframework.web.portlet.mvc
Extension of the Portlet
Controller
interface that allows
for handling Portlet 2.0 event requests as well.
EventMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
Annotation for mapping Portlet event requests onto handler methods.
EventPublicationInterceptor - Class in org.springframework.context.event
Interceptor
that publishes an
ApplicationEvent
to all
ApplicationListeners
registered with an
ApplicationEventPublisher
after each
successful method invocation.
EventPublicationInterceptor() - Constructor for class org.springframework.context.event.EventPublicationInterceptor
EventSourceTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
EventSourceTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.EventSourceTransportHandler
evict(Object) - Method in interface org.springframework.cache.Cache
Evict the mapping for this key from this cache if it is present.
evict(Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
evict(Object) - Method in class org.springframework.cache.ehcache.EhCacheCache
evict(Object) - Method in class org.springframework.cache.guava.GuavaCache
evict(Object) - Method in class org.springframework.cache.jcache.JCacheCache
evict(Object) - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
evict(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Remove the given object from the
Session
cache.
evict(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
evict(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Remove the given object from the
Session
cache.
evict(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Name of request attribute that exposes an Exception resolved with an
HandlerExceptionResolver
but where no view was rendered
(e.g.
EXCEPTION_HANDLER_METHOD_FILTER - Static variable in class org.springframework.messaging.handler.annotation.support.AnnotationExceptionHandlerMethodResolver
A filter for selecting annotated exception handling methods.
EXCEPTION_HANDLER_METHODS - Static variable in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
A filter for selecting @ExceptionHandler
methods.
EXCEPTION_PARAMETER - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target the type of the exception of a
'catch' clause in a method.
exceptionCacheResolver - Variable in class org.springframework.cache.jcache.config.AbstractJCacheConfiguration
exceptionCacheResolver() - Method in interface org.springframework.cache.jcache.config.JCacheConfigurer
Return the
CacheResolver
bean to use to resolve exception caches for
annotation-driven cache management.
exceptionCacheResolver() - Method in class org.springframework.cache.jcache.config.JCacheConfigurerSupport
ExceptionDepthComparator - Class in org.springframework.core
Comparator capable of sorting exceptions based on their depth from the thrown exception type.
ExceptionDepthComparator(Throwable) - Constructor for class org.springframework.core.ExceptionDepthComparator
Create a new ExceptionDepthComparator for the given exception.
ExceptionDepthComparator(Class<? extends Throwable>) - Constructor for class org.springframework.core.ExceptionDepthComparator
Create a new ExceptionDepthComparator for the given exception type.
exceptionHandler - Variable in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
ExceptionHandler - Annotation Type in org.springframework.web.bind.annotation
Annotation for handling exceptions in specific handler classes and/or
handler methods.
ExceptionHandlerExceptionResolver - Class in org.springframework.web.servlet.mvc.method.annotation
ExceptionHandlerExceptionResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
ExceptionHandlerMethodResolver - Class in org.springframework.web.method.annotation
Discovers
@ExceptionHandler methods in a given class,
including all of its superclasses, and helps to resolve a given
Exception
to the exception types supported by a given
Method
.
ExceptionHandlerMethodResolver(Class<?>) - Constructor for class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
ExceptionTypeFilter - Class in org.springframework.util
ExceptionTypeFilter(Collection<? extends Class<? extends Throwable>>, Collection<? extends Class<? extends Throwable>>, boolean) - Constructor for class org.springframework.util.ExceptionTypeFilter
ExceptionWebSocketHandlerDecorator - Class in org.springframework.web.socket.handler
ExceptionWebSocketHandlerDecorator(WebSocketHandler) - Constructor for class org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the
given request entity to the request, and returns the response as
ResponseEntity
.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the
given request entity to the request, and returns the response as
ResponseEntity
.
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the
given request entity to the request, and returns the response as
ResponseEntity
.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the given
request entity to the request, and returns the response as
ResponseEntity
.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the given
request entity to the request, and returns the response as
ResponseEntity
.
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.client.AsyncRestOperations
Asynchronously execute the HTTP method to the given URI template, writing the given
request entity to the request, and returns the response as
ResponseEntity
.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and
returns the response as
ResponseEntity
.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and
returns the response as
ResponseEntity
.
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and
returns the response as
ResponseEntity
.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given
request entity to the request, and returns the response as
ResponseEntity
.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given
request entity to the request, and returns the response as
ResponseEntity
.
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given
request entity to the request, and returns the response as
ResponseEntity
.
exchange(RequestEntity<?>, Class<T>) - Method in interface org.springframework.web.client.RestOperations
exchange(RequestEntity<?>, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.client.RestOperations
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in class org.springframework.web.client.RestTemplate
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.RestTemplate
exchange(RequestEntity<?>, Class<T>) - Method in class org.springframework.web.client.RestTemplate
exchange(RequestEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.RestTemplate
excludeClass(String) - Method in class org.springframework.core.DecoratingClassLoader
Add a class name to exclude from decoration (e.g.
excludePackage(String) - Method in class org.springframework.core.DecoratingClassLoader
Add a package name to exclude from decoration (e.g.
excludePathPatterns(String...) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
Add URL patterns to which the registered interceptor should not apply to.
excludeUnlistedClasses() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
execute(CacheOperationInvoker, Object, Method, Object[]) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
execute(CacheOperationInvoker, Object, Method, Object[]) - Method in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
execute(Runnable, long) - Method in interface org.springframework.core.task.AsyncTaskExecutor
Execute the given task
.
execute(Runnable) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
Executes the given task, within a concurrency throttle
if configured (through the superclass's settings).
execute(Runnable, long) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
Executes the given task, within a concurrency throttle
if configured (through the superclass's settings).
execute(Runnable) - Method in class org.springframework.core.task.support.ConcurrentExecutorAdapter
execute(Runnable) - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
execute(Runnable) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
Delegates to the specified JDK concurrent executor.
execute(Runnable, long) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
execute(Runnable) - Method in class org.springframework.core.task.SyncTaskExecutor
Executes the given
task
synchronously, through direct
invocation of it's
run()
method.
execute(Runnable) - Method in interface org.springframework.core.task.TaskExecutor
Execute the given task
.
execute(EvaluationContext, Object...) - Method in interface org.springframework.expression.ConstructorExecutor
Execute a constructor in the specified context using the specified arguments.
execute(EvaluationContext, Object, Object...) - Method in interface org.springframework.expression.MethodExecutor
Execute a command using the specified arguments, and using the specified expression state.
execute(EvaluationContext, Object...) - Method in class org.springframework.expression.spel.support.ReflectiveConstructorExecutor
execute(EvaluationContext, Object, Object...) - Method in class org.springframework.expression.spel.support.ReflectiveMethodExecutor
execute() - Method in class org.springframework.http.client.AbstractClientHttpRequest
execute() - Method in interface org.springframework.http.client.ClientHttpRequest
execute(HttpRequest, byte[]) - Method in interface org.springframework.http.client.ClientHttpRequestExecution
Execute the request with the given request attributes and body, and return the response.
execute(ConnectionCallback<T>) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute a request on an EIS with CCI, implemented as callback action
working on a CCI Connection.
execute(InteractionCallback<T>) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute a request on an EIS with CCI, implemented as callback action
working on a CCI Interaction.
execute(InteractionSpec, Record) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, Record, Record) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, RecordCreator) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, Record, RecordExtractor<T>) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, RecordCreator, RecordExtractor<T>) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(ConnectionCallback<T>) - Method in class org.springframework.jca.cci.core.CciTemplate
execute(InteractionCallback<T>) - Method in class org.springframework.jca.cci.core.CciTemplate
execute(InteractionSpec, Record) - Method in class org.springframework.jca.cci.core.CciTemplate
execute(InteractionSpec, Record, Record) - Method in class org.springframework.jca.cci.core.CciTemplate
execute(InteractionSpec, RecordCreator) - Method in class org.springframework.jca.cci.core.CciTemplate
execute(InteractionSpec, Record, RecordExtractor<T>) - Method in class org.springframework.jca.cci.core.CciTemplate
execute(InteractionSpec, RecordCreator, RecordExtractor<T>) - Method in class org.springframework.jca.cci.core.CciTemplate
execute(Object) - Method in class org.springframework.jca.cci.object.MappingRecordOperation
Execute the interaction encapsulated by this operation object.
execute(Record) - Method in class org.springframework.jca.cci.object.SimpleRecordOperation
Execute the CCI interaction encapsulated by this operation object.
execute(Record, Record) - Method in class org.springframework.jca.cci.object.SimpleRecordOperation
Execute the CCI interaction encapsulated by this operation object.
execute(Runnable) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
execute(Runnable, long) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
execute(ConnectionCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action
working on a JDBC Connection.
execute(StatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action
working on a JDBC Statement.
execute(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue a single SQL execute, typically a DDL statement.
execute(PreparedStatementCreator, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action
working on a JDBC PreparedStatement.
execute(String, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action
working on a JDBC PreparedStatement.
execute(CallableStatementCreator, CallableStatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action
working on a JDBC CallableStatement.
execute(String, CallableStatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action
working on a JDBC CallableStatement.
execute(ConnectionCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
execute(StatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
execute(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
execute(PreparedStatementCreator, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
execute(String, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
execute(CallableStatementCreator, CallableStatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
execute(String, CallableStatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
execute(String, SqlParameterSource, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Execute a JDBC data access operation, implemented as callback action
working on a JDBC PreparedStatement.
execute(String, Map<String, ?>, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Execute a JDBC data access operation, implemented as callback action
working on a JDBC PreparedStatement.
execute(String, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Execute a JDBC data access operation, implemented as callback action
working on a JDBC PreparedStatement.
execute(String, SqlParameterSource, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
execute(String, Map<String, ?>, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
execute(String, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
execute(Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
execute(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
execute(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
execute(Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return a map of output params, keyed by name
as in parameter declarations.
execute(Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return a map of output params, keyed by name
as in parameter declarations.
execute(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return a map of output params, keyed by name
as in parameter declarations.
execute(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
execute(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
execute(Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in.
execute(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in.
execute(DatabasePopulator, DataSource) - Static method in class org.springframework.jdbc.datasource.init.DatabasePopulatorUtils
execute(DataSource) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Execute this
ResourceDatabasePopulator
against the given
DataSource
.
execute(Object[], Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Central execution method.
execute(Object...) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute without context.
execute(Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute without parameters.
execute() - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute without parameters nor context.
execute(int, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single int parameter and context.
execute(int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single int parameter.
execute(int, int, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with two int parameters and context.
execute(int, int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with two int parameters.
execute(long, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single long parameter and context.
execute(long) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single long parameter.
execute(String, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single String parameter and context.
execute(String) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single String parameter.
execute(Object...) - Method in class org.springframework.jdbc.object.StoredProcedure
Execute the stored procedure with the provided parameter values.
execute(Map<String, ?>) - Method in class org.springframework.jdbc.object.StoredProcedure
Execute the stored procedure.
execute(ParameterMapper) - Method in class org.springframework.jdbc.object.StoredProcedure
Execute the stored procedure.
execute(SessionCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Execute the action specified by the given action object within a JMS Session.
execute(ProducerCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Send messages to the default JMS destination (or one specified
for each send operation).
execute(Destination, ProducerCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Send messages to a JMS destination.
execute(String, ProducerCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Send messages to a JMS destination.
execute(SessionCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
execute(SessionCallback<T>, boolean) - Method in class org.springframework.jms.core.JmsTemplate
Execute the action specified by the given action object within a
JMS Session.
execute(ProducerCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
execute(Destination, ProducerCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
execute(String, ProducerCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
execute(JndiCallback<T>) - Method in class org.springframework.jndi.JndiTemplate
Execute the given JNDI context callback implementation.
execute() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
execute(HibernateCallback<T>) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute the action specified by the given action object within a
Session
.
execute(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
execute(HibernateCallback<T>) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute the action specified by the given action object within a
Session
.
execute(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
execute(Runnable) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
execute(Runnable, long) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
execute(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
execute(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
execute(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
execute(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
execute(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
execute(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
execute(JobExecutionContext) - Method in class org.springframework.scheduling.quartz.DelegatingJob
Delegates execution to the underlying Runnable.
execute(JobExecutionContext) - Method in class org.springframework.scheduling.quartz.QuartzJobBean
This implementation applies the passed-in job data map as bean property
values, and delegates to executeInternal
afterwards.
execute(Runnable) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
execute(Runnable, long) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
execute(TransactionDefinition, TransactionCallback<T>) - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
execute(TransactionDefinition, TransactionCallback<T>) - Method in interface org.springframework.transaction.support.CallbackPreferringPlatformTransactionManager
Execute the action specified by the given callback object within a transaction.
execute(TransactionCallback<T>) - Method in interface org.springframework.transaction.support.TransactionOperations
Execute the action specified by the given callback object within a transaction.
execute(TransactionCallback<T>) - Method in class org.springframework.transaction.support.TransactionTemplate
execute(String, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>, Object...) - Method in interface org.springframework.web.client.AsyncRestOperations
execute(String, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in interface org.springframework.web.client.AsyncRestOperations
execute(URI, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>) - Method in interface org.springframework.web.client.AsyncRestOperations
execute(String, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>, Object...) - Method in class org.springframework.web.client.AsyncRestTemplate
execute(String, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in class org.springframework.web.client.AsyncRestTemplate
execute(URI, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in interface org.springframework.web.client.RestOperations
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.springframework.web.client.RestTemplate
executeAndReturnKey(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
executeAndReturnKey(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
executeAndReturnKey(Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in and return the generated key.
executeAndReturnKey(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in and return the generated key.
executeAndReturnKeyHolder(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
executeAndReturnKeyHolder(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
executeAndReturnKeyHolder(Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in and return the generated keys.
executeAndReturnKeyHolder(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in and return the generated keys.
executeAsync() - Method in interface org.springframework.http.client.AsyncClientHttpRequest
Execute this request asynchronously, resulting in a Future handle.
executeAsync() - Method in class org.springframework.mock.http.client.MockAsyncClientHttpRequest
executeBatch(Map<String, ?>...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
executeBatch(SqlParameterSource...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
executeBatch(Map<String, ?>...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute a batch insert using the batch of values passed in.
executeBatch(SqlParameterSource...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute a batch insert using the batch of values passed in.
executeBatchUpdate(String, List<Object[]>, int[], JdbcOperations) - Static method in class org.springframework.jdbc.core.BatchUpdateUtils
executeBatchUpdateWithNamedParameters(ParsedSql, SqlParameterSource[], JdbcOperations) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterBatchUpdateUtils
executeByNamedParam(Map<String, ?>, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Central execution method.
executeByNamedParam(Map<String, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute without context.
executeFind(HibernateCallback<?>) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
executeFind(HibernateCallback<?>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
executeFunction(Class<T>, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
executeFunction(Class<T>, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
executeFunction(Class<T>, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
executeFunction(Class<T>, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored function and return the results obtained as an Object of the
specified return type.
executeFunction(Class<T>, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored function and return the results obtained as an Object of the
specified return type.
executeFunction(Class<T>, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored function and return the results obtained as an Object of the
specified return type.
executeHttpPost(HttpInvokerClientConfiguration, HttpClient, HttpPost) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Execute the given HttpPost instance.
executeInfoRequest(URI) - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
executeInfoRequest(URI) - Method in interface org.springframework.web.socket.sockjs.client.InfoReceiver
Perform an HTTP request to the SockJS "Info" URL.
executeInfoRequestInternal(URI) - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
executeInfoRequestInternal(URI) - Method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
executeInfoRequestInternal(URI) - Method in class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport
executeInfoRequestInternal(URI) - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
executeInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractClientHttpRequest
Abstract template method that writes the given headers and content to the HTTP request.
executeInternal() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
The default implementation returns the configured
response
.
executeInternal(JobExecutionContext) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
Invoke the method via the MethodInvoker.
executeInternal(JobExecutionContext) - Method in class org.springframework.scheduling.quartz.QuartzJobBean
Execute the actual job.
executeListener(Session, Message) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Execute the specified listener,
committing or rolling back the transaction afterwards (if necessary).
executeObject(Class<T>, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
executeObject(Class<T>, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
executeObject(Class<T>, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
executeObject(Class<T>, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return the single out parameter as an Object
of the specified return type.
executeObject(Class<T>, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return the single out parameter as an Object
of the specified return type.
executeObject(Class<T>, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return the single out parameter as an Object
of the specified return type.
executeRequest(RemoteInvocation) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Execute the given remote invocation, sending an invoker request message
to this accessor's target queue and waiting for a corresponding response.
executeRequest(HttpInvokerClientConfiguration, RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
executeRequest(RemoteInvocation, MethodInvocation) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Execute the given remote invocation via the HttpInvokerRequestExecutor.
executeRequest(RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Execute the given remote invocation via the HttpInvokerRequestExecutor.
executeRequest(HttpInvokerClientConfiguration, RemoteInvocation) - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerRequestExecutor
Execute a request to send the given remote invocation.
executeRequest(URI, HttpMethod, HttpHeaders, String) - Method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
executeRequest(URI, HttpString, HttpHeaders, String) - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
executeSchemaScript(Connection, String[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute the given schema script on the given JDBC Connection.
executeSchemaStatement(Statement, String) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute the given schema SQL on the given JDBC Statement.
executeScript(ScriptSource, Class<?>) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
Instantiate the given Groovy script class and run it if necessary.
executeSendRequest(URI, TextMessage) - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
executeSendRequest(URI, TextMessage) - Method in interface org.springframework.web.socket.sockjs.client.XhrTransport
Execute a request to send the message to the server.
executeSendRequestInternal(URI, HttpHeaders, TextMessage) - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
executeSendRequestInternal(URI, HttpHeaders, TextMessage) - Method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
executeSendRequestInternal(URI, HttpHeaders, TextMessage) - Method in class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport
executeSendRequestInternal(URI, HttpHeaders, TextMessage) - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
executeSqlScript(Connection, Resource) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
Execute the given SQL script using default settings for statement
separators, comment delimiters, and exception handling flags.
executeSqlScript(Connection, EncodedResource) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
Execute the given SQL script using default settings for statement
separators, comment delimiters, and exception handling flags.
executeSqlScript(Connection, EncodedResource, boolean, boolean, String, String, String, String) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
Execute the given SQL script.
executeSqlScript(String, boolean) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Execute the given SQL script.
executeSqlScript(String, boolean) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Execute the given SQL script.
executeSqlScript(JdbcTemplate, ResourceLoader, String, boolean) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
executeSqlScript(JdbcTemplate, Resource, boolean) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
executeSqlScript(JdbcTemplate, EncodedResource, boolean) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
executeWithNativeSession(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Execute the action specified by the given action object within a
native
Session
.
executeWithNativeSession(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Execute the action specified by the given action object within a
native
Session
.
executeWithNewSession(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Execute the action specified by the given action object within a
new
Session
.
executeWork(TaskExecutor, Work, long, boolean, ExecutionContext, WorkListener) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
Execute the given Work on the specified TaskExecutor.
executor - Variable in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
ExecutorBeanDefinitionParser - Class in org.springframework.scheduling.config
Parser for the 'executor' element of the 'task' namespace.
ExecutorBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.ExecutorBeanDefinitionParser
ExecutorChannelInterceptor - Interface in org.springframework.messaging.support
ExecutorConfigurationSupport - Class in org.springframework.scheduling.concurrent
Base class for classes that are setting up a
java.util.concurrent.ExecutorService
(typically a
ThreadPoolExecutor
).
ExecutorConfigurationSupport() - Constructor for class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
ExecutorServiceAdapter - Class in org.springframework.core.task.support
Adapter that takes a Spring
TaskExecutor
)
and exposes a full
java.util.concurrent.ExecutorService
for it.
ExecutorServiceAdapter(TaskExecutor) - Constructor for class org.springframework.core.task.support.ExecutorServiceAdapter
Create a new ExecutorServiceAdapter, using the given target executor.
ExecutorSubscribableChannel - Class in org.springframework.messaging.support
ExecutorSubscribableChannel() - Constructor for class org.springframework.messaging.support.ExecutorSubscribableChannel
ExecutorSubscribableChannel(Executor) - Constructor for class org.springframework.messaging.support.ExecutorSubscribableChannel
exists() - Method in class org.springframework.core.io.AbstractFileResolvingResource
exists() - Method in class org.springframework.core.io.AbstractResource
This implementation checks whether a File can be opened,
falling back to whether an InputStream can be opened.
exists() - Method in class org.springframework.core.io.ByteArrayResource
This implementation always returns true
.
exists() - Method in class org.springframework.core.io.ClassPathResource
This implementation checks for the resolution of a resource URL.
exists() - Method in class org.springframework.core.io.DescriptiveResource
exists() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns whether the underlying file exists.
exists() - Method in class org.springframework.core.io.InputStreamResource
This implementation always returns true
.
exists() - Method in class org.springframework.core.io.PathResource
This implementation returns whether the underlying file exists.
exists() - Method in interface org.springframework.core.io.Resource
Return whether this resource actually exists in physical form.
exists() - Method in class org.springframework.core.io.VfsResource
exists(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path and assert the resulting content exists.
exists(String) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content exists.
exists() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
Apply the JSONPath and assert the resulting value.
exists() - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
Assert that content exists at the given XPath.
exists(String) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie exists.
exists() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path expression against the response content and
assert that a non-null value exists at the given path.
exists() - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert that content exists.
exists() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation checks ServletContext.getResource
.
exists() - Method in class org.springframework.web.portlet.context.PortletContextResource
This implementation checks PortletContext.getResource
.
exitCompilationScope() - Method in class org.springframework.expression.spel.CodeFlow
Exit a compilation scope, usually after a nested expression has been evaluated.
exitScope() - Method in class org.springframework.expression.spel.ExpressionState
exitTypeDescriptor - Variable in class org.springframework.expression.spel.ast.SpelNodeImpl
Indicates the type descriptor for the result of this expression node.
expand(Map<String, ?>) - Method in class org.springframework.web.util.UriComponents
Replace all URI template variables with the values from a given map.
expand(Object...) - Method in class org.springframework.web.util.UriComponents
Replace all URI template variables with the values from a given array.
expand(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.UriComponents
expand(Map<String, ?>) - Method in class org.springframework.web.util.UriTemplate
Given the Map of variables, expands this template into a URI.
expand(Object...) - Method in class org.springframework.web.util.UriTemplate
Given an array of variables, expand this template into a full URI.
EXPAND_FRAMES - Static variable in class org.springframework.asm.ClassReader
Flag to expand the stack map frames.
EXPECT - Static variable in class org.springframework.http.HttpHeaders
The HTTP Expect
header field name.
expect(RequestMatcher) - Method in class org.springframework.test.web.client.MockRestServiceServer
Set up a new HTTP request expectation.
ExpectedLookupTemplate - Class in org.springframework.mock.jndi
Simple extension of the JndiTemplate class that always returns a given object.
ExpectedLookupTemplate() - Constructor for class org.springframework.mock.jndi.ExpectedLookupTemplate
Construct a new JndiTemplate that will always return given objects for
given names.
ExpectedLookupTemplate(String, Object) - Constructor for class org.springframework.mock.jndi.ExpectedLookupTemplate
Construct a new JndiTemplate that will always return the given object,
but honour only requests for the given name.
EXPIRATION - Static variable in interface org.springframework.jms.support.JmsHeaders
Message expiration date and time.
EXPIRES - Static variable in class org.springframework.http.HttpHeaders
The HTTP Expires
header field name.
ExponentialBackOff - Class in org.springframework.util.backoff
Implementation of
BackOff
that increases the back off period for each
retry attempt.
ExponentialBackOff() - Constructor for class org.springframework.util.backoff.ExponentialBackOff
Create an instance with the default settings.
ExponentialBackOff(long, double) - Constructor for class org.springframework.util.backoff.ExponentialBackOff
Create an instance with the supplied settings.
EXPOSE_WEB_APP_ROOT_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
Parameter specifying whether to expose the web app root system property
exposeActionException(PortletRequest, StateAwareResponse, Exception) - Method in class org.springframework.web.portlet.DispatcherPortlet
Expose the given action exception to the given response.
exposeAttributes() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
exposeAttributes() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
exposeAttributes() - Method in class org.springframework.web.servlet.tags.form.OptionTag
ExposeBeanNameAdvisors - Class in org.springframework.aop.interceptor
Convenient methods for creating advisors that may be used when autoproxying beans
created with the Spring IoC container, binding the bean name to the current
invocation.
ExposeBeanNameAdvisors() - Constructor for class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
exposeErrorRequestAttributes(HttpServletRequest, Throwable, String) - Static method in class org.springframework.web.util.WebUtils
Expose the Servlet spec's error attributes as
HttpServletRequest
attributes under the keys defined in the Servlet 2.3 specification, for error pages that
are rendered directly rather than through the Servlet container's error page resolution:
javax.servlet.error.status_code
,
javax.servlet.error.exception_type
,
javax.servlet.error.message
,
javax.servlet.error.exception
,
javax.servlet.error.request_uri
,
javax.servlet.error.servlet_name
.
exposeHelpers(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Expose helpers unique to each rendering operation.
exposeHelpers(HttpServletRequest) - Method in class org.springframework.web.servlet.view.InternalResourceView
Expose helpers unique to each rendering operation.
exposeHelpers(HttpServletRequest) - Method in class org.springframework.web.servlet.view.JstlView
Exposes a JSTL LocalizationContext for Spring's locale and MessageSource.
exposeHelpers(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Expose helpers unique to each rendering operation.
exposeHelpers(Context, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Expose helpers unique to each rendering operation.
exposeHelpers(Context, HttpServletRequest) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Expose helpers unique to each rendering operation.
ExposeInvocationInterceptor - Class in org.springframework.aop.interceptor
exposeLocalizationContext(HttpServletRequest, MessageSource) - Static method in class org.springframework.web.servlet.support.JstlUtils
Exposes JSTL-specific request attributes specifying locale
and resource bundle for JSTL's formatting and message tags,
using Spring's locale and MessageSource.
exposeLocalizationContext(RequestContext) - Static method in class org.springframework.web.servlet.support.JstlUtils
Exposes JSTL-specific request attributes specifying locale
and resource bundle for JSTL's formatting and message tags,
using Spring's locale and MessageSource.
exposeLocalizationContext(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Expose current Spring-managed Locale and MessageSource to JasperReports i18n
($R expressions etc).
exposeModelAsRequestAttributes(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.AbstractView
Expose the model objects in the given map as request attributes.
exposePathWithinMapping(String, String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Expose the path within the current mapping as request attribute.
exposeRequestAttributes(PortletRequest, Map<String, ?>) - Static method in class org.springframework.web.portlet.util.PortletUtils
Expose the given Map as request attributes, using the keys as attribute names
and the values as corresponding attribute values.
exposeRequestAttributes(ServletRequest, Map<String, ?>) - Static method in class org.springframework.web.util.WebUtils
Expose the given Map as request attributes, using the keys as attribute names
and the values as corresponding attribute values.
exposeToolAttributes(Context, HttpServletRequest) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Expose the tool attributes, according to corresponding bean property settings.
exposeUriTemplateVariables(Map<String, String>, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Expose the URI templates variables as request attribute.
Expression - Interface in org.springframework.expression
An expression capable of evaluating itself against context objects.
ExpressionException - Exception in org.springframework.expression
Super class for exceptions that can occur whilst processing expressions.
ExpressionException(String, String) - Constructor for exception org.springframework.expression.ExpressionException
Construct a new expression exception.
ExpressionException(String, int, String) - Constructor for exception org.springframework.expression.ExpressionException
Construct a new expression exception.
ExpressionException(int, String) - Constructor for exception org.springframework.expression.ExpressionException
Construct a new expression exception.
ExpressionException(int, String, Throwable) - Constructor for exception org.springframework.expression.ExpressionException
Construct a new expression exception.
ExpressionException(String) - Constructor for exception org.springframework.expression.ExpressionException
Construct a new expression exception.
ExpressionException(String, Throwable) - Constructor for exception org.springframework.expression.ExpressionException
Construct a new expression exception.
ExpressionInvocationTargetException - Exception in org.springframework.expression
This exception wraps (as cause) a checked exception thrown by some method that SpEL
invokes.
ExpressionInvocationTargetException(int, String, Throwable) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
ExpressionInvocationTargetException(int, String) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
ExpressionInvocationTargetException(String, String) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
ExpressionInvocationTargetException(String, Throwable) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
ExpressionInvocationTargetException(String) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
ExpressionParser - Interface in org.springframework.expression
Parses expression strings into compiled expressions that can be evaluated.
ExpressionPointcut - Interface in org.springframework.aop.support
Interface to be implemented by pointcuts that use String expressions.
ExpressionState - Class in org.springframework.expression.spel
An ExpressionState is for maintaining per-expression-evaluation state, any changes to
it are not seen by other expressions but it gives a place to hold local variables and
for component expressions in a compound expression to communicate state.
ExpressionState(EvaluationContext) - Constructor for class org.springframework.expression.spel.ExpressionState
ExpressionState(EvaluationContext, SpelParserConfiguration) - Constructor for class org.springframework.expression.spel.ExpressionState
ExpressionState(EvaluationContext, TypedValue) - Constructor for class org.springframework.expression.spel.ExpressionState
ExpressionState(EvaluationContext, TypedValue, SpelParserConfiguration) - Constructor for class org.springframework.expression.spel.ExpressionState
expressionString - Variable in exception org.springframework.expression.ExpressionException
ExpressionUtils - Class in org.springframework.expression.common
Common utility functions that may be used by any Expression Language provider.
ExpressionUtils() - Constructor for class org.springframework.expression.common.ExpressionUtils
ExpressionValueMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves method arguments annotated with @Value
.
ExpressionValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
extendAdvisors(List<Advisor>) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
extendAdvisors(List<Advisor>) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Extension hook that subclasses can override to register additional Advisors,
given the sorted Advisors obtained to date.
ExtendedBeanInfoFactory - Class in org.springframework.beans
BeanInfoFactory
implementation that evaluates whether bean classes have
"non-standard" JavaBeans setter methods and are thus candidates for introspection
by Spring's (package-visible)
ExtendedBeanInfo
implementation.
ExtendedBeanInfoFactory() - Constructor for class org.springframework.beans.ExtendedBeanInfoFactory
ExtendedEntityManagerCreator - Class in org.springframework.orm.jpa
Delegate for creating a variety of
EntityManager
proxies that follow the JPA spec's semantics for "extended" EntityManagers.
ExtendedEntityManagerCreator() - Constructor for class org.springframework.orm.jpa.ExtendedEntityManagerCreator
ExtendedModelMap - Class in org.springframework.ui
ExtendedModelMap() - Constructor for class org.springframework.ui.ExtendedModelMap
ExtendedServletRequestDataBinder - Class in org.springframework.web.servlet.mvc.method.annotation
ExtendedServletRequestDataBinder(Object) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ExtendedServletRequestDataBinder
Create a new instance, with default object name.
ExtendedServletRequestDataBinder(Object, String) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ExtendedServletRequestDataBinder
Create a new instance.
extendInterceptors(List<?>) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
extendInterceptors(List<Object>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
extendMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
extendMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
extendMessageConverters(List<HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
A hook for extending or modifying the list of converters after it has been
configured.
extendMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
A hook for extending or modifying the list of converters after it has been
configured.
ExtensionRegistryInitializer - Interface in org.springframework.http.converter.protobuf
Google Protocol Messages can contain message extensions that can be parsed if
the appropriate configuration has been registered in the ExtensionRegistry
.
extractArchiveURL(URL) - Static method in class org.springframework.util.ResourceUtils
Extract the URL for the outermost archive from the given jar/war URL
(which may point to a resource in a jar file or to a jar file itself).
extractByteArrayFromMessage(BytesMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
extractCaseInsensitiveParameterNames(SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create a Map of case insensitive parameter names together with the original name.
extractData(Record) - Method in interface org.springframework.jca.cci.core.RecordExtractor
Process the data in the given Record, creating a corresponding result object.
extractData(Record) - Method in class org.springframework.jca.cci.object.MappingRecordOperation.RecordExtractorImpl
extractData(ResultSet) - Method in interface org.springframework.jdbc.core.ResultSetExtractor
Implementations must implement this method to process the entire ResultSet.
extractData(ResultSet) - Method in class org.springframework.jdbc.core.RowMapperResultSetExtractor
extractData(ResultSet) - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
extractData(ResultSet) - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Delegates to handleNoRowFound, handleMultipleRowsFound and streamData,
according to the ResultSet state.
extractData(ClientHttpResponse) - Method in class org.springframework.web.client.HttpMessageConverterExtractor
extractData(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseExtractor
Extract data from the given ClientHttpResponse
and return it.
extractDatabaseMetaData(DataSource, DatabaseMetaDataCallback) - Static method in class org.springframework.jdbc.support.JdbcUtils
Extract database meta data via the given DatabaseMetaDataCallback.
extractDatabaseMetaData(DataSource, String) - Static method in class org.springframework.jdbc.support.JdbcUtils
Call the specified method on DatabaseMetaData for the given DataSource,
and extract the invocation result.
extractFilenameFromUrlPath(String) - Static method in class org.springframework.web.util.WebUtils
Extract the URL filename from the given request URL path.
extractFullFilenameFromUrlPath(String) - Static method in class org.springframework.web.util.WebUtils
Extract the full URL filename (including file extension) from the given
request URL path.
extractHandlerMethodNameFromUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Extract the handler method name from the given request URI.
extractInvocationResult(Message) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Extract the invocation result from the response message.
extractJarFileURL(URL) - Static method in class org.springframework.util.ResourceUtils
Extract the URL for the actual jar file from the given URL
(which may point to a resource in a jar file or to a jar file itself).
extractLink(int, String, Set<CssLinkResourceTransformer.CssLinkInfo>) - Method in class org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractCssLinkParser
Invoked after a keyword match, after whitespaces removed, and when
the next char is neither a single nor double quote.
extractMapFromMessage(MapMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
extractMessage(Message) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
Extract the message body from the given JMS message.
extractOperableUrl(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Extract a URL path from the given request,
suitable for view name extraction.
extractOutputData(Record) - Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
extractOutputData(Record) - Method in class org.springframework.jca.cci.object.MappingRecordOperation
Subclasses must implement this method to convert the Record returned
by CCI execution into a result object for the execute
method.
extractOutputParameters(CallableStatement, List<SqlParameter>) - Method in class org.springframework.jdbc.core.JdbcTemplate
Extract output parameters from the completed stored procedure.
extractPathWithinPattern(String, String) - Method in class org.springframework.util.AntPathMatcher
Given a pattern and a full path, determine the pattern-mapped part.
extractPathWithinPattern(String, String) - Method in interface org.springframework.util.PathMatcher
Given a pattern and a full path, determine the pattern-mapped part.
extractPayload(Message) - Method in class org.springframework.jms.support.converter.MessagingMessageConverter
Extract the payload of the specified
Message
.
extractPropertyName(String) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Extract a JavaBean property name from the supplied attribute name.
extractReturnedResults(CallableStatement, List<SqlParameter>, List<SqlParameter>, int) - Method in class org.springframework.jdbc.core.JdbcTemplate
Extract returned ResultSets from the completed stored procedure.
extractSerializableFromMessage(ObjectMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
extractSource(Object, Resource) - Method in class org.springframework.beans.factory.parsing.NullSourceExtractor
This implementation simply returns null
for any input.
extractSource(Object, Resource) - Method in class org.springframework.beans.factory.parsing.PassThroughSourceExtractor
Simply returns the supplied sourceCandidate
as-is.
extractSource(Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
extractSource(Object, Resource) - Method in interface org.springframework.beans.factory.parsing.SourceExtractor
Extract the source metadata from the candidate object supplied
by the configuration parser.
extractSource(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
extractSource(Element) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
extractSource(Object) - Method in class org.springframework.beans.factory.xml.ParserContext
extractSqlStringFromException(JDOException) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Template method for extracting a SQL String from the given exception.
extractStringFromMessage(TextMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Extract a String from the given TextMessage.
extractUriTemplateVariables(String, String) - Method in class org.springframework.util.AntPathMatcher
extractUriTemplateVariables(String, String) - Method in interface org.springframework.util.PathMatcher
Given a pattern and a full path, extract the URI template variables.
extractValue(Annotation) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Extract the value attribute from the given annotation.
extractVersion(String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy
extractVersion(String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy.FileNameVersionPathStrategy
extractVersion(String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy.PrefixVersionPathStrategy
extractVersion(String) - Method in interface org.springframework.web.servlet.resource.VersionPathStrategy
Extract the resource version from the request path.
extractViewNameFromUrlPath(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Extract the URL filename from the given request URI.