- AbstractApplicationContext - Class in org.springframework.context.support
-
- AbstractApplicationContext() - Constructor for class org.springframework.context.support.AbstractApplicationContext
-
Create a new AbstractApplicationContext with no parent.
- AbstractApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractApplicationContext
-
Create a new AbstractApplicationContext with the given parent context.
- AbstractApplicationEventMulticaster - Class in org.springframework.context.event
-
- AbstractApplicationEventMulticaster() - Constructor for class org.springframework.context.event.AbstractApplicationEventMulticaster
-
- AbstractAsyncConfiguration - Class in org.springframework.scheduling.annotation
-
Abstract base Configuration
class providing common structure for enabling
Spring's asynchronous method execution capability.
- AbstractAsyncConfiguration() - Constructor for class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
-
- AbstractBindingResult - Class in org.springframework.validation
-
- AbstractBindingResult(String) - Constructor for class org.springframework.validation.AbstractBindingResult
-
Create a new AbstractBindingResult instance.
- AbstractCacheInvoker - Class in org.springframework.cache.interceptor
-
A base component for invoking
Cache
operations and using a
configurable
CacheErrorHandler
when an exception occurs.
- AbstractCacheInvoker() - Constructor for class org.springframework.cache.interceptor.AbstractCacheInvoker
-
- AbstractCacheInvoker(CacheErrorHandler) - Constructor for class org.springframework.cache.interceptor.AbstractCacheInvoker
-
- AbstractCacheManager - Class in org.springframework.cache.support
-
Abstract base class implementing the common
CacheManager
methods.
- AbstractCacheManager() - Constructor for class org.springframework.cache.support.AbstractCacheManager
-
- AbstractCacheResolver - Class in org.springframework.cache.interceptor
-
A base
CacheResolver
implementation that requires the concrete
implementation to provide the collection of cache name(s) based on the
invocation context.
- AbstractCacheResolver() - Constructor for class org.springframework.cache.interceptor.AbstractCacheResolver
-
- AbstractCacheResolver(CacheManager) - Constructor for class org.springframework.cache.interceptor.AbstractCacheResolver
-
- AbstractCachingConfiguration - Class in org.springframework.cache.annotation
-
Abstract base @Configuration
class providing common structure
for enabling Spring's annotation-driven cache management capability.
- AbstractCachingConfiguration() - Constructor for class org.springframework.cache.annotation.AbstractCachingConfiguration
-
- AbstractConfigurableMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
-
Base class for MBeanInfoAssemblers that support configurable
JMX notification behavior.
- AbstractConfigurableMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
-
- AbstractErrors - Class in org.springframework.validation
-
Abstract implementation of the
Errors
interface.
- AbstractErrors() - Constructor for class org.springframework.validation.AbstractErrors
-
- AbstractFallbackCacheOperationSource - Class in org.springframework.cache.interceptor
-
Abstract implementation of
CacheOperation
that caches attributes
for methods and implements a fallback policy: 1.
- AbstractFallbackCacheOperationSource() - Constructor for class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
- AbstractJmxAttribute - Class in org.springframework.jmx.export.metadata
-
Base class for all JMX metadata classes.
- AbstractJmxAttribute() - Constructor for class org.springframework.jmx.export.metadata.AbstractJmxAttribute
-
- AbstractMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
-
Abstract implementation of the MBeanInfoAssembler
interface
that encapsulates the creation of a ModelMBeanInfo
instance
but delegates the creation of metadata to subclasses.
- AbstractMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
- AbstractMessageSource - Class in org.springframework.context.support
-
Abstract implementation of the
HierarchicalMessageSource
interface,
implementing common handling of message variants, making it easy
to implement a specific strategy for a concrete MessageSource.
- AbstractMessageSource() - Constructor for class org.springframework.context.support.AbstractMessageSource
-
- AbstractNumberFormatter - Class in org.springframework.format.number
-
- AbstractNumberFormatter() - Constructor for class org.springframework.format.number.AbstractNumberFormatter
-
- AbstractPropertyBindingResult - Class in org.springframework.validation
-
Abstract base class for
BindingResult
implementations that work with
Spring's
PropertyAccessor
mechanism.
- AbstractPropertyBindingResult(String) - Constructor for class org.springframework.validation.AbstractPropertyBindingResult
-
Create a new AbstractPropertyBindingResult instance.
- AbstractReflectiveMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
-
Builds on the
AbstractMBeanInfoAssembler
superclass to
add a basic algorithm for building metadata based on the
reflective metadata of the MBean class.
- AbstractReflectiveMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
- AbstractRefreshableApplicationContext - Class in org.springframework.context.support
-
- AbstractRefreshableApplicationContext() - Constructor for class org.springframework.context.support.AbstractRefreshableApplicationContext
-
Create a new AbstractRefreshableApplicationContext with no parent.
- AbstractRefreshableApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractRefreshableApplicationContext
-
Create a new AbstractRefreshableApplicationContext with the given parent context.
- AbstractRefreshableConfigApplicationContext - Class in org.springframework.context.support
-
- AbstractRefreshableConfigApplicationContext() - Constructor for class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Create a new AbstractRefreshableConfigApplicationContext with no parent.
- AbstractRefreshableConfigApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Create a new AbstractRefreshableConfigApplicationContext with the given parent context.
- AbstractRemoteSlsbInvokerInterceptor - Class in org.springframework.ejb.access
-
Base class for interceptors proxying remote Stateless Session Beans.
- AbstractRemoteSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
- AbstractResourceBasedMessageSource - Class in org.springframework.context.support
-
- AbstractResourceBasedMessageSource() - Constructor for class org.springframework.context.support.AbstractResourceBasedMessageSource
-
- AbstractSlsbInvokerInterceptor - Class in org.springframework.ejb.access
-
Base class for AOP interceptors invoking local or remote Stateless Session Beans.
- AbstractSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
- AbstractValueAdaptingCache - Class in org.springframework.cache.support
-
Common base class for
Cache
implementations that need to adapt
null
values (and potentially other such special values) before
passing them on to the underlying store.
- AbstractValueAdaptingCache(boolean) - Constructor for class org.springframework.cache.support.AbstractValueAdaptingCache
-
Create an AbstractValueAdaptingCache
with the given setting.
- AbstractXmlApplicationContext - Class in org.springframework.context.support
-
Convenient base class for
ApplicationContext
implementations, drawing configuration from XML documents containing bean definitions
understood by an
XmlBeanDefinitionReader
.
- AbstractXmlApplicationContext() - Constructor for class org.springframework.context.support.AbstractXmlApplicationContext
-
Create a new AbstractXmlApplicationContext with no parent.
- AbstractXmlApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractXmlApplicationContext
-
Create a new AbstractXmlApplicationContext with the given parent context.
- adaptMBeanIfPossible(Object) - Method in class org.springframework.jmx.export.MBeanExporter
-
Build an adapted MBean for the given bean instance, if possible.
- adaptToInterfaces(Object, ScriptSource, Class<?>...) - Method in class org.springframework.scripting.support.StandardScriptFactory
-
- addAllAttributes(Collection<?>) - Method in class org.springframework.ui.ExtendedModelMap
-
- addAllAttributes(Map<String, ?>) - Method in class org.springframework.ui.ExtendedModelMap
-
- addAllAttributes(Collection<?>) - Method in interface org.springframework.ui.Model
-
Copy all attributes in the supplied Collection
into this
Map
, using attribute name generation for each element.
- addAllAttributes(Map<String, ?>) - Method in interface org.springframework.ui.Model
-
Copy all attributes in the supplied Map
into this Map
.
- addAllAttributes(Collection<?>) - Method in class org.springframework.ui.ModelMap
-
Copy all attributes in the supplied Collection
into this
Map
, using attribute name generation for each element.
- addAllAttributes(Map<String, ?>) - Method in class org.springframework.ui.ModelMap
-
Copy all attributes in the supplied Map
into this Map
.
- addAllErrors(Errors) - Method in class org.springframework.validation.AbstractBindingResult
-
- addAllErrors(Errors) - Method in exception org.springframework.validation.BindException
-
- addAllErrors(Errors) - Method in interface org.springframework.validation.Errors
-
Add all errors from the given Errors
instance to this
Errors
instance.
- addApplicationListener(ApplicationListener<?>) - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Add a new ApplicationListener that will be notified on context events
such as context refresh and context shutdown.
- addApplicationListener(ApplicationListener<?>) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
- addApplicationListener(ApplicationListener<?>) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
-
Add a listener to be notified of all events.
- addApplicationListener(ApplicationListener<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- addApplicationListenerBean(String) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
- addApplicationListenerBean(String) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
-
Add a listener bean to be notified of all events.
- addAttribute(String, Serializable) - Method in class org.springframework.remoting.support.RemoteInvocation
-
Add an additional invocation attribute.
- addAttribute(String, Object) - Method in class org.springframework.ui.ExtendedModelMap
-
- addAttribute(Object) - Method in class org.springframework.ui.ExtendedModelMap
-
- addAttribute(String, Object) - Method in interface org.springframework.ui.Model
-
Add the supplied attribute under the supplied name.
- addAttribute(Object) - Method in interface org.springframework.ui.Model
-
Add the supplied attribute to this Map
using a
generated name
.
- addAttribute(String, Object) - Method in class org.springframework.ui.ModelMap
-
Add the supplied attribute under the supplied name.
- addAttribute(Object) - Method in class org.springframework.ui.ModelMap
-
Add the supplied attribute to this Map
using a
generated name
.
- addBasenames(String...) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Add the specified basenames to the existing basename configuration.
- addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Add a new BeanFactoryPostProcessor that will get applied to the internal
bean factory of this application context on refresh, before any of the
bean definitions get evaluated.
- addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- addCache(Cache) - Method in class org.springframework.cache.support.AbstractCacheManager
-
- addCacheMethod(String, Collection<CacheOperation>) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
-
Add an attribute for a cacheable method.
- addCallback(ListenableFutureCallback<? super V>) - Method in class org.springframework.scheduling.annotation.AsyncResult
-
- addCallback(SuccessCallback<? super V>, FailureCallback) - Method in class org.springframework.scheduling.annotation.AsyncResult
-
- addCronTask(Runnable, String) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Add a Runnable task to be triggered per the given cron expression
- addCronTask(CronTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- addCustomFormatter(Formatter<?>) - Method in class org.springframework.validation.DataBinder
-
Add a custom formatter, applying it to all fields matching the
Formatter
-declared type.
- addCustomFormatter(Formatter<?>, String...) - Method in class org.springframework.validation.DataBinder
-
Add a custom formatter for the field type specified in
Formatter
class,
applying it to the specified fields only, if any, or otherwise to all fields.
- addCustomFormatter(Formatter<?>, Class<?>...) - Method in class org.springframework.validation.DataBinder
-
Add a custom formatter, applying it to the specified field types only, if any,
or otherwise to all fields matching the
Formatter
-declared type.
- addDateConverters(ConverterRegistry) - Static method in class org.springframework.format.datetime.DateFormatterRegistrar
-
Add date converters to the specified registry.
- addDefaultFormatters(FormatterRegistry) - Static method in class org.springframework.format.support.DefaultFormattingConversionService
-
Add formatters appropriate for most environments: including number formatters,
JSR-354 Money & Currency formatters, JSR-310 Date-Time and/or Joda-Time formatters,
depending on the presence of the corresponding API on the classpath.
- addError(ObjectError) - Method in class org.springframework.validation.AbstractBindingResult
-
- addError(ObjectError) - Method in exception org.springframework.validation.BindException
-
- addError(ObjectError) - Method in interface org.springframework.validation.BindingResult
-
- addExcludedBean(String) - Method in class org.springframework.jmx.export.MBeanExporter
-
Add the name of bean that should be excluded from autodetection.
- addExcludeFilter(TypeFilter) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Add an exclude type filter to the front of the exclusion list.
- addFixedDelayTask(Runnable, long) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Add a Runnable task to be triggered with the given fixed delay.
- addFixedDelayTask(IntervalTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- addFixedRateTask(Runnable, long) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Add a Runnable
task to be triggered at the given fixed-rate interval.
- addFixedRateTask(IntervalTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- addFormatter(Formatter<?>) - Method in interface org.springframework.format.FormatterRegistry
-
Adds a Formatter to format fields of a specific type.
- addFormatter(Formatter<?>) - Method in class org.springframework.format.support.FormattingConversionService
-
- addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - Method in interface org.springframework.format.FormatterRegistry
-
Adds a Formatter to format fields annotated with a specific format annotation.
- addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - Method in class org.springframework.format.support.FormattingConversionService
-
- addFormatterForFieldType(Class<?>, Formatter<?>) - Method in interface org.springframework.format.FormatterRegistry
-
Adds a Formatter to format fields of the given type.
- addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - Method in interface org.springframework.format.FormatterRegistry
-
Adds a Printer/Parser pair to format fields of a specific type.
- addFormatterForFieldType(Class<?>, Formatter<?>) - Method in class org.springframework.format.support.FormattingConversionService
-
- addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - Method in class org.springframework.format.support.FormattingConversionService
-
- addIncludeFilter(TypeFilter) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Add an include type filter to the end of the inclusion list.
- addMessage(String, Locale, String) - Method in class org.springframework.context.support.StaticApplicationContext
-
Associate the given message with the given code.
- addMessage(String, Locale, String) - Method in class org.springframework.context.support.StaticMessageSource
-
Associate the given message with the given code.
- addMessages(Map<String, String>, Locale) - Method in class org.springframework.context.support.StaticMessageSource
-
Associate the given message values with the given keys as codes.
- addProtocolResolver(ProtocolResolver) - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Register the given protocol resolver with this application context,
allowing for additional resource protocols to be handled.
- addShareableResource(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
Add the name of a shareable JNDI resource,
which this factory is allowed to cache once obtained.
- addTransformer(ClassFileTransformer) - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
-
- addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
-
- addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
- addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
-
- addTransformer(ClassFileTransformer) - Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
-
Add a ClassFileTransformer
to be applied by this
LoadTimeWeaver
.
- addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
-
- addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
-
Add the given ClassFileTransformer to the list of transformers that this
ClassLoader will apply.
- addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
-
- addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
-
- addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
-
- addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.WeavingTransformer
-
Add a class file transformer to be applied by this weaver.
- addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
-
- addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
-
- addTriggerTask(Runnable, Trigger) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Add a Runnable task to be triggered per the given
Trigger
.
- addTriggerTask(TriggerTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Add a TriggerTask
.
- addValidators(Validator...) - Method in class org.springframework.validation.DataBinder
-
Add Validators to apply after each binding step.
- AdviceMode - Enum in org.springframework.context.annotation
-
Enumeration used to determine whether JDK proxy-based or AspectJ weaving-based advice
should be applied.
- AdviceModeImportSelector<A extends Annotation> - Class in org.springframework.context.annotation
-
Convenient base class for
ImportSelector
implementations that select imports
based on an
AdviceMode
value from an annotation (such as the
@Enable*
annotations).
- AdviceModeImportSelector() - Constructor for class org.springframework.context.annotation.AdviceModeImportSelector
-
- afterPropertiesSet() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.cache.interceptor.AbstractCacheResolver
-
- afterPropertiesSet() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
- afterPropertiesSet() - Method in class org.springframework.cache.support.AbstractCacheManager
-
- afterPropertiesSet() - Method in class org.springframework.cache.support.CompositeCacheManager
-
- afterPropertiesSet() - Method in class org.springframework.context.event.EventPublicationInterceptor
-
- afterPropertiesSet() - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
- afterPropertiesSet() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Fetches EJB home on startup, if necessary.
- afterPropertiesSet() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Prepares the MBeanServerConnection
if the "connectOnStartup"
is turned on (which it is by default).
- afterPropertiesSet() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
-
Checks that the proxyInterface
has been specified and then
generates the proxy for the target MBean.
- afterPropertiesSet() - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
-
- afterPropertiesSet() - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
- afterPropertiesSet() - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
- afterPropertiesSet() - Method in class org.springframework.jmx.export.MBeanExporter
-
- afterPropertiesSet() - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
-
Merges the Properties
configured in the mappings
and
mappingLocations
into the final Properties
instance
used for ObjectName
resolution.
- afterPropertiesSet() - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
-
- afterPropertiesSet() - Method in class org.springframework.jmx.export.NotificationListenerBean
-
- afterPropertiesSet() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
Start the connector server.
- afterPropertiesSet() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
Creates a JMXConnector
for the given settings
and exposes the associated MBeanServerConnection
.
- afterPropertiesSet() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
Creates the MBeanServer
instance.
- afterPropertiesSet() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
Look up the JNDI object and store it.
- afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectLocator
-
- afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectTargetSource
-
- afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
- afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
-
- afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
- afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
-
- afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
- afterPropertiesSet() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
-
- afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
-
- afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
-
- afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
-
- afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Calls initialize()
after the container applied all property values.
- afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
-
- afterPropertiesSet() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- afterPropertiesSet() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
-
- afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
-
- afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
-
- afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
-
- afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean
-
- afterSingletonsInstantiated() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
- afterSingletonsInstantiated() - Method in class org.springframework.context.event.EventListenerMethodProcessor
-
- afterSingletonsInstantiated() - Method in class org.springframework.jmx.export.MBeanExporter
-
Kick off bean registration automatically after the regular singleton instantiation phase.
- afterSingletonsInstantiated() - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- afterSingletonsInstantiated() - Method in class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
-
- allowPublicMethodsOnly() - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
-
By default, only public methods can be made cacheable.
- allowPublicMethodsOnly() - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
Should only public methods be allowed to have caching semantics?
- AnnotatedBeanDefinitionReader - Class in org.springframework.context.annotation
-
Convenient adapter for programmatic registration of annotated bean classes.
- AnnotatedBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Create a new AnnotatedBeanDefinitionReader
for the given registry.
- AnnotatedBeanDefinitionReader(BeanDefinitionRegistry, Environment) - Constructor for class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Create a new AnnotatedBeanDefinitionReader
for the given registry and using
the given Environment
.
- AnnotatedElementKey - Class in org.springframework.context.expression
-
- AnnotatedElementKey(AnnotatedElement, Class<?>) - Constructor for class org.springframework.context.expression.AnnotatedElementKey
-
- AnnotationAsyncExecutionInterceptor - Class in org.springframework.scheduling.annotation
-
Specialization of
AsyncExecutionInterceptor
that delegates method execution to
an
Executor
based on the
Async
annotation.
- AnnotationAsyncExecutionInterceptor(Executor) - Constructor for class org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
-
Create a new AnnotationAsyncExecutionInterceptor
with the given executor
and a simple AsyncUncaughtExceptionHandler
.
- AnnotationAsyncExecutionInterceptor(Executor, AsyncUncaughtExceptionHandler) - Constructor for class org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
-
Create a new AnnotationAsyncExecutionInterceptor
with the given executor.
- AnnotationBeanNameGenerator - Class in org.springframework.context.annotation
-
BeanNameGenerator
implementation for bean classes annotated with the
@Component
annotation
or with another annotation that is itself annotated with
@Component
as a
meta-annotation.
- AnnotationBeanNameGenerator() - Constructor for class org.springframework.context.annotation.AnnotationBeanNameGenerator
-
- AnnotationCacheOperationSource - Class in org.springframework.cache.annotation
-
Implementation of the
CacheOperationSource
interface for working with caching metadata in annotation format.
- AnnotationCacheOperationSource() - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
-
Create a default AnnotationCacheOperationSource, supporting public methods
that carry the Cacheable
and CacheEvict
annotations.
- AnnotationCacheOperationSource(boolean) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
-
Create a default AnnotationCacheOperationSource
, supporting public methods
that carry the Cacheable
and CacheEvict
annotations.
- AnnotationCacheOperationSource(CacheAnnotationParser) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
-
Create a custom AnnotationCacheOperationSource.
- AnnotationCacheOperationSource(CacheAnnotationParser...) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
-
Create a custom AnnotationCacheOperationSource.
- AnnotationCacheOperationSource(Set<CacheAnnotationParser>) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
-
Create a custom AnnotationCacheOperationSource.
- AnnotationCacheOperationSource.CacheOperationProvider - Interface in org.springframework.cache.annotation
-
- AnnotationConfigApplicationContext - Class in org.springframework.context.annotation
-
Standalone application context, accepting annotated classes as input - in particular
@Configuration
-annotated classes, but also plain
@Component
types and JSR-330 compliant
classes using
javax.inject
annotations.
- AnnotationConfigApplicationContext() - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
-
- AnnotationConfigApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Create a new AnnotationConfigApplicationContext with the given DefaultListableBeanFactory.
- AnnotationConfigApplicationContext(Class<?>...) - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Create a new AnnotationConfigApplicationContext, deriving bean definitions
from the given annotated classes and automatically refreshing the context.
- AnnotationConfigApplicationContext(String...) - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Create a new AnnotationConfigApplicationContext, scanning for bean definitions
in the given packages and automatically refreshing the context.
- AnnotationConfigBeanDefinitionParser - Class in org.springframework.context.annotation
-
Parser for the <context:annotation-config/> element.
- AnnotationConfigBeanDefinitionParser() - Constructor for class org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser
-
- AnnotationConfigRegistry - Interface in org.springframework.context.annotation
-
- AnnotationConfigUtils - Class in org.springframework.context.annotation
-
Utility class that allows for convenient registration of common
BeanPostProcessor
and
BeanFactoryPostProcessor
definitions for annotation-based configuration.
- AnnotationConfigUtils() - Constructor for class org.springframework.context.annotation.AnnotationConfigUtils
-
- AnnotationDrivenBeanDefinitionParser - Class in org.springframework.scheduling.config
-
Parser for the 'annotation-driven' element of the 'task' namespace.
- AnnotationDrivenBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
-
- AnnotationFormatterFactory<A extends Annotation> - Interface in org.springframework.format
-
A factory that creates formatters to format values of fields annotated with a particular
Annotation
.
- AnnotationJmxAttributeSource - Class in org.springframework.jmx.export.annotation
-
Implementation of the JmxAttributeSource
interface that
reads annotations and exposes the corresponding attributes.
- AnnotationJmxAttributeSource() - Constructor for class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- AnnotationMBeanExporter - Class in org.springframework.jmx.export.annotation
-
- AnnotationMBeanExporter() - Constructor for class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
-
- AnnotationScopeMetadataResolver - Class in org.springframework.context.annotation
-
- AnnotationScopeMetadataResolver() - Constructor for class org.springframework.context.annotation.AnnotationScopeMetadataResolver
-
Construct a new AnnotationScopeMetadataResolver
.
- AnnotationScopeMetadataResolver(ScopedProxyMode) - Constructor for class org.springframework.context.annotation.AnnotationScopeMetadataResolver
-
Construct a new
AnnotationScopeMetadataResolver
using the
supplied default
ScopedProxyMode
.
- appendIdentityToObjectName(ObjectName, Object) - Static method in class org.springframework.jmx.support.JmxUtils
-
Append an additional key/value pair to an existing
ObjectName
with the key being
the static value
identity
and the value being the identity hash code of the
managed resource being exposed on the supplied
ObjectName
.
- APPLICATION_EVENT_MULTICASTER_BEAN_NAME - Static variable in class org.springframework.context.support.AbstractApplicationContext
-
Name of the ApplicationEventMulticaster bean in the factory.
- ApplicationContext - Interface in org.springframework.context
-
Central interface to provide configuration for an application.
- ApplicationContextAware - Interface in org.springframework.context
-
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext
that it runs in.
- ApplicationContextEvent - Class in org.springframework.context.event
-
Base class for events raised for an ApplicationContext
.
- ApplicationContextEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ApplicationContextEvent
-
Create a new ContextStartedEvent.
- ApplicationContextException - Exception in org.springframework.context
-
Exception thrown during application context initialization.
- ApplicationContextException(String) - Constructor for exception org.springframework.context.ApplicationContextException
-
Create a new ApplicationContextException
with the specified detail message and no root cause.
- ApplicationContextException(String, Throwable) - Constructor for exception org.springframework.context.ApplicationContextException
-
Create a new ApplicationContextException
with the specified detail message and the given root cause.
- ApplicationContextInitializer<C extends ConfigurableApplicationContext> - Interface in org.springframework.context
-
- ApplicationEvent - Class in org.springframework.context
-
Class to be extended by all application events.
- ApplicationEvent(Object) - Constructor for class org.springframework.context.ApplicationEvent
-
Create a new ApplicationEvent.
- ApplicationEventMulticaster - Interface in org.springframework.context.event
-
Interface to be implemented by objects that can manage a number of
ApplicationListener
objects, and publish events to them.
- ApplicationEventPublisher - Interface in org.springframework.context
-
Interface that encapsulates event publication functionality.
- ApplicationEventPublisherAware - Interface in org.springframework.context
-
Interface to be implemented by any object that wishes to be notified
of the ApplicationEventPublisher (typically the ApplicationContext)
that it runs in.
- ApplicationListener<E extends ApplicationEvent> - Interface in org.springframework.context
-
Interface to be implemented by application event listeners.
- ApplicationListenerMethodAdapter - Class in org.springframework.context.event
-
- ApplicationListenerMethodAdapter(String, Class<?>, Method) - Constructor for class org.springframework.context.event.ApplicationListenerMethodAdapter
-
- ApplicationObjectSupport - Class in org.springframework.context.support
-
Convenient superclass for application objects that want to be aware of
the application context, e.g.
- ApplicationObjectSupport() - Constructor for class org.springframework.context.support.ApplicationObjectSupport
-
- applyCurrencyTimeLimit(Descriptor, int) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Apply the given JMX "currencyTimeLimit" value to the given descriptor.
- applyDefaultCurrencyTimeLimit(Descriptor) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set the currencyTimeLimit
field to the specified
"defaultCurrencyTimeLimit", if any (by default none).
- applyPropertyValues(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
-
Apply given property values to the target object.
- asMap() - Method in class org.springframework.ui.ExtendedModelMap
-
- asMap() - Method in interface org.springframework.ui.Model
-
Return the current set of model attributes as a Map.
- ASPECTJ_AOP_XML_RESOURCE - Static variable in class org.springframework.context.weaving.AspectJWeavingEnabler
-
- AspectJWeavingEnabler - Class in org.springframework.context.weaving
-
Post-processor that registers AspectJ's
ClassPreProcessorAgentAdapter
with the Spring application context's default
LoadTimeWeaver
.
- AspectJWeavingEnabler() - Constructor for class org.springframework.context.weaving.AspectJWeavingEnabler
-
- assertBeanFactoryActive() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Assert that this context's BeanFactory is currently active,
throwing an
IllegalStateException
if it isn't.
- assertBeanFactoryActive() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
-
- assertBeanFactoryActive() - Method in class org.springframework.context.support.StaticApplicationContext
-
Overridden to turn it into a no-op, to be more lenient towards test cases.
- Async - Annotation Type in org.springframework.scheduling.annotation
-
Annotation that marks a method as a candidate for asynchronous execution.
- ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.scheduling.config.TaskManagementConfigUtils
-
The bean name of the internally managed Async annotation processor.
- ASYNC_EXECUTION_ASPECT_BEAN_NAME - Static variable in class org.springframework.scheduling.config.TaskManagementConfigUtils
-
The bean name of the internally managed AspectJ async execution aspect.
- asyncAdvisor() - Method in class org.springframework.scheduling.annotation.ProxyAsyncConfiguration
-
- AsyncAnnotationAdvisor - Class in org.springframework.scheduling.annotation
-
Advisor that activates asynchronous method execution through the
Async
annotation.
- AsyncAnnotationAdvisor() - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
Create a new AsyncAnnotationAdvisor
for bean-style configuration.
- AsyncAnnotationAdvisor(Executor, AsyncUncaughtExceptionHandler) - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
Create a new AsyncAnnotationAdvisor
for the given task executor.
- AsyncAnnotationBeanPostProcessor - Class in org.springframework.scheduling.annotation
-
Bean post-processor that automatically applies asynchronous invocation
behavior to any bean that carries the
Async
annotation at class or
method-level by adding a corresponding
AsyncAnnotationAdvisor
to the
exposed proxy (either an existing AOP proxy or a newly generated proxy that
implements all of the target's interfaces).
- AsyncAnnotationBeanPostProcessor() - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
- AsyncConfigurationSelector - Class in org.springframework.scheduling.annotation
-
- AsyncConfigurationSelector() - Constructor for class org.springframework.scheduling.annotation.AsyncConfigurationSelector
-
- AsyncConfigurer - Interface in org.springframework.scheduling.annotation
-
Interface to be implemented by @
Configuration
classes annotated with @
EnableAsync
that wish to customize the
Executor
instance used when processing async method invocations or the
AsyncUncaughtExceptionHandler
instance used to process exception thrown from
async method with
void
return type.
- AsyncConfigurerSupport - Class in org.springframework.scheduling.annotation
-
A convenience
AsyncConfigurer
that implements all methods
so that the defaults are used.
- AsyncConfigurerSupport() - Constructor for class org.springframework.scheduling.annotation.AsyncConfigurerSupport
-
- AsyncResult<V> - Class in org.springframework.scheduling.annotation
-
A pass-through Future
handle that can be used for method signatures
which are declared with a Future
return type for asynchronous execution.
- AsyncResult(V) - Constructor for class org.springframework.scheduling.annotation.AsyncResult
-
Create a new AsyncResult holder.
- ATTRIBUTE_OPERATION_VISIBILITY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Lowest visibility, used for operations that correspond to
accessors or mutators for attributes.
- AUTODETECT_ALL - Static variable in class org.springframework.jmx.export.MBeanExporter
-
Autodetection mode indicating that all autodetection mechanisms should be used.
- AUTODETECT_ASSEMBLER - Static variable in class org.springframework.jmx.export.MBeanExporter
-
Autodetection mode indicating that only the
MBeanInfoAssembler
should be able
to autodetect beans.
- AUTODETECT_MBEAN - Static variable in class org.springframework.jmx.export.MBeanExporter
-
Autodetection mode indicating that only valid MBeans should be autodetected.
- AUTODETECT_NONE - Static variable in class org.springframework.jmx.export.MBeanExporter
-
Autodetection mode indicating that no autodetection should be used.
- AutodetectCapableMBeanInfoAssembler - Interface in org.springframework.jmx.export.assembler
-
Extends the MBeanInfoAssembler
to add autodetection logic.
- AutoProxyRegistrar - Class in org.springframework.context.annotation
-
Registers an auto proxy creator against the current BeanDefinitionRegistry
as appropriate based on an @Enable*
annotation having mode
and
proxyTargetClass
attributes set to the correct values.
- AutoProxyRegistrar() - Constructor for class org.springframework.context.annotation.AutoProxyRegistrar
-
- autowireBean(InvocationContext) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
-
Autowire the target bean after construction as well as after passivation.
- AUTOWIRED_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed Autowired annotation processor.
- autowireResource(BeanFactory, CommonAnnotationBeanPostProcessor.LookupElement, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Obtain a resource object for the given name and type through autowiring
based on the given factory.
- Cache - Interface in org.springframework.cache
-
Interface that defines common cache operations.
- Cache.ValueRetrievalException - Exception in org.springframework.cache
-
- Cache.ValueWrapper - Interface in org.springframework.cache
-
A (wrapper) object representing a cache value.
- CACHE_ADVISOR_BEAN_NAME - Static variable in class org.springframework.cache.config.CacheManagementConfigUtils
-
- CACHE_ASPECT_BEAN_NAME - Static variable in class org.springframework.cache.config.CacheManagementConfigUtils
-
- Cacheable - Annotation Type in org.springframework.cache.annotation
-
Annotation indicating that the result of invoking a method (or all methods
in a class) can be cached.
- CacheableOperation - Class in org.springframework.cache.interceptor
-
Class describing a cache 'cacheable' operation.
- CacheableOperation(CacheableOperation.Builder) - Constructor for class org.springframework.cache.interceptor.CacheableOperation
-
- CacheableOperation.Builder - Class in org.springframework.cache.interceptor
-
- cacheAdvisor() - Method in class org.springframework.cache.annotation.ProxyCachingConfiguration
-
- CacheAnnotationParser - Interface in org.springframework.cache.annotation
-
Strategy interface for parsing known caching annotation types.
- CacheAspectSupport - Class in org.springframework.cache.interceptor
-
Base class for caching aspects, such as the
CacheInterceptor
or an AspectJ aspect.
- CacheAspectSupport() - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport
-
- CacheAspectSupport.CacheOperationContext - Class in org.springframework.cache.interceptor
-
- CacheAspectSupport.CacheOperationMetadata - Class in org.springframework.cache.interceptor
-
Metadata of a cache operation that does not depend on a particular invocation
which makes it a good candidate for caching.
- CacheConfig - Annotation Type in org.springframework.cache.annotation
-
@CacheConfig
provides a mechanism for sharing common cache-related
settings at the class level.
- CachedExpressionEvaluator - Class in org.springframework.context.expression
-
Shared utility class used to evaluate and cache SpEL expressions that
are defined on
AnnotatedElement
.
- CachedExpressionEvaluator(SpelExpressionParser) - Constructor for class org.springframework.context.expression.CachedExpressionEvaluator
-
Create a new instance with the specified SpelExpressionParser
.
- CachedExpressionEvaluator() - Constructor for class org.springframework.context.expression.CachedExpressionEvaluator
-
Create a new instance with a default SpelExpressionParser
.
- CachedExpressionEvaluator.ExpressionKey - Class in org.springframework.context.expression
-
- CacheErrorHandler - Interface in org.springframework.cache.interceptor
-
A strategy for handling cache-related errors.
- CacheEvict - Annotation Type in org.springframework.cache.annotation
-
Annotation indicating that a method (or all methods on a class) triggers a
cache evict
operation.
- CacheEvictOperation - Class in org.springframework.cache.interceptor
-
Class describing a cache 'evict' operation.
- CacheEvictOperation(CacheEvictOperation.Builder) - Constructor for class org.springframework.cache.interceptor.CacheEvictOperation
-
- CacheEvictOperation.Builder - Class in org.springframework.cache.interceptor
-
- cacheInterceptor() - Method in class org.springframework.cache.annotation.ProxyCachingConfiguration
-
- CacheInterceptor - Class in org.springframework.cache.interceptor
-
AOP Alliance MethodInterceptor for declarative cache
management using the common Spring caching infrastructure
(
Cache
).
- CacheInterceptor() - Constructor for class org.springframework.cache.interceptor.CacheInterceptor
-
- CacheManagementConfigUtils - Class in org.springframework.cache.config
-
Configuration constants for internal sharing across subpackages.
- CacheManagementConfigUtils() - Constructor for class org.springframework.cache.config.CacheManagementConfigUtils
-
- cacheManager - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
-
- cacheManager() - Method in interface org.springframework.cache.annotation.CachingConfigurer
-
Return the cache manager bean to use for annotation-driven cache
management.
- cacheManager() - Method in class org.springframework.cache.annotation.CachingConfigurerSupport
-
- CacheManager - Interface in org.springframework.cache
-
Spring's central cache manager SPI.
- CacheNamespaceHandler - Class in org.springframework.cache.config
-
NamespaceHandler
allowing for the configuration of declarative
cache management using either XML or using annotations.
- CacheNamespaceHandler() - Constructor for class org.springframework.cache.config.CacheNamespaceHandler
-
- CacheOperation - Class in org.springframework.cache.interceptor
-
Base class for cache operations.
- CacheOperation(CacheOperation.Builder) - Constructor for class org.springframework.cache.interceptor.CacheOperation
-
- CacheOperation.Builder - Class in org.springframework.cache.interceptor
-
- CacheOperationContext(CacheAspectSupport.CacheOperationMetadata, Object[], Object) - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- CacheOperationInvocationContext<O extends BasicOperation> - Interface in org.springframework.cache.interceptor
-
Representation of the context of the invocation of a cache operation.
- CacheOperationInvoker - Interface in org.springframework.cache.interceptor
-
Abstract the invocation of a cache operation.
- CacheOperationInvoker.ThrowableWrapper - Exception in org.springframework.cache.interceptor
-
- CacheOperationMetadata(CacheOperation, Method, Class<?>, KeyGenerator, CacheResolver) - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
-
- cacheOperationSource() - Method in class org.springframework.cache.annotation.ProxyCachingConfiguration
-
- CacheOperationSource - Interface in org.springframework.cache.interceptor
-
- CacheProxyFactoryBean - Class in org.springframework.cache.interceptor
-
Proxy factory bean for simplified declarative caching handling.
- CacheProxyFactoryBean() - Constructor for class org.springframework.cache.interceptor.CacheProxyFactoryBean
-
- CachePut - Annotation Type in org.springframework.cache.annotation
-
Annotation indicating that a method (or all methods on a class) triggers a
cache put
operation.
- CachePutOperation - Class in org.springframework.cache.interceptor
-
Class describing a cache 'put' operation.
- CachePutOperation(CachePutOperation.Builder) - Constructor for class org.springframework.cache.interceptor.CachePutOperation
-
- CachePutOperation.Builder - Class in org.springframework.cache.interceptor
-
- cacheResolver - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
-
- cacheResolver() - Method in interface org.springframework.cache.annotation.CachingConfigurer
-
Return the
CacheResolver
bean to use to resolve regular caches for
annotation-driven cache management.
- cacheResolver() - Method in class org.springframework.cache.annotation.CachingConfigurerSupport
-
- CacheResolver - Interface in org.springframework.cache.interceptor
-
Determine the
Cache
instance(s) to use for an intercepted method invocation.
- Caching - Annotation Type in org.springframework.cache.annotation
-
Group annotation for multiple cache annotations (of different or the same type).
- CachingConfigurationSelector - Class in org.springframework.cache.annotation
-
- CachingConfigurationSelector() - Constructor for class org.springframework.cache.annotation.CachingConfigurationSelector
-
- CachingConfigurer - Interface in org.springframework.cache.annotation
-
Interface to be implemented by @
Configuration
classes annotated with @
EnableCaching
that wish or need to
specify explicitly how caches are resolved and how keys are generated for annotation-driven
cache management.
- CachingConfigurerSupport - Class in org.springframework.cache.annotation
-
An implementation of
CachingConfigurer
with empty methods allowing
sub-classes to override only the methods they're interested in.
- CachingConfigurerSupport() - Constructor for class org.springframework.cache.annotation.CachingConfigurerSupport
-
- calculateAllFilenames(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Calculate all filenames for the given bundle basename and Locale.
- calculateFilenamesForLocale(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Calculate the filenames for the given bundle basename and Locale,
appending language code, country code, and variant code.
- cancel(boolean) - Method in class org.springframework.scheduling.annotation.AsyncResult
-
- cancel() - Method in class org.springframework.scheduling.config.ScheduledTask
-
Trigger cancellation of this scheduled task.
- cancelRefresh(BeansException) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Cancel this context's refresh attempt, resetting the active
flag
after an exception got thrown.
- cancelRefresh(BeansException) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
-
- cancelRefresh(BeansException) - Method in class org.springframework.context.support.GenericApplicationContext
-
- canonicalFieldName(String) - Method in class org.springframework.validation.AbstractErrors
-
Determine the canonical field name for the given field.
- canonicalFieldName(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
-
Returns the canonical property name.
- canPutToCache(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
-
- canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanFactoryAccessor
-
- canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.EnvironmentAccessor
-
Can read any Environment
, thus always returns true.
- canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.MapAccessor
-
- canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
-
- canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanFactoryAccessor
-
- canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.EnvironmentAccessor
-
Read-only: returns false
.
- canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.MapAccessor
-
- checkAllowedFields(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
-
Check the given property values against the allowed fields,
removing values for fields that are not allowed.
- checkCandidate(String, BeanDefinition) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Check the given candidate's bean name, determining whether the corresponding
bean definition needs to be registered or conflicts with an existing definition.
- checkManagedBean(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Check the given bean instance, throwing an IllegalArgumentException
if it is not eligible for exposure with this assembler.
- checkManagedBean(Object) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Throws an IllegalArgumentException if it encounters a JDK dynamic proxy.
- checkRequiredFields(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
-
Check the given property values against the required fields,
generating missing field errors where appropriate.
- checkService() - Method in class org.springframework.remoting.support.RemoteExporter
-
Check whether the service reference has been set.
- checkServiceInterface() - Method in class org.springframework.remoting.support.RemoteExporter
-
Check whether a service reference has been set,
and whether it matches the specified service.
- ClassPathBeanDefinitionScanner - Class in org.springframework.context.annotation
-
A bean definition scanner that detects bean candidates on the classpath,
registering corresponding bean definitions with a given registry (BeanFactory
or ApplicationContext
).
- ClassPathBeanDefinitionScanner(BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Create a new ClassPathBeanDefinitionScanner
for the given bean factory.
- ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Create a new ClassPathBeanDefinitionScanner
for the given bean factory.
- ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean, Environment) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Create a new ClassPathBeanDefinitionScanner
for the given bean factory and
using the given Environment
when evaluating bean definition profile metadata.
- ClassPathScanningCandidateComponentProvider - Class in org.springframework.context.annotation
-
A component provider that scans the classpath from a base package.
- ClassPathScanningCandidateComponentProvider(boolean) - Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Create a ClassPathScanningCandidateComponentProvider with a StandardEnvironment
.
- ClassPathScanningCandidateComponentProvider(boolean, Environment) - Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Create a ClassPathScanningCandidateComponentProvider with the given Environment
.
- ClassPathXmlApplicationContext - Class in org.springframework.context.support
-
Standalone XML application context, taking the context definition files
from the class path, interpreting plain paths as class path resource names
that include the package path (e.g.
- ClassPathXmlApplicationContext() - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext for bean-style configuration.
- ClassPathXmlApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext for bean-style configuration.
- ClassPathXmlApplicationContext(String) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML file and automatically refreshing the context.
- ClassPathXmlApplicationContext(String...) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML files and automatically refreshing the context.
- ClassPathXmlApplicationContext(String[], ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext with the given parent,
loading the definitions from the given XML files and automatically
refreshing the context.
- ClassPathXmlApplicationContext(String[], boolean) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML files.
- ClassPathXmlApplicationContext(String[], boolean, ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext with the given parent,
loading the definitions from the given XML files.
- ClassPathXmlApplicationContext(String, Class<?>) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML file and automatically refreshing the context.
- ClassPathXmlApplicationContext(String[], Class<?>) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML files and automatically refreshing the context.
- ClassPathXmlApplicationContext(String[], Class<?>, ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext with the given parent,
loading the definitions from the given XML files and automatically
refreshing the context.
- clear() - Method in interface org.springframework.cache.Cache
-
Remove all mappings from the cache.
- clear() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
-
- clearCache() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Clear the underlying metadata cache, removing all cached class metadata.
- clearCache() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Clear the resource bundle cache.
- clearCacheIncludingAncestors() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Clear the resource bundle caches of this MessageSource and all its ancestors.
- clearMetadataCache() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Clear the cached metadata.
- close() - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Close this application context, releasing all resources and locks that the
implementation might hold.
- close() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Close this application context, destroying all beans in its bean factory.
- close() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- close() - Method in class org.springframework.validation.DataBinder
-
Close this DataBinder, which may result in throwing
a BindException if it encountered any errors.
- closeBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Subclasses must implement this method to release their internal bean factory.
- closeBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
-
- closeBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
-
Not much to do: We hold a single internal BeanFactory that will never
get released.
- CODE_SEPARATOR - Static variable in class org.springframework.validation.DefaultMessageCodesResolver
-
The separator that this implementation uses when resolving message codes.
- CodebaseAwareObjectInputStream - Class in org.springframework.remoting.rmi
-
Special ObjectInputStream subclass that falls back to a specified codebase
to load classes from if not found locally.
- CodebaseAwareObjectInputStream(InputStream, String) - Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
-
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
- CodebaseAwareObjectInputStream(InputStream, ClassLoader, String) - Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
-
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
- CodebaseAwareObjectInputStream(InputStream, ClassLoader, boolean) - Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
-
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
- COMMON_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed JSR-250 annotation processor.
- CommonAnnotationBeanPostProcessor - Class in org.springframework.context.annotation
-
BeanPostProcessor
implementation
that supports common Java annotations out of the box, in particular the JSR-250
annotations in the javax.annotation
package.
- CommonAnnotationBeanPostProcessor() - Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Create a new CommonAnnotationBeanPostProcessor,
with the init and destroy annotation types set to
PostConstruct
and
PreDestroy
,
respectively.
- CommonAnnotationBeanPostProcessor.LookupElement - Class in org.springframework.context.annotation
-
Class representing generic injection information about an annotated field
or setter method, supporting @Resource and related annotations.
- compareTo(AnnotatedElementKey) - Method in class org.springframework.context.expression.AnnotatedElementKey
-
- compareTo(CachedExpressionEvaluator.ExpressionKey) - Method in class org.springframework.context.expression.CachedExpressionEvaluator.ExpressionKey
-
- Component - Annotation Type in org.springframework.stereotype
-
Indicates that an annotated class is a "component".
- ComponentScan - Annotation Type in org.springframework.context.annotation
-
Configures component scanning directives for use with @
Configuration
classes.
- ComponentScan.Filter - Annotation Type in org.springframework.context.annotation
-
- ComponentScanBeanDefinitionParser - Class in org.springframework.context.annotation
-
Parser for the <context:component-scan/>
element.
- ComponentScanBeanDefinitionParser() - Constructor for class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- ComponentScans - Annotation Type in org.springframework.context.annotation
-
Container annotation that aggregates several
ComponentScan
annotations.
- CompositeCacheManager - Class in org.springframework.cache.support
-
- CompositeCacheManager() - Constructor for class org.springframework.cache.support.CompositeCacheManager
-
Construct an empty CompositeCacheManager, with delegate CacheManagers to
be added via the
"cacheManagers"
property.
- CompositeCacheManager(CacheManager...) - Constructor for class org.springframework.cache.support.CompositeCacheManager
-
Construct a CompositeCacheManager from the given delegate CacheManagers.
- CompositeCacheOperationSource - Class in org.springframework.cache.interceptor
-
Composite
CacheOperationSource
implementation that iterates
over a given array of
CacheOperationSource
instances.
- CompositeCacheOperationSource(CacheOperationSource...) - Constructor for class org.springframework.cache.interceptor.CompositeCacheOperationSource
-
Create a new CompositeCacheOperationSource for the given sources.
- ConcurrentMapCache - Class in org.springframework.cache.concurrent
-
Simple
Cache
implementation based on the
core JDK
java.util.concurrent
package.
- ConcurrentMapCache(String) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
-
Create a new ConcurrentMapCache with the specified name.
- ConcurrentMapCache(String, boolean) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
-
Create a new ConcurrentMapCache with the specified name.
- ConcurrentMapCache(String, ConcurrentMap<Object, Object>, boolean) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
-
Create a new ConcurrentMapCache with the specified name and the
given internal
ConcurrentMap
to use.
- ConcurrentMapCache(String, ConcurrentMap<Object, Object>, boolean, SerializationDelegate) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
-
Create a new ConcurrentMapCache with the specified name and the
given internal
ConcurrentMap
to use.
- ConcurrentMapCacheFactoryBean - Class in org.springframework.cache.concurrent
-
FactoryBean
for easy configuration of a
ConcurrentMapCache
when used within a Spring container.
- ConcurrentMapCacheFactoryBean() - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- ConcurrentMapCacheManager - Class in org.springframework.cache.concurrent
-
- ConcurrentMapCacheManager() - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Construct a dynamic ConcurrentMapCacheManager,
lazily creating cache instances as they are being requested.
- ConcurrentMapCacheManager(String...) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Construct a static ConcurrentMapCacheManager,
managing caches for the specified cache names only.
- ConcurrentTaskExecutor - Class in org.springframework.scheduling.concurrent
-
Adapter that takes a java.util.concurrent.Executor
and exposes
a Spring TaskExecutor
for it.
- ConcurrentTaskExecutor() - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
Create a new ConcurrentTaskExecutor, using a single thread executor as default.
- ConcurrentTaskExecutor(Executor) - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
Create a new ConcurrentTaskExecutor, using the given
Executor
.
- ConcurrentTaskExecutor.ManagedTaskBuilder - Class in org.springframework.scheduling.concurrent
-
Delegate that wraps a given Runnable/Callable with a JSR-236 ManagedTask,
exposing a long-running hint based on
SchedulingAwareRunnable
and a given identity name.
- ConcurrentTaskScheduler - Class in org.springframework.scheduling.concurrent
-
Adapter that takes a
java.util.concurrent.ScheduledExecutorService
and
exposes a Spring
TaskScheduler
for it.
- ConcurrentTaskScheduler() - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
Create a new ConcurrentTaskScheduler,
using a single thread executor as default.
- ConcurrentTaskScheduler(ScheduledExecutorService) - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- ConcurrentTaskScheduler(Executor, ScheduledExecutorService) - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- Condition - Interface in org.springframework.context.annotation
-
A single
condition
that must be
matched in order
for a component to be registered.
- Conditional - Annotation Type in org.springframework.context.annotation
-
- ConditionContext - Interface in org.springframework.context.annotation
-
- CONFIG_LOCATION_DELIMITERS - Static variable in interface org.springframework.context.ConfigurableApplicationContext
-
Any number of these characters are considered delimiters between
multiple context config paths in a single String value.
- ConfigurableApplicationContext - Interface in org.springframework.context
-
SPI interface to be implemented by most if not all application contexts.
- Configuration - Annotation Type in org.springframework.context.annotation
-
Indicates that a class declares one or more
@Bean
methods and
may be processed by the Spring container to generate bean definitions and
service requests for those beans at runtime, for example:
@Configuration
public class AppConfig {
@Bean
public MyBean myBean() {
// instantiate, configure and return bean ...
- CONFIGURATION_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed Configuration annotation processor.
- CONFIGURATION_BEAN_NAME_GENERATOR - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed BeanNameGenerator for use when processing
Configuration
classes.
- ConfigurationClassPostProcessor - Class in org.springframework.context.annotation
-
BeanFactoryPostProcessor
used for bootstrapping processing of
@Configuration
classes.
- ConfigurationClassPostProcessor() - Constructor for class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- ConfigurationCondition - Interface in org.springframework.context.annotation
-
A
Condition
that offers more fine-grained control when used with
@Configuration
.
- ConfigurationCondition.ConfigurationPhase - Enum in org.springframework.context.annotation
-
The various configuration phases where the condition could be evaluated.
- configureBeanPostProcessor(AutowiredAnnotationBeanPostProcessor, Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
-
Template method for configuring the
AutowiredAnnotationBeanPostProcessor
used for autowiring.
- configureScanner(ParserContext, Element) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- configureTasks(ScheduledTaskRegistrar) - Method in interface org.springframework.scheduling.annotation.SchedulingConfigurer
-
- ConnectorServerFactoryBean - Class in org.springframework.jmx.support
-
- ConnectorServerFactoryBean() - Constructor for class org.springframework.jmx.support.ConnectorServerFactoryBean
-
- CONTAINER_PREFIX - Static variable in class org.springframework.jndi.JndiLocatorSupport
-
JNDI prefix used in a J2EE container
- containsAttribute(String) - Method in interface org.springframework.ui.Model
-
Does this model contain an attribute of the given name?
- containsAttribute(String) - Method in class org.springframework.ui.ModelMap
-
Does this model contain an attribute of the given name?
- containsBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- containsBean(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- containsBeanDefinition(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- containsKey(String) - Method in class org.springframework.context.support.MessageSourceResourceBundle
-
This implementation checks whether the target MessageSource can resolve
a message for the given key, translating NoSuchMessageException
accordingly.
- containsLocalBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- CONTENT_TYPE_SERIALIZED_OBJECT - Static variable in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
Default content type: "application/x-java-serialized-object"
- ContextAnnotationAutowireCandidateResolver - Class in org.springframework.context.annotation
-
Complete implementation of the
AutowireCandidateResolver
strategy
interface, providing support for qualifier annotations as well as for lazy resolution
driven by the
Lazy
annotation in the
context.annotation
package.
- ContextAnnotationAutowireCandidateResolver() - Constructor for class org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
-
- ContextBeanFactoryReference - Class in org.springframework.context.access
-
ApplicationContext-specific implementation of BeanFactoryReference,
wrapping a newly created ApplicationContext, closing it on release.
- ContextBeanFactoryReference(ApplicationContext) - Constructor for class org.springframework.context.access.ContextBeanFactoryReference
-
Create a new ContextBeanFactoryReference for the given context.
- ContextClosedEvent - Class in org.springframework.context.event
-
Event raised when an ApplicationContext
gets closed.
- ContextClosedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextClosedEvent
-
Creates a new ContextClosedEvent.
- ContextJndiBeanFactoryLocator - Class in org.springframework.context.access
-
BeanFactoryLocator implementation that creates the BeanFactory from one or
more classpath locations specified in a JNDI environment variable.
- ContextJndiBeanFactoryLocator() - Constructor for class org.springframework.context.access.ContextJndiBeanFactoryLocator
-
- ContextLifecycleScheduledTaskRegistrar - Class in org.springframework.scheduling.config
-
- ContextLifecycleScheduledTaskRegistrar() - Constructor for class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
-
- ContextNamespaceHandler - Class in org.springframework.context.config
-
NamespaceHandler
for the 'context
' namespace.
- ContextNamespaceHandler() - Constructor for class org.springframework.context.config.ContextNamespaceHandler
-
- ContextRefreshedEvent - Class in org.springframework.context.event
-
Event raised when an ApplicationContext
gets initialized or refreshed.
- ContextRefreshedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextRefreshedEvent
-
Create a new ContextRefreshedEvent.
- ContextSingletonBeanFactoryLocator - Class in org.springframework.context.access
-
Variant of
SingletonBeanFactoryLocator
which creates its internal bean factory reference as an
ApplicationContext
instead of
SingletonBeanFactoryLocator's simple BeanFactory.
- ContextSingletonBeanFactoryLocator(String) - Constructor for class org.springframework.context.access.ContextSingletonBeanFactoryLocator
-
Constructor which uses the specified name as the resource name
of the definition file(s).
- ContextStartedEvent - Class in org.springframework.context.event
-
Event raised when an ApplicationContext
gets started.
- ContextStartedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextStartedEvent
-
Create a new ContextStartedEvent.
- ContextStoppedEvent - Class in org.springframework.context.event
-
Event raised when an ApplicationContext
gets stopped.
- ContextStoppedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextStoppedEvent
-
Create a new ContextStoppedEvent.
- Controller - Annotation Type in org.springframework.stereotype
-
Indicates that an annotated class is a "Controller" (e.g.
- CONVERSION_SERVICE_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
-
Name of the ConversionService bean in the factory.
- ConversionServiceFactoryBean - Class in org.springframework.context.support
-
A factory providing convenient access to a ConversionService configured with
converters appropriate for most environments.
- ConversionServiceFactoryBean() - Constructor for class org.springframework.context.support.ConversionServiceFactoryBean
-
- convertIfNecessary(Object, Class<T>) - Method in class org.springframework.validation.DataBinder
-
- convertIfNecessary(Object, Class<T>, MethodParameter) - Method in class org.springframework.validation.DataBinder
-
- convertIfNecessary(Object, Class<T>, Field) - Method in class org.springframework.validation.DataBinder
-
- convertJndiName(String) - Method in class org.springframework.jndi.JndiLocatorSupport
-
Convert the given JNDI name into the actual JNDI name to use.
- convertResultValueIfNecessary(Object, MethodParameter) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Convert the given result object (from attribute access or operation invocation)
to the specified target class for returning from the proxy method.
- convertRmiAccessException(Method, Throwable, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
-
Wrap the given arbitrary exception that happened during remote access
in either a RemoteException or a Spring RemoteAccessException (if the
method signature does not support RemoteException).
- convertRmiAccessException(Method, RemoteException, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
-
Convert the given RemoteException that happened during remote access
to Spring's RemoteAccessException if the method signature does not
support RemoteException.
- convertRmiAccessException(Method, RemoteException, boolean, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
-
Convert the given RemoteException that happened during remote access
to Spring's RemoteAccessException if the method signature does not
support RemoteException.
- convertToModelMBeanNotificationInfo(ManagedNotification) - Static method in class org.springframework.jmx.export.metadata.JmxMetadataUtils
-
- convertToScriptSource(String, String, ResourceLoader) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Convert the given script source locator to a ScriptSource instance.
- copyOverrides(ResourceOverridingShadowingClassLoader) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
Copy all overrides from the given ClassLoader.
- copyTransformers(ShadowingClassLoader) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
-
Copy all ClassFileTransformers from the given ClassLoader to the list of
transformers that this ClassLoader will apply.
- create() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Invokes the create()
method on the cached EJB home object.
- createAndConfigureMBean(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
-
Creates an MBean that is configured with the appropriate management
interface for the supplied managed resource.
- createApplicationContext(String[]) - Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
-
Create the ApplicationContext instance, given an array of class path resource
Strings which should be combined
- createApplicationListener(String, Class<?>, Method) - Method in class org.springframework.context.event.DefaultEventListenerFactory
-
- createApplicationListener(String, Class<?>, Method) - Method in interface org.springframework.context.event.EventListenerFactory
-
- createBeanFactory(String[]) - Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
-
Create the BeanFactory instance, given an array of class path resource Strings
which should be combined.
- createBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
-
Create an internal bean factory for this context.
- createBeanPropertyBindingResult() - Method in class org.springframework.validation.DataBinder
-
- createBeanWrapper() - Method in class org.springframework.validation.BeanPropertyBindingResult
-
Create a new BeanWrapper
for the underlying target object.
- createBshObject(String) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
-
Create a new BeanShell-scripted object from the given script source.
- createBshObject(String, Class<?>...) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
-
Create a new BeanShell-scripted object from the given script source,
using the default ClassLoader.
- createBshObject(String, Class<?>[], ClassLoader) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
-
Create a new BeanShell-scripted object from the given script source.
- createCompositeInterface(Class<?>[]) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
Create a composite interface Class for the given interfaces,
implementing the given interfaces in one single Class.
- createCompositeInterface(Class<?>[]) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Create a composite interface Class for the given interfaces,
implementing the given interfaces in one single Class.
- createConcurrentMapCache(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Create a new ConcurrentMapCache instance for the specified cache name.
- createConfigInterface(BeanDefinition, Class<?>[]) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Create a config interface for the given bean definition, defining setter
methods for the defined property values as well as an init method and
a destroy method (if defined).
- createConversionService() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
-
Create the ConversionService instance returned by this factory bean.
- createDateTimeFormatter() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
-
Create a new DateTimeFormatter
using this factory.
- createDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
-
Create a new DateTimeFormatter
using this factory.
- createDateTimeFormatter() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Create a new DateTimeFormatter
using this factory.
- createDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Create a new DateTimeFormatter
using this factory.
- createDefaultResourceRefLocator() - Static method in class org.springframework.jndi.JndiLocatorDelegate
-
Configure a JndiLocatorDelegate
with its "resourceRef" property set to
true
, meaning that all names will be prefixed with "java:comp/env/".
- createDefinition(String, String) - Method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
-
Overrides the default method to create definition object as an ApplicationContext
instead of the default BeanFactory.
- createDirectFieldAccessor() - Method in class org.springframework.validation.DirectFieldBindingResult
-
Create a new DirectFieldAccessor for the underlying target object.
- createDirectFieldBindingResult() - Method in class org.springframework.validation.DataBinder
-
- createEnvironment() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Create and return a new StandardEnvironment
.
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- createExecutor(int, int, int, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- createInitialContext() - Method in class org.springframework.jndi.JndiTemplate
-
Create a new JNDI initial context.
- createJRubyObject(String, Class<?>...) - Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
-
Deprecated.
Create a new JRuby-scripted object from the given script source,
using the default
ClassLoader
.
- createJRubyObject(String, Class<?>[], ClassLoader) - Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
-
Deprecated.
Create a new JRuby-scripted object from the given script source.
- createMainInterceptor() - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
-
- createMBeanServer(String, boolean) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
Create a new MBeanServer
instance and register it with the
MBeanServerFactory
, if desired.
- createMessageFormat(String, Locale) - Method in class org.springframework.context.support.MessageSourceSupport
-
Create a MessageFormat for the given message and Locale.
- createMessageSource(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
Create a MessageSource for the given basename,
to be used as MessageSource for the corresponding theme.
- createMethodValidationAdvice(Validator) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
-
Create AOP advice for method validation purposes, to be applied
with a pointcut for the specified 'validated' annotation.
- createModelMBean() - Method in class org.springframework.jmx.export.MBeanExporter
-
Create an instance of a class that implements ModelMBean
.
- createModelMBeanOperationInfo(Method, String, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Creates an instance of ModelMBeanOperationInfo
for the
given method.
- createObjectInputStream(InputStream) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
Create an ObjectInputStream for the given InputStream.
- createObjectOutputStream(OutputStream) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
Create an ObjectOutputStream for the given OutputStream.
- createQueue(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Create the BlockingQueue to use for the ThreadPoolExecutor.
- createQueue(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Create the BlockingQueue to use for the ThreadPoolExecutor.
- createRefreshableProxy(TargetSource, Class<?>[], boolean) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Create a refreshable proxy for the given AOP TargetSource.
- createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Create a new RemoteInvocation object for the given AOP method invocation.
- createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.support.DefaultRemoteInvocationFactory
-
- createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
-
Create a new RemoteInvocation object for the given AOP method invocation.
- createRemoteInvocation(MethodInvocation) - Method in interface org.springframework.remoting.support.RemoteInvocationFactory
-
Create a serializable RemoteInvocation object from the given AOP
MethodInvocation.
- createScanner(XmlReaderContext, boolean) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- createScriptedObjectBeanDefinition(BeanDefinition, String, ScriptSource, Class<?>[]) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Create a bean definition for the scripted object, based on the given script
definition, extracting the definition data that is relevant for the scripted
object (that is, everything but bean class and constructor arguments).
- createScriptFactoryBeanDefinition(BeanDefinition) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Create a ScriptFactory bean definition based on the given script definition,
extracting only the definition data that is relevant for the ScriptFactory
(that is, only bean class and constructor arguments).
- createServerSpecificLoadTimeWeaver(ClassLoader) - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
-
- createTypeFilter(Element, ClassLoader, ParserContext) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- CronSequenceGenerator - Class in org.springframework.scheduling.support
-
Date sequence generator for a
Crontab pattern,
allowing clients to specify a pattern that the sequence matches.
- CronSequenceGenerator(String) - Constructor for class org.springframework.scheduling.support.CronSequenceGenerator
-
- CronSequenceGenerator(String, TimeZone) - Constructor for class org.springframework.scheduling.support.CronSequenceGenerator
-
- CronTask - Class in org.springframework.scheduling.config
-
- CronTask(Runnable, String) - Constructor for class org.springframework.scheduling.config.CronTask
-
Create a new CronTask
.
- CronTask(Runnable, CronTrigger) - Constructor for class org.springframework.scheduling.config.CronTask
-
Create a new CronTask
.
- CronTrigger - Class in org.springframework.scheduling.support
-
Trigger
implementation for cron expressions.
- CronTrigger(String) - Constructor for class org.springframework.scheduling.support.CronTrigger
-
Build a
CronTrigger
from the pattern provided in the default time zone.
- CronTrigger(String, TimeZone) - Constructor for class org.springframework.scheduling.support.CronTrigger
-
Build a
CronTrigger
from the pattern provided in the given time zone.
- CurrencyFormatter - Class in org.springframework.format.number
-
- CurrencyFormatter() - Constructor for class org.springframework.format.number.CurrencyFormatter
-
Deprecated.
- CurrencyStyleFormatter - Class in org.springframework.format.number
-
A BigDecimal formatter for number values in currency style.
- CurrencyStyleFormatter() - Constructor for class org.springframework.format.number.CurrencyStyleFormatter
-
- CurrencyUnitFormatter - Class in org.springframework.format.number.money
-
Formatter for JSR-354 CurrencyUnit
values,
from and to currency code Strings.
- CurrencyUnitFormatter() - Constructor for class org.springframework.format.number.money.CurrencyUnitFormatter
-
- CustomizableThreadFactory - Class in org.springframework.scheduling.concurrent
-
Implementation of the
ThreadFactory
interface,
allowing for customizing the created threads (name, priority, etc).
- CustomizableThreadFactory() - Constructor for class org.springframework.scheduling.concurrent.CustomizableThreadFactory
-
Create a new CustomizableThreadFactory with default thread name prefix.
- CustomizableThreadFactory(String) - Constructor for class org.springframework.scheduling.concurrent.CustomizableThreadFactory
-
Create a new CustomizableThreadFactory with the given thread name prefix.
- customize(GroovyObject) - Method in interface org.springframework.scripting.groovy.GroovyObjectCustomizer
-
Customize the supplied GroovyObject
.
- customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
-
Customize the internal bean factory used by this context.
- customizeEvaluationContext(StandardEvaluationContext) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
-
Template method for customizing the expression evaluation context.
- CustomValidatorBean - Class in org.springframework.validation.beanvalidation
-
Configurable bean class that exposes a specific JSR-303 Validator
through its original interface as well as through the Spring
Validator
interface.
- CustomValidatorBean() - Constructor for class org.springframework.validation.beanvalidation.CustomValidatorBean
-
- generate(Object, Method, Object...) - Method in class org.springframework.cache.interceptor.DefaultKeyGenerator
-
Deprecated.
- generate(Object, Method, Object...) - Method in interface org.springframework.cache.interceptor.KeyGenerator
-
Generate a key for the given method and its parameters.
- generate(Object, Method, Object...) - Method in class org.springframework.cache.interceptor.SimpleKeyGenerator
-
- generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
-
- generateCode(String, MethodVisitor, CodeFlow) - Method in class org.springframework.context.expression.MapAccessor
-
- generateJson(Set<ConfigurableApplicationContext>) - Method in class org.springframework.context.support.LiveBeansView
-
Actually generate a JSON snapshot of the beans in the given ApplicationContexts.
- generateKey(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
Compute the key for the given caching operation.
- generateKey(Object...) - Static method in class org.springframework.cache.interceptor.SimpleKeyGenerator
-
Generate a key based on the specified parameters.
- GenericApplicationContext - Class in org.springframework.context.support
-
Generic ApplicationContext implementation that holds a single internal
DefaultListableBeanFactory
instance and does not assume a specific bean definition format.
- GenericApplicationContext() - Constructor for class org.springframework.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext.
- GenericApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
- GenericApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext with the given parent.
- GenericApplicationContext(DefaultListableBeanFactory, ApplicationContext) - Constructor for class org.springframework.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
- GenericApplicationListener - Interface in org.springframework.context.event
-
Extended variant of the standard
ApplicationListener
interface,
exposing further metadata such as the supported event type.
- GenericApplicationListenerAdapter - Class in org.springframework.context.event
-
GenericApplicationListener
adapter that determines supported event types
through introspecting the generically declared type of the target listener.
- GenericApplicationListenerAdapter(ApplicationListener<?>) - Constructor for class org.springframework.context.event.GenericApplicationListenerAdapter
-
Create a new GenericApplicationListener for the given delegate.
- GenericGroovyApplicationContext - Class in org.springframework.context.support
-
- GenericGroovyApplicationContext() - Constructor for class org.springframework.context.support.GenericGroovyApplicationContext
-
Create a new GenericGroovyApplicationContext that needs to be
loaded
and then manually
refreshed
.
- GenericGroovyApplicationContext(Resource...) - Constructor for class org.springframework.context.support.GenericGroovyApplicationContext
-
Create a new GenericGroovyApplicationContext, loading bean definitions
from the given resources and automatically refreshing the context.
- GenericGroovyApplicationContext(String...) - Constructor for class org.springframework.context.support.GenericGroovyApplicationContext
-
Create a new GenericGroovyApplicationContext, loading bean definitions
from the given resource locations and automatically refreshing the context.
- GenericGroovyApplicationContext(Class<?>, String...) - Constructor for class org.springframework.context.support.GenericGroovyApplicationContext
-
Create a new GenericGroovyApplicationContext, loading bean definitions
from the given resource locations and automatically refreshing the context.
- GenericXmlApplicationContext - Class in org.springframework.context.support
-
Convenient application context with built-in XML support.
- GenericXmlApplicationContext() - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext that needs to be
loaded
and then manually
refreshed
.
- GenericXmlApplicationContext(Resource...) - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext, loading bean definitions
from the given resources and automatically refreshing the context.
- GenericXmlApplicationContext(String...) - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext, loading bean definitions
from the given resource locations and automatically refreshing the context.
- GenericXmlApplicationContext(Class<?>, String...) - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext, loading bean definitions
from the given resource locations and automatically refreshing the context.
- get(Object) - Method in interface org.springframework.cache.Cache
-
Return the value to which this cache maps the specified key.
- get(Object, Class<T>) - Method in interface org.springframework.cache.Cache
-
Return the value to which this cache maps the specified key,
generically specifying a type that return value will be cast to.
- get(Object, Callable<T>) - Method in interface org.springframework.cache.Cache
-
Return the value to which this cache maps the specified key, obtaining
that value from valueLoader
if necessary.
- get() - Method in interface org.springframework.cache.Cache.ValueWrapper
-
Return the actual value in the cache.
- get(Object, Callable<T>) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
-
- get(Object) - Method in class org.springframework.cache.support.AbstractValueAdaptingCache
-
- get(Object, Class<T>) - Method in class org.springframework.cache.support.AbstractValueAdaptingCache
-
- get() - Method in class org.springframework.cache.support.SimpleValueWrapper
-
Simply returns the value as given at construction time.
- get() - Static method in enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
-
- get(String, ObjectFactory<?>) - Method in class org.springframework.context.support.SimpleThreadScope
-
- get() - Method in class org.springframework.scheduling.annotation.AsyncResult
-
- get(long, TimeUnit) - Method in class org.springframework.scheduling.annotation.AsyncResult
-
- getActiveCount() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the number of currently active threads.
- getActiveCount() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the number of currently active threads.
- getActualFieldValue(String) - Method in class org.springframework.validation.AbstractBindingResult
-
Extract the actual field value for the given field.
- getActualFieldValue(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
-
Fetches the field value from the PropertyAccessor.
- getActualFieldValue(String) - Method in class org.springframework.validation.MapBindingResult
-
- getActualType() - Method in exception org.springframework.jndi.TypeMismatchNamingException
-
Return the actual type that the lookup returned, if available.
- getAdvice() - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
- getAdviceModeAttributeName() - Method in class org.springframework.context.annotation.AdviceModeImportSelector
-
The name of the
AdviceMode
attribute for the annotation specified by the
generic type
A
.
- getAliases(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getAliases(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getAllErrors() - Method in class org.springframework.validation.AbstractBindingResult
-
- getAllErrors() - Method in class org.springframework.validation.AbstractErrors
-
- getAllErrors() - Method in exception org.springframework.validation.BindException
-
- getAllErrors() - Method in interface org.springframework.validation.Errors
-
Get all errors, both global and field ones.
- getAllowedFields() - Method in class org.springframework.validation.DataBinder
-
Return the fields that should be allowed for binding.
- getApplicationContext() - Method in class org.springframework.context.event.ApplicationContextEvent
-
Get the ApplicationContext
that the event was raised for.
- getApplicationContext() - Method in class org.springframework.context.support.ApplicationObjectSupport
-
Return the ApplicationContext that this object is associated with.
- getApplicationListeners() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
Return a Collection containing all ApplicationListeners.
- getApplicationListeners(ApplicationEvent, ResolvableType) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
Return a Collection of ApplicationListeners matching the given
event type.
- getApplicationListeners() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the list of statically specified ApplicationListeners.
- getApplicationName() - Method in interface org.springframework.context.ApplicationContext
-
Return a name for the deployed application that this context belongs to.
- getApplicationName() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getAppliedPropertySources() - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
-
Returns the property sources that were actually applied during
post-processing
.
- getArgs() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getArgs() - Method in interface org.springframework.cache.interceptor.CacheOperationInvocationContext
-
Return the argument list used to invoke the method.
- getArguments() - Method in interface org.springframework.context.MessageSourceResolvable
-
Return the array of arguments to be used to resolve this message.
- getArguments() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
- getArguments() - Method in class org.springframework.remoting.support.RemoteInvocation
-
Return the arguments for the target method call.
- getArgumentsForBindError(String, String) - Method in class org.springframework.validation.DefaultBindingErrorProcessor
-
Return FieldError arguments for a binding error on the given field.
- getArgumentsForConstraint(String, String, ConstraintDescriptor<?>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
Return FieldError arguments for a validation error on the given field.
- getAsText() - Method in class org.springframework.format.support.FormatterPropertyEditorAdapter
-
- getAsyncExecutor() - Method in interface org.springframework.scheduling.annotation.AsyncConfigurer
-
The
Executor
instance to be used when processing async
method invocations.
- getAsyncExecutor() - Method in class org.springframework.scheduling.annotation.AsyncConfigurerSupport
-
- getAsyncUncaughtExceptionHandler() - Method in interface org.springframework.scheduling.annotation.AsyncConfigurer
-
The AsyncUncaughtExceptionHandler
instance to be used
when an exception is thrown during an asynchronous method execution
with void
return type.
- getAsyncUncaughtExceptionHandler() - Method in class org.springframework.scheduling.annotation.AsyncConfigurerSupport
-
- getAttribute(String) - Method in class org.springframework.jmx.export.SpringModelMBean
-
- getAttribute(String) - Method in class org.springframework.remoting.support.RemoteInvocation
-
Retrieve the attribute for the given key, if any.
- getAttributeDescription(PropertyDescriptor, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Get the description for a particular attribute.
- getAttributeDescription(PropertyDescriptor, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Creates a description for the attribute corresponding to this property
descriptor.
- getAttributeInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the attribute metadata for the MBean resource.
- getAttributeInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Iterate through all properties on the MBean class and gives subclasses
the chance to vote on the inclusion of both the accessor and mutator.
- getAttributeName(PropertyDescriptor, boolean) - Static method in class org.springframework.jmx.support.JmxUtils
-
Return the JMX attribute name to use for the given JavaBeans property.
- getAttributes(String[]) - Method in class org.springframework.jmx.export.SpringModelMBean
-
- getAttributes() - Method in class org.springframework.remoting.support.RemoteInvocation
-
Return the attributes Map.
- getAutoGrowCollectionLimit() - Method in class org.springframework.validation.DataBinder
-
Return the current limit for array and collection auto-growing.
- getAutowireCapableBeanFactory() - Method in interface org.springframework.context.ApplicationContext
-
Expose AutowireCapableBeanFactory functionality for this context.
- getAutowireCapableBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return this context's internal bean factory as AutowireCapableBeanFactory,
if already available.
- getAutowireCapableBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
-
- getBasenameSet() - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Return this MessageSource
's basename set, containing entries
in the order of registration.
- getBean(String, Class<T>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Return a bean with the specified name and type.
- getBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBean(String, Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBean(Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBean(String, Object...) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBean(Class<T>, Object...) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBean(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean(String, Class<T>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean(Class<T>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean(String, Object...) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean(Class<T>, Object...) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBeanClassLoader() - Method in class org.springframework.remoting.support.RemotingSupport
-
Return the ClassLoader that this accessor operates in,
to be used for deserializing and for generating proxies.
- getBeanClassName(Element) - Method in class org.springframework.scheduling.config.ExecutorBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.springframework.scheduling.config.SchedulerBeanDefinitionParser
-
- getBeanDefinition(String) - Method in class org.springframework.context.support.GenericApplicationContext
-
- getBeanDefinitionCount() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanDefinitionDefaults() - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Return the defaults to use for detected beans (never null
).
- getBeanDefinitionNames() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanFactory() - Method in interface org.springframework.context.annotation.ConditionContext
-
Return the ConfigurableListableBeanFactory
that will hold the bean
definition should the condition match or null
if the bean factory
is not available.
- getBeanFactory() - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Return the internal bean factory of this application context.
- getBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Subclasses must return their internal bean factory here.
- getBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
-
- getBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
-
Return the single internal BeanFactory held by this context
(as ConfigurableListableBeanFactory).
- getBeanFactory(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
-
Determine the BeanFactory for autowiring the given target bean.
- getBeanFactoryLocator(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
-
Determine the BeanFactoryLocator to obtain the BeanFactoryReference from.
- getBeanFactoryLocatorKey(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
-
Determine the BeanFactoryLocator key to use.
- getBeanFactoryPostProcessors() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the list of BeanFactoryPostProcessors that will get applied
to the internal BeanFactory.
- getBeanFactoryReference(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
-
Determine the BeanFactoryReference for the given target bean.
- getBeanNamesForAnnotation(Class<? extends Annotation>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanNamesForType(ResolvableType) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanNamesForType(Class<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeansOfType(Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeansOfType(Class<T>, boolean, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBindingErrorProcessor() - Method in class org.springframework.validation.DataBinder
-
Return the strategy for processing binding errors.
- getBindingResult() - Method in exception org.springframework.validation.BindException
-
Return the BindingResult that this BindException wraps.
- getBindingResult(Map<?, ?>, String) - Static method in class org.springframework.validation.BindingResultUtils
-
Find the BindingResult for the given name in the given model.
- getBindingResult() - Method in class org.springframework.validation.DataBinder
-
Return the BindingResult instance created by this DataBinder.
- getBundleClassLoader() - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
Return the ClassLoader to load resource bundles with.
- getBusinessInterface() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
Return the business interface of the EJB we're proxying.
- getBusinessInterface() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
Return the business interface of the EJB we're proxying.
- getCache(String) - Method in interface org.springframework.cache.CacheManager
-
Return the cache associated with the given name.
- getCache(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
- getCache(String) - Method in class org.springframework.cache.support.AbstractCacheManager
-
- getCache(String) - Method in class org.springframework.cache.support.CompositeCacheManager
-
- getCache(String) - Method in class org.springframework.cache.support.NoOpCacheManager
-
This implementation always returns a
Cache
implementation that will not store items.
- getCacheKey(Method, Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
Determine a cache key for the given method and target class.
- getCacheManager() - Method in class org.springframework.cache.interceptor.AbstractCacheResolver
-
- getCacheManager() - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- getCacheManager() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getCacheMillis() - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Return the number of milliseconds to cache loaded properties files.
- getCacheNames() - Method in interface org.springframework.cache.CacheManager
-
Return a collection of the cache names known by this manager.
- getCacheNames() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
- getCacheNames(CacheOperationInvocationContext<?>) - Method in class org.springframework.cache.interceptor.AbstractCacheResolver
-
Provide the name of the cache(s) to resolve against the current cache manager.
- getCacheNames() - Method in interface org.springframework.cache.interceptor.BasicOperation
-
Return the cache name(s) associated with the operation.
- getCacheNames() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getCacheNames() - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- getCacheNames() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getCacheNames(CacheOperationInvocationContext<?>) - Method in class org.springframework.cache.interceptor.NamedCacheResolver
-
- getCacheNames(CacheOperationInvocationContext<?>) - Method in class org.springframework.cache.interceptor.SimpleCacheResolver
-
- getCacheNames() - Method in class org.springframework.cache.support.AbstractCacheManager
-
- getCacheNames() - Method in class org.springframework.cache.support.CompositeCacheManager
-
- getCacheNames() - Method in class org.springframework.cache.support.NoOpCacheManager
-
This implementation returns the name of the caches previously requested.
- getCacheOperationMetadata(CacheOperation, Method, Class<?>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
- getCacheOperations(CacheAnnotationParser) - Method in interface org.springframework.cache.annotation.AnnotationCacheOperationSource.CacheOperationProvider
-
Returns the
CacheOperation
instance(s) provided by the specified parser.
- getCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
Determine the caching attribute for this method invocation.
- getCacheOperations(Method, Class<?>) - Method in interface org.springframework.cache.interceptor.CacheOperationSource
-
Return the collection of cache operations for this method, or null
if the method contains no cacheable annotations.
- getCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.CompositeCacheOperationSource
-
- getCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
-
- getCacheOperationSource() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Return the CacheOperationSource for this cache aspect.
- getCacheOperationSources() - Method in class org.springframework.cache.interceptor.CompositeCacheOperationSource
-
Return the CacheOperationSource
instances that this
CompositeCacheOperationSource
combines.
- getCacheResolver() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Return the default
CacheResolver
that this cache aspect delegates to.
- getCacheResolver() - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- getCacheResolver() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getCaches() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getCaches(CacheOperationInvocationContext<CacheOperation>, CacheResolver) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
- getCategory() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
The category of this metric (ex.
- getChronology() - Method in class org.springframework.format.datetime.joda.JodaTimeContext
-
Return the user's chronology (calendar system), if any.
- getChronology() - Method in class org.springframework.format.datetime.standard.DateTimeContext
-
Return the user's chronology (calendar system), if any.
- getClassForDescriptor(Object) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return the class to be used for the JMX descriptor field "class".
- getClassLoader() - Method in interface org.springframework.context.annotation.ConditionContext
-
Return the
ClassLoader
that should be used to load additional
classes or
null
if the default classloader should be used.
- getClassLoader() - Method in class org.springframework.context.support.GenericApplicationContext
-
- getClassName(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the class name of the MBean resource.
- getClassToExpose(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Return the class or interface to expose for the given bean.
- getClassToExpose(Class<?>) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Return the class or interface to expose for the given bean class.
- getClassToExpose(Object) - Static method in class org.springframework.jmx.support.JmxUtils
-
Return the class or interface to expose for the given bean.
- getClassToExpose(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
-
Return the class or interface to expose for the given bean class.
- getCode() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
Return the default code of this resolvable, that is,
the last one in the codes array.
- getCodes() - Method in interface org.springframework.context.MessageSourceResolvable
-
Return the codes to be used to resolve this message, in the order that
they should get tried.
- getCodes() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
- getCommonMessages() - Method in class org.springframework.context.support.AbstractMessageSource
-
Return a Properties object defining locale-independent common messages, if any.
- getCompilerConfiguration() - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
-
Return this evaluator's compiler configuration (never null
).
- getConcurrentExecutor() - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
Return the
Executor
that this adapter delegates to.
- getCondition() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getCondition() - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
Return the condition to use.
- getConfigLocations() - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Return an array of resource locations, referring to the XML bean definition
files that this context should be built with.
- getConfigResources() - Method in class org.springframework.context.support.AbstractXmlApplicationContext
-
Return an array of Resource objects, referring to the XML bean definition
files that this context should be built with.
- getConfigResources() - Method in class org.springframework.context.support.ClassPathXmlApplicationContext
-
- getConfigurationPhase() - Method in interface org.springframework.context.annotation.ConfigurationCondition
-
- getConstraintsForClass(Class<?>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
- getConstraintValidatorFactory() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- getConstructorInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the constructor metadata for the MBean resource.
- getContentType() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
Return the content type to use for sending remote invocation responses.
- getContext() - Method in class org.springframework.jndi.JndiTemplate
-
Obtain a JNDI context corresponding to this template's configuration.
- getConversationId() - Method in class org.springframework.context.support.SimpleThreadScope
-
- getConversionService() - Method in class org.springframework.validation.DataBinder
-
Return the associated ConversionService, if any.
- getCorePoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the ThreadPoolExecutor's core pool size.
- getCreateMethod(Object) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
Check for EJB3-style home object that serves as EJB component directly.
- getCreateMethod(Object) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Determine the create method of the given EJB home object.
- getCreateMethod(Object) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
-
Check for EJB3-style home object that serves as EJB component directly.
- getCronTaskList() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Get the cron tasks as an unmodifiable list of
CronTask
objects.
- getCurrencyTimeLimit() - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
-
Return a currency time limit for this attribute.
- getCustomEditor(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
-
Retrieve the custom PropertyEditor for the given field, if any.
- getDateFormat(Locale) - Method in class org.springframework.format.datetime.DateFormatter
-
- getDateTimeContext() - Static method in class org.springframework.format.datetime.standard.DateTimeContextHolder
-
Return the DateTimeContext associated with the current thread, if any.
- getDefaultConfigLocations() - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Return the default config locations to use, for the case where no
explicit config locations have been specified.
- getDefaultCurrencyTimeLimit() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return default value for the JMX field "currencyTimeLimit", if any.
- getDefaultEncoding() - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Return the default charset to use for parsing properties files, if any.
- getDefaultErrorHandler(boolean) - Static method in class org.springframework.scheduling.support.TaskUtils
-
Return the default ErrorHandler
implementation based on the boolean
value indicating whether the task will be repeating or not.
- getDefaultListableBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
-
Return the underlying bean factory of this context,
available for registering bean definitions.
- getDefaultLocale() - Method in class org.springframework.context.support.MessageSourceAccessor
-
Return the default locale to use if no explicit locale has been given.
- getDefaultMessage() - Method in interface org.springframework.context.MessageSourceResolvable
-
Return the default message to be used to resolve this message.
- getDefaultMessage(String) - Method in class org.springframework.context.support.AbstractMessageSource
-
Return a fallback default message for the given code, if any.
- getDefaultMessage() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
- getDefaultValue() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-
Return the default value of this attribute.
- getDelay() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Return the delay before starting the job for the first time.
- getDependencyDescriptor() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
Build a DependencyDescriptor for the underlying field/method.
- getDescription(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the description of the MBean resource.
- getDescription(Object, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Reads managed resource description from the source level metadata.
- getDescription() - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
-
Return a description for this attribute.
- getDescription() - Method in class org.springframework.jmx.export.metadata.ManagedNotification
-
Return a description for this notification.
- getDescription() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Return a description for this parameter.
- getDetailedErrorMessage(Object, String) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
Add additional details such as the bean type and method signature to
the given error message.
- getDisallowedFields() - Method in class org.springframework.validation.DataBinder
-
Return the fields that should not be allowed for binding.
- getDisplayName() - Method in interface org.springframework.context.ApplicationContext
-
Return a friendly name for this context.
- getDisplayName() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return a friendly name for this context.
- getDisplayName() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
A display name for this metric.
- getEnvironment() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
- getEnvironment() - Method in interface org.springframework.context.annotation.ConditionContext
-
Return the Environment
for which the current application is running
or null
if no environment is available.
- getEnvironment() - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Return the Environment for this application context in configurable form.
- getEnvironment() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the Environment for this application context in configurable form.
- getEnvironment() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Allow Map access to the environment to be set for the connector,
with the option to add or override specific entries.
- getEnvironment() - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
-
Allow Map access to the environment to be set for the connector,
with the option to add or override specific entries.
- getEnvironment() - Method in class org.springframework.jndi.JndiTemplate
-
Return the environment for the JNDI InitialContext, if any.
- getErrorCount() - Method in class org.springframework.validation.AbstractBindingResult
-
- getErrorCount() - Method in class org.springframework.validation.AbstractErrors
-
- getErrorCount() - Method in exception org.springframework.validation.BindException
-
- getErrorCount() - Method in interface org.springframework.validation.Errors
-
Return the total number of errors.
- getErrorHandler() - Method in class org.springframework.cache.interceptor.AbstractCacheInvoker
-
- getErrorHandler() - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
-
Return the current error handler for this multicaster.
- getEscapedResourceDescription(BeanDefinition) - Method in class org.springframework.context.support.LiveBeansView
-
Determine a resource description for the given bean definition and
apply basic JSON escaping (backslashes, double quotes) to it.
- getEventListenerFactories() - Method in class org.springframework.context.event.EventListenerMethodProcessor
-
- getException() - Method in class org.springframework.remoting.support.RemoteInvocationResult
-
Return the exception thrown by an unsuccessful invocation
of the target method, if any.
- getExecutorQualifier(Method) - Method in class org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
-
Return the qualifier or bean name of the executor to be used when executing the
given method, specified via
Async.value()
at the method or declaring
class level.
- getExpectedType() - Method in class org.springframework.jndi.JndiObjectLocator
-
Return the type that the located JNDI object is supposed
to be assignable to, if any.
- getExporterName() - Method in class org.springframework.remoting.support.RemoteExporter
-
Return a short name for this exporter.
- getExpression(Map<CachedExpressionEvaluator.ExpressionKey, Expression>, AnnotatedElementKey, String) - Method in class org.springframework.context.expression.CachedExpressionEvaluator
-
Return the Expression
for the specified SpEL value
- getExpression() - Method in class org.springframework.scheduling.config.CronTask
-
- getExpression() - Method in class org.springframework.scheduling.support.CronTrigger
-
Return the cron pattern that this trigger has been built with.
- getFactory() - Method in class org.springframework.context.access.ContextBeanFactoryReference
-
- getFactoryMethodMetadata() - Method in class org.springframework.context.annotation.ScannedGenericBeanDefinition
-
- getFallbackClassLoader() - Method in class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
-
- getFaultActor() - Method in exception org.springframework.remoting.soap.SoapFaultException
-
Return the actor that caused this fault.
- getFaultCode() - Method in exception org.springframework.remoting.soap.SoapFaultException
-
Return the SOAP fault code.
- getFaultCodeAsQName() - Method in exception org.springframework.remoting.soap.SoapFaultException
-
Return the SOAP fault code as a QName
object.
- getFaultString() - Method in exception org.springframework.remoting.soap.SoapFaultException
-
Return the descriptive SOAP fault string.
- getField() - Method in class org.springframework.validation.FieldError
-
Return the affected field of the object.
- getFieldError() - Method in class org.springframework.validation.AbstractBindingResult
-
- getFieldError(String) - Method in class org.springframework.validation.AbstractBindingResult
-
- getFieldError() - Method in class org.springframework.validation.AbstractErrors
-
- getFieldError(String) - Method in class org.springframework.validation.AbstractErrors
-
- getFieldError() - Method in exception org.springframework.validation.BindException
-
- getFieldError(String) - Method in exception org.springframework.validation.BindException
-
- getFieldError() - Method in interface org.springframework.validation.Errors
-
Get the first error associated with a field, if any.
- getFieldError(String) - Method in interface org.springframework.validation.Errors
-
Get the first error associated with the given field, if any.
- getFieldErrorCount() - Method in class org.springframework.validation.AbstractErrors
-
- getFieldErrorCount(String) - Method in class org.springframework.validation.AbstractErrors
-
- getFieldErrorCount() - Method in exception org.springframework.validation.BindException
-
- getFieldErrorCount(String) - Method in exception org.springframework.validation.BindException
-
- getFieldErrorCount() - Method in interface org.springframework.validation.Errors
-
Return the number of errors associated with a field.
- getFieldErrorCount(String) - Method in interface org.springframework.validation.Errors
-
Return the number of errors associated with the given field.
- getFieldErrors() - Method in class org.springframework.validation.AbstractBindingResult
-
- getFieldErrors(String) - Method in class org.springframework.validation.AbstractBindingResult
-
- getFieldErrors(String) - Method in class org.springframework.validation.AbstractErrors
-
- getFieldErrors() - Method in exception org.springframework.validation.BindException
-
- getFieldErrors(String) - Method in exception org.springframework.validation.BindException
-
- getFieldErrors() - Method in interface org.springframework.validation.Errors
-
Get all errors associated with a field.
- getFieldErrors(String) - Method in interface org.springframework.validation.Errors
-
Get all errors associated with the given field.
- getFieldType() - Method in class org.springframework.format.support.FormatterPropertyEditorAdapter
-
- getFieldType(String) - Method in class org.springframework.validation.AbstractBindingResult
-
This default implementation determines the type based on the actual
field value, if any.
- getFieldType(String) - Method in class org.springframework.validation.AbstractErrors
-
- getFieldType(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
-
Determines the field type from the property type.
- getFieldType(String) - Method in exception org.springframework.validation.BindException
-
- getFieldType(String) - Method in interface org.springframework.validation.Errors
-
Return the type of a given field.
- getFieldTypes() - Method in interface org.springframework.format.AnnotationFormatterFactory
-
The types of fields that may be annotated with the <A> annotation.
- getFieldTypes() - Method in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
-
- getFieldTypes() - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
-
- getFieldTypes() - Method in class org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
-
- getFieldTypes() - Method in class org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
-
- getFieldTypes() - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
-
- getFieldValue(String) - Method in class org.springframework.validation.AbstractBindingResult
-
- getFieldValue(String) - Method in exception org.springframework.validation.BindException
-
- getFieldValue(String) - Method in interface org.springframework.validation.Errors
-
Return the current value of the given field, either the current
bean property value or a rejected update from the last binding.
- getFileTimestamp() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getFixedDelayTaskList() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Get the fixed-delay tasks as an unmodifiable list of
IntervalTask
objects.
- getFixedRateTaskList() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Get the fixed-rate tasks as an unmodifiable list of
IntervalTask
objects.
- getFormatter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
-
- getFormatter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
-
- getFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.JodaTimeContext
-
Get the DateTimeFormatter with the this context's settings
applied to the base formatter
.
- getFormatter(DateTimeFormatter, Locale) - Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
-
Obtain a DateTimeFormatter with user-specific settings applied to the given base Formatter.
- getFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.standard.DateTimeContext
-
Get the DateTimeFormatter with the this context's settings
applied to the base formatter
.
- getFormatter(DateTimeFormatter, Locale) - Static method in class org.springframework.format.datetime.standard.DateTimeContextHolder
-
Obtain a DateTimeFormatter with user-specific settings applied to the given base Formatter.
- getFormatter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
-
- getGlobalError() - Method in class org.springframework.validation.AbstractBindingResult
-
- getGlobalError() - Method in class org.springframework.validation.AbstractErrors
-
- getGlobalError() - Method in exception org.springframework.validation.BindException
-
- getGlobalError() - Method in interface org.springframework.validation.Errors
-
Get the first global error, if any.
- getGlobalErrorCount() - Method in class org.springframework.validation.AbstractErrors
-
- getGlobalErrorCount() - Method in exception org.springframework.validation.BindException
-
- getGlobalErrorCount() - Method in interface org.springframework.validation.Errors
-
Return the number of global errors.
- getGlobalErrors() - Method in class org.springframework.validation.AbstractBindingResult
-
- getGlobalErrors() - Method in exception org.springframework.validation.BindException
-
- getGlobalErrors() - Method in interface org.springframework.validation.Errors
-
Get all global errors.
- getGroovyClassLoader() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
Return the GroovyClassLoader used by this script factory.
- getHandback() - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
- getHome() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Return the EJB home object to use.
- getHost() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Return the host of the registry for the exported RMI service.
- getId() - Method in interface org.springframework.context.ApplicationContext
-
Return the unique id of this application context.
- getId() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getIndex() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Return the index of this parameter in the operation signature.
- getInitialDelay() - Method in class org.springframework.scheduling.config.IntervalTask
-
- getInstance() - Static method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
-
Returns an instance which uses the default "classpath*:beanRefContext.xml", as
the name of the definition file(s).
- getInstance(String) - Static method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
-
Returns an instance which uses the specified selector, as the name of the
definition file(s).
- getInstance() - Static method in class org.springframework.context.access.DefaultLocatorFactory
-
Return an instance object implementing BeanFactoryLocator.
- getInstance(String) - Static method in class org.springframework.context.access.DefaultLocatorFactory
-
Return an instance object implementing BeanFactoryLocator.
- getInstance(Object) - Static method in class org.springframework.jmx.support.ObjectNameManager
-
Retrieve the ObjectName
instance corresponding to the supplied name.
- getInstance(String) - Static method in class org.springframework.jmx.support.ObjectNameManager
-
Retrieve the ObjectName
instance corresponding to the supplied name.
- getInstance(String, String, String) - Static method in class org.springframework.jmx.support.ObjectNameManager
-
Retrieve an ObjectName
instance for the specified domain and a
single property with the supplied key and value.
- getInstance(String, Hashtable<String, String>) - Static method in class org.springframework.jmx.support.ObjectNameManager
-
Retrieve an ObjectName
instance with the specified domain name
and the supplied key/name properties.
- getInstance(Class<T>) - Method in class org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
-
- getInstrumentableClassLoader() - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
-
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
-
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
We have the ability to weave the current class loader when starting the
JVM in this way, so the instrumentable class loader will always be the
current loader.
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
-
- getInstrumentableClassLoader() - Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
-
Return a
ClassLoader
that supports instrumentation
through AspectJ-style load-time weaving based on user-defined
ClassFileTransformers
.
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
-
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
-
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
-
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
-
- getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
-
- getInternalBindingResult() - Method in class org.springframework.validation.DataBinder
-
Return the internal BindingResult held by this DataBinder,
as an AbstractPropertyBindingResult.
- getInternalParentBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the internal bean factory of the parent context if it implements
ConfigurableApplicationContext; else, return the parent context itself.
- getInternalParentMessageSource() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the internal message source of the parent context if it is an
AbstractApplicationContext too; else, return the parent context itself.
- getInterval() - Method in class org.springframework.scheduling.config.IntervalTask
-
- getInvocationFailureMessage() - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
-
Build a message for an invocation failure exception.
- getJndiEnvironment() - Method in class org.springframework.jndi.JndiAccessor
-
Return the JNDI environment to use for JNDI lookups.
- getJndiName() - Method in class org.springframework.jndi.JndiObjectLocator
-
Return the JNDI name to look up.
- getJndiTemplate() - Method in class org.springframework.jndi.JndiAccessor
-
Return the JNDI template to use for JNDI lookups.
- getJodaTimeContext() - Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
-
Return the JodaTimeContext associated with the current thread, if any.
- getKeepAliveSeconds() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the ThreadPoolExecutor's keep-alive seconds.
- getKey() - Method in exception org.springframework.cache.Cache.ValueRetrievalException
-
- getKey() - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- getKey() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getKeyGenerator() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Return the default
KeyGenerator
that this cache aspect delegates to.
- getKeyGenerator() - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
- getKeyGenerator() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getKeys() - Method in class org.springframework.context.support.MessageSourceResourceBundle
-
This implementation throws UnsupportedOperationException
,
as a MessageSource does not allow for enumerating the defined message codes.
- getLazyResolutionProxyIfNecessary(DependencyDescriptor, String) - Method in class org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
-
- getLifecycleBeans() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
Retrieve all applicable Lifecycle beans: all singletons that have already been created,
as well as all SmartLifecycle beans (even if they are marked as lazy-init).
- getLoadTimeWeaver() - Method in interface org.springframework.context.annotation.LoadTimeWeavingConfigurer
-
Create, configure and return the LoadTimeWeaver
instance to be used.
- getLocale() - Method in interface org.springframework.context.i18n.LocaleContext
-
Return the current Locale, which can be fixed or determined dynamically,
depending on the implementation strategy.
- getLocale() - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Return the Locale associated with the current thread, if any,
or the system default Locale else.
- getLocale() - Method in class org.springframework.context.i18n.SimpleLocaleContext
-
- getLocale() - Method in class org.springframework.context.support.MessageSourceResourceBundle
-
This implementation exposes the specified Locale for introspection
through the standard ResourceBundle.getLocale()
method.
- getLocaleContext() - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Return the LocaleContext associated with the current thread, if any.
- getLogFile() - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- getLookupType() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
Return the desired type for the lookup.
- getManagedAttribute(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedAttribute(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an instance of ManagedAttribute
if the supplied Method
has the corresponding metadata.
- getManagedMetric(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedMetric(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an instance of ManagedMetric
if the supplied Method
has the corresponding metadata.
- getManagedNotifications(Class<?>) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedNotifications(Class<?>) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an array of
ManagedNotifications
if the supplied the
Class
has the corresponding metadata.
- getManagedOperation(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedOperation(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an instance of ManagedOperation
if the supplied Method
has the corresponding metadata.
- getManagedOperationParameters(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedOperationParameters(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an array of ManagedOperationParameter
if the supplied Method
has the corresponding metadata.
- getManagedResource(Class<?>) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedResource(Class<?>) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an instance of ManagedResource
if the supplied Class
has the appropriate metadata.
- getManagementInterface() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Return the management interface of the target MBean,
or null
if none specified.
- getMaxPoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the ThreadPoolExecutor's maximum pool size.
- getMBeanInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Create an instance of the ModelMBeanInfoSupport
class supplied with all
JMX implementations and populates the metadata through calls to the subclass.
- getMBeanInfo(Object, String) - Method in interface org.springframework.jmx.export.assembler.MBeanInfoAssembler
-
Create the ModelMBeanInfo for the given managed resource.
- getMBeanInterface(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
-
Return the Standard MBean interface for the given class, if any
(that is, an interface whose name matches the class name of the
given class but with suffix "MBean").
- getMBeanServer() - Method in enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
-
- getMergedProperties(Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Get a PropertiesHolder that contains the actually visible properties
for a Locale, after merging all specified resource bundles.
- getMessage(String, Object[], String, Locale) - Method in interface org.springframework.context.MessageSource
-
Try to resolve the message.
- getMessage(String, Object[], Locale) - Method in interface org.springframework.context.MessageSource
-
Try to resolve the message.
- getMessage(MessageSourceResolvable, Locale) - Method in interface org.springframework.context.MessageSource
-
Try to resolve the message using all the attributes contained within the
MessageSourceResolvable
argument that was passed in.
- getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
- getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
- getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
- getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
-
- getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
-
- getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
-
- getMessage(String, String) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the default Locale.
- getMessage(String, String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the given Locale.
- getMessage(String, Object[], String) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the default Locale.
- getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the given Locale.
- getMessage(String) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the default Locale.
- getMessage(String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the given Locale.
- getMessage(String, Object[]) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the default Locale.
- getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the given Locale.
- getMessage(MessageSourceResolvable) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the given MessageSourceResolvable (e.g.
- getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
-
Retrieve the given MessageSourceResolvable (e.g.
- getMessage() - Method in exception org.springframework.validation.BindException
-
Returns diagnostic information about the errors held in this object.
- getMessageCodesResolver() - Method in class org.springframework.validation.AbstractBindingResult
-
Return the strategy to use for resolving errors into message codes.
- getMessageFormat(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getMessageFormat(ResourceBundle, String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
Return a MessageFormat for the given bundle and code,
fetching already generated MessageFormats from the cache.
- getMessageFromParent(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
Try to retrieve the given message from the parent MessageSource, if any.
- getMessageInternal(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
Resolve the given code and arguments as message in the given Locale,
returning null
if not found.
- getMessageInterpolator() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- getMessageSource() - Method in class org.springframework.ui.context.support.SimpleTheme
-
- getMessageSource() - Method in interface org.springframework.ui.context.Theme
-
Return the specific MessageSource that resolves messages
with respect to this theme.
- getMessageSourceAccessor() - Method in class org.springframework.context.support.ApplicationObjectSupport
-
Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
- getMetaClass() - Method in class org.springframework.context.support.GenericGroovyApplicationContext
-
- getMetadata() - Method in class org.springframework.context.annotation.ScannedGenericBeanDefinition
-
- getMetadataReaderFactory() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Return the MetadataReaderFactory used by this component provider.
- getMethod() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getMethod() - Method in interface org.springframework.cache.interceptor.CacheOperationInvocationContext
-
Return the method which was invoked.
- getMethod() - Method in class org.springframework.scheduling.support.ScheduledMethodRunnable
-
- getMethodName() - Method in class org.springframework.remoting.support.RemoteInvocation
-
Return the name of the target method.
- getMethodSignature(Method) - Static method in class org.springframework.jmx.support.JmxUtils
-
Create a String[]
representing the argument signature of a
method.
- getMetricType() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
A description of how this metric's values change over time.
- getMissingCache(String) - Method in class org.springframework.cache.support.AbstractCacheManager
-
Return a missing cache with the specified name
or null
if
such cache does not exist or could not be created on the fly.
- getModel() - Method in class org.springframework.validation.AbstractBindingResult
-
Return a model Map for the obtained state, exposing an Errors
instance as '
MODEL_KEY_PREFIX
+ objectName'
and the object itself.
- getModel() - Method in exception org.springframework.validation.BindException
-
- getModel() - Method in interface org.springframework.validation.BindingResult
-
Return a model Map for the obtained state, exposing a BindingResult
instance as '
MODEL_KEY_PREFIX
+ objectName'
and the object itself as 'objectName'.
- getMonetaryAmountFormat(Locale) - Method in class org.springframework.format.number.money.MonetaryAmountFormatter
-
Obtain a MonetaryAmountFormat for the given locale.
- getMXBeanInterface(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
-
Return the Java 6 MXBean interface exists for the given class, if any
(that is, an interface whose name ends with "MXBean" and/or
carries an appropriate MXBean annotation).
- getName() - Method in interface org.springframework.cache.Cache
-
Return the cache name.
- getName() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
-
- getName() - Method in class org.springframework.cache.interceptor.CacheOperation
-
- getName() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
Return the resource name for the lookup.
- getName() - Method in class org.springframework.jmx.export.metadata.ManagedNotification
-
Return the name of this notification.
- getName() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Return the name of this parameter in the operation signature.
- getName() - Method in class org.springframework.ui.context.support.SimpleTheme
-
- getName() - Method in interface org.springframework.ui.context.Theme
-
Return the name of the theme.
- getNativeCache() - Method in interface org.springframework.cache.Cache
-
Return the underlying native cache provider.
- getNativeCache() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
-
- getNestedPath() - Method in class org.springframework.validation.AbstractErrors
-
- getNestedPath() - Method in exception org.springframework.validation.BindException
-
- getNestedPath() - Method in interface org.springframework.validation.Errors
-
Return the current nested path of this
Errors
object.
- getNotificationFilter() - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
- getNotificationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
-
- getNotificationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the notification metadata for the MBean resource.
- getNotificationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
- getNotificationListener() - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
- getNotificationTypes() - Method in class org.springframework.jmx.export.metadata.ManagedNotification
-
Return the list of notification types.
- getNumberFormat(Locale) - Method in class org.springframework.format.number.AbstractNumberFormatter
-
Obtain a concrete NumberFormat for the specified locale.
- getNumberFormat(Locale) - Method in class org.springframework.format.number.CurrencyStyleFormatter
-
- getNumberFormat(Locale) - Method in class org.springframework.format.number.NumberStyleFormatter
-
- getNumberFormat(Locale) - Method in class org.springframework.format.number.PercentStyleFormatter
-
- getObject() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- getObject() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
-
- getObject() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- getObject() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- getObject() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
-
- getObject() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
-
- getObject() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- getObject() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
-
- getObject() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
- getObject() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
- getObject() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
- getObject() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
-
- getObject() - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
Return the singleton JNDI object.
- getObject() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-
- getObject() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- getObject() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- getObject() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
- getObject() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
- getObject() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- getObject() - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
- getObject() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- getObjectName(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
-
Retrieve the ObjectName
for a bean.
- getObjectName() - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
Return the JMX ObjectName of this managed resource.
- getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.IdentityNamingStrategy
-
Returns an instance of ObjectName
based on the identity
of the managed resource.
- getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
-
Attempts to retrieve the ObjectName
via the given key, trying to
find a mapped value in the mappings first.
- getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
-
Reads the ObjectName
from the source-level metadata associated
with the managed resource's Class
.
- getObjectName(Object, String) - Method in interface org.springframework.jmx.export.naming.ObjectNamingStrategy
-
Obtain an ObjectName
for the supplied bean.
- getObjectName() - Method in interface org.springframework.jmx.export.naming.SelfNaming
-
Return the ObjectName
for the implementing object.
- getObjectName() - Method in class org.springframework.validation.AbstractBindingResult
-
- getObjectName() - Method in exception org.springframework.validation.BindException
-
- getObjectName() - Method in class org.springframework.validation.DataBinder
-
Return the name of the bound object.
- getObjectName() - Method in interface org.springframework.validation.Errors
-
Return the name of the bound root object.
- getObjectName() - Method in class org.springframework.validation.ObjectError
-
Return the name of the affected object.
- getObjectToExport() - Method in class org.springframework.remoting.rmi.RmiBasedExporter
-
Determine the object to export: either the service object itself
or a RmiInvocationWrapper in case of a non-RMI service object.
- getObjectType() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- getObjectType() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
-
- getObjectType() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
-
- getObjectType() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
-
- getObjectType() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- getObjectType() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
- getObjectType() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
- getObjectType() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
- getObjectType() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
-
- getObjectType() - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
- getObjectType() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- getObjectType() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
- getObjectType() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
- getObjectType() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- getObjectType() - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
- getObjectType() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- getOperation() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getOperation() - Method in interface org.springframework.cache.interceptor.CacheOperationInvocationContext
-
Return the cache operation.
- getOperationContext(CacheOperation, Method, Object[], Object, Class<?>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
- getOperationDescription() - Method in class org.springframework.cache.interceptor.CacheableOperation.Builder
-
- getOperationDescription() - Method in class org.springframework.cache.interceptor.CacheEvictOperation.Builder
-
- getOperationDescription() - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-
Return an identifying description for this caching operation.
- getOperationDescription() - Method in class org.springframework.cache.interceptor.CachePutOperation.Builder
-
- getOperationDescription(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Get the description for a particular operation.
- getOperationDescription(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Retrieves the description for the supplied Method
from the
metadata.
- getOperationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the operation metadata for the MBean resource.
- getOperationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Iterate through all methods on the MBean class and gives subclasses the chance
to vote on their inclusion.
- getOperationParameters(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Create parameter info for the given method.
- getOperationParameters(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Reads MBeanParameterInfo
from the ManagedOperationParameter
attributes attached to a method.
- getOrder() - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- getOrder() - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
- getOrder() - Method in class org.springframework.context.event.DefaultEventListenerFactory
-
- getOrder() - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
-
- getOrder() - Method in class org.springframework.context.event.SourceFilteringListener
-
- getOrder() - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
-
- getOrder() - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- getOrder() - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- getOriginal() - Method in exception org.springframework.cache.interceptor.CacheOperationInvoker.ThrowableWrapper
-
- getParameterNameDiscoverer() - Method in class org.springframework.context.expression.CachedExpressionEvaluator
-
Return a shared parameter name discoverer which caches data internally.
- getParameterNameDiscoverer() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return the ParameterNameDiscoverer to use for resolving method parameter
names if needed (may be null
in order to skip parameter detection).
- getParameterTypes() - Method in class org.springframework.remoting.support.RemoteInvocation
-
Return the parameter types of the target method.
- getParent() - Method in interface org.springframework.context.ApplicationContext
-
Return the parent context, or null
if there is no parent
and this is the root of the context hierarchy.
- getParent() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the parent context, or null
if there is no parent
(that is, this context is the root of the context hierarchy).
- getParentBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getParentMessageSource() - Method in interface org.springframework.context.HierarchicalMessageSource
-
Return the parent of this MessageSource, or null
if none.
- getParentMessageSource() - Method in class org.springframework.context.support.AbstractMessageSource
-
- getParentMessageSource() - Method in class org.springframework.context.support.DelegatingMessageSource
-
- getParentThemeSource() - Method in interface org.springframework.ui.context.HierarchicalThemeSource
-
Return the parent of this ThemeSource, or null
if none.
- getParentThemeSource() - Method in class org.springframework.ui.context.support.DelegatingThemeSource
-
- getParentThemeSource() - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
- getParser() - Method in class org.springframework.context.expression.CachedExpressionEvaluator
-
Return the SpelExpressionParser
to use.
- getParser(A, Class<?>) - Method in interface org.springframework.format.AnnotationFormatterFactory
-
Get the Parser to parse a submitted value for a field of fieldType
annotated with annotation
.
- getParser(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
-
- getParser(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
-
- getParser(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
-
- getParser(NumberFormat, Class<?>) - Method in class org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
-
- getParser(NumberFormat, Class<?>) - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
-
- getPayload() - Method in class org.springframework.context.PayloadApplicationEvent
-
Return the payload of the event.
- getPeriod() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Return the period between repeated task executions.
- getPersistLocation() - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- getPersistName() - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- getPersistPeriod() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-
- getPersistPeriod() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
The persist period for this metric.
- getPersistPeriod() - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- getPersistPolicy() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-
- getPersistPolicy() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
The persist policy for this metric.
- getPersistPolicy() - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- getPhase() - Method in interface org.springframework.context.Phased
-
Return the phase value of this object.
- getPhase(Lifecycle) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
Determine the lifecycle phase of the given bean.
- getPointcut() - Method in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
-
- getPointcut() - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
- getPoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the current pool size.
- getPoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the current pool size.
- getPort() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Return the port of the registry for the exported RMI service.
- getPrefix() - Method in class org.springframework.validation.DefaultMessageCodesResolver
-
Return the prefix to be applied to any code built by this resolver.
- getPrinter(A, Class<?>) - Method in interface org.springframework.format.AnnotationFormatterFactory
-
Get the Printer to print the value of a field of fieldType
annotated with
annotation
.
- getPrinter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
-
- getPrinter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
-
- getPrinter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
-
- getPrinter(NumberFormat, Class<?>) - Method in class org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
-
- getPrinter(NumberFormat, Class<?>) - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
-
- getProperties(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Get a PropertiesHolder for the given filename, either from the
cache or freshly loaded.
- getProperties() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getProperty(String) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
-
- getProperty(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getProperty(String) - Method in class org.springframework.jndi.JndiPropertySource
-
This implementation looks up and returns the value associated with the given
name from the underlying
JndiLocatorDelegate
.
- getPropertyAccessor() - Method in class org.springframework.validation.AbstractPropertyBindingResult
-
Provide the PropertyAccessor to work with, according to the
concrete strategy of access.
- getPropertyAccessor() - Method in class org.springframework.validation.BeanPropertyBindingResult
-
Returns the BeanWrapper
that this instance uses.
- getPropertyAccessor() - Method in class org.springframework.validation.DataBinder
-
Return the underlying PropertyAccessor of this binder's BindingResult.
- getPropertyAccessor() - Method in class org.springframework.validation.DirectFieldBindingResult
-
Returns the DirectFieldAccessor that this instance uses.
- getPropertyEditorRegistry() - Method in class org.springframework.validation.AbstractBindingResult
-
This implementation returns null
.
- getPropertyEditorRegistry() - Method in class org.springframework.validation.AbstractPropertyBindingResult
-
Returns the underlying PropertyAccessor.
- getPropertyEditorRegistry() - Method in exception org.springframework.validation.BindException
-
- getPropertyEditorRegistry() - Method in interface org.springframework.validation.BindingResult
-
Return the underlying PropertyEditorRegistry.
- getPropertyEditorRegistry() - Method in class org.springframework.validation.DataBinder
-
Return the underlying TypeConverter of this binder's BindingResult.
- getPropertyType() - Method in class org.springframework.context.expression.MapAccessor
-
- getProxy() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
- getProxyForService() - Method in class org.springframework.remoting.support.RemoteExporter
-
Get a proxy for the given service object, implementing the specified
service interface.
- getRawFieldValue(String) - Method in class org.springframework.validation.AbstractBindingResult
-
- getRawFieldValue(String) - Method in exception org.springframework.validation.BindException
-
- getRawFieldValue(String) - Method in interface org.springframework.validation.BindingResult
-
Extract the raw field value for the given field.
- getReader() - Method in class org.springframework.context.support.GenericGroovyApplicationContext
-
Exposes the underlying GroovyBeanDefinitionReader
for convenient access
to the loadBeanDefinition
methods on it as well as the ability
to specify an inline Groovy bean definition closure.
- getReader() - Method in class org.springframework.context.support.GenericXmlApplicationContext
-
Exposes the underlying XmlBeanDefinitionReader
for additional
configuration facilities and loadBeanDefinition
variations.
- getRefreshTimestamp() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getRegisteredObjectNames() - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
-
- getRegistry() - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Return the BeanDefinitionRegistry that this scanner operates on.
- getRegistry() - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Return the BeanDefinitionRegistry that this scanner operates on.
- getRegistry() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Returns the BeanDefinitionRegistry
used by this scanner, if any.
- getRegistry() - Method in interface org.springframework.context.annotation.ConditionContext
-
Return the BeanDefinitionRegistry
that will hold the bean definition
should the condition match or null
if the registry is not available.
- getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Locate or create the RMI registry.
- getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Locate or create the RMI registry.
- getRegistry(int) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Locate or create the RMI registry.
- getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
Locate or create the RMI registry for this exporter.
- getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
Locate or create the RMI registry for this exporter.
- getRegistry(int) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
-
Locate or create the RMI registry for this exporter.
- getRejectedValue(String, ConstraintViolation<Object>, BindingResult) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
Extract the rejected value behind the given constraint violation,
for exposure through the Spring errors representation.
- getRejectedValue() - Method in class org.springframework.validation.FieldError
-
Return the rejected field value.
- getRemoteInvocationExecutor() - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
-
Return the RemoteInvocationExecutor used by this exporter.
- getRemoteInvocationFactory() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Return the RemoteInvocationFactory used by this accessor.
- getRemoteInvocationFactory() - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
-
Return the RemoteInvocationFactory used by this accessor.
- getRequiredBindingResult(Map<?, ?>, String) - Static method in class org.springframework.validation.BindingResultUtils
-
Find a required BindingResult for the given name in the given model.
- getRequiredFields() - Method in class org.springframework.validation.DataBinder
-
Return the fields that are required for each binding process.
- getRequiredType() - Method in exception org.springframework.jndi.TypeMismatchNamingException
-
Return the required type for the lookup, if available.
- getResolvableField(String, String) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
Build a resolvable wrapper for the specified field, allowing to resolve the field's
name in a MessageSource
.
- getResolvableType() - Method in class org.springframework.context.PayloadApplicationEvent
-
- getResolvedObjectNames() - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
- getResource(CommonAnnotationBeanPostProcessor.LookupElement, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Obtain the resource object for the given name and type.
- getResource(String) - Method in class org.springframework.context.support.GenericApplicationContext
-
This implementation delegates to this context's ResourceLoader if set,
falling back to the default superclass behavior else.
- getResource(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
- getResource(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
-
- getResource() - Method in class org.springframework.scripting.support.ResourceScriptSource
-
Return the Resource
to load the
script from.
- getResourceAsStream(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
- getResourceAsStream(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
-
- getResourceBundle(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
Return a ResourceBundle for the given basename and code,
fetching already generated MessageFormats from the cache.
- getResourceBundle(Locale) - Method in class org.springframework.validation.beanvalidation.MessageSourceResourceBundleLocator
-
- getResourceByPath(String) - Method in class org.springframework.context.support.FileSystemXmlApplicationContext
-
Resolve resource paths as file system paths.
- getResourceLoader() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Return the ResourceLoader that this component provider uses.
- getResourceLoader() - Method in interface org.springframework.context.annotation.ConditionContext
-
Return the ResourceLoader
currently being used or null
if the resource loader cannot be obtained.
- getResourcePatternResolver() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the ResourcePatternResolver to use for resolving location patterns
into Resource instances.
- getResources(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getResources(String) - Method in class org.springframework.context.support.GenericApplicationContext
-
This implementation delegates to this context's ResourceLoader if it
implements the ResourcePatternResolver interface, falling back to the
default superclass behavior else.
- getResources(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
- getResources(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
-
- getRunnable() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Return the Runnable to schedule as executor task.
- getRunnable() - Method in class org.springframework.scheduling.config.Task
-
- getRunnableToSchedule(ScheduledExecutorTask) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Determine the actual Runnable to schedule for the given task.
- getScheduledExecutor() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the underlying ScheduledExecutorService for native access.
- getScheduledThreadPoolExecutor() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the underlying ScheduledThreadPoolExecutor, if available.
- getScheduler() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Return the
TaskScheduler
instance for this registrar (may be
null
).
- getScopedProxyMode() - Method in class org.springframework.context.annotation.ScopeMetadata
-
Get the proxy-mode to be applied to the scoped instance.
- getScopeName() - Method in class org.springframework.context.annotation.ScopeMetadata
-
Get the name of the scope.
- getScriptAsString() - Method in interface org.springframework.scripting.ScriptSource
-
Retrieve the current script source text as String.
- getScriptAsString() - Method in class org.springframework.scripting.support.ResourceScriptSource
-
- getScriptAsString() - Method in class org.springframework.scripting.support.StaticScriptSource
-
- getScriptedObject(ScriptSource, Class<?>...) - Method in class org.springframework.scripting.bsh.BshScriptFactory
-
- getScriptedObject(ScriptSource, Class<?>...) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
Loads and parses the Groovy script via the GroovyClassLoader.
- getScriptedObject(ScriptSource, Class<?>...) - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
-
Deprecated.
Load and parse the JRuby script via JRubyScriptUtils.
- getScriptedObject(ScriptSource, Class<?>...) - Method in interface org.springframework.scripting.ScriptFactory
-
Factory method for creating the scripted Java object.
- getScriptedObject(ScriptSource, Class<?>...) - Method in class org.springframework.scripting.support.StandardScriptFactory
-
Load and parse the script via JSR-223's ScriptEngine.
- getScriptedObjectType(ScriptSource) - Method in class org.springframework.scripting.bsh.BshScriptFactory
-
- getScriptedObjectType(ScriptSource) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- getScriptedObjectType(ScriptSource) - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
-
Deprecated.
- getScriptedObjectType(ScriptSource) - Method in interface org.springframework.scripting.ScriptFactory
-
Determine the type of the scripted Java object.
- getScriptedObjectType(ScriptSource) - Method in class org.springframework.scripting.support.StandardScriptFactory
-
- getScriptEngine(ScriptSource) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
-
Obtain the JSR-223 ScriptEngine to use for the given script.
- getScriptException() - Method in exception org.springframework.scripting.support.StandardScriptEvalException
-
- getScriptInterfaces() - Method in class org.springframework.scripting.bsh.BshScriptFactory
-
- getScriptInterfaces() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
Groovy scripts determine their interfaces themselves,
hence we don't need to explicitly expose interfaces here.
- getScriptInterfaces() - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
-
Deprecated.
- getScriptInterfaces() - Method in interface org.springframework.scripting.ScriptFactory
-
Return the business interfaces that the script is supposed to implement.
- getScriptInterfaces() - Method in class org.springframework.scripting.support.StandardScriptFactory
-
- getScriptSource() - Method in exception org.springframework.scripting.ScriptCompilationException
-
Return the source for the offending script.
- getScriptSource(String, String) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Obtain a ScriptSource for the given bean, lazily creating it
if not cached already.
- getScriptSourceLocator() - Method in class org.springframework.scripting.bsh.BshScriptFactory
-
- getScriptSourceLocator() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- getScriptSourceLocator() - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
-
Deprecated.
- getScriptSourceLocator() - Method in interface org.springframework.scripting.ScriptFactory
-
Return a locator that points to the source of the script.
- getScriptSourceLocator() - Method in class org.springframework.scripting.support.StandardScriptFactory
-
- getServer() - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
-
Return the MBeanServer
that the beans will be registered with.
- getService() - Method in class org.springframework.remoting.support.RemoteExporter
-
Return the service to export.
- getServiceInterface() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Return the interface of the service to access.
- getServiceInterface() - Method in class org.springframework.remoting.support.RemoteAccessor
-
Return the interface of the service to access.
- getServiceInterface() - Method in class org.springframework.remoting.support.RemoteExporter
-
Return the interface of the service to export.
- getServiceUrl() - Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
-
Return the URL of this remote accessor's target service.
- getSessionBeanInstance() - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
-
Return an EJB instance to delegate the call to.
- getSessionBeanInstance() - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
-
Return an EJB component instance to delegate the call to.
- getSimpleTypeConverter() - Method in class org.springframework.validation.DataBinder
-
Return this binder's underlying SimpleTypeConverter.
- getSnapshotAsJson() - Method in class org.springframework.context.support.LiveBeansView
-
- getSnapshotAsJson() - Method in interface org.springframework.context.support.LiveBeansViewMBean
-
Generate a JSON snapshot of current beans and their dependencies.
- getSpecificTargetClasses() - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
-
- getSpecificTargetClasses() - Method in class org.springframework.context.expression.BeanFactoryAccessor
-
- getSpecificTargetClasses() - Method in class org.springframework.context.expression.EnvironmentAccessor
-
- getSpecificTargetClasses() - Method in class org.springframework.context.expression.MapAccessor
-
- getStartupDate() - Method in interface org.springframework.context.ApplicationContext
-
Return the timestamp when this context was first loaded.
- getStartupDate() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Return the timestamp (ms) when this context was first loaded.
- getStaticMessageSource() - Method in class org.springframework.context.support.StaticApplicationContext
-
Return the internal StaticMessageSource used by this context.
- getStringOrNull(ResourceBundle, String) - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
Efficiently retrieve the String value for the specified key,
or return null
if not found.
- getStub() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Return the RMI stub to use.
- getStub() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
-
Return the RMI stub to use.
- getSuppressedFields() - Method in class org.springframework.validation.AbstractBindingResult
-
Return the list of fields that were suppressed during the bind process.
- getSuppressedFields() - Method in exception org.springframework.validation.BindException
-
- getSuppressedFields() - Method in interface org.springframework.validation.BindingResult
-
Return the list of fields that were suppressed during the bind process.
- getTarget() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getTarget() - Method in interface org.springframework.cache.interceptor.CacheOperationInvocationContext
-
Return the target instance on which the method was invoked.
- getTarget() - Method in class org.springframework.jndi.JndiObjectTargetSource
-
- getTarget() - Method in class org.springframework.scheduling.support.ScheduledMethodRunnable
-
- getTarget() - Method in class org.springframework.validation.AbstractBindingResult
-
Return the wrapped target object.
- getTarget() - Method in class org.springframework.validation.BeanPropertyBindingResult
-
- getTarget() - Method in exception org.springframework.validation.BindException
-
- getTarget() - Method in interface org.springframework.validation.BindingResult
-
Return the wrapped target object, which may be a bean, an object with
public fields, a Map - depending on the concrete binding strategy.
- getTarget() - Method in class org.springframework.validation.DataBinder
-
Return the wrapped target object.
- getTarget() - Method in class org.springframework.validation.DirectFieldBindingResult
-
- getTarget() - Method in class org.springframework.validation.MapBindingResult
-
- getTargetBean() - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
Return the target bean instance to use.
- getTargetClass(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Return the actual bean class of the given bean instance.
- getTargetClass() - Method in class org.springframework.jndi.JndiObjectTargetSource
-
- getTargetInterfaceName() - Method in interface org.springframework.remoting.rmi.RmiInvocationHandler
-
Return the name of the target interface that this invoker operates on.
- getTargetMap() - Method in class org.springframework.validation.MapBindingResult
-
- getTaskExecutor() - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
-
Return the current task executor for this multicaster.
- getTheme(String) - Method in class org.springframework.ui.context.support.DelegatingThemeSource
-
- getTheme(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
This implementation returns a SimpleTheme instance, holding a
ResourceBundle-based MessageSource whose basename corresponds to
the given theme name (prefixed by the configured "basenamePrefix").
- getTheme(String) - Method in interface org.springframework.ui.context.ThemeSource
-
Return the Theme instance for the given theme name.
- getThreadPoolExecutor() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the underlying ThreadPoolExecutor for native access.
- getThrowawayClassLoader() - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
-
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
-
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
-
- getThrowawayClassLoader() - Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
-
Return a throwaway ClassLoader
, enabling classes to be
loaded and inspected without affecting the parent ClassLoader
.
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
-
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
-
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
-
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
-
- getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
-
- getTimestamp() - Method in class org.springframework.context.ApplicationEvent
-
Return the system time in milliseconds when the event happened.
- getTimeUnit() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Return the time unit for the delay and period values.
- getTimeZone() - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Return the TimeZone associated with the current thread, if any,
or the system default TimeZone else.
- getTimeZone() - Method in class org.springframework.context.i18n.SimpleTimeZoneAwareLocaleContext
-
- getTimeZone() - Method in interface org.springframework.context.i18n.TimeZoneAwareLocaleContext
-
Return the current TimeZone, which can be fixed or determined dynamically,
depending on the implementation strategy.
- getTimeZone() - Method in class org.springframework.format.datetime.joda.JodaTimeContext
-
Return the user's time zone, if any.
- getTimeZone() - Method in class org.springframework.format.datetime.standard.DateTimeContext
-
Return the user's time zone, if any.
- getTraversableResolver() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- getTrigger() - Method in class org.springframework.scheduling.config.TriggerTask
-
- getTriggerTaskList() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Get the trigger tasks as an unmodifiable list of
TriggerTask
objects.
- getType(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- getType(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getTypeConverter() - Method in class org.springframework.validation.DataBinder
-
Return the underlying TypeConverter of this binder's BindingResult.
- getUnit() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
The expected unit of measurement values.
- getUnless() - Method in class org.springframework.cache.interceptor.CacheableOperation
-
- getUnless() - Method in class org.springframework.cache.interceptor.CachePutOperation
-
- getValidationPropertyMap() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Allow Map access to the bean validation properties to be passed to the validation provider,
with the option to add or override specific entries.
- getValidator() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- getValidator() - Method in class org.springframework.validation.DataBinder
-
Return the primary Validator to apply after each binding step, if any.
- getValidators() - Method in class org.springframework.validation.DataBinder
-
Return the Validators to apply after data binding.
- getValue() - Method in class org.springframework.remoting.support.RemoteInvocationResult
-
Return the result value returned by a successful invocation
of the target method, if any.
- GlassFishLoadTimeWeaver - Class in org.springframework.instrument.classloading.glassfish
-
LoadTimeWeaver
implementation for GlassFish's
org.glassfish.api.deployment.InstrumentableClassLoader InstrumentableClassLoader
.
- GlassFishLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
-
- GlassFishLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
-
- GroovyObjectCustomizer - Interface in org.springframework.scripting.groovy
-
- GroovyScriptEvaluator - Class in org.springframework.scripting.groovy
-
Groovy-based implementation of Spring's
ScriptEvaluator
strategy interface.
- GroovyScriptEvaluator() - Constructor for class org.springframework.scripting.groovy.GroovyScriptEvaluator
-
Construct a new GroovyScriptEvaluator.
- GroovyScriptEvaluator(ClassLoader) - Constructor for class org.springframework.scripting.groovy.GroovyScriptEvaluator
-
Construct a new GroovyScriptEvaluator.
- GroovyScriptFactory - Class in org.springframework.scripting.groovy
-
- GroovyScriptFactory(String) - Constructor for class org.springframework.scripting.groovy.GroovyScriptFactory
-
Create a new GroovyScriptFactory for the given script source.
- GroovyScriptFactory(String, GroovyObjectCustomizer) - Constructor for class org.springframework.scripting.groovy.GroovyScriptFactory
-
Create a new GroovyScriptFactory for the given script source,
specifying a strategy interface that can create a custom MetaClass
to supply missing methods and otherwise change the behavior of the object.
- GroovyScriptFactory(String, CompilerConfiguration) - Constructor for class org.springframework.scripting.groovy.GroovyScriptFactory
-
Create a new GroovyScriptFactory for the given script source,
specifying a strategy interface that can create a custom MetaClass
to supply missing methods and otherwise change the behavior of the object.
- GroovyScriptFactory(String, CompilationCustomizer...) - Constructor for class org.springframework.scripting.groovy.GroovyScriptFactory
-
Create a new GroovyScriptFactory for the given script source,
specifying a strategy interface that can customize Groovy's compilation
process within the underlying GroovyClassLoader.
- IDENTITY_OBJECT_NAME_KEY - Static variable in class org.springframework.jmx.support.JmxUtils
-
The key used when extending an existing
ObjectName
with the
identity hash code of its corresponding managed resource.
- IdentityNamingStrategy - Class in org.springframework.jmx.export.naming
-
An implementation of the ObjectNamingStrategy
interface that
creates a name based on the identity of a given instance.
- IdentityNamingStrategy() - Constructor for class org.springframework.jmx.export.naming.IdentityNamingStrategy
-
- IGNORE_JNDI_PROPERTY_NAME - Static variable in class org.springframework.jndi.JndiLocatorDelegate
-
System property that instructs Spring to ignore a default JNDI environment, i.e.
- ignoreResourceType(String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Ignore the given resource type when resolving @Resource
annotations.
- Import - Annotation Type in org.springframework.context.annotation
-
- ImportAware - Interface in org.springframework.context.annotation
-
Interface to be implemented by any @
Configuration
class that wishes
to be injected with the
AnnotationMetadata
of the @
Configuration
class that imported it.
- ImportBeanDefinitionRegistrar - Interface in org.springframework.context.annotation
-
Interface to be implemented by types that register additional bean definitions when
processing @
Configuration
classes.
- ImportResource - Annotation Type in org.springframework.context.annotation
-
Indicates one or more resources containing bean definitions to import.
- ImportSelector - Interface in org.springframework.context.annotation
-
Interface to be implemented by types that determine which @
Configuration
class(es) should be imported based on a given selection criteria, usually one or more
annotation attributes.
- includeBean(Class<?>, String) - Method in interface org.springframework.jmx.export.assembler.AutodetectCapableMBeanInfoAssembler
-
Indicate whether a particular bean should be included in the registration
process, if it is not specified in the beans
map of the
MBeanExporter
.
- includeBean(Class<?>, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Used for autodetection of beans.
- includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to vote on the inclusion of a particular operation.
- includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Check to see if the Method
is declared in
one of the configured interfaces and that it is public.
- includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Votes on the inclusion of an operation.
- includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
- includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
- includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
Always returns true
.
- includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to vote on the inclusion of a particular attribute accessor.
- includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Check to see if the Method
is declared in
one of the configured interfaces and that it is public.
- includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Vote on the inclusion of an attribute accessor.
- includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
- includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
- includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
Always returns true
.
- includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to vote on the inclusion of a particular attribute mutator.
- includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Check to see if the Method
is declared in
one of the configured interfaces and that it is public.
- includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Votes on the inclusion of an attribute mutator.
- includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
- includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
- includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
Always returns true
.
- init() - Method in class org.springframework.cache.config.CacheNamespaceHandler
-
- init() - Method in class org.springframework.context.config.ContextNamespaceHandler
-
- init() - Method in class org.springframework.ejb.config.JeeNamespaceHandler
-
- init() - Method in class org.springframework.scheduling.config.TaskNamespaceHandler
-
- init() - Method in class org.springframework.scripting.config.LangNamespaceHandler
-
- initApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.ApplicationObjectSupport
-
Subclasses can override this for custom initialization behavior.
- initApplicationContext() - Method in class org.springframework.context.support.ApplicationObjectSupport
-
Subclasses can override this for custom initialization behavior.
- initApplicationEventMulticaster() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Initialize the ApplicationEventMulticaster.
- initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
-
Initialize the bean definition reader used for loading the bean
definitions of this context.
- initBeanPropertyAccess() - Method in class org.springframework.validation.DataBinder
-
Initialize standard JavaBean property access for this DataBinder.
- initConversion(ConversionService) - Method in class org.springframework.validation.AbstractPropertyBindingResult
-
- initDirectFieldAccess() - Method in class org.springframework.validation.DataBinder
-
Initialize direct field access for this DataBinder,
as alternative to the default bean property access.
- initialize(C) - Method in interface org.springframework.context.ApplicationContextInitializer
-
Initialize the given application context.
- initialize() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Set up the ExecutorService.
- initializeCaches() - Method in class org.springframework.cache.support.AbstractCacheManager
-
Initialize the static configuration of caches.
- initializeDefinition(BeanFactory) - Method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
-
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- initLifecycleProcessor() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Initialize the LifecycleProcessor.
- initMessageSource() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Initialize the MessageSource.
- initParent(Theme) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
Initialize the MessageSource of the given theme with the
one from the corresponding parent of this ThemeSource.
- initPropertySources() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Replace any stub property sources with actual instances.
- initThemeSource(ApplicationContext) - Static method in class org.springframework.ui.context.support.UiApplicationContextUtils
-
Initialize the ThemeSource for the given application context,
autodetecting a bean with the name "themeSource".
- INLINE_SCRIPT_PREFIX - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
The Resource
-style prefix that denotes
an inline script.
- InstantFormatter - Class in org.springframework.format.datetime.standard
-
Formatter
implementation for a JSR-310
Instant
,
following JSR-310's parsing rules for an Instant (that is, not using a
configurable
DateTimeFormatter
): accepting the
default
ISO_INSTANT
format as well as
RFC_1123_DATE_TIME
(which is commonly used for HTTP date header values), as of Spring 4.3.
- InstantFormatter() - Constructor for class org.springframework.format.datetime.standard.InstantFormatter
-
- InstrumentationLoadTimeWeaver - Class in org.springframework.instrument.classloading
-
- InstrumentationLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
Create a new InstrumentationLoadTimeWeaver for the default ClassLoader.
- InstrumentationLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
Create a new InstrumentationLoadTimeWeaver for the given ClassLoader.
- InterfaceBasedMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
-
Subclass of AbstractReflectiveMBeanInfoAssembler
that allows for
the management interface of a bean to be defined using arbitrary interfaces.
- InterfaceBasedMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
- interpolate(String, MessageInterpolator.Context) - Method in class org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
-
- interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
-
- IntervalTask - Class in org.springframework.scheduling.config
-
Task
implementation defining a
Runnable
to be executed at a given
millisecond interval which may be treated as fixed-rate or fixed-delay depending on
context.
- IntervalTask(Runnable, long, long) - Constructor for class org.springframework.scheduling.config.IntervalTask
-
Create a new IntervalTask
.
- IntervalTask(Runnable, long) - Constructor for class org.springframework.scheduling.config.IntervalTask
-
Create a new IntervalTask
with no initial delay.
- InvalidInvocationException - Exception in org.springframework.jmx.access
-
Thrown when trying to invoke an operation on a proxy that is not exposed
by the proxied MBean resource's management interface.
- InvalidInvocationException(String) - Constructor for exception org.springframework.jmx.access.InvalidInvocationException
-
Create a new InvalidInvocationException
with the supplied
error message.
- InvalidMetadataException - Exception in org.springframework.jmx.export.metadata
-
Thrown by the JmxAttributeSource
when it encounters
incorrect metadata on a managed resource or one of its methods.
- InvalidMetadataException(String) - Constructor for exception org.springframework.jmx.export.metadata.InvalidMetadataException
-
Create a new InvalidMetadataException
with the supplied
error message.
- InvocationFailureException - Exception in org.springframework.jmx.access
-
Thrown when an invocation on an MBean resource failed with an exception (either
a reflection exception or an exception thrown by the target method itself).
- InvocationFailureException(String) - Constructor for exception org.springframework.jmx.access.InvocationFailureException
-
Create a new InvocationFailureException
with the supplied
error message.
- InvocationFailureException(String, Throwable) - Constructor for exception org.springframework.jmx.access.InvocationFailureException
-
Create a new InvocationFailureException
with the
specified error message and root cause.
- invoke(MethodInvocation) - Method in class org.springframework.cache.interceptor.CacheInterceptor
-
- invoke() - Method in interface org.springframework.cache.interceptor.CacheOperationInvoker
-
Invoke the cache operation defined by this instance.
- invoke(MethodInvocation) - Method in class org.springframework.context.event.EventPublicationInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Route the invocation to the configured managed resource..
- invoke(String, Object[], String[]) - Method in class org.springframework.jmx.export.SpringModelMBean
-
- invoke(MethodInvocation) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
- invoke(RemoteInvocation, Object) - Method in class org.springframework.remoting.rmi.RmiBasedExporter
-
Redefined here to be visible to RmiInvocationWrapper.
- invoke(MethodInvocation) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
-
Fetches an RMI stub and delegates to doInvoke
.
- invoke(RemoteInvocation) - Method in interface org.springframework.remoting.rmi.RmiInvocationHandler
-
Apply the given invocation to the target object.
- invoke(RemoteInvocation, Object) - Method in class org.springframework.remoting.support.DefaultRemoteInvocationExecutor
-
- invoke(Object) - Method in class org.springframework.remoting.support.RemoteInvocation
-
Perform this invocation on the given target object.
- invoke(RemoteInvocation, Object) - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
-
Apply the given remote invocation to the given target object.
- invoke(RemoteInvocation, Object) - Method in interface org.springframework.remoting.support.RemoteInvocationExecutor
-
Perform this invocation on the given target object.
- invoke(MethodInvocation) - Method in class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
-
- invoke(MethodInvocation) - Method in class org.springframework.validation.beanvalidation.MethodValidationInterceptor
-
- invokeAndCreateResult(RemoteInvocation, Object) - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
-
Apply the given remote invocation to the given target object, wrapping
the invocation result in a serializable RemoteInvocationResult object.
- invokeBeanFactoryPostProcessors(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Instantiate and invoke all registered BeanFactoryPostProcessor beans,
respecting explicit order if given.
- invokeInContext(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
Fetches an EJB home object and delegates to doInvoke
.
- invokeInContext(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Perform the given invocation on the current EJB home,
within the thread context being prepared accordingly.
- invokeInContext(MethodInvocation) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
-
This implementation "creates" a new EJB instance for each invocation.
- invokeListener(ApplicationListener, ApplicationEvent) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
-
Invoke the given listener with the given event.
- invokeMethod(String, Object) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
-
- invokeOperation(CacheOperationInvoker) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Execute the underlying operation (typically in case of cache miss) and return
the result of the invocation.
- invokeRemoteMethod(MethodInvocation, Object) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
-
Perform a raw method invocation on the given RMI stub,
letting reflection exceptions through as-is.
- invokeValidator(Validator, Object, Errors) - Static method in class org.springframework.validation.ValidationUtils
-
- invokeValidator(Validator, Object, Errors, Object...) - Static method in class org.springframework.validation.ValidationUtils
-
- isAcceptProxyClasses() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
Return whether to accept deserialization of proxy classes.
- isActive() - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Determine whether this application context is active, that is,
whether it has been refreshed at least once and has not been closed yet.
- isActive() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- isAlias(String) - Method in class org.springframework.context.support.GenericApplicationContext
-
- isAllowed(String) - Method in class org.springframework.validation.DataBinder
-
Return if the given field is allowed for binding.
- isAllowNullValues() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Return whether this cache manager accepts and converts null
values
for all of its caches.
- isAllowNullValues() - Method in class org.springframework.cache.support.AbstractValueAdaptingCache
-
Return whether null
values are allowed in this cache.
- isAlwaysUseMessageFormat() - Method in class org.springframework.context.support.MessageSourceSupport
-
Return whether to always apply the MessageFormat rules, parsing even
messages without arguments.
- isAutoGrowNestedPaths() - Method in class org.springframework.validation.DataBinder
-
Return whether "auto-growing" of nested paths has been activated.
- isAutoStartup() - Method in interface org.springframework.context.SmartLifecycle
-
Returns
true
if this
Lifecycle
component should get
started automatically by the container at the time that the containing
ApplicationContext
gets refreshed.
- isBeanDefinitionLazyInit(ListableBeanFactory, String) - Method in class org.springframework.jmx.export.MBeanExporter
-
Return whether the specified bean definition should be considered as lazy-init.
- isBeanEligible(String, BeanDefinition, ConfigurableBeanFactory) - Method in class org.springframework.context.support.LiveBeansView
-
Determine whether the specified bean is eligible for inclusion in the
LiveBeansView JSON snapshot.
- isBeanNameInUse(String) - Method in class org.springframework.context.support.GenericApplicationContext
-
- isBeforeInvocation() - Method in class org.springframework.cache.interceptor.CacheEvictOperation
-
- isBindingFailure() - Method in class org.springframework.validation.FieldError
-
Return whether this error represents a binding failure
(like a type mismatch); otherwise it is a validation failure.
- isCacheWide() - Method in class org.springframework.cache.interceptor.CacheEvictOperation
-
- isCancelled() - Method in class org.springframework.scheduling.annotation.AsyncResult
-
- isCandidateComponent(MetadataReader) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Determine whether the given class does not match any exclude filter
and does match at least one include filter.
- isCandidateComponent(AnnotatedBeanDefinition) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Determine whether the given bean definition qualifies as candidate.
- isCompatible(BeanDefinition, BeanDefinition) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Determine whether the given new bean definition is compatible with
the given existing bean definition.
- isCompilable() - Method in class org.springframework.context.expression.MapAccessor
-
- isConditionPassing(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- isConnectFailure(RemoteException) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
Determine whether the given RMI exception indicates a connect failure.
- isConnectFailure(RemoteException) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Determine whether the given RMI exception indicates a connect failure.
- isConnectFailure(SystemException) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Determine whether the given CORBA exception indicates a connect failure.
- isConnectFailure(RemoteException) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
-
Determine whether the given RMI exception indicates a connect failure.
- isConnectFailure(RemoteException) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
-
Determine whether the given RMI exception indicates a connect failure.
- isContextRequired() - Method in class org.springframework.context.support.ApplicationObjectSupport
-
Determine whether this application object needs to run in an ApplicationContext.
- isDefaultJndiEnvironmentAvailable() - Static method in class org.springframework.jndi.JndiLocatorDelegate
-
Check whether a default JNDI environment, as in a J2EE environment,
is available on this JVM.
- isDefaultName - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
- isDone() - Method in class org.springframework.scheduling.annotation.AsyncResult
-
- isEligibleForShadowing(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
-
Determine whether the specified class is eligible for shadowing
by this class loader.
- isExposeClassDescriptor() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return whether to expose the JMX descriptor field "class" for managed operations.
- isFallbackToSystemLocale() - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Return whether to fall back to the system Locale if no files for a specific
Locale have been found.
- isFixedRate() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Return whether to schedule as fixed-rate execution.
- isHomeRefreshable() - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
- isHomeRefreshable() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Return whether the cached EJB home object is potentially
subject to on-demand refreshing.
- isIgnoreInvalidFields() - Method in class org.springframework.validation.DataBinder
-
Return whether to ignore invalid fields when binding.
- isIgnoreUnknownFields() - Method in class org.springframework.validation.DataBinder
-
Return whether to ignore unknown fields when binding.
- isInstrumentationAvailable() - Static method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
Check whether an Instrumentation instance is available for the current VM.
- isLazy(DependencyDescriptor) - Method in class org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
-
- isLog() - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- isLongLived() - Method in interface org.springframework.scheduling.SchedulingAwareRunnable
-
Return whether the Runnable's operation is long-lived
(true
) versus short-lived (false
).
- isMatch(String, String) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
-
Return if the given method name matches the mapped name.
- isMatch(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
- isMatchingFieldError(String, FieldError) - Method in class org.springframework.validation.AbstractErrors
-
Check whether the given FieldError matches the given field.
- isMBean(Class<?>) - Method in class org.springframework.jmx.export.MBeanExporter
-
Determine whether the given bean class qualifies as an MBean as-is.
- isMBean(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
-
Determine whether the given bean class qualifies as an MBean as-is.
- isModified() - Method in interface org.springframework.scripting.ScriptSource
-
- isModified() - Method in class org.springframework.scripting.support.ResourceScriptSource
-
- isModified() - Method in class org.springframework.scripting.support.StaticScriptSource
-
- isMXBeanSupportAvailable() - Static method in class org.springframework.jmx.support.JmxUtils
-
- isNotIgnored(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
Determine whether the given method is supposed to be included,
that is, not configured as to be ignored.
- isOneTimeTask() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Is this task only ever going to execute once?
- isPrepared() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Return whether this client interceptor has already been prepared,
i.e.
- isPrototype(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- isPrototype(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- isRemoveOnCancelPolicy() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the current setting for the remove-on-cancel mode.
- isResourceRef() - Method in class org.springframework.jndi.JndiLocatorSupport
-
Return whether the lookup occurs in a J2EE container.
- isRunning() - Method in interface org.springframework.context.Lifecycle
-
Check whether this component is currently running.
- isRunning() - Method in class org.springframework.context.support.AbstractApplicationContext
-
- isRunning() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
- isSingleton() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- isSingleton(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- isSingleton() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
-
- isSingleton() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
-
- isSingleton() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
-
- isSingleton() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- isSingleton() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
- isSingleton() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
- isSingleton() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
- isSingleton() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
-
- isSingleton() - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
- isSingleton(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- isSingleton() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- isSingleton() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
- isSingleton() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
- isSingleton() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- isSingleton() - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
- isSingleton() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- isStatic() - Method in class org.springframework.jndi.JndiObjectTargetSource
-
- isStereotypeWithNameValue(String, Set<String>, Map<String, Object>) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
-
Check whether the given annotation is a stereotype that is allowed
to suggest a component name through its annotation value()
.
- isStoreByValue() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
-
Return whether this cache stores a copy of each entry (true
) or
a reference (false
, default).
- isStoreByValue() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Return whether this cache manager stores a copy of each entry or
a reference for all its caches.
- isSync() - Method in class org.springframework.cache.interceptor.CacheableOperation
-
- isTypeMatch(String, ResolvableType) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- isTypeMatch(String, Class<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
-
- isTypeMatch(String, ResolvableType) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- isTypeMatch(String, Class<?>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- isUseCodeAsDefaultMessage() - Method in class org.springframework.context.support.AbstractMessageSource
-
Return whether to use the message code as default message instead of
throwing a NoSuchMessageException.
- isUseStrictCasing() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return whether strict casing for attributes is enabled.
- isValidExpression(String) - Static method in class org.springframework.scheduling.support.CronSequenceGenerator
-
Determine whether the specified expression represents a valid cron pattern.