- EclipseLinkJpaDialect - Class in org.springframework.orm.jpa.vendor
-
JpaDialect
implementation for Eclipse
Persistence Services (EclipseLink).
- EclipseLinkJpaDialect() - Constructor for class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
-
- EclipseLinkJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
-
- EclipseLinkJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
-
- EditorAwareTag - Interface in org.springframework.web.servlet.tags
-
Interface to be implemented by JSP tags that expose a
PropertyEditor for a property that they are currently bound to.
- EhCacheCache - Class in org.springframework.cache.ehcache
-
Cache
implementation on top of an
Ehcache
instance.
- EhCacheCache(Ehcache) - Constructor for class org.springframework.cache.ehcache.EhCacheCache
-
- EhCacheCacheManager - Class in org.springframework.cache.ehcache
-
CacheManager backed by an EhCache CacheManager
.
- EhCacheCacheManager() - Constructor for class org.springframework.cache.ehcache.EhCacheCacheManager
-
- EhCacheCacheManager(CacheManager) - Constructor for class org.springframework.cache.ehcache.EhCacheCacheManager
-
Create a new EhCacheCacheManager for the given backing EhCache CacheManager.
- EhCacheFactoryBean - Class in org.springframework.cache.ehcache
-
FactoryBean
that creates a named EhCache
Cache
instance
(or a decorator that implements the
Ehcache
interface),
representing a cache region within an EhCache
CacheManager
.
- EhCacheFactoryBean() - Constructor for class org.springframework.cache.ehcache.EhCacheFactoryBean
-
- EhCacheManagerFactoryBean - Class in org.springframework.cache.ehcache
-
FactoryBean
that exposes an EhCache
CacheManager
instance (independent or shared), configured from a specified config location.
- EhCacheManagerFactoryBean() - Constructor for class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
-
- EisOperation - Class in org.springframework.jca.cci.object
-
Base class for EIS operation objects that work with the CCI API.
- EisOperation() - Constructor for class org.springframework.jca.cci.object.EisOperation
-
- Ejb3TransactionAnnotationParser - Class in org.springframework.transaction.annotation
-
- Ejb3TransactionAnnotationParser() - Constructor for class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
-
- EjbAccessException - Exception in org.springframework.ejb.access
-
Exception that gets thrown when an EJB stub cannot be accessed properly.
- EjbAccessException(String) - Constructor for exception org.springframework.ejb.access.EjbAccessException
-
Constructor for EjbAccessException.
- EjbAccessException(String, Throwable) - Constructor for exception org.springframework.ejb.access.EjbAccessException
-
Constructor for EjbAccessException.
- ejbActivate() - Method in class org.springframework.ejb.support.AbstractStatelessSessionBean
-
Deprecated.
This method always throws an exception, as it should not be invoked by the EJB container.
- ejbCreate() - Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
-
Deprecated.
Lifecycle method required by the EJB specification but not the
MessageDrivenBean interface.
- ejbCreate() - Method in class org.springframework.ejb.support.AbstractStatelessSessionBean
-
Deprecated.
This implementation loads the BeanFactory.
- ejbPassivate() - Method in class org.springframework.ejb.support.AbstractStatelessSessionBean
-
Deprecated.
This method always throws an exception, as it should not be invoked by the EJB container.
- ejbRemove() - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
-
Deprecated.
EJB lifecycle method, implemented to invoke onEjbRemove()
and unload the BeanFactory afterwards.
- elementTypeDescriptor(Object) - Method in class org.springframework.core.convert.TypeDescriptor
-
If this type is a
Collection
or an Array, creates a element TypeDescriptor from the provided
collection or array element.
- Elvis - Class in org.springframework.expression.spel.ast
-
Represents the elvis operator ?:.
- Elvis(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.Elvis
-
- EmbeddedDatabase - Interface in org.springframework.jdbc.datasource.embedded
-
A handle to an EmbeddedDatabase instance.
- EmbeddedDatabaseBuilder - Class in org.springframework.jdbc.datasource.embedded
-
A builder that provides a convenient API for constructing an embedded database.
- EmbeddedDatabaseBuilder() - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Create a new embedded database builder.
- EmbeddedDatabaseBuilder(ResourceLoader) - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Create a new embedded database builder with the given ResourceLoader.
- EmbeddedDatabaseConfigurer - Interface in org.springframework.jdbc.datasource.embedded
-
Encapsulates the configuration required to create, connect to, and shutdown a specific type of embedded database such as HSQL or H2.
- EmbeddedDatabaseFactory - Class in org.springframework.jdbc.datasource.embedded
-
- EmbeddedDatabaseFactory() - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
- EmbeddedDatabaseFactoryBean - Class in org.springframework.jdbc.datasource.embedded
-
- EmbeddedDatabaseFactoryBean() - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
-
- EmbeddedDatabaseType - Enum in org.springframework.jdbc.datasource.embedded
-
A supported embedded database type.
- EmbeddedValueResolverAware - Interface in org.springframework.context
-
Interface to be implemented by any object that wishes to be notified of a
StringValueResolver for the resolution of embedded definition values.
- 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_NAMES_ARRAY - Static variable in class org.springframework.core.env.EnumerablePropertySource
-
Deprecated.
- 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.
- 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
-
- enableFilters(Session) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
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
-
- 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.
- 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).
- EnableTransactionManagement - Annotation Type in org.springframework.transaction.annotation
-
Enables Spring's annotation-driven transaction management capability, similar to
the support found in Spring's <tx:*>
XML namespace.
- enableTx - Variable in class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
-
- EnableWebMvc - Annotation Type in org.springframework.web.servlet.config.annotation
-
Add this annotation to an
@Configuration
class to have the Spring MVC
configuration defined in
WebMvcConfigurationSupport
imported:
@Configuration
@EnableWebMvc
@ComponentScan(basePackageClasses = { MyConfiguration.class })
public class MyWebConfiguration {
}
- 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
with a specific encoding to be used for reading from the resource.
- EncodedResource(Resource) - Constructor for class org.springframework.core.io.support.EncodedResource
-
Create a new EncodedResource for the given Resource,
not specifying a specific encoding.
- EncodedResource(Resource, String) - Constructor for class org.springframework.core.io.support.EncodedResource
-
Create a new EncodedResource for the given Resource,
using the specified encoding.
- EncodedResource(Resource, Charset) - Constructor for class org.springframework.core.io.support.EncodedResource
-
Create a new EncodedResource for the given Resource,
using the specified encoding.
- encodeFragment(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encodes the given URI fragment with the given encoding.
- 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.
- encodeRedirectURL(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- encodeRedirectUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- encodeScheme(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encodes the given URI scheme with the given encoding.
- encodeUri(String) - Method in class org.springframework.web.util.UriTemplate
-
Deprecated.
No longer in use; to be removed in Spring 4.0.
- 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
-
- 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
-
- endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
-
This implementation always throws a NotSupportedException.
- endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
-
This implementation does nothing.
- endsWithContinuationMarker(String) - Method in class org.springframework.util.DefaultPropertiesPersister
-
- 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.
- endTransaction() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
-
Deprecated.
Immediately force a commit or rollback of the transaction, according to
the
complete
and
rollback
flags.
- 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
-
- 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.
- entityManagerFactory - Variable in class org.springframework.test.jpa.AbstractJpaTests
-
Deprecated.
- EntityManagerFactoryAccessor - Class in org.springframework.orm.jpa
-
Base class for any class that needs to access an EntityManagerFactory,
usually in order to obtain an EntityManager.
- EntityManagerFactoryAccessor() - Constructor for class org.springframework.orm.jpa.EntityManagerFactoryAccessor
-
- EntityManagerFactoryInfo - Interface in org.springframework.orm.jpa
-
- EntityManagerFactoryPlus - Interface in org.springframework.orm.jpa
-
Extension of the standard JPA EntityManagerFactory interface, linking in
Spring's EntityManagerFactoryPlusOperations interface which defines
additional operations (beyond JPA 1.0) in a vendor-independent fashion.
- EntityManagerFactoryPlusOperations - Interface in org.springframework.orm.jpa
-
Interface that defines common operations beyond the standard
JPA EntityManagerFactory interface, in a vendor-independent fashion.
- 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
-
- EntityManagerPlus - Interface in org.springframework.orm.jpa
-
Extension of the standard JPA EntityManager interface, linking in
Spring's EntityManagerPlusOperations interface which defines additional
operations (beyond JPA 1.0) in a vendor-independent fashion.
- EntityManagerPlusOperations - Interface in org.springframework.orm.jpa
-
Interface that defines common operations beyond the standard
JPA EntityManager interface, in a vendor-independent fashion.
- EntityManagerProxy - Interface in org.springframework.orm.jpa
-
Subinterface of
EntityManager
to be implemented by
EntityManager proxies.
- 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.util.CachingMapDecorator
-
Deprecated.
- entrySet() - Method in class org.springframework.util.ConcurrentReferenceHashMap
-
- entrySet() - Method in class org.springframework.util.LinkedMultiValueMap
-
- 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
-
- 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.
- 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.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.NameMatchCacheOperationSource
-
- 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.enums.AbstractLabeledEnum
-
Deprecated.
- 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.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.http.HttpEntity
-
- equals(Object) - Method in class org.springframework.http.HttpHeaders
-
- equals(Object) - Method in class org.springframework.http.MediaType
-
- 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, 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.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.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.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.mvc.condition.AbstractRequestCondition
-
- equals(Object) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
- equalsAdvisors(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
-
Check equality of the advisors behind the given AdvisedSupport objects.
- 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_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 - Interface in org.springframework.util
-
A strategy for handling errors.
- 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
-
- escape(String, boolean) - Method in class org.springframework.util.DefaultPropertiesPersister
-
- 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.
- 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() - 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
-
Invokes the next statement
in the execution chain
(typically an instance of
InvokeMethod
or ExpectException
) and throws an exception if the next
statement
takes more than the specified timeout
.
- evaluate() - Method in class org.springframework.test.context.junit4.statements.SpringRepeat
-
Invokes the next statement
in the execution chain for
the specified repeat count.
- evaluate(String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
-
Evaluate the supplied value for the supplied attribute name.
- evaluate(String, String, Class, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
-
Deprecated.
Evaluate the given expression (be it EL or a literal String value)
to an Object of a given type,
- evaluate(String, String, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
-
Deprecated.
Evaluate the given expression (be it EL or a literal String value) to an Object.
- 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.
- evaluateBoolean(String, String) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
-
Evaluate the supplied value for the supplied attribute name.
- evaluateBoolean(String, String, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
-
Deprecated.
Evaluate the given expression (be it EL or a literal String value) to a boolean.
- evaluateInteger(String, String, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
-
Deprecated.
Evaluate the given expression (be it EL or a literal String value) to an integer.
- evaluateString(String, String, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
-
Deprecated.
Evaluate the given expression (be it EL or a literal String value) to a String.
- 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
-
- 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.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.jdo.JdoOperations
-
Deprecated.
Remove the given object from the PersistenceManager cache.
- evict(Object) - Method in class org.springframework.orm.jdo.JdoTemplate
-
Deprecated.
- evictAll(Collection) - Method in interface org.springframework.orm.jdo.JdoOperations
-
Deprecated.
Remove all given objects from the PersistenceManager cache.
- evictAll() - Method in interface org.springframework.orm.jdo.JdoOperations
-
Deprecated.
Remove all objects from the PersistenceManager cache.
- evictAll(Collection) - Method in class org.springframework.orm.jdo.JdoTemplate
-
Deprecated.
- evictAll() - Method in class org.springframework.orm.jdo.JdoTemplate
-
Deprecated.
- EXCEPTION_HANDLER_METHODS - Static variable in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
-
A filter for selecting @ExceptionHandler
methods.
- ExceptionDepthComparator - Class in org.springframework.core
-
Comparator capable of sorting exceptions based on their depth from the thrown exception type.
- ExceptionDepthComparator(Throwable) - Constructor for class org.springframework.core.ExceptionDepthComparator
-
Create a new ExceptionDepthComparator for the given exception.
- ExceptionDepthComparator(Class<? extends Throwable>) - Constructor for class org.springframework.core.ExceptionDepthComparator
-
Create a new ExceptionDepthComparator for the given exception type.
- ExceptionHandler - Annotation Type in org.springframework.web.bind.annotation
-
Annotation for handling exceptions in specific handler classes and/or
handler methods.
- 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
-
- exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given request entity to the request, and
returns the response as
ResponseEntity
.
- exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given request entity to the request, and
returns the response as
ResponseEntity
.
- exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given request entity to the request, and
returns the response as
ResponseEntity
.
- exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given
request entity to the request, and returns the response as
ResponseEntity
.
- exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given
request entity to the request, and returns the response as
ResponseEntity
.
- exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given
request entity to the request, and returns the response as
ResponseEntity
.
- exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in class org.springframework.web.client.RestTemplate
-
- exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.RestTemplate
-
- 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(CacheAspectSupport.Invoker, Object, Method, Object[]) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
- execute(Runnable, long) - Method in interface org.springframework.core.task.AsyncTaskExecutor
-
Execute the given task
.
- execute(Runnable) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Executes the given task, within a concurrency throttle
if configured (through the superclass's settings).
- execute(Runnable, long) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Executes the given task, within a concurrency throttle
if configured (through the superclass's settings).
- execute(Runnable) - Method in class org.springframework.core.task.support.ConcurrentExecutorAdapter
-
- execute(Runnable) - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
-
- execute(Runnable) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
-
Delegates to the specified JDK concurrent executor.
- execute(Runnable, long) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
-
- execute(Runnable) - Method in class org.springframework.core.task.SyncTaskExecutor
-
Executes the given
task
synchronously, through direct
invocation of it's
run()
method.
- execute(Runnable) - Method in interface org.springframework.core.task.TaskExecutor
-
Execute the given task
.
- execute(EvaluationContext, Object...) - Method in interface org.springframework.expression.ConstructorExecutor
-
Execute a constructor in the specified context using the specified arguments.
- execute(EvaluationContext, Object, Object...) - Method in interface org.springframework.expression.MethodExecutor
-
Execute a command using the specified arguments, and using the specified expression state.
- execute() - 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, Object>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
-
- execute(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
-
- execute(Map<String, Object>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Execute the insert using the values passed in.
- execute(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Execute the insert using the values passed in.
- execute(DatabasePopulator, DataSource) - Static method in class org.springframework.jdbc.datasource.init.DatabasePopulatorUtils
-
Execute the given DatabasePopulator against the given DataSource.
- execute(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(SqlMapClientCallback<T>) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
-
Deprecated.
Execute the given data access action on a SqlMapExecutor.
- execute(JdoCallback<T>) - Method in interface org.springframework.orm.jdo.JdoOperations
-
Deprecated.
Execute the action specified by the given action object within a
PersistenceManager.
- execute(JdoCallback<T>) - Method in class org.springframework.orm.jdo.JdoTemplate
-
Deprecated.
- execute(JdoCallback<T>, boolean) - Method in class org.springframework.orm.jdo.JdoTemplate
-
Deprecated.
Execute the action specified by the given action object within a
PersistenceManager.
- execute(JpaCallback<T>) - Method in interface org.springframework.orm.jpa.JpaOperations
-
Deprecated.
- execute(JpaCallback<T>) - Method in class org.springframework.orm.jpa.JpaTemplate
-
Deprecated.
- execute(JpaCallback<T>, boolean) - Method in class org.springframework.orm.jpa.JpaTemplate
-
Deprecated.
Execute the action specified by the given action object within a
EntityManager.
- execute(Runnable) - Method in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
-
Deprecated.
Delegates to the specified JSR-166 backport concurrent executor.
- execute(Runnable, long) - Method in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
-
Deprecated.
- execute(Runnable) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
-
Deprecated.
Implementation of both the JSR-166 backport Executor interface and the Spring
TaskExecutor interface, delegating to the ThreadPoolExecutor instance.
- execute(Runnable, long) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
-
Deprecated.
- 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(Runnable) - Method in class org.springframework.scheduling.timer.TimerTaskExecutor
-
Deprecated.
- execute(Runnable, long) - Method in class org.springframework.scheduling.timer.TimerTaskExecutor
-
Deprecated.
- 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, 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
-
- execute(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
-
Deprecated.
This implementation delegates to doPerform
,
lazy-initializing the application context reference if necessary.
- execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.struts.DelegatingActionProxy
-
Deprecated.
Pass the execute call on to the Spring-managed delegate Action
.
- executeAndReturnKey(Map<String, Object>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
-
- executeAndReturnKey(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
-
- executeAndReturnKey(Map<String, Object>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Execute the insert using the values passed in and return the generated key.
- executeAndReturnKey(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Execute the insert using the values passed in and return the generated key.
- executeAndReturnKeyHolder(Map<String, Object>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
-
- executeAndReturnKeyHolder(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
-
- executeAndReturnKeyHolder(Map<String, Object>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Execute the insert using the values passed in and return the generated keys.
- executeAndReturnKeyHolder(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Execute the insert using the values passed in and return the generated keys.
- executeBatch(Map<String, Object>[]) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
-
- executeBatch(SqlParameterSource[]) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
-
- executeBatch(Map<String, Object>[]) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Execute a batch insert using the batch of values passed in.
- executeBatch(SqlParameterSource[]) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Execute a batch insert using the batch of values passed in.
- 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.
- executeController(Controller, ComponentContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles.TilesView
-
Deprecated.
Execute the given Tiles controller.
- executeFind(HibernateCallback<?>) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
- executeFind(HibernateCallback<?>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- executeFind(JdoCallback<?>) - Method in interface org.springframework.orm.jdo.JdoOperations
-
Deprecated.
Execute the specified action assuming that the result object is a
Collection.
- executeFind(JdoCallback<?>) - Method in class org.springframework.orm.jdo.JdoTemplate
-
Deprecated.
- executeFind(JpaCallback<?>) - Method in interface org.springframework.orm.jpa.JpaOperations
-
Deprecated.
- executeFind(JpaCallback<?>) - Method in class org.springframework.orm.jpa.JpaTemplate
-
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.
- 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.
- executePostMethod(HttpInvokerClientConfiguration, HttpClient, PostMethod) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
-
Execute the given PostMethod instance.
- 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.
- executeSchemaScript(Connection, String[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Execute the given schema script on the given JDBC Connection.
- executeSchemaStatement(Statement, String) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Execute the given schema SQL on the given JDBC Statement.
- executeScript(ScriptSource, Class<?>) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
Instantiate the given Groovy script class and run it if necessary.
- executeSqlScript(String, boolean) - Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
-
Deprecated.
Execute the given SQL script.
- executeSqlScript(String, boolean) - Method in class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
-
Deprecated.
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
-
Execute the given SQL script.
- executeSqlScript(JdbcTemplate, Resource, boolean) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
-
Execute the given SQL script.
- executeSqlScript(JdbcTemplate, EncodedResource, boolean) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
-
Execute the given SQL script.
- executeSqlScript(SimpleJdbcTemplate, ResourceLoader, String, boolean) - Static method in class org.springframework.test.jdbc.SimpleJdbcTestUtils
-
Deprecated.
Execute the given SQL script.
- executeSqlScript(SimpleJdbcTemplate, Resource, boolean) - Static method in class org.springframework.test.jdbc.SimpleJdbcTestUtils
-
Deprecated.
Execute the given SQL script.
- executeSqlScript(SimpleJdbcTemplate, EncodedResource, boolean) - Static method in class org.springframework.test.jdbc.SimpleJdbcTestUtils
-
Deprecated.
Execute the given SQL script.
- executeWithListResult(SqlMapClientCallback<List>) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
-
- executeWithMapResult(SqlMapClientCallback<Map>) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
-
- executeWithNativeSession(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate3.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
-
- 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.
- 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 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 JSONPath and assert that content exists.
- exists() - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
-
Evaluate the XPath and assert that content exists.
- exists() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation checks ServletContext.getResource
.
- exists() - Method in class org.springframework.web.portlet.context.PortletContextResource
-
This implementation checks PortletContext.getResource
.
- exitScope() - Method in class org.springframework.expression.spel.ExpressionState
-
- 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(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.
- expect(RequestMatcher) - Method in class org.springframework.test.web.client.MockRestServiceServer
-
Set up a new HTTP request expectation.
- ExpectedException - Annotation Type in org.springframework.test.annotation
-
Deprecated.
as of Spring 3.1 in favor of using built-in support for declaring
expected exceptions in the underlying testing framework (e.g., JUnit, TestNG, etc.)
- 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.
- expose(Errors, HttpServletRequest) - Method in class org.springframework.web.struts.SpringBindingActionForm
-
Deprecated.
Set the Errors object that this SpringBindingActionForm is supposed
to wrap.
- 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
.
- exposeForwardRequestAttributes(HttpServletRequest) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Expose the current request URI and paths as
HttpServletRequest
attributes under the keys defined in the Servlet 2.4 specification,
for Servlet 2.3 containers as well as misbehaving Servlet 2.4 containers
(such as OC4J).
- exposeForwardRequestAttributes(HttpServletRequest) - Static method in class org.springframework.web.util.WebUtils
-
Expose the current request URI and paths as
HttpServletRequest
attributes under the keys defined in the Servlet 2.4 specification,
for containers that implement 2.3 or an earlier version of the Servlet API:
javax.servlet.forward.request_uri
,
javax.servlet.forward.context_path
,
javax.servlet.forward.servlet_path
,
javax.servlet.forward.path_info
,
javax.servlet.forward.query_string
.
- 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(HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesJstlView
-
Deprecated.
- 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.
- EXPRESSION_PREFIX - Static variable in class org.springframework.web.util.ExpressionEvaluationUtils
-
Deprecated.
- EXPRESSION_SUFFIX - Static variable in class org.springframework.web.util.ExpressionEvaluationUtils
-
Deprecated.
- EXPRESSION_SUPPORT_CONTEXT_PARAM - Static variable in class org.springframework.web.util.ExpressionEvaluationUtils
-
Deprecated.
Expression support parameter at the servlet context level
(i.e.
- ExpressionEvaluationUtils - Class in org.springframework.web.util
-
Deprecated.
as of Spring 3.2, in favor of the JSP 2.0+ native support
for embedded expressions in JSP pages (also applying to tag attributes)
- ExpressionEvaluationUtils() - Constructor for class org.springframework.web.util.ExpressionEvaluationUtils
-
Deprecated.
- ExpressionException - Exception in org.springframework.expression
-
Super class for exceptions that can occur whilst processing expressions
- ExpressionException(String, String) - Constructor for exception org.springframework.expression.ExpressionException
-
Creates a new expression exception.
- ExpressionException(String, int, String) - Constructor for exception org.springframework.expression.ExpressionException
-
Creates a new expression exception.
- ExpressionException(int, String) - Constructor for exception org.springframework.expression.ExpressionException
-
Creates a new expression exception.
- ExpressionException(int, String, Throwable) - Constructor for exception org.springframework.expression.ExpressionException
-
Creates a new expression exception.
- ExpressionException(String) - Constructor for exception org.springframework.expression.ExpressionException
-
Creates a new expression exception.
- ExpressionException(String, Throwable) - Constructor for exception org.springframework.expression.ExpressionException
-
- ExpressionInvocationTargetException - Exception in org.springframework.expression
-
This exception wraps (as cause) a checked exception thrown by some method that SpEL invokes.
- ExpressionInvocationTargetException(int, String, Throwable) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
-
- ExpressionInvocationTargetException(int, String) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
-
- ExpressionInvocationTargetException(String, String) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
-
- ExpressionInvocationTargetException(String, Throwable) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
-
- ExpressionInvocationTargetException(String) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
-
- ExpressionParser - 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
-
Factory for dynamic 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
-
- extractByteArrayFromMessage(BytesMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
-
- extractByteArrayFromMessage(BytesMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter102
-
Deprecated.
Overrides superclass method to copy bytes from the message into a
ByteArrayOutputStream, using a buffer, to avoid using the
getBodyLength()
method which has been introduced in
JMS 1.1 and is therefore not available on a JMS 1.0.2 provider.
- 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).
- extractMapFromMessage(MapMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
-
- extractMessage(Message) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
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.
- 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.
- extractViewNameFromUrlPath(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Extract the URL filename from the given request URI.