- 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 Configurationclass 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
- 
Construct a new AbstractCacheResolver.
 
- AbstractCacheResolver(CacheManager) - Constructor for class org.springframework.cache.interceptor.AbstractCacheResolver
- 
Construct a new  AbstractCacheResolver for the given  CacheManager. 
- AbstractCachingConfiguration - Class in org.springframework.cache.annotation
- 
Abstract base @Configurationclass 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 MBeanInfoAssemblerinterface
 that encapsulates the creation of aModelMBeanInfoinstance
 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 AbstractValueAdaptingCachewith 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.ConcurrentModel
- 
Copy all attributes in the supplied Collectioninto thisMap, using attribute name generation for each element.
 
- addAllAttributes(Map<String, ?>) - Method in class org.springframework.ui.ConcurrentModel
- 
Copy all attributes in the supplied Mapinto thisMap.
 
- 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 Collectioninto thisMap, using attribute name generation for each element.
 
- addAllAttributes(Map<String, ?>) - Method in interface org.springframework.ui.Model
- 
Copy all attributes in the supplied Mapinto thisMap.
 
- addAllAttributes(Collection<?>) - Method in class org.springframework.ui.ModelMap
- 
Copy all attributes in the supplied Collectioninto thisMap, using attribute name generation for each element.
 
- addAllAttributes(Map<String, ?>) - Method in class org.springframework.ui.ModelMap
- 
Copy all attributes in the supplied Mapinto thisMap.
 
- 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 Errorsinstance to thisErrorsinstance.
 
- 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.ConcurrentModel
- 
Add the supplied attribute under the supplied name. 
- addAttribute(Object) - Method in class org.springframework.ui.ConcurrentModel
- 
Add the supplied attribute to this Mapusing agenerated name.
 
- 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 Mapusing agenerated 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 Mapusing agenerated 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 Runnabletask 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. 
- addParser(Parser<?>) - Method in interface org.springframework.format.FormatterRegistry
- 
Adds a Parser to parse fields of a specific type. 
- addParser(Parser<?>) - Method in class org.springframework.format.support.FormattingConversionService
-  
- addPrinter(Printer<?>) - Method in interface org.springframework.format.FormatterRegistry
- 
Adds a Printer to print fields of a specific type. 
- addPrinter(Printer<?>) - Method in class org.springframework.format.support.FormattingConversionService
-  
- 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 ClassFileTransformerto be applied by thisLoadTimeWeaver.
 
- 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 MBeanServerConnectionif the "connectOnStartup"
 is turned on (which it is by default).
 
- afterPropertiesSet() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
- 
Checks that the proxyInterfacehas 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 Propertiesconfigured in themappingsandmappingLocationsinto the finalPropertiesinstance
 used forObjectNameresolution.
 
- 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 JMXConnectorfor the given settings
 and exposes the associatedMBeanServerConnection.
 
- afterPropertiesSet() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
- 
Creates the MBeanServerinstance.
 
- 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
- 
Deprecated. 
- 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.cache.interceptor.CacheProxyFactoryBean
-  
- 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 bean classes. 
- AnnotatedBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
- 
Create a new AnnotatedBeanDefinitionReaderfor the given registry.
 
- AnnotatedBeanDefinitionReader(BeanDefinitionRegistry, Environment) - Constructor for class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
- 
Create a new AnnotatedBeanDefinitionReaderfor the given registry,
 using the givenEnvironment.
 
- 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 AnnotationAsyncExecutionInterceptorwith the given executor
 and a simpleAsyncUncaughtExceptionHandler.
 
- AnnotationAsyncExecutionInterceptor(Executor, AsyncUncaughtExceptionHandler) - Constructor for class org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
- 
Create a new AnnotationAsyncExecutionInterceptorwith 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 CacheableandCacheEvictannotations.
 
- AnnotationCacheOperationSource(boolean) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
- 
Create a default AnnotationCacheOperationSource, supporting public methods
 that carry theCacheableandCacheEvictannotations.
 
- 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  component 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 component classes and automatically refreshing the context. 
- AnnotationConfigApplicationContext(String...) - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
- 
Create a new AnnotationConfigApplicationContext, scanning for components
 in the given packages, registering bean definitions for those components,
 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
 BeanPostProcessorandBeanFactoryPostProcessordefinitions 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 JmxAttributeSourceinterface 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 ApplicationContextExceptionwith the specified detail message and no root cause.
 
- ApplicationContextException(String, Throwable) - Constructor for exception org.springframework.context.ApplicationContextException
- 
Create a new ApplicationContextExceptionwith 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 currencyTimeLimitfield 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.ConcurrentModel
-  
- 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
- 
The aop.xmlresource location.
 
- 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 AsyncAnnotationAdvisorfor bean-style configuration.
 
- AsyncAnnotationAdvisor(Executor, AsyncUncaughtExceptionHandler) - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
- 
Create a new AsyncAnnotationAdvisorfor the given task executor.
 
- AsyncAnnotationAdvisor(Supplier<Executor>, Supplier<AsyncUncaughtExceptionHandler>) - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
- 
Create a new AsyncAnnotationAdvisorfor 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 Futurehandle that can be used for method signatures
 which are declared with aFuturereturn 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 MBeanInfoAssemblerto add autodetection logic.
 
- AutoProxyRegistrar - Class in org.springframework.context.annotation
- 
Registers an auto proxy creator against the current BeanDefinitionRegistryas appropriate based on an@Enable*annotation havingmodeandproxyTargetClassattributes set to the correct values.
 
- AutoProxyRegistrar() - Constructor for class org.springframework.context.annotation.AutoProxyRegistrar
-  
- 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
- 
The name of the cache advisor bean. 
- CACHE_ASPECT_BEAN_NAME - Static variable in class org.springframework.cache.config.CacheManagementConfigUtils
- 
The name of the cache aspect bean. 
- 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
- 
@CacheConfigprovides 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
- 
An expression key. 
- 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
- 
NamespaceHandlerallowing 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 activeflag
 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
-  
- cancelRemainingTask(Runnable) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
- 
- cancelRemainingTask(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-  
- cancelRemainingTask(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-  
- CandidateComponentsIndex - Class in org.springframework.context.index
- 
Provide access to the candidates that are defined in META-INF/spring.components.
 
- CandidateComponentsIndexLoader - Class in org.springframework.context.index
- 
Candidate components index loading mechanism for internal use within the framework. 
- 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 (BeanFactoryorApplicationContext).
 
- ClassPathBeanDefinitionScanner(BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- 
Create a new ClassPathBeanDefinitionScannerfor the given bean factory.
 
- ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- 
Create a new ClassPathBeanDefinitionScannerfor the given bean factory.
 
- ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean, Environment) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- 
Create a new ClassPathBeanDefinitionScannerfor the given bean factory and
 using the givenEnvironmentwhen evaluating bean definition profile metadata.
 
- ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean, Environment, ResourceLoader) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- 
Create a new ClassPathBeanDefinitionScannerfor the given bean factory and
 using the givenEnvironmentwhen evaluating bean definition profile metadata.
 
- ClassPathScanningCandidateComponentProvider - Class in org.springframework.context.annotation
- 
A component provider that provides candidate components from a base package. 
- ClassPathScanningCandidateComponentProvider() - Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- 
Protected constructor for flexible subclass initialization. 
- ClassPathScanningCandidateComponentProvider(boolean) - Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- 
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
- 
Clear the cache through removing all mappings. 
- clear() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
-  
- clear() - Method in class org.springframework.cache.support.NoOpCache
-  
- clearCache() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- 
Clear the local metadata cache, if any, 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
- 
BeanPostProcessorimplementation
 that supports common Java annotations out of the box, in particular the JSR-250
 annotations in thejavax.annotationpackage.
 
- 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
-  
- completable() - Method in class org.springframework.scheduling.annotation.AsyncResult
-  
- Component - Annotation Type in org.springframework.stereotype
- 
Indicates that an annotated class is a "component". 
- COMPONENTS_RESOURCE_LOCATION - Static variable in class org.springframework.context.index.CandidateComponentsIndexLoader
- 
The location to look for components. 
- 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. 
- ConcurrentModel - Class in org.springframework.ui
- 
- ConcurrentModel() - Constructor for class org.springframework.ui.ConcurrentModel
- 
Construct a new, empty ConcurrentModel.
 
- ConcurrentModel(String, Object) - Constructor for class org.springframework.ui.ConcurrentModel
- 
Construct a new ModelMapcontaining the supplied attribute
 under the supplied name.
 
- ConcurrentModel(Object) - Constructor for class org.springframework.ui.ConcurrentModel
- 
Construct a new ModelMapcontaining the supplied attribute.
 
- ConcurrentTaskExecutor - Class in org.springframework.scheduling.concurrent
- 
Adapter that takes a java.util.concurrent.Executorand exposes
 a SpringTaskExecutorfor 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. 
- configure(Supplier<CacheErrorHandler>, Supplier<KeyGenerator>, Supplier<CacheResolver>, Supplier<CacheManager>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
- 
Configure this aspect with the given error handler, key generator and cache resolver/manager
 suppliers, applying the corresponding default if a supplier is not resolvable. 
- configure(Supplier<Executor>, Supplier<AsyncUncaughtExceptionHandler>) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
- 
Configure this post-processor with the given executor and exception handler suppliers,
 applying the corresponding default if a supplier is not resolvable. 
- 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 Java EE container. 
- contains(Class<?>) - Method in class org.springframework.validation.ObjectError
- 
- containsAttribute(String) - Method in class org.springframework.ui.ConcurrentModel
- 
Does this model contain an attribute of the given name? 
- 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 NoSuchMessageExceptionaccordingly.
 
- 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
-  
- ContextClosedEvent - Class in org.springframework.context.event
- 
Event raised when an ApplicationContextgets closed.
 
- ContextClosedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextClosedEvent
- 
Creates a new ContextClosedEvent. 
- ContextLifecycleScheduledTaskRegistrar - Class in org.springframework.scheduling.config
- 
- ContextLifecycleScheduledTaskRegistrar() - Constructor for class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
-  
- ContextNamespaceHandler - Class in org.springframework.context.config
- 
NamespaceHandlerfor the 'context' namespace.
 
- ContextNamespaceHandler() - Constructor for class org.springframework.context.config.ContextNamespaceHandler
-  
- ContextRefreshedEvent - Class in org.springframework.context.event
- 
Event raised when an ApplicationContextgets initialized or refreshed.
 
- ContextRefreshedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextRefreshedEvent
- 
Create a new ContextRefreshedEvent. 
- ContextStartedEvent - Class in org.springframework.context.event
- 
Event raised when an ApplicationContextgets 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 ApplicationContextgets 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
-  
- convertIfNecessary(Object, Class<T>, TypeDescriptor) - 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. 
- 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() - 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 BeanWrapperfor 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 DateTimeFormatterusing this factory.
 
- createDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
- 
Create a new DateTimeFormatterusing this factory.
 
- createDateTimeFormatter() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
- 
Create a new DateTimeFormatterusing this factory.
 
- createDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
- 
Create a new DateTimeFormatterusing this factory.
 
- createDefaultResourceRefLocator() - Static method in class org.springframework.jndi.JndiLocatorDelegate
- 
Configure a JndiLocatorDelegatewith its "resourceRef" property set totrue, meaning that all names will be prefixed with "java:comp/env/".
 
- 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. 
- createMainInterceptor() - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
-  
- createMBeanServer(String, boolean) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
- 
Create a new MBeanServerinstance and register it with theMBeanServerFactory, 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 ModelMBeanOperationInfofor 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. 
- createRunnable(Object, Method) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- 
Create a  Runnable for the given bean instance,
 calling the specified scheduled method. 
- 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
-  
- CRON_DISABLED - Static variable in annotation type org.springframework.scheduling.annotation.Scheduled
- 
A special cron expression value that indicates a disabled trigger: "-". 
- CRON_DISABLED - Static variable in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
A special cron expression value that indicates a disabled trigger: "-". 
- 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. 
- 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 CurrencyUnitvalues,
 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 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
 DefaultListableBeanFactoryinstance 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 and source 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 valueLoaderif 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(Object) - Method in class org.springframework.cache.support.NoOpCache
-  
- get(Object, Class<T>) - Method in class org.springframework.cache.support.NoOpCache
-  
- get(Object, Callable<T>) - Method in class org.springframework.cache.support.NoOpCache
-  
- get() - Method in class org.springframework.cache.support.SimpleValueWrapper
- 
Simply returns the value as given at construction time. 
- get() - 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 ApplicationContextthat 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
- 
Return 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 AsyncUncaughtExceptionHandlerinstance to be used
 when an exception is thrown during an asynchronous method execution
 withvoidreturn 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. 
- getAttribute(String) - Method in class org.springframework.ui.ConcurrentModel
-  
- getAttribute(String) - Method in interface org.springframework.ui.Model
- 
Return the attribute value for the given name, if any. 
- getAttribute(String) - Method in class org.springframework.ui.ModelMap
- 
Return the attribute value for the given name, 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(String, Object...) - Method in class org.springframework.context.support.AbstractApplicationContext
-  
- getBean(Class<T>) - 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(String, Object...) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-  
- getBean(Class<T>) - 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 ConfigurableListableBeanFactorythat will hold the bean
 definition should the condition match, ornullif the bean factory is
 not available (or not downcastable toConfigurableListableBeanFactory).
 
- 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). 
- getBeanFactoryPostProcessors() - Method in class org.springframework.context.support.AbstractApplicationContext
- 
Return the list of BeanFactoryPostProcessors that will get applied
 to the internal BeanFactory. 
- getBeanNamesForAnnotation(Class<? extends Annotation>) - Method in class org.springframework.context.support.AbstractApplicationContext
-  
- getBeanNamesForType(ResolvableType) - Method in class org.springframework.context.support.AbstractApplicationContext
-  
- getBeanNamesForType(ResolvableType, boolean, boolean) - 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
-  
- getBeanProvider(Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
-  
- getBeanProvider(ResolvableType) - Method in class org.springframework.context.support.AbstractApplicationContext
-  
- getBeanProvider(Class<T>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-  
- getBeanProvider(ResolvableType) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-  
- 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
- 
Get 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
- 
Get 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
- 
Return the  CacheOperation instance(s) provided by the specified parser. 
- getCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
- 
Determine the caching attribute for this method invocation. 
- getCacheOperations(Method, Class<?>) - Method in interface org.springframework.cache.interceptor.CacheOperationSource
- 
Return the collection of cache operations for this method,
 or nullif 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 CacheOperationSourceinstances that thisCompositeCacheOperationSourcecombines.
 
- 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
-  
- getCandidateTypes(String, String) - Method in class org.springframework.context.index.CandidateComponentsIndex
- 
Return the candidate types that are associated with the specified stereotype. 
- 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
 (only  null if even the system ClassLoader isn't accessible). 
- 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 ErrorHandlerimplementation 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.AbstractResourceBasedMessageSource
- 
Determine a default Locale to fall back to: either a locally specified default
 Locale or the system Locale, or nullfor no fallback locale at all.
 
- 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(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
- 
Get a default message for the given MessageSourceResolvable.
 
- getDefaultMessage(String) - Method in class org.springframework.context.support.AbstractMessageSource
- 
Return a fallback default message for the given code, if any. 
- getDefaultMessage() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-  
- 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 Environmentfor which the current application is running.
 
- getEnvironment() - Method in interface org.springframework.context.ConfigurableApplicationContext
- 
Return the Environmentfor this application context in configurable
 form, allowing for further customization.
 
- getEnvironment() - Method in class org.springframework.context.support.AbstractApplicationContext
- 
Return the Environmentfor this application context in configurable
 form, allowing for further customization.
 
- 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. 
- 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 Expressionfor the specified SpEL value
 
- getExpression() - Method in class org.springframework.scheduling.config.CronTask
- 
Return the cron expression defining when the task should be executed. 
- getExpression() - Method in class org.springframework.scheduling.support.CronTrigger
- 
Return the cron pattern that this trigger has been built with. 
- 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 QNameobject.
 
- 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
-  
- getImportClassName() - Method in class org.springframework.context.annotation.DeferredImportSelector.Group.Entry
- 
Return the fully qualified name of the class to import. 
- getImportGroup() - Method in interface org.springframework.context.annotation.DeferredImportSelector
- 
Return a specific import group. 
- 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
- 
Return the initial delay before first execution of the task. 
- getInitialDelay() - Method in class org.springframework.scheduling.support.PeriodicTrigger
- 
Return the initial delay, or 0 if none. 
- getInstance(Object) - Static method in class org.springframework.jmx.support.ObjectNameManager
- 
Retrieve the ObjectNameinstance corresponding to the supplied name.
 
- getInstance(String) - Static method in class org.springframework.jmx.support.ObjectNameManager
- 
Retrieve the ObjectNameinstance corresponding to the supplied name.
 
- getInstance(String, String, String) - Static method in class org.springframework.jmx.support.ObjectNameManager
- 
Retrieve an ObjectNameinstance 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 ObjectNameinstance 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
- 
Return how often in milliseconds the task should be executed. 
- 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 LoadTimeWeaverinstance 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 otherwise. 
- getLocale(LocaleContext) - Static method in class org.springframework.context.i18n.LocaleContextHolder
- 
Return the Locale associated with the given user context, if any,
 or the system default Locale otherwise. 
- getLocale() - Method in class org.springframework.context.i18n.SimpleLocaleContext
-  
- getLocale() - Method in class org.springframework.context.support.MessageSourceResourceBundle
- 
This implementation exposes the specified Locale for introspection
 through the standard ResourceBundle.getLocale()method.
 
- 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 ManagedAttributeif the suppliedMethodhas 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 ManagedMetricif the suppliedMethodhas 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 ManagedOperationif the suppliedMethodhas 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 ManagedOperationParameterif the suppliedMethodhas 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 ManagedResourceif the suppliedClasshas the appropriate metadata.
 
- getManagementInterface() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
- 
Return the management interface of the target MBean,
 or nullif 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 ModelMBeanInfoSupportclass 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
 MessageSourceResolvableargument 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 nullif 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.DeferredImportSelector.Group.Entry
- 
Return the  AnnotationMetadata of the importing
  Configuration class. 
- 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
- 
Return the target method to call. 
- 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, ornullif
 such a cache does not exist or could not be created on demand.
 
- 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.cache.support.NoOpCache
-  
- 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
-  
- getNativeCache() - Method in class org.springframework.cache.support.NoOpCache
-  
- 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
- 
Deprecated. 
- 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 ObjectNamefor 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 ObjectNamebased on the identity
 of the managed resource.
 
- getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
- 
Attempts to retrieve the ObjectNamevia 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 ObjectNamefrom the source-level metadata associated
 with the managed resource'sClass.
 
- getObjectName(Object, String) - Method in interface org.springframework.jmx.export.naming.ObjectNamingStrategy
- 
Obtain an ObjectNamefor the supplied bean.
 
- getObjectName() - Method in interface org.springframework.jmx.export.naming.SelfNaming
- 
Return the ObjectNamefor 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
- 
Deprecated. 
- 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 Methodfrom 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 MBeanParameterInfofrom theManagedOperationParameterattributes 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 interface org.springframework.context.event.GenericApplicationListener
- 
Determine this listener's order in a set of listeners for the same event. 
- getOrder() - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
-  
- getOrder() - Method in interface org.springframework.context.event.SmartApplicationListener
- 
Determine this listener's order in a set of listeners for the same event. 
- 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 nullin order to skip parameter detection).
 
- getParameterNameProvider() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-  
- 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 nullif 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 nullif 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 nullif 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 nullif 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 SpelExpressionParserto use.
 
- getParser(A, Class<?>) - Method in interface org.springframework.format.AnnotationFormatterFactory
- 
Get the Parser to parse a submitted value for a field of fieldTypeannotated withannotation.
 
- 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. 
- getPeriod() - Method in class org.springframework.scheduling.support.PeriodicTrigger
- 
Return this trigger's period. 
- 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() - Method in interface org.springframework.context.SmartLifecycle
- 
Return the phase that this lifecycle object is supposed to run in. 
- 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 fieldTypeannotated withannotation.
 
- 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 BeanWrapperthat 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 GroovyBeanDefinitionReaderfor convenient access
 to theloadBeanDefinitionmethods 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 XmlBeanDefinitionReaderfor additional
 configuration facilities andloadBeanDefinitionvariations.
 
- 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
- 
Get the BeanDefinitionRegistry that this reader 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
- 
Return the BeanDefinitionRegistryused by this scanner, if any.
 
- getRegistry() - Method in interface org.springframework.context.annotation.ConditionContext
- 
Return the BeanDefinitionRegistrythat will hold the bean definition
 should the condition match.
 
- 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 Resourceto 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 ResourceLoadercurrently being used.
 
- 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
- 
Return the underlying 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. 
- getScheduledTasks() - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- 
- getScheduledTasks() - Method in interface org.springframework.scheduling.config.ScheduledTaskHolder
- 
Return an overview of the tasks that have been scheduled by this instance. 
- getScheduledTasks() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
Return all locally registered tasks that have been scheduled by this registrar. 
- 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 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 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 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 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 MBeanServerthat 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 nullif 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
- 
Return the target instance to call the method on. 
- 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
-  
- getTask() - Method in class org.springframework.scheduling.config.ScheduledTask
- 
- 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 parentClassLoader.
 
- 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 occurred. 
- getTimeUnit() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- 
Return the time unit for the delay and period values. 
- getTimeUnit() - Method in class org.springframework.scheduling.support.PeriodicTrigger
- 
Return this trigger's time unit (milliseconds by default). 
- getTimeZone() - Static method in class org.springframework.context.i18n.LocaleContextHolder
- 
Return the TimeZone associated with the current thread, if any,
 or the system default TimeZone otherwise. 
- getTimeZone(LocaleContext) - Static method in class org.springframework.context.i18n.LocaleContextHolder
- 
Return the TimeZone associated with the given user context, if any,
 or the system default TimeZone otherwise. 
- getTimeZone() - Method in class org.springframework.context.i18n.SimpleTimeZoneAwareLocaleContext
-  
- getTimeZone() - Method in interface org.springframework.context.i18n.TimeZoneAwareLocaleContext
- 
Return the current TimeZone, which can be fixed or determined dynamically,
 depending on the implementation strategy. 
- getTimeZone() - Method in class org.springframework.format.datetime.joda.JodaTimeContext
- 
Return the user's time zone, if any. 
- getTimeZone() - Method in class org.springframework.format.datetime.standard.DateTimeContext
- 
Return the user's time zone, if any. 
- getTraversableResolver() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-  
- getTrigger() - Method in class org.springframework.scheduling.config.TriggerTask
- 
Return the associated trigger. 
- 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, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
-  
- getType(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-  
- getType(String, boolean) - 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 ObjectNamingStrategyinterface that
 creates a name based on the identity of a given instance.
 
- IdentityNamingStrategy() - Constructor for class org.springframework.jmx.export.naming.IdentityNamingStrategy
-  
- IGNORE_INDEX - Static variable in class org.springframework.context.index.CandidateComponentsIndexLoader
- 
System property that instructs Spring to ignore the index, i.e. 
- IGNORE_JNDI_PROPERTY_NAME - Static variable in class org.springframework.jndi.JndiLocatorDelegate
- 
System property that instructs Spring to ignore a default JNDI environment, i.e. 
- ignoreResourceType(String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- 
Ignore the given resource type when resolving @Resourceannotations.
 
- Import - Annotation Type in org.springframework.context.annotation
- 
Indicates one or more  component classes to import — typically
  @Configuration classes. 
- IMPORT_BEAN_NAME_GENERATOR - Static variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
- 
A BeanNameGeneratorusing fully qualified class names as default bean names.
 
- 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 beansmap of theMBeanExporter.
 
- 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 Methodis 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 Methodis 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 Methodis 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.
 
- Indexed - Annotation Type in org.springframework.stereotype
- 
Indicate that the annotated element represents a stereotype for the index. 
- 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. 
- 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.
 
- INSTANCE - Static variable in class org.springframework.cache.support.NullValue
- 
- INSTANCE - Static variable in class org.springframework.context.annotation.AnnotationBeanNameGenerator
- 
A convenient constant for a default AnnotationBeanNameGeneratorinstance,
 as used for component scanning purposes.
 
- 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 AbstractReflectiveMBeanInfoAssemblerthat 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 IntervalTaskwith no initial delay.
 
- invalidate() - Method in interface org.springframework.cache.Cache
- 
Invalidate the cache through removing all mappings, expecting all
 entries to be immediately invisible for subsequent lookups. 
- invalidate() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
-  
- invalidate() - Method in class org.springframework.cache.support.NoOpCache
-  
- 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 InvalidInvocationExceptionwith the supplied
 error message.
 
- InvalidMetadataException - Exception in org.springframework.jmx.export.metadata
- 
Thrown by the JmxAttributeSourcewhen 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 InvalidMetadataExceptionwith 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 InvocationFailureExceptionwith the supplied
 error message.
 
- InvocationFailureException(String, Throwable) - Constructor for exception org.springframework.jmx.access.InvocationFailureException
- 
Create a new InvocationFailureExceptionwith 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 nullvalues
 for all of its caches.
 
- isAllowNullValues() - Method in class org.springframework.cache.support.AbstractValueAdaptingCache
- 
Return whether nullvalues 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
-  
- isCandidateClass(Class<?>) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
-  
- isCandidateClass(Class<?>) - Method in interface org.springframework.cache.annotation.CacheAnnotationParser
- 
Determine whether the given class is a candidate for cache operations
 in the annotation format of this CacheAnnotationParser.
 
- isCandidateClass(Class<?>) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
-  
- isCandidateClass(Class<?>) - Method in interface org.springframework.cache.interceptor.CacheOperationSource
- 
Determine whether the given class is a candidate for cache operations
 in the metadata format of this CacheOperationSource.
 
- isCandidateClass(Class<?>) - Method in class org.springframework.cache.interceptor.CompositeCacheOperationSource
-  
- 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(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 Java EE 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
- 
- isFixedRate() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- 
Return whether to schedule as fixed-rate execution. 
- isFixedRate() - Method in class org.springframework.scheduling.support.PeriodicTrigger
- 
Return whether this trigger uses fixed rate (true) or
 fixed delay (false) behavior.
 
- 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
-  
- 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 Java EE 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
- 
Deprecated. 
- 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. 
- read(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
-  
- read(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanFactoryAccessor
-  
- read(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.EnvironmentAccessor
- 
Access the given target object by resolving the given property name against the given target
 environment. 
- read(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.MapAccessor
-  
- ReadableInstantPrinter - Class in org.springframework.format.datetime.joda
- 
- ReadableInstantPrinter(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.ReadableInstantPrinter
- 
Create a new ReadableInstantPrinter. 
- ReadablePartialPrinter - Class in org.springframework.format.datetime.joda
- 
- ReadablePartialPrinter(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.ReadablePartialPrinter
- 
Create a new ReadableInstantPrinter. 
- rebind(String, Object) - Method in class org.springframework.jndi.JndiTemplate
- 
Rebind the given object to the current JNDI context, using the given name. 
- rebind() - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
- 
Rebind the specified service to JNDI, for recovering in case
 of the target registry having been restarted. 
- recordFieldValue(String, Class<?>, Object) - Method in class org.springframework.validation.AbstractBindingResult
-  
- recordFieldValue(String, Class<?>, Object) - Method in exception org.springframework.validation.BindException
-  
- recordFieldValue(String, Class<?>, Object) - Method in interface org.springframework.validation.BindingResult
- 
Record the given value for the specified field. 
- recordSuppressedField(String) - Method in class org.springframework.validation.AbstractBindingResult
- 
Mark the specified disallowed field as suppressed. 
- recordSuppressedField(String) - Method in exception org.springframework.validation.BindException
-  
- recordSuppressedField(String) - Method in interface org.springframework.validation.BindingResult
- 
Mark the specified disallowed field as suppressed. 
- recreate() - Method in class org.springframework.remoting.support.RemoteInvocationResult
- 
Recreate the invocation result, either returning the result value
 in case of a successful invocation of the target method, or
 rethrowing the exception thrown by the target method. 
- recreateRemoteInvocationResult(RemoteInvocationResult) - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
- 
Recreate the invocation result contained in the given RemoteInvocationResult object. 
- ReflectiveLoadTimeWeaver - Class in org.springframework.instrument.classloading
- 
LoadTimeWeaver which uses reflection to delegate to an underlying ClassLoader
 with well-known transformation hooks. 
- ReflectiveLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
- 
Create a new ReflectiveLoadTimeWeaver for the current context class
 loader, which needs to support the required weaving methods. 
- ReflectiveLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
- 
Create a new SimpleLoadTimeWeaver for the given class loader. 
- refresh() - Method in interface org.springframework.context.ConfigurableApplicationContext
- 
Load or refresh the persistent representation of the configuration,
 which might an XML file, properties file, or relational database schema. 
- refresh() - Method in class org.springframework.context.support.AbstractApplicationContext
-  
- REFRESH_CHECK_DELAY_ATTRIBUTE - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- 
The refreshCheckDelayattribute.
 
- RefreshableScriptTargetSource - Class in org.springframework.scripting.support
- 
Subclass of  BeanFactoryRefreshableTargetSource that determines whether
 a refresh is required through the given  ScriptFactory. 
- RefreshableScriptTargetSource(BeanFactory, String, ScriptFactory, ScriptSource, boolean) - Constructor for class org.springframework.scripting.support.RefreshableScriptTargetSource
- 
Create a new RefreshableScriptTargetSource. 
- refreshAndRetry(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
- 
Refresh the EJB home object and retry the given invocation. 
- refreshAndRetry(MethodInvocation) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- 
Refresh the RMI stub and retry the given invocation. 
- refreshAndRetry(MethodInvocation) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
- 
Refresh the RMI stub and retry the given invocation. 
- refreshBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
- 
Subclasses must implement this method to perform the actual configuration load. 
- refreshBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
- 
This implementation performs an actual refresh of this context's underlying
 bean factory, shutting down the previous bean factory (if any) and
 initializing a fresh bean factory for the next phase of the context's lifecycle. 
- refreshBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
- 
Do nothing: We hold a single internal BeanFactory and rely on callers
 to register beans through our public methods (or the BeanFactory's). 
- refreshHome() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
- 
Refresh the cached home object, if applicable. 
- refreshHome() - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
- 
Reset the cached session bean instance, if necessary. 
- refreshProperties(String, ReloadableResourceBundleMessageSource.PropertiesHolder) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- 
Refresh the PropertiesHolder for the given bundle filename. 
- register(Class<?>...) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
- 
Register one or more component classes to be processed. 
- register(Class<?>...) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
- 
Register one or more component classes to be processed. 
- register(Class<?>...) - Method in interface org.springframework.context.annotation.AnnotationConfigRegistry
- 
Register one or more component classes to be processed. 
- registerAlias(String, String) - Method in class org.springframework.context.support.GenericApplicationContext
-  
- registerAnnotationConfigProcessors(BeanDefinitionRegistry) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
- 
Register all relevant annotation post processors in the given registry. 
- registerAnnotationConfigProcessors(BeanDefinitionRegistry, Object) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
- 
Register all relevant annotation post processors in the given registry. 
- registerBean(Class<?>) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
- 
Register a bean from the given bean class, deriving its metadata from
 class-declared annotations. 
- registerBean(Class<?>, String) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
- 
Register a bean from the given bean class, deriving its metadata from
 class-declared annotations. 
- registerBean(Class<?>, Class<? extends Annotation>...) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
- 
Register a bean from the given bean class, deriving its metadata from
 class-declared annotations. 
- registerBean(Class<?>, String, Class<? extends Annotation>...) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
- 
Register a bean from the given bean class, deriving its metadata from
 class-declared annotations. 
- registerBean(Class<T>, Supplier<T>) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
- 
Register a bean from the given bean class, deriving its metadata from
 class-declared annotations, using the given supplier for obtaining a new
 instance (possibly declared as a lambda expression or method reference). 
- registerBean(Class<T>, String, Supplier<T>) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
- 
Register a bean from the given bean class, deriving its metadata from
 class-declared annotations, using the given supplier for obtaining a new
 instance (possibly declared as a lambda expression or method reference). 
- registerBean(Class<T>, String, Supplier<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
- 
Register a bean from the given bean class, deriving its metadata from
 class-declared annotations. 
- registerBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
-  
- registerBean(Class<T>, Object...) - Method in class org.springframework.context.support.GenericApplicationContext
- 
Register a bean from the given bean class, optionally providing explicit
 constructor arguments for consideration in the autowiring process. 
- registerBean(String, Class<T>, Object...) - Method in class org.springframework.context.support.GenericApplicationContext
- 
Register a bean from the given bean class, optionally providing explicit
 constructor arguments for consideration in the autowiring process. 
- registerBean(Class<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.context.support.GenericApplicationContext
- 
Register a bean from the given bean class, optionally customizing its
 bean definition metadata (typically declared as a lambda expression). 
- registerBean(String, Class<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.context.support.GenericApplicationContext
- 
Register a bean from the given bean class, optionally customizing its
 bean definition metadata (typically declared as a lambda expression). 
- registerBean(Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.context.support.GenericApplicationContext
- 
Register a bean from the given bean class, using the given supplier for
 obtaining a new instance (typically declared as a lambda expression or
 method reference), optionally customizing its bean definition metadata
 (again typically declared as a lambda expression). 
- registerBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.context.support.GenericApplicationContext
- 
Register a bean from the given bean class, using the given supplier for
 obtaining a new instance (typically declared as a lambda expression or
 method reference), optionally customizing its bean definition metadata
 (again typically declared as a lambda expression). 
- registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- 
Register the specified bean with the given registry. 
- registerBeanDefinition(String, BeanDefinition) - Method in class org.springframework.context.support.GenericApplicationContext
-  
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.AutoProxyRegistrar
- 
Register, escalate, and configure the standard auto proxy creator (APC) against the
 given registry. 
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry, BeanNameGenerator) - Method in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
- 
Register bean definitions as necessary based on the given annotation metadata of
 the importing @Configurationclass.
 
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
- 
Register bean definitions as necessary based on the given annotation metadata of
 the importing @Configurationclass.
 
- registerBeanNameOrInstance(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
- 
- registerBeanPostProcessors(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
- 
Instantiate and register all BeanPostProcessor beans,
 respecting explicit order if given. 
- registerBeans() - Method in class org.springframework.jmx.export.MBeanExporter
- 
- registerComponents(XmlReaderContext, Set<BeanDefinitionHolder>, Element) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-  
- registerCustomEditor(Class<?>, PropertyEditor) - Method in class org.springframework.validation.DataBinder
-  
- registerCustomEditor(Class<?>, String, PropertyEditor) - Method in class org.springframework.validation.DataBinder
-  
- registerDefaultFilters() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- 
- registerDestructionCallback(String, Runnable) - Method in class org.springframework.context.support.SimpleThreadScope
-  
- registerFormatters(FormatterRegistry) - Method in class org.springframework.format.datetime.DateFormatterRegistrar
-  
- registerFormatters(FormatterRegistry) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-  
- registerFormatters(FormatterRegistry) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-  
- registerFormatters(FormatterRegistry) - Method in interface org.springframework.format.FormatterRegistrar
- 
Register Formatters and Converters with a FormattingConversionService
 through a FormatterRegistry SPI. 
- registerListeners() - Method in class org.springframework.context.support.AbstractApplicationContext
- 
Add beans that implement ApplicationListener as listeners. 
- registerManagedResource(Object) - Method in class org.springframework.jmx.export.MBeanExporter
-  
- registerManagedResource(Object, ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
-  
- registerManagedResource(Object) - Method in interface org.springframework.jmx.export.MBeanExportOperations
- 
Register the supplied resource with JMX. 
- registerManagedResource(Object, ObjectName) - Method in interface org.springframework.jmx.export.MBeanExportOperations
- 
Register the supplied resource with JMX. 
- registerPrototype(String, Class<?>) - Method in class org.springframework.context.support.StaticApplicationContext
- 
Register a prototype bean with the underlying bean factory. 
- registerPrototype(String, Class<?>, MutablePropertyValues) - Method in class org.springframework.context.support.StaticApplicationContext
- 
Register a prototype bean with the underlying bean factory. 
- registerScope(Class<?>, String) - Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
- 
Register an extended JSR-330 scope annotation, mapping it onto a
 specific Spring scope by name. 
- registerScope(String, String) - Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
- 
Register an extended JSR-330 scope annotation, mapping it onto a
 specific Spring scope by name. 
- registerScriptFactoryPostProcessorIfNecessary(BeanDefinitionRegistry) - Static method in class org.springframework.scripting.config.LangNamespaceUtils
- 
- registerShutdownHook() - Method in interface org.springframework.context.ConfigurableApplicationContext
- 
Register a shutdown hook with the JVM runtime, closing this context
 on JVM shutdown unless it has already been closed at that time. 
- registerShutdownHook() - Method in class org.springframework.context.support.AbstractApplicationContext
- 
Register a shutdown hook  namedSpringContextShutdownHook with the JVM runtime, closing this
 context on JVM shutdown unless it has already been closed at that time. 
- registerSingleton(String, Class<?>) - Method in class org.springframework.context.support.StaticApplicationContext
- 
Register a singleton bean with the underlying bean factory. 
- registerSingleton(String, Class<?>, MutablePropertyValues) - Method in class org.springframework.context.support.StaticApplicationContext
- 
Register a singleton bean with the underlying bean factory. 
- registerTasks(ScheduledExecutorTask[], ScheduledExecutorService) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- 
- RegistrationPolicy - Enum in org.springframework.jmx.support
- 
Indicates registration behavior when attempting to register an MBean that already
 exists. 
- reject(String, Object[], String) - Method in class org.springframework.validation.AbstractBindingResult
-  
- reject(String) - Method in class org.springframework.validation.AbstractErrors
-  
- reject(String, String) - Method in class org.springframework.validation.AbstractErrors
-  
- reject(String) - Method in exception org.springframework.validation.BindException
-  
- reject(String, String) - Method in exception org.springframework.validation.BindException
-  
- reject(String, Object[], String) - Method in exception org.springframework.validation.BindException
-  
- reject(String) - Method in interface org.springframework.validation.Errors
- 
Register a global error for the entire target object,
 using the given error description. 
- reject(String, String) - Method in interface org.springframework.validation.Errors
- 
Register a global error for the entire target object,
 using the given error description. 
- reject(String, Object[], String) - Method in interface org.springframework.validation.Errors
- 
Register a global error for the entire target object,
 using the given error description. 
- rejectIfEmpty(Errors, String, String) - Static method in class org.springframework.validation.ValidationUtils
- 
Reject the given field with the given error code if the value is empty. 
- rejectIfEmpty(Errors, String, String, String) - Static method in class org.springframework.validation.ValidationUtils
- 
Reject the given field with the given error code and default message
 if the value is empty. 
- rejectIfEmpty(Errors, String, String, Object[]) - Static method in class org.springframework.validation.ValidationUtils
- 
Reject the given field with the given error code and error arguments
 if the value is empty. 
- rejectIfEmpty(Errors, String, String, Object[], String) - Static method in class org.springframework.validation.ValidationUtils
- 
Reject the given field with the given error code, error arguments
 and default message if the value is empty. 
- rejectIfEmptyOrWhitespace(Errors, String, String) - Static method in class org.springframework.validation.ValidationUtils
- 
Reject the given field with the given error code if the value is empty
 or just contains whitespace. 
- rejectIfEmptyOrWhitespace(Errors, String, String, String) - Static method in class org.springframework.validation.ValidationUtils
- 
Reject the given field with the given error code and default message
 if the value is empty or just contains whitespace. 
- rejectIfEmptyOrWhitespace(Errors, String, String, Object[]) - Static method in class org.springframework.validation.ValidationUtils
- 
Reject the given field with the given error code and error arguments
 if the value is empty or just contains whitespace. 
- rejectIfEmptyOrWhitespace(Errors, String, String, Object[], String) - Static method in class org.springframework.validation.ValidationUtils
- 
Reject the given field with the given error code, error arguments
 and default message if the value is empty or just contains whitespace. 
- rejectValue(String, String, Object[], String) - Method in class org.springframework.validation.AbstractBindingResult
-  
- rejectValue(String, String) - Method in class org.springframework.validation.AbstractErrors
-  
- rejectValue(String, String, String) - Method in class org.springframework.validation.AbstractErrors
-  
- rejectValue(String, String) - Method in exception org.springframework.validation.BindException
-  
- rejectValue(String, String, String) - Method in exception org.springframework.validation.BindException
-  
- rejectValue(String, String, Object[], String) - Method in exception org.springframework.validation.BindException
-  
- rejectValue(String, String) - Method in interface org.springframework.validation.Errors
- 
Register a field error for the specified field of the current object
 (respecting the current nested path, if any), using the given error
 description. 
- rejectValue(String, String, String) - Method in interface org.springframework.validation.Errors
- 
Register a field error for the specified field of the current object
 (respecting the current nested path, if any), using the given error
 description. 
- rejectValue(String, String, Object[], String) - Method in interface org.springframework.validation.Errors
- 
Register a field error for the specified field of the current object
 (respecting the current nested path, if any), using the given error
 description. 
- releaseContext(Context) - Method in class org.springframework.jndi.JndiTemplate
- 
- releaseInstance(ConstraintValidator<?, ?>) - Method in class org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
-  
- releaseSessionBeanInstance(EJBLocalObject) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
- 
Release the given EJB instance. 
- releaseSessionBeanInstance(EJBObject) - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
- 
Release the given EJB instance. 
- releaseTarget(Object) - Method in class org.springframework.jndi.JndiObjectTargetSource
-  
- ReloadableResourceBundleMessageSource - Class in org.springframework.context.support
- 
Spring-specific  MessageSource implementation
 that accesses resource bundles using specified basenames, participating in the
 Spring  ApplicationContext's resource loading. 
- ReloadableResourceBundleMessageSource() - Constructor for class org.springframework.context.support.ReloadableResourceBundleMessageSource
-  
- ReloadableResourceBundleMessageSource.PropertiesHolder - Class in org.springframework.context.support
- 
PropertiesHolder for caching. 
- RemoteAccessException - Exception in org.springframework.remoting
- 
Generic remote access exception. 
- RemoteAccessException(String) - Constructor for exception org.springframework.remoting.RemoteAccessException
- 
Constructor for RemoteAccessException. 
- RemoteAccessException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteAccessException
- 
Constructor for RemoteAccessException. 
- RemoteAccessor - Class in org.springframework.remoting.support
- 
Abstract base class for classes that access a remote service. 
- RemoteAccessor() - Constructor for class org.springframework.remoting.support.RemoteAccessor
-  
- RemoteConnectFailureException - Exception in org.springframework.remoting
- 
RemoteAccessException subclass to be thrown when no connection
 could be established with a remote service. 
- RemoteConnectFailureException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteConnectFailureException
- 
Constructor for RemoteConnectFailureException. 
- RemoteExporter - Class in org.springframework.remoting.support
- 
Abstract base class for classes that export a remote service. 
- RemoteExporter() - Constructor for class org.springframework.remoting.support.RemoteExporter
-  
- RemoteInvocation - Class in org.springframework.remoting.support
- 
Encapsulates a remote invocation, providing core method invocation properties
 in a serializable fashion. 
- RemoteInvocation(MethodInvocation) - Constructor for class org.springframework.remoting.support.RemoteInvocation
- 
Create a new RemoteInvocation for the given AOP method invocation. 
- RemoteInvocation(String, Class<?>[], Object[]) - Constructor for class org.springframework.remoting.support.RemoteInvocation
- 
Create a new RemoteInvocation for the given parameters. 
- RemoteInvocation() - Constructor for class org.springframework.remoting.support.RemoteInvocation
- 
Create a new RemoteInvocation for JavaBean-style deserialization
 (e.g. 
- RemoteInvocationBasedAccessor - Class in org.springframework.remoting.support
- 
Abstract base class for remote service accessors that are based
 on serialization of  RemoteInvocation objects. 
- RemoteInvocationBasedAccessor() - Constructor for class org.springframework.remoting.support.RemoteInvocationBasedAccessor
-  
- RemoteInvocationBasedExporter - Class in org.springframework.remoting.support
- 
Abstract base class for remote service exporters that are based
 on deserialization of  RemoteInvocation objects. 
- RemoteInvocationBasedExporter() - Constructor for class org.springframework.remoting.support.RemoteInvocationBasedExporter
-  
- RemoteInvocationExecutor - Interface in org.springframework.remoting.support
- 
- RemoteInvocationFactory - Interface in org.springframework.remoting.support
- 
Strategy interface for creating a  RemoteInvocation from an AOP Alliance
  MethodInvocation. 
- RemoteInvocationFailureException - Exception in org.springframework.remoting
- 
RemoteAccessException subclass to be thrown when the execution
 of the target method failed on the server side, for example
 when a method was not found on the target object. 
- RemoteInvocationFailureException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteInvocationFailureException
- 
Constructor for RemoteInvocationFailureException. 
- RemoteInvocationResult - Class in org.springframework.remoting.support
- 
Encapsulates a remote invocation result, holding a result value or an exception. 
- RemoteInvocationResult(Object) - Constructor for class org.springframework.remoting.support.RemoteInvocationResult
- 
Create a new RemoteInvocationResult for the given result value. 
- RemoteInvocationResult(Throwable) - Constructor for class org.springframework.remoting.support.RemoteInvocationResult
- 
Create a new RemoteInvocationResult for the given exception. 
- RemoteInvocationResult() - Constructor for class org.springframework.remoting.support.RemoteInvocationResult
- 
Create a new RemoteInvocationResult for JavaBean-style deserialization
 (e.g. 
- RemoteInvocationSerializingExporter - Class in org.springframework.remoting.rmi
- 
- RemoteInvocationSerializingExporter() - Constructor for class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-  
- RemoteInvocationTraceInterceptor - Class in org.springframework.remoting.support
- 
AOP Alliance MethodInterceptor for tracing remote invocations. 
- RemoteInvocationTraceInterceptor() - Constructor for class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
- 
Create a new RemoteInvocationTraceInterceptor. 
- RemoteInvocationTraceInterceptor(String) - Constructor for class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
- 
Create a new RemoteInvocationTraceInterceptor. 
- RemoteInvocationUtils - Class in org.springframework.remoting.support
- 
General utilities for handling remote invocations. 
- RemoteInvocationUtils() - Constructor for class org.springframework.remoting.support.RemoteInvocationUtils
-  
- RemoteLookupFailureException - Exception in org.springframework.remoting
- 
RemoteAccessException subclass to be thrown in case of a lookup failure,
 typically if the lookup happens on demand for each method invocation. 
- RemoteLookupFailureException(String) - Constructor for exception org.springframework.remoting.RemoteLookupFailureException
- 
Constructor for RemoteLookupFailureException. 
- RemoteLookupFailureException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteLookupFailureException
- 
Constructor for RemoteLookupFailureException. 
- RemoteProxyFailureException - Exception in org.springframework.remoting
- 
RemoteAccessException subclass to be thrown in case of a failure
 within the client-side proxy for a remote service, for example
 when a method was not found on the underlying RMI stub. 
- RemoteProxyFailureException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteProxyFailureException
- 
Constructor for RemoteProxyFailureException. 
- RemoteTimeoutException - Exception in org.springframework.remoting
- 
RemoteAccessException subclass to be thrown when the execution
 of the target method did not complete before a configurable
 timeout, for example when a reply message was not received. 
- RemoteTimeoutException(String) - Constructor for exception org.springframework.remoting.RemoteTimeoutException
- 
Constructor for RemoteTimeoutException. 
- RemoteTimeoutException(String, Throwable) - Constructor for exception org.springframework.remoting.RemoteTimeoutException
- 
Constructor for RemoteTimeoutException. 
- RemotingSupport - Class in org.springframework.remoting.support
- 
Generic support base class for remote accessor and exporters,
 providing common bean ClassLoader handling. 
- RemotingSupport() - Constructor for class org.springframework.remoting.support.RemotingSupport
-  
- remove(String) - Method in class org.springframework.context.support.SimpleThreadScope
-  
- removeAlias(String) - Method in class org.springframework.context.support.GenericApplicationContext
-  
- removeAllListeners() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-  
- removeAllListeners() - Method in interface org.springframework.context.event.ApplicationEventMulticaster
- 
Remove all listeners registered with this multicaster. 
- removeApplicationListener(ApplicationListener<?>) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-  
- removeApplicationListener(ApplicationListener<?>) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
- 
Remove a listener from the notification list. 
- removeApplicationListenerBean(String) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-  
- removeApplicationListenerBean(String) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
- 
Remove a listener bean from the notification list. 
- removeBeanDefinition(String) - Method in class org.springframework.context.support.GenericApplicationContext
-  
- removeSessionBeanInstance(EJBObject) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
- 
Remove the given EJB instance. 
- removeSessionBeanInstance(EJBLocalObject) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
- 
Remove the given EJB instance. 
- removeTransformers() - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
- 
Remove all registered transformers, in inverse order of registration. 
- renderDefaultMessage(String, Object[], Locale) - Method in class org.springframework.context.support.MessageSourceSupport
- 
Render the given default message String. 
- replaceValidators(Validator...) - Method in class org.springframework.validation.DataBinder
- 
Replace the Validators to apply after each binding step. 
- Repository - Annotation Type in org.springframework.stereotype
- 
Indicates that an annotated class is a "Repository", originally defined by
 Domain-Driven Design (Evans, 2003) as "a mechanism for encapsulating storage,
 retrieval, and search behavior which emulates a collection of objects". 
- REQUIRED_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
- 
- requiredContextClass() - Method in class org.springframework.context.support.ApplicationObjectSupport
- 
Determine the context class that any context passed to
 setApplicationContextmust be an instance of.
 
- requiresConfigInterface() - Method in class org.springframework.scripting.bsh.BshScriptFactory
- 
BeanShell scripts do require a config interface. 
- requiresConfigInterface() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
- 
Groovy scripts do not need a config interface,
 since they expose their setters as public methods. 
- requiresConfigInterface() - Method in interface org.springframework.scripting.ScriptFactory
- 
Return whether the script requires a config interface to be
 generated for it. 
- requiresConfigInterface() - Method in class org.springframework.scripting.support.StandardScriptFactory
-  
- requiresDestruction(Object) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-  
- requiresMessageFormat(ConstraintViolation<?>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
- 
Indicate whether this violation's interpolated message has remaining
 placeholders and therefore requires  MessageFormat
 to be applied to it. 
- requiresRefresh() - Method in class org.springframework.scripting.support.RefreshableScriptTargetSource
- 
Determine whether a refresh is required through calling
 ScriptFactory's requiresScriptedObjectRefreshmethod.
 
- requiresScriptedObjectRefresh(ScriptSource) - Method in class org.springframework.scripting.bsh.BshScriptFactory
-  
- requiresScriptedObjectRefresh(ScriptSource) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-  
- requiresScriptedObjectRefresh(ScriptSource) - Method in interface org.springframework.scripting.ScriptFactory
- 
Determine whether a refresh is required (e.g. 
- requiresScriptedObjectRefresh(ScriptSource) - Method in class org.springframework.scripting.support.StandardScriptFactory
-  
- resetBeanDefinition(String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-  
- resetCommonCaches() - Method in class org.springframework.context.support.AbstractApplicationContext
- 
Reset Spring's common reflection metadata caches, in particular the
 ReflectionUtils,AnnotationUtils,ResolvableTypeandCachedIntrospectionResultscaches.
 
- resetDateTimeContext() - Static method in class org.springframework.format.datetime.standard.DateTimeContextHolder
- 
Reset the DateTimeContext for the current thread. 
- resetFilters(boolean) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- 
Reset the configured type filters. 
- resetJodaTimeContext() - Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
- 
Reset the JodaTimeContext for the current thread. 
- resetLocaleContext() - Static method in class org.springframework.context.i18n.LocaleContextHolder
- 
Reset the LocaleContext for the current thread. 
- resetThreadContextClassLoader(ClassLoader) - Method in class org.springframework.remoting.support.RemotingSupport
- 
Reset the original thread context ClassLoader if necessary. 
- resolvableToString() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
- 
Build a default String representation for this MessageSourceResolvable:
 including codes, arguments, and default message. 
- resolve(EvaluationContext, String) - Method in class org.springframework.context.expression.BeanFactoryResolver
-  
- resolveArguments(ApplicationEvent) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
- 
- resolveArguments(Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
- 
Searches through the given array of objects, finds any MessageSourceResolvable
 objects and resolves them. 
- resolveArguments(Object[], Locale) - Method in class org.springframework.context.support.MessageSourceSupport
- 
Template method for resolving argument objects. 
- resolveBasePackage(String) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- 
Resolve the specified base package into a pattern specification for
 the package search path. 
- resolveCaches(CacheOperationInvocationContext<?>) - Method in class org.springframework.cache.interceptor.AbstractCacheResolver
-  
- resolveCaches(CacheOperationInvocationContext<?>) - Method in interface org.springframework.cache.interceptor.CacheResolver
- 
Return the cache(s) to use for the specified invocation. 
- resolveClassName(String) - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
-  
- resolveCode(String, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
- 
Subclasses must implement this method to resolve a message. 
- resolveCode(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- 
Resolves the given message code as key in the retrieved bundle files,
 using a cached MessageFormat instance per message code. 
- resolveCode(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
- 
Resolves the given message code as key in the registered resource bundles,
 using a cached MessageFormat instance per message code. 
- resolveCode(String, Locale) - Method in class org.springframework.context.support.StaticMessageSource
-  
- resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
- 
Subclasses can override this method to resolve a message without arguments
 in an optimized fashion, i.e. 
- resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- 
Resolves the given message code as key in the retrieved bundle files,
 returning the value found in the bundle as-is (without MessageFormat parsing). 
- resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
- 
Resolves the given message code as key in the registered resource bundles,
 returning the value found in the bundle as-is (without MessageFormat parsing). 
- resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.StaticMessageSource
-  
- resolveContextualObject(String) - Method in class org.springframework.context.support.SimpleThreadScope
-  
- resolveEmbeddedValue(String) - Method in class org.springframework.context.support.EmbeddedValueResolutionSupport
- 
Resolve the given embedded value through this instance's StringValueResolver.
 
- resolveFallbackIfPossible(String, ClassNotFoundException) - Method in class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
-  
- resolveMessageCodes(String) - Method in class org.springframework.validation.AbstractBindingResult
-  
- resolveMessageCodes(String, String) - Method in class org.springframework.validation.AbstractBindingResult
-  
- resolveMessageCodes(String) - Method in exception org.springframework.validation.BindException
-  
- resolveMessageCodes(String, String) - Method in exception org.springframework.validation.BindException
-  
- resolveMessageCodes(String) - Method in interface org.springframework.validation.BindingResult
- 
Resolve the given error code into message codes. 
- resolveMessageCodes(String, String) - Method in interface org.springframework.validation.BindingResult
- 
Resolve the given error code into message codes for the given field. 
- resolveMessageCodes(String, String) - Method in class org.springframework.validation.DefaultMessageCodesResolver
-  
- resolveMessageCodes(String, String, String, Class<?>) - Method in class org.springframework.validation.DefaultMessageCodesResolver
- 
Build the code list for the given code and field: an
 object/field-specific code, a field-specific code, a plain error code. 
- resolveMessageCodes(String, String) - Method in interface org.springframework.validation.MessageCodesResolver
- 
Build message codes for the given error code and object name. 
- resolveMessageCodes(String, String, String, Class<?>) - Method in interface org.springframework.validation.MessageCodesResolver
- 
Build message codes for the given error code and field specification. 
- resolvePath(String) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
- 
Resolve the given path, replacing placeholders with corresponding
 environment property values if necessary. 
- resolveProxyTargetClass(BeanDefinition) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-  
- resolveRefreshCheckDelay(BeanDefinition) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- 
Get the refresh check delay for the given  ScriptFactoryBeanDefinition. 
- resolveScopeMetadata(BeanDefinition) - Method in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
-  
- resolveScopeMetadata(BeanDefinition) - Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
-  
- resolveScopeMetadata(BeanDefinition) - Method in interface org.springframework.context.annotation.ScopeMetadataResolver
- 
Resolve the  ScopeMetadata appropriate to the supplied
 bean  definition. 
- resolveScopeName(String) - Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
- 
Resolve the given annotation type into a named Spring scope. 
- ResourceBundleMessageSource - Class in org.springframework.context.support
- 
MessageSource implementation that
 accesses resource bundles using specified basenames. 
- ResourceBundleMessageSource() - Constructor for class org.springframework.context.support.ResourceBundleMessageSource
-  
- ResourceBundleThemeSource - Class in org.springframework.ui.context.support
- 
- ResourceBundleThemeSource() - Constructor for class org.springframework.ui.context.support.ResourceBundleThemeSource
-  
- ResourceLoaderAware - Interface in org.springframework.context
- 
Interface to be implemented by any object that wishes to be notified of the
 ResourceLoader(typically the ApplicationContext) that it runs in.
 
- ResourceOverridingShadowingClassLoader - Class in org.springframework.instrument.classloading
- 
Subclass of ShadowingClassLoader that overrides attempts to
 locate certain files. 
- ResourceOverridingShadowingClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
- 
Create a new ResourceOverridingShadowingClassLoader,
 decorating the given ClassLoader. 
- ResourceScriptSource - Class in org.springframework.scripting.support
- 
ScriptSource implementation
 based on Spring's  Resource
 abstraction. 
- ResourceScriptSource(EncodedResource) - Constructor for class org.springframework.scripting.support.ResourceScriptSource
- 
Create a new ResourceScriptSource for the given resource. 
- ResourceScriptSource(Resource) - Constructor for class org.springframework.scripting.support.ResourceScriptSource
- 
Create a new ResourceScriptSource for the given resource. 
- retrieveEngineByName(ScriptEngineManager, String) - Static method in class org.springframework.scripting.support.StandardScriptUtils
- 
- retrieveLastModifiedTime() - Method in class org.springframework.scripting.support.ResourceScriptSource
- 
Retrieve the current last-modified timestamp of the underlying resource. 
- retrieveScriptEngine(ScriptSource) - Method in class org.springframework.scripting.support.StandardScriptFactory
-  
- RmiBasedExporter - Class in org.springframework.remoting.rmi
- 
Convenient superclass for RMI-based remote exporters. 
- RmiBasedExporter() - Constructor for class org.springframework.remoting.rmi.RmiBasedExporter
-  
- RmiClientInterceptor - Class in org.springframework.remoting.rmi
- 
MethodInterceptorfor accessing conventional
 RMI services or RMI invokers.
 
- RmiClientInterceptor() - Constructor for class org.springframework.remoting.rmi.RmiClientInterceptor
-  
- RmiClientInterceptorUtils - Class in org.springframework.remoting.rmi
- 
Factored-out methods for performing invocations within an RMI client. 
- RmiClientInterceptorUtils() - Constructor for class org.springframework.remoting.rmi.RmiClientInterceptorUtils
-  
- RmiInvocationHandler - Interface in org.springframework.remoting.rmi
- 
Interface for RMI invocation handlers instances on the server,
 wrapping exported services. 
- RmiProxyFactoryBean - Class in org.springframework.remoting.rmi
- 
FactoryBeanfor RMI proxies, supporting both conventional RMI services
 and RMI invokers.
 
- RmiProxyFactoryBean() - Constructor for class org.springframework.remoting.rmi.RmiProxyFactoryBean
-  
- RmiRegistryFactoryBean - Class in org.springframework.remoting.rmi
- 
FactoryBean that locates a  Registry and
 exposes it for bean references. 
- RmiRegistryFactoryBean() - Constructor for class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-  
- RmiServiceExporter - Class in org.springframework.remoting.rmi
- 
RMI exporter that exposes the specified service as RMI object with the specified name. 
- RmiServiceExporter() - Constructor for class org.springframework.remoting.rmi.RmiServiceExporter
-  
- Role - Annotation Type in org.springframework.context.annotation
- 
Indicates the 'role' hint for a given bean. 
- ROLE_GETTER - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- 
Constant identifier for the getter role field value in a JMX  Descriptor. 
- ROLE_OPERATION - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- 
Identifies an operation (method) in a JMX  Descriptor. 
- ROLE_SETTER - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- 
Constant identifier for the setter role field value in a JMX  Descriptor. 
- run() - Method in class org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
-  
- run() - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
-  
- run() - Method in class org.springframework.scheduling.support.ScheduledMethodRunnable
-  
- scan(String...) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
- 
Perform a scan within the specified base packages. 
- scan(String...) - Method in interface org.springframework.context.annotation.AnnotationConfigRegistry
- 
Perform a scan within the specified base packages. 
- scan(String...) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- 
Perform a scan within the specified base packages. 
- ScannedGenericBeanDefinition - Class in org.springframework.context.annotation
- 
Extension of the GenericBeanDefinitionclass, based on an ASM ClassReader, with support for annotation metadata exposed
 through theAnnotatedBeanDefinitioninterface.
 
- ScannedGenericBeanDefinition(MetadataReader) - Constructor for class org.springframework.context.annotation.ScannedGenericBeanDefinition
- 
Create a new ScannedGenericBeanDefinition for the class that the
 given MetadataReader describes. 
- schedule(Runnable, Trigger) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-  
- schedule(Runnable, Date) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-  
- schedule(Runnable, Trigger) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-  
- schedule(Runnable, Date) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-  
- schedule(Runnable, Trigger) - Method in interface org.springframework.scheduling.TaskScheduler
- 
Schedule the given  Runnable, invoking it whenever the trigger
 indicates a next execution time. 
- schedule(Runnable, Instant) - Method in interface org.springframework.scheduling.TaskScheduler
- 
Schedule the given  Runnable, invoking it at the specified execution time. 
- schedule(Runnable, Date) - Method in interface org.springframework.scheduling.TaskScheduler
- 
Schedule the given  Runnable, invoking it at the specified execution time. 
- scheduleAtFixedRate(Runnable, Date, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-  
- scheduleAtFixedRate(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-  
- scheduleAtFixedRate(Runnable, Date, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-  
- scheduleAtFixedRate(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-  
- scheduleAtFixedRate(Runnable, Instant, Duration) - Method in interface org.springframework.scheduling.TaskScheduler
- 
Schedule the given  Runnable, invoking it at the specified execution time
 and subsequently with the given period. 
- scheduleAtFixedRate(Runnable, Date, long) - Method in interface org.springframework.scheduling.TaskScheduler
- 
Schedule the given  Runnable, invoking it at the specified execution time
 and subsequently with the given period. 
- scheduleAtFixedRate(Runnable, Duration) - Method in interface org.springframework.scheduling.TaskScheduler
- 
Schedule the given  Runnable, starting as soon as possible and
 invoking it with the given period. 
- scheduleAtFixedRate(Runnable, long) - Method in interface org.springframework.scheduling.TaskScheduler
- 
Schedule the given  Runnable, starting as soon as possible and
 invoking it with the given period. 
- scheduleCronTask(CronTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
Schedule the specified cron task, either right away if possible
 or on initialization of the scheduler. 
- Scheduled - Annotation Type in org.springframework.scheduling.annotation
- 
Annotation that marks a method to be scheduled. 
- SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.scheduling.config.TaskManagementConfigUtils
- 
The bean name of the internally managed Scheduled annotation processor. 
- ScheduledAnnotationBeanPostProcessor - Class in org.springframework.scheduling.annotation
- 
Bean post-processor that registers methods annotated with @ Scheduled
 to be invoked by a  TaskScheduler according
 to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation. 
- ScheduledAnnotationBeanPostProcessor() - Constructor for class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- 
Create a default ScheduledAnnotationBeanPostProcessor.
 
- ScheduledAnnotationBeanPostProcessor(ScheduledTaskRegistrar) - Constructor for class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- 
- scheduledAnnotationProcessor() - Method in class org.springframework.scheduling.annotation.SchedulingConfiguration
-  
- ScheduledExecutorFactoryBean - Class in org.springframework.scheduling.concurrent
- 
- ScheduledExecutorFactoryBean() - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-  
- ScheduledExecutorTask - Class in org.springframework.scheduling.concurrent
- 
JavaBean that describes a scheduled executor task, consisting of the
  Runnable and a delay plus period. 
- ScheduledExecutorTask() - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- 
Create a new ScheduledExecutorTask,
 to be populated via bean properties. 
- ScheduledExecutorTask(Runnable) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- 
Create a new ScheduledExecutorTask, with default
 one-time execution without delay. 
- ScheduledExecutorTask(Runnable, long) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- 
Create a new ScheduledExecutorTask, with default
 one-time execution with the given delay. 
- ScheduledExecutorTask(Runnable, long, long, boolean) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- 
Create a new ScheduledExecutorTask. 
- ScheduledMethodRunnable - Class in org.springframework.scheduling.support
- 
- ScheduledMethodRunnable(Object, Method) - Constructor for class org.springframework.scheduling.support.ScheduledMethodRunnable
- 
Create a ScheduledMethodRunnablefor the given target instance,
 calling the specified method.
 
- ScheduledMethodRunnable(Object, String) - Constructor for class org.springframework.scheduling.support.ScheduledMethodRunnable
- 
Create a ScheduledMethodRunnablefor the given target instance,
 calling the specified method by name.
 
- ScheduledTask - Class in org.springframework.scheduling.config
- 
A representation of a scheduled task at runtime,
 used as a return value for scheduling methods. 
- ScheduledTaskHolder - Interface in org.springframework.scheduling.config
- 
Common interface for exposing locally scheduled tasks. 
- ScheduledTaskRegistrar - Class in org.springframework.scheduling.config
- 
Helper bean for registering tasks with a  TaskScheduler, typically using cron
 expressions. 
- ScheduledTaskRegistrar() - Constructor for class org.springframework.scheduling.config.ScheduledTaskRegistrar
-  
- ScheduledTasksBeanDefinitionParser - Class in org.springframework.scheduling.config
- 
Parser for the 'scheduled-tasks' element of the scheduling namespace. 
- ScheduledTasksBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
-  
- scheduleFixedDelayTask(IntervalTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
- scheduleFixedDelayTask(FixedDelayTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
Schedule the specified fixed-delay task, either right away if possible
 or on initialization of the scheduler. 
- scheduleFixedRateTask(IntervalTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
- scheduleFixedRateTask(FixedRateTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
Schedule the specified fixed-rate task, either right away if possible
 or on initialization of the scheduler. 
- SchedulerBeanDefinitionParser - Class in org.springframework.scheduling.config
- 
Parser for the 'scheduler' element of the 'task' namespace. 
- SchedulerBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.SchedulerBeanDefinitionParser
-  
- Schedules - Annotation Type in org.springframework.scheduling.annotation
- 
Container annotation that aggregates several  Scheduled annotations. 
- scheduleTasks() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
- scheduleTriggerTask(TriggerTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
Schedule the specified trigger task, either right away if possible
 or on initialization of the scheduler. 
- scheduleWithFixedDelay(Runnable, Date, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-  
- scheduleWithFixedDelay(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-  
- scheduleWithFixedDelay(Runnable, Date, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-  
- scheduleWithFixedDelay(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-  
- scheduleWithFixedDelay(Runnable, Instant, Duration) - Method in interface org.springframework.scheduling.TaskScheduler
- 
Schedule the given  Runnable, invoking it at the specified execution time
 and subsequently with the given delay between the completion of one execution
 and the start of the next. 
- scheduleWithFixedDelay(Runnable, Date, long) - Method in interface org.springframework.scheduling.TaskScheduler
- 
Schedule the given  Runnable, invoking it at the specified execution time
 and subsequently with the given delay between the completion of one execution
 and the start of the next. 
- scheduleWithFixedDelay(Runnable, Duration) - Method in interface org.springframework.scheduling.TaskScheduler
- 
Schedule the given  Runnable, starting as soon as possible and invoking it with
 the given delay between the completion of one execution and the start of the next. 
- scheduleWithFixedDelay(Runnable, long) - Method in interface org.springframework.scheduling.TaskScheduler
- 
Schedule the given  Runnable, starting as soon as possible and invoking it with
 the given delay between the completion of one execution and the start of the next. 
- SchedulingAwareRunnable - Interface in org.springframework.scheduling
- 
Extension of the Runnable interface, adding special callbacks
 for long-running operations. 
- SchedulingConfiguration - Class in org.springframework.scheduling.annotation
- 
- SchedulingConfiguration() - Constructor for class org.springframework.scheduling.annotation.SchedulingConfiguration
-  
- SchedulingConfigurer - Interface in org.springframework.scheduling.annotation
- 
- SchedulingException - Exception in org.springframework.scheduling
- 
General exception to be thrown on scheduling failures,
 such as the scheduler already having shut down. 
- SchedulingException(String) - Constructor for exception org.springframework.scheduling.SchedulingException
- 
Constructor for SchedulingException. 
- SchedulingException(String, Throwable) - Constructor for exception org.springframework.scheduling.SchedulingException
- 
Constructor for SchedulingException. 
- SchedulingTaskExecutor - Interface in org.springframework.scheduling
- 
A TaskExecutorextension exposing
 scheduling characteristics that are relevant to potential task submitters.
 
- Scope - Annotation Type in org.springframework.context.annotation
- 
When used as a type-level annotation in conjunction with
  @Component,
  @Scope indicates the name of a scope to use for instances of
 the annotated type. 
- scopeAnnotationType - Variable in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
-  
- ScopedProxyMode - Enum in org.springframework.context.annotation
- 
Enumerates the various scoped-proxy options. 
- ScopeMetadata - Class in org.springframework.context.annotation
- 
Describes scope characteristics for a Spring-managed bean including the scope
 name and the scoped-proxy behavior. 
- ScopeMetadata() - Constructor for class org.springframework.context.annotation.ScopeMetadata
-  
- ScopeMetadataResolver - Interface in org.springframework.context.annotation
- 
Strategy interface for resolving the scope of bean definitions. 
- ScriptCompilationException - Exception in org.springframework.scripting
- 
Exception to be thrown on script compilation failure. 
- ScriptCompilationException(String) - Constructor for exception org.springframework.scripting.ScriptCompilationException
- 
Constructor for ScriptCompilationException. 
- ScriptCompilationException(String, Throwable) - Constructor for exception org.springframework.scripting.ScriptCompilationException
- 
Constructor for ScriptCompilationException. 
- ScriptCompilationException(ScriptSource, String) - Constructor for exception org.springframework.scripting.ScriptCompilationException
- 
Constructor for ScriptCompilationException. 
- ScriptCompilationException(ScriptSource, Throwable) - Constructor for exception org.springframework.scripting.ScriptCompilationException
- 
Constructor for ScriptCompilationException. 
- ScriptCompilationException(ScriptSource, String, Throwable) - Constructor for exception org.springframework.scripting.ScriptCompilationException
- 
Constructor for ScriptCompilationException. 
- ScriptEvaluator - Interface in org.springframework.scripting
- 
Spring's strategy interface for evaluating a script. 
- ScriptFactory - Interface in org.springframework.scripting
- 
Script definition interface, encapsulating the configuration
 of a specific script as well as a factory method for
 creating the actual scripted Java Object.
 
- ScriptFactoryPostProcessor - Class in org.springframework.scripting.support
- 
BeanPostProcessor that
 handles  ScriptFactory definitions,
 replacing each factory with the actual scripted Java object generated by it. 
- ScriptFactoryPostProcessor() - Constructor for class org.springframework.scripting.support.ScriptFactoryPostProcessor
-  
- ScriptSource - Interface in org.springframework.scripting
- 
Interface that defines the source of a script. 
- selectImports(AdviceMode) - Method in class org.springframework.cache.annotation.CachingConfigurationSelector
- 
- selectImports(AnnotationMetadata) - Method in class org.springframework.context.annotation.AdviceModeImportSelector
- 
This implementation resolves the type of annotation from generic metadata and
 validates that (a) the annotation is in fact present on the importing
  @Configuration class and (b) that the given annotation has an
  advice mode attribute of type
  AdviceMode. 
- selectImports(AdviceMode) - Method in class org.springframework.context.annotation.AdviceModeImportSelector
- 
Determine which classes should be imported based on the given AdviceMode.
 
- selectImports() - Method in interface org.springframework.context.annotation.DeferredImportSelector.Group
- 
Return the  entries of which class(es) should be imported
 for this group. 
- selectImports(AnnotationMetadata) - Method in interface org.springframework.context.annotation.ImportSelector
- 
Select and return the names of which class(es) should be imported based on
 the  AnnotationMetadata of the importing @ Configuration class. 
- selectImports(AdviceMode) - Method in class org.springframework.scheduling.annotation.AsyncConfigurationSelector
- 
- SelfNaming - Interface in org.springframework.jmx.export.naming
- 
Interface that allows infrastructure components to provide their own
 ObjectNames to theMBeanExporter.
 
- sendNotification(Notification) - Method in class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
- 
- sendNotification(Notification) - Method in interface org.springframework.jmx.export.notification.NotificationPublisher
- 
- server - Variable in class org.springframework.jmx.support.MBeanRegistrationSupport
- 
The MBeanServerinstance being used to register beans.
 
- Service - Annotation Type in org.springframework.stereotype
- 
Indicates that an annotated class is a "Service", originally defined by Domain-Driven
 Design (Evans, 2003) as "an operation offered as an interface that stands alone in the
 model, with no encapsulated state." 
- setAcceptProxyClasses(boolean) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
- 
Set whether to accept deserialization of proxy classes. 
- setAfterInitialization(boolean) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
- 
Choose whether to perform validation after bean initialization
 (i.e. 
- setAgentId(String) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
- 
Set the agent id of the MBeanServerto locate.
 
- setAgentId(String) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
- 
Set the agent id of the MBeanServerto locate.
 
- setAgentId(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
- 
Set the agent id of the MBeanServerto locate.
 
- setAllowBeanDefinitionOverriding(boolean) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
- 
Set whether it should be allowed to override bean definitions by registering
 a different definition with the same name, automatically replacing the former. 
- setAllowBeanDefinitionOverriding(boolean) - Method in class org.springframework.context.support.GenericApplicationContext
- 
Set whether it should be allowed to override bean definitions by registering
 a different definition with the same name, automatically replacing the former. 
- setAllowCircularReferences(boolean) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
- 
Set whether to allow circular references between beans - and automatically
 try to resolve them. 
- setAllowCircularReferences(boolean) - Method in class org.springframework.context.support.GenericApplicationContext
- 
Set whether to allow circular references between beans - and automatically
 try to resolve them. 
- setAllowCoreThreadTimeOut(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- 
Specify whether to allow core threads to time out. 
- setAllowCoreThreadTimeOut(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- 
Specify whether to allow core threads to time out. 
- setAllowEagerInit(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
- 
Specify whether to allow eager initialization of candidate beans
 when autodetecting MBeans in the Spring application context. 
- setAllowedFields(String...) - Method in class org.springframework.validation.DataBinder
- 
Register fields that should be allowed for binding. 
- setAllowNullValues(boolean) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
- 
Set whether to allow nullvalues
 (adapting them to an internal null holder value).
 
- setAllowNullValues(boolean) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
- 
Specify whether to accept and convert nullvalues for all caches
 in this cache manager.
 
- setAlwaysCreate(boolean) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- 
Set whether to always create the registry in-process,
 not attempting to locate an existing registry at the specified port. 
- setAlwaysCreateRegistry(boolean) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
- 
Set whether to always create the registry in-process,
 not attempting to locate an existing registry at the specified port. 
- setAlwaysUseJndiLookup(boolean) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- 
Set whether to always use JNDI lookups equivalent to standard Java EE 5 resource
 injection, even for nameattributes and default names.
 
- setAlwaysUseMessageFormat(boolean) - Method in class org.springframework.context.support.MessageSourceSupport
- 
Set whether to always apply the MessageFormatrules,
 parsing even messages without arguments.
 
- setApplicationContext(ApplicationContext) - Method in interface org.springframework.context.ApplicationContextAware
- 
Set the ApplicationContext that this object runs in. 
- setApplicationContext(ApplicationContext) - Method in class org.springframework.context.event.EventListenerMethodProcessor
-  
- setApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.ApplicationObjectSupport
-  
- setApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.LiveBeansView
-  
- setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- 
- setApplicationContext(ApplicationContext) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-  
- setApplicationEventClass(Class<?>) - Method in class org.springframework.context.event.EventPublicationInterceptor
- 
Set the application event class to publish. 
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in interface org.springframework.context.ApplicationEventPublisherAware
- 
Set the ApplicationEventPublisher that this object runs in. 
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.context.event.EventPublicationInterceptor
-  
- setArguments(Object[]) - Method in class org.springframework.remoting.support.RemoteInvocation
- 
Set the arguments for the target method call. 
- setAssembler(MBeanInfoAssembler) - Method in class org.springframework.jmx.export.MBeanExporter
- 
Set the implementation of the MBeanInfoAssemblerinterface to use
 for this exporter.
 
- setAsText(String) - Method in class org.springframework.format.support.FormatterPropertyEditorAdapter
-  
- setAsText(String) - Method in class org.springframework.jndi.JndiTemplateEditor
-  
- setAsyncAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
- 
Set the 'async' annotation type. 
- setAsyncAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
- 
Set the 'async' annotation type to be detected at either class or method
 level. 
- setAsyncMode(boolean) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
- 
Specify whether to establish a local first-in-first-out scheduling mode for forked tasks
 that are never joined. 
- setAttribute(Attribute) - Method in class org.springframework.jmx.export.SpringModelMBean
- 
- setAttributes(AttributeList) - Method in class org.springframework.jmx.export.SpringModelMBean
- 
- setAttributes(Map<String, Serializable>) - Method in class org.springframework.remoting.support.RemoteInvocation
- 
Set the attributes Map. 
- setAttributeSource(JmxAttributeSource) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
- 
Set the JmxAttributeSourceimplementation to use for
 reading the metadata from the bean class.
 
- setAttributeSource(JmxAttributeSource) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
- 
Set the implementation of the JmxAttributeSourceinterface to use
 when reading the source-level metadata.
 
- setAuthenticator(Authenticator) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- 
Deprecated. Register a common  Authenticator to be
 applied to all locally registered  contexts. 
- setAutodetect(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
- 
Set whether to autodetect MBeans in the bean factory that this exporter
 runs in. 
- setAutodetectMode(int) - Method in class org.springframework.jmx.export.MBeanExporter
- 
Set the autodetection mode to use. 
- setAutodetectModeName(String) - Method in class org.springframework.jmx.export.MBeanExporter
- 
Set the autodetection mode to use by name. 
- setAutoGrowCollectionLimit(int) - Method in class org.springframework.validation.DataBinder
- 
Specify the limit for array and collection auto-growing. 
- setAutoGrowNestedPaths(boolean) - Method in class org.springframework.validation.DataBinder
- 
Set whether this binder should attempt to "auto-grow" a nested path that contains a null value. 
- setAutowireCandidatePatterns(String...) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- 
Set the name-matching patterns for determining autowire candidates. 
- setAwaitTerminationSeconds(int) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
- 
Set the maximum number of seconds that this executor is supposed to block
 on shutdown in order to wait for remaining tasks to complete their execution
 before the rest of the container continues to shut down. 
- setAwaitTerminationSeconds(int) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
- 
Set the maximum number of seconds that this ForkJoinPool is supposed to block
 on shutdown in order to wait for remaining tasks to complete their execution
 before the rest of the container continues to shut down. 
- setBacklog(int) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- 
Deprecated. Specify the HTTP server's TCP backlog. 
- setBasename(String) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
- 
Set a single basename, following the basic ResourceBundle convention
 of not specifying file extension or language codes. 
- setBasenamePrefix(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
- 
Set the prefix that gets applied to the ResourceBundle basenames,
 i.e. 
- setBasenames(String...) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
- 
Set an array of basenames, each following the basic ResourceBundle convention
 of not specifying file extension or language codes. 
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.support.ResourceBundleMessageSource
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.export.MBeanExporter
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.support.RemotingSupport
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.bsh.BshScriptEvaluator
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.bsh.BshScriptFactory
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.support.StandardScriptFactory
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-  
- setBeanDefinitionDefaults(BeanDefinitionDefaults) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- 
Set the defaults to use for detected beans. 
- setBeanFactory(BeanFactory) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
- 
Set the containing  BeanFactory for  CacheManager and other
 service lookups. 
- setBeanFactory(BeanFactory) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
-  
- setBeanFactory(BeanFactory) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-  
- setBeanFactory(BeanFactory) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
-  
- setBeanFactory(BeanFactory) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-  
- setBeanFactory(BeanFactory) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-  
- setBeanFactory(BeanFactory) - Method in class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
-  
- setBeanFactory(BeanFactory) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-  
- setBeanFactory(BeanFactory) - Method in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
-  
- setBeanFactory(BeanFactory) - Method in class org.springframework.jmx.export.MBeanExporter
- 
This callback is only required for resolution of bean names in the
  "beans"Map and for
 autodetection of MBeans (in the latter case, a
  ListableBeanFactory is required). 
- setBeanFactory(BeanFactory) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-  
- setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
- 
Set the BeanFactoryto be used when looking up executors by qualifier.
 
- setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-  
- setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- 
Making a  BeanFactory available is optional; if not set,
  SchedulingConfigurer beans won't get autodetected and
 a  scheduler has to be explicitly configured. 
- setBeanFactory(BeanFactory) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-  
- setBeanFactory(BeanFactory) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-  
- setBeanName(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-  
- setBeanName(String) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
- 
Sets the id of this context to the bean name by default,
 for cases where the context instance is itself defined as a bean. 
- setBeanName(String) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-  
- setBeanName(String) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-  
- setBeanName(String) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-  
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
- 
Set the BeanNameGeneratorto use for detected bean classes.
 
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
- 
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- 
Set the BeanNameGenerator to use for detected bean classes. 
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
- 
Set the  BeanNameGenerator to be used when triggering component scanning
 from  Configuration classes and when registering  Import'ed
 configuration classes. 
- setBeans(Map<String, Object>) - Method in class org.springframework.jmx.export.MBeanExporter
- 
Supply a Mapof beans to be registered with the JMXMBeanServer.
 
- setBeforeInvocation(boolean) - Method in class org.springframework.cache.interceptor.CacheEvictOperation.Builder
-  
- setBindingErrorProcessor(BindingErrorProcessor) - Method in class org.springframework.validation.DataBinder
- 
Set the strategy to use for processing binding errors, that is,
 required field errors and PropertyAccessExceptions.
 
- setBundleClassLoader(ClassLoader) - Method in class org.springframework.context.support.ResourceBundleMessageSource
- 
Set the ClassLoader to load resource bundles with. 
- setBusinessInterface(Class<?>) - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
- 
Set the business interface of the EJB we're proxying. 
- setBusinessInterface(Class<?>) - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
- 
Set the business interface of the EJB we're proxying. 
- setCache(boolean) - Method in class org.springframework.jndi.JndiObjectFactoryBean
- 
Set whether to cache the JNDI object once it has been located. 
- setCache(boolean) - Method in class org.springframework.jndi.JndiObjectTargetSource
- 
Set whether to cache the JNDI object once it has been located. 
- setCacheHome(boolean) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
- 
Set whether to cache the EJB home object once it has been located. 
- setCacheManager(CacheManager) - Method in class org.springframework.cache.interceptor.AbstractCacheResolver
- 
- setCacheManager(CacheManager) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
- 
- setCacheManager(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-  
- setCacheManager(CacheManager) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
- 
- setCacheManagers(Collection<CacheManager>) - Method in class org.springframework.cache.support.CompositeCacheManager
- 
Specify the CacheManagers to delegate to. 
- setCacheMillis(long) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
- 
Set the number of milliseconds to cache loaded properties files. 
- setCacheName(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-  
- setCacheNames(Collection<String>) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
- 
Specify the set of cache names for this CacheManager's 'static' mode. 
- setCacheNames(String...) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-  
- setCacheNames(Collection<String>) - Method in class org.springframework.cache.interceptor.NamedCacheResolver
- 
Set the cache name(s) that this resolver should use. 
- setCacheOperationSource(CacheOperationSource) - Method in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
- 
Set the cache operation attribute source which is used to find cache
 attributes. 
- setCacheOperationSource(CacheOperationSource) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
- 
Set the CacheOperationSource for this cache aspect. 
- setCacheOperationSources(CacheOperationSource...) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
- 
Set one or more cache operation sources which are used to find the cache
 attributes. 
- setCacheOperationSources(CacheOperationSource...) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
- 
Set one or more sources to find cache operations. 
- setCacheResolver(CacheResolver) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
- 
Set the default  CacheResolver that this cache aspect should delegate
 to if no specific cache resolver has been set for the operation. 
- setCacheResolver(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-  
- setCacheResolver(CacheResolver) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
- 
Set the default  CacheResolver that this cache aspect should delegate
 to if no specific cache resolver has been set for the operation. 
- setCaches(Collection<? extends Cache>) - Method in class org.springframework.cache.support.SimpleCacheManager
- 
Specify the collection of Cache instances to use for this CacheManager. 
- setCacheSeconds(int) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
- 
Set the number of seconds to cache loaded properties files. 
- setCacheSessionBean(boolean) - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
- 
Set whether to cache the actual session bean object. 
- setCacheStub(boolean) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- 
Set whether to cache the RMI stub once it has been located. 
- setCacheStub(boolean) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
- 
Set whether to cache the RMI stub once it has been located. 
- setCacheWide(boolean) - Method in class org.springframework.cache.interceptor.CacheEvictOperation.Builder
-  
- setCategory(String) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
- 
The category of this metric (ex. 
- setChronology(Chronology) - Method in class org.springframework.format.datetime.joda.JodaTimeContext
- 
Set the user's chronology (calendar system). 
- setChronology(Chronology) - Method in class org.springframework.format.datetime.standard.DateTimeContext
- 
Set the user's chronology (calendar system). 
- setClassFilter(ClassFilter) - Method in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
- 
Set the ClassFilterto use for this pointcut.
 
- setClassLoader(ClassLoader) - Method in class org.springframework.context.support.GenericApplicationContext
-  
- setClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- 
Set a custom RMI client socket factory to use for the RMI registry. 
- setClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
- 
Set a custom RMI client socket factory to use for exporting the service. 
- setCommonMessages(Properties) - Method in class org.springframework.context.support.AbstractMessageSource
- 
Specify locale-independent common messages, with the message code as key
 and the full message String (may contain argument placeholders) as value. 
- setCommonPool(boolean) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
- 
- setCompilationCustomizers(CompilationCustomizer...) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
- 
Set one or more customizers to be applied to this evaluator's compiler configuration. 
- setCompilerConfiguration(CompilerConfiguration) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
- 
Set a custom compiler configuration for this evaluator. 
- setConcurrentExecutor(Executor) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
- 
- setConcurrentRefresh(boolean) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- 
Specify whether to allow for concurrent refresh behavior, i.e. 
- setCondition(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-  
- setConfigLocation(String) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
- 
Set the config locations for this application context in init-param style,
 i.e. 
- setConfigLocations(String...) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
- 
Set the config locations for this application context. 
- setConnectOnStartup(boolean) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
- 
Set whether or not the proxy should connect to the MBeanServerat creation time ("true") or the first time it is invoked ("false").
 
- setConnectOnStartup(boolean) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
- 
Set whether to connect to the server on startup. 
- setConstraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- 
Specify a custom ConstraintValidatorFactory to use for this ValidatorFactory. 
- setContentType(String) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
- 
Specify the content type to use for sending remote invocation responses. 
- setContexts(Map<String, HttpHandler>) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- 
Deprecated. Register HttpHandlersfor specific context paths.
 
- setContinueScheduledExecutionAfterException(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- 
Specify whether to continue the execution of a scheduled task
 after it threw an exception. 
- setConversionService(ConversionService) - Method in class org.springframework.validation.DataBinder
- 
Specify a Spring 3.0 ConversionService to use for converting
 property values, as an alternative to JavaBeans PropertyEditors. 
- setConverters(Set<?>) - Method in class org.springframework.context.support.ConversionServiceFactoryBean
- 
Configure the set of custom converter objects that should be added:
 implementing Converter,ConverterFactory,
 orGenericConverter.
 
- setConverters(Set<?>) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
- 
Configure the set of custom converter objects that should be added. 
- setCorePoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- 
Set the ThreadPoolExecutor's core pool size. 
- setCorePoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- 
Set the ThreadPoolExecutor's core pool size. 
- setCronTasks(Map<Runnable, String>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
Specify triggered tasks as a Map of Runnables (the tasks) and cron expressions. 
- setCronTasksList(List<CronTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
Specify triggered tasks as a list of  CronTask objects. 
- setCurrency(Currency) - Method in class org.springframework.format.number.CurrencyStyleFormatter
- 
Specify the currency, if known. 
- setCurrencyTimeLimit(int) - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
- 
Set a currency time limit for this attribute. 
- setDaemon(boolean) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- 
Set whether any threads started for the JMXConnectorServershould be
 started as daemon threads.
 
- setDateFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
- 
Set the formatter that will be used for objects representing date values. 
- setDateFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
- 
Set the formatter that will be used for objects representing date values. 
- setDateStyle(String) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
- 
Set the default format style of Joda  LocalDate objects. 
- setDateStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
- 
Set the style to use for date types. 
- setDateStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
- 
Set the default format style of  LocalDate objects. 
- setDateTimeContext(DateTimeContext) - Static method in class org.springframework.format.datetime.standard.DateTimeContextHolder
- 
Associate the given DateTimeContext with the current thread. 
- setDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
- 
Set the formatter that will be used for objects representing date and time values. 
- setDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
- 
Set the formatter that will be used for objects representing date and time values. 
- setDateTimeStyle(String) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
- 
- setDateTimeStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
- 
Set the style to use for date and time types. 
- setDateTimeStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
- 
- setDefaultCurrencyTimeLimit(Integer) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- 
Set the default for the JMX field "currencyTimeLimit". 
- setDefaultDomain(String) - Method in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
- 
Specify the default domain to be used for generating ObjectNames
 when no source-level metadata has been specified. 
- setDefaultDomain(String) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
- 
Specify the default domain to be used for generating ObjectNames
 when no source-level metadata has been specified. 
- setDefaultDomain(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
- 
Set the default domain to be used by the MBeanServer,
 to be passed toMBeanServerFactory.createMBeanServer()orMBeanServerFactory.findMBeanServer().
 
- setDefaultEncoding(String) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
- 
Set the default charset to use for parsing properties files. 
- setDefaultEncoding(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
- 
Set the default charset to use for parsing resource bundle files. 
- setDefaultLocale(Locale) - Static method in class org.springframework.context.i18n.LocaleContextHolder
- 
Set a shared default locale at the framework level,
 as an alternative to the JVM-wide default locale. 
- setDefaultLocale(Locale) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
- 
Specify a default Locale to fall back to, as an alternative to falling back
 to the system Locale. 
- setDefaultObject(Object) - Method in class org.springframework.jndi.JndiObjectFactoryBean
- 
Specify a default object to fall back to if the JNDI lookup fails. 
- setDefaultProxyTargetClass(boolean) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- 
Flag to signal that refreshable proxies should be created to proxy the target class not its interfaces. 
- setDefaultRefreshCheckDelay(long) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- 
Set the delay between refresh checks, in milliseconds. 
- setDefaultTimeZone(TimeZone) - Static method in class org.springframework.context.i18n.LocaleContextHolder
- 
Set a shared default time zone at the framework level,
 as an alternative to the JVM-wide default time zone. 
- setDefaultValue(Object) - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
- 
Set the default value of this attribute. 
- setDelay(long) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- 
Set the delay before starting the task for the first time,
 in milliseconds. 
- setDescription(String) - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
- 
Set a description for this attribute. 
- setDescription(String) - Method in class org.springframework.jmx.export.metadata.ManagedNotification
- 
Set a description for this notification. 
- setDescription(String) - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
- 
Set a description for this parameter. 
- setDisallowedFields(String...) - Method in class org.springframework.validation.DataBinder
- 
Register fields that should not be allowed for binding. 
- setDisplayName(String) - Method in class org.springframework.context.support.AbstractApplicationContext
- 
Set a friendly name for this context. 
- setDisplayName(String) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
- 
A display name for this metric. 
- setEmbeddedValueResolver(StringValueResolver) - Method in interface org.springframework.context.EmbeddedValueResolverAware
- 
Set the StringValueResolver to use for resolving embedded definition values. 
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.context.support.EmbeddedValueResolutionSupport
-  
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.format.support.FormattingConversionService
-  
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-  
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-  
- setEncoding(String) - Method in class org.springframework.scripting.support.ResourceScriptSource
- 
Set the encoding used for reading the script resource. 
- setEngineName(String) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
- 
Set the name of the script engine for evaluating the scripts (e.g. 
- setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
- 
- setEnvironment(Environment) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
- 
Set the  Environment to use when evaluating whether
  @Conditional-annotated component classes should be registered. 
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
- 
- setEnvironment(Environment) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- 
Set the Environment to use when resolving placeholders and evaluating
  @Conditional-annotated component classes. 
- setEnvironment(Environment) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-  
- setEnvironment(Environment) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
-  
- setEnvironment(ConfigurableEnvironment) - Method in interface org.springframework.context.ConfigurableApplicationContext
- 
Set the Environmentfor this application context.
 
- setEnvironment(Environment) - Method in interface org.springframework.context.EnvironmentAware
- 
Set the Environmentthat this component runs in.
 
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.support.AbstractApplicationContext
- 
Set the Environmentfor this application context.
 
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
- 
Delegates the given environment to underlying GroovyBeanDefinitionReader.
 
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.support.GenericXmlApplicationContext
- 
Delegates the given environment to underlying XmlBeanDefinitionReader.
 
- setEnvironment(Environment) - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
- 
PropertySourcesfrom the givenEnvironmentwill be searched when replacing ${...} placeholders.
 
- setEnvironment(Map<String, ?>) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
- 
Specify the environment for the JMX connector. 
- setEnvironment(Map<String, ?>) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
- 
Specify the environment for the JMX connector. 
- setEnvironment(Properties) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- 
Set the environment properties used to construct the JMXConnectorServerasjava.util.Properties(String key/value pairs).
 
- setEnvironment(Properties) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
- 
Set the environment properties used to construct the JMXConnectorasjava.util.Properties(String key/value pairs).
 
- setEnvironment(Properties) - Method in class org.springframework.jndi.JndiTemplate
- 
Set the environment for the JNDI InitialContext. 
- setEnvironmentMap(Map<String, ?>) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- 
Set the environment properties used to construct the JMXConnectoras aMapof String keys and arbitrary Object values.
 
- setEnvironmentMap(Map<String, ?>) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
- 
Set the environment properties used to construct the JMXConnectoras aMapof String keys and arbitrary Object values.
 
- setErrorHandler(CacheErrorHandler) - Method in class org.springframework.cache.interceptor.AbstractCacheInvoker
- 
Set the  CacheErrorHandler instance to use to handle errors
 thrown by the cache provider. 
- setErrorHandler(ErrorHandler) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
- 
Set the ErrorHandlerto invoke in case an exception is thrown
 from a listener.
 
- setErrorHandler(ErrorHandler) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- 
Provide an ErrorHandlerstrategy.
 
- setErrorHandler(ErrorHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- 
Set a custom ErrorHandlerstrategy.
 
- setException(Throwable) - Method in class org.springframework.remoting.support.RemoteInvocationResult
- 
Set the exception thrown by an unsuccessful invocation of the
 target method, if any. 
- setExceptionHandler(AsyncUncaughtExceptionHandler) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
- 
Set the AsyncUncaughtExceptionHandlerto use to handle uncaught
 exceptions thrown by asynchronous method executions.
 
- setExcludedBeans(String...) - Method in class org.springframework.jmx.export.MBeanExporter
- 
Set the list of names for beans that should be excluded from autodetection. 
- setExecutor(Executor) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- 
Deprecated. Set the JDK concurrent executor to use for dispatching incoming requests. 
- setExecutor(Executor) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
- 
Set the  Executor to use when invoking methods asynchronously. 
- setExpectedType(Class<?>) - Method in class org.springframework.jndi.JndiObjectLocator
- 
Specify the type that the located JNDI object is supposed
 to be assignable to, if any. 
- setExposeAccessContext(boolean) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
- 
Set whether to expose the JNDI environment context for all access to the target
 EJB, i.e. 
- setExposeAccessContext(boolean) - Method in class org.springframework.jndi.JndiObjectFactoryBean
- 
Set whether to expose the JNDI environment context for all access to the target
 object, i.e. 
- setExposeAccessContext(boolean) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- 
Set whether to expose the JNDI environment context for all access to the target
 RMI stub, i.e. 
- setExposeClassDescriptor(boolean) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- 
Set whether to expose the JMX descriptor field "class" for managed operations. 
- setExposeManagedResourceClassLoader(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
- 
Indicates whether or not the managed resource should be exposed on the
  thread context ClassLoader before
 allowing any invocations on the MBean to occur. 
- setExposeUnconfigurableExecutor(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- 
Specify whether this FactoryBean should expose an unconfigurable
 decorator for the created executor. 
- setExposeUnconfigurableExecutor(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- 
Specify whether this FactoryBean should expose an unconfigurable
 decorator for the created executor. 
- setExpressionParser(ExpressionParser) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
- 
Specify the EL parser to use for expression parsing. 
- setExpressionPrefix(String) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
- 
Set the prefix that an expression string starts with. 
- setExpressionSuffix(String) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
- 
Set the suffix that an expression string ends with. 
- setFallbackToDefaultTypeMatch(boolean) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- 
Set whether to allow a fallback to a type match if no explicit name has been
 specified. 
- setFallbackToNoOpCache(boolean) - Method in class org.springframework.cache.support.CompositeCacheManager
- 
Indicate whether a  NoOpCacheManager should be added at the end of the delegate list. 
- setFallbackToSystemLocale(boolean) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
- 
Set whether to fall back to the system Locale if no files for a specific
 Locale have been found. 
- setFallbackToSystemLocale(boolean) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
- 
Set whether to fall back to the system Locale if no files for a
 specific Locale have been found. 
- setFileEncodings(Properties) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- 
Set per-file charsets to use for parsing properties files. 
- setFilters(List<Filter>) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- 
Deprecated. Register common  Filters to be
 applied to all locally registered  contexts. 
- setFixedDelayTasks(Map<Runnable, Long>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
Specify triggered tasks as a Map of Runnables (the tasks) and fixed-delay values. 
- setFixedDelayTasksList(List<IntervalTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
Specify fixed-delay tasks as a list of  IntervalTask objects. 
- setFixedRate(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- 
Set whether to schedule as fixed-rate execution, rather than
 fixed-delay execution. 
- setFixedRate(boolean) - Method in class org.springframework.scheduling.support.PeriodicTrigger
- 
Specify whether the periodic interval should be measured between the
 scheduled start times rather than between actual completion times. 
- setFixedRateTasks(Map<Runnable, Long>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
Specify triggered tasks as a Map of Runnables (the tasks) and fixed-rate values. 
- setFixedRateTasksList(List<IntervalTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
- setFormatName(String) - Method in class org.springframework.format.number.money.MonetaryAmountFormatter
- 
Specify the format name, to be resolved by the JSR-354 provider
 at runtime. 
- setFormatter(DateFormatter) - Method in class org.springframework.format.datetime.DateFormatterRegistrar
- 
Set a global date formatter to register. 
- setFormatterRegistrars(Set<FormatterRegistrar>) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
- 
- setFormatters(Set<?>) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
- 
Configure the set of custom formatter objects that should be added. 
- setForwarder(MBeanServerForwarder) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- 
Set an MBeanServerForwarder to be applied to the JMXConnectorServer.
 
- setFractionDigits(int) - Method in class org.springframework.format.number.CurrencyStyleFormatter
- 
Specify the desired number of fraction digits. 
- setGlobalBindings(Map<String, Object>) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
- 
Set the globally scoped bindings on the underlying script engine manager,
 shared by all scripts, as an alternative to script argument bindings. 
- setHandback(Object) - Method in class org.springframework.jmx.support.NotificationListenerHolder
- 
- setHost(String) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- 
Set the host of the registry for the exported RMI service,
 i.e. 
- setHostname(String) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- 
Deprecated. Specify the HTTP server's hostname to bind to. 
- setId(String) - Method in interface org.springframework.context.ConfigurableApplicationContext
- 
Set the unique id of this application context. 
- setId(String) - Method in class org.springframework.context.support.AbstractApplicationContext
- 
Set the unique id of this application context. 
- setId(String) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-  
- setIgnoredMethodMappings(Properties) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
- 
Set the mappings of bean keys to a comma-separated list of method names. 
- setIgnoredMethods(String...) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
- 
Set the array of method names to be ignored when creating the management info. 
- setIgnoreInvalidFields(boolean) - Method in class org.springframework.validation.DataBinder
- 
Set whether to ignore invalid fields, that is, whether to ignore bind
 parameters that have corresponding fields in the target object which are
 not accessible (for example because of null values in the nested path). 
- setIgnoreUnknownFields(boolean) - Method in class org.springframework.validation.DataBinder
- 
Set whether to ignore unknown fields, that is, whether to ignore bind
 parameters that do not have corresponding fields in the target object. 
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.cache.annotation.AbstractCachingConfiguration
-  
- setImportMetadata(AnnotationMetadata) - Method in interface org.springframework.context.annotation.ImportAware
- 
Set the annotation metadata of the importing @Configurationclass.
 
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
-  
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
-  
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
-  
- setIncludeAnnotationConfig(boolean) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- 
Specify whether to register annotation config post-processors. 
- setIndex(int) - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
- 
Set the index of this parameter in the operation signature. 
- setInitialDelay(long) - Method in class org.springframework.scheduling.support.PeriodicTrigger
- 
Specify the delay for the initial execution. 
- setInterceptors(Object[]) - Method in class org.springframework.remoting.support.RemoteExporter
- 
Set additional interceptors (or advisors) to be applied before the
 remote endpoint, e.g. 
- setInterfaceMappings(Properties) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
- 
Set the mappings of bean keys to a comma-separated list of interface names. 
- setIso(DateTimeFormat.ISO) - Method in class org.springframework.format.datetime.DateFormatter
- 
Set the ISO format used for this date. 
- setIso(DateTimeFormat.ISO) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
- 
Set the ISO format used to format date values. 
- setIso(DateTimeFormat.ISO) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
- 
Set the ISO format used to format date values. 
- setJndiEnvironment(Properties) - Method in class org.springframework.jndi.JndiAccessor
- 
Set the JNDI environment to use for JNDI lookups. 
- setJndiEnvironment(Properties) - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
- 
Set the JNDI environment to use for JNDI lookups. 
- setJndiEnvironment(Properties) - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
- 
Set the JNDI environment to use for JNDI lookups. 
- setJndiEnvironment(Properties) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
- 
Set the JNDI environment to use for JNDI lookups. 
- setJndiEnvironment(Properties) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
- 
Set the JNDI environment to use for JNDI lookups. 
- setJndiFactory(BeanFactory) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- 
Specify the factory for objects to be injected into @Resource/@WebServiceRef/@EJBannotated fields and setter methods,
 formappedNameattributes that point directly into JNDI.
 
- setJndiName(String) - Method in class org.springframework.jndi.JndiObjectLocator
- 
Specify the JNDI name to look up. 
- setJndiName(String) - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
- 
Set the JNDI name of the exported RMI service. 
- setJndiName(String) - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
- 
Specify a JNDI name of the  ThreadFactory to delegate to,
 replacing the default JNDI name "java:comp/DefaultManagedThreadFactory". 
- setJndiName(String) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
- 
Specify a JNDI name of the  Executor to delegate to,
 replacing the default JNDI name "java:comp/DefaultManagedExecutorService". 
- setJndiName(String) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
- 
Specify a JNDI name of the  Executor to delegate to,
 replacing the default JNDI name "java:comp/DefaultManagedScheduledExecutorService". 
- setJndiTemplate(JndiTemplate) - Method in class org.springframework.jndi.JndiAccessor
- 
Set the JNDI template to use for JNDI lookups. 
- setJndiTemplate(JndiTemplate) - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
- 
Set the JNDI template to use for JNDI lookups. 
- setJndiTemplate(JndiTemplate) - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
- 
Set the JNDI template to use for JNDI lookups. 
- setJndiTemplate(JndiTemplate) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
- 
Set the JNDI template to use for JNDI lookups. 
- setJndiTemplate(JndiTemplate) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
- 
Set the JNDI template to use for JNDI lookups. 
- setJodaTimeContext(JodaTimeContext) - Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
- 
Associate the given JodaTimeContext with the current thread. 
- setKeepAliveSeconds(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- 
Set the ThreadPoolExecutor's keep-alive seconds. 
- setKeepAliveSeconds(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- 
Set the ThreadPoolExecutor's keep-alive seconds. 
- setKeepAliveSeconds(int) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-  
- setKey(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-  
- setKeyGenerator(KeyGenerator) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
- 
Set the default  KeyGenerator that this cache aspect should delegate to
 if no specific key generator has been set for the operation. 
- setKeyGenerator(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-  
- setKeyGenerator(KeyGenerator) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
- 
Set the default  KeyGenerator that this cache aspect should delegate to
 if no specific key generator has been set for the operation. 
- setLanguage(String) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
- 
Set the name of the language meant for evaluating the scripts (e.g. 
- setLenient(boolean) - Method in class org.springframework.format.datetime.DateFormatter
- 
Specify whether or not parsing is to be lenient. 
- setLenient(boolean) - Method in class org.springframework.format.number.AbstractNumberFormatter
- 
Specify whether or not parsing is to be lenient. 
- setListeners(MBeanExporterListener...) - Method in class org.springframework.jmx.export.MBeanExporter
- 
Set the MBeanExporterListeners that should be notified
 of MBean registration and unregistration events.
 
- setLoadTimeWeaver(LoadTimeWeaver) - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
-  
- setLoadTimeWeaver(LoadTimeWeaver) - Method in interface org.springframework.context.weaving.LoadTimeWeaverAware
- 
- setLoadTimeWeavingConfigurer(LoadTimeWeavingConfigurer) - Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
-  
- setLocale(Locale) - Static method in class org.springframework.context.i18n.LocaleContextHolder
- 
Associate the given Locale with the current thread,
 preserving any TimeZone that may have been set already. 
- setLocale(Locale, boolean) - Static method in class org.springframework.context.i18n.LocaleContextHolder
- 
Associate the given Locale with the current thread,
 preserving any TimeZone that may have been set already. 
- setLocaleContext(LocaleContext) - Static method in class org.springframework.context.i18n.LocaleContextHolder
- 
Associate the given LocaleContext with the current thread,
 not exposing it as inheritable for child threads. 
- setLocaleContext(LocaleContext, boolean) - Static method in class org.springframework.context.i18n.LocaleContextHolder
- 
Associate the given LocaleContext with the current thread. 
- setLocateExistingServerIfPossible(boolean) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
- 
Set whether or not the MBeanServerFactoryBeanshould attempt
 to locate a runningMBeanServerbefore creating one.
 
- setLog(boolean) - Method in class org.springframework.jmx.export.metadata.ManagedResource
-  
- setLogFile(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
-  
- setLookupHomeOnStartup(boolean) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
- 
Set whether to look up the EJB home object on startup. 
- setLookupOnStartup(boolean) - Method in class org.springframework.jndi.JndiObjectFactoryBean
- 
Set whether to look up the JNDI object on startup. 
- setLookupOnStartup(boolean) - Method in class org.springframework.jndi.JndiObjectTargetSource
- 
Set whether to look up the JNDI object on startup. 
- setLookupStubOnStartup(boolean) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- 
Set whether to look up the RMI stub on startup. 
- setLookupStubOnStartup(boolean) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
- 
Set whether to look up the RMI stub on startup. 
- setManagedInterfaces(Class<?>...) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
- 
Set the array of interfaces to use for creating the management info. 
- setManagedMethods(String...) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
- 
Set the array of method names to use for creating the management info. 
- setManagedResource(Object, String) - Method in class org.springframework.jmx.export.SpringModelMBean
- 
Sets managed resource to expose and stores its  ClassLoader. 
- setManagementInterface(Class<?>) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
- 
Set the management interface of the target MBean, exposing bean property
 setters and getters for MBean attributes and conventional Java methods
 for MBean operations. 
- setMappedObjectName(Object) - Method in class org.springframework.jmx.support.NotificationListenerHolder
- 
- setMappedObjectNames(Object...) - Method in class org.springframework.jmx.support.NotificationListenerHolder
- 
- setMappingLocation(Resource) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
- 
Set a location of a properties file to be loaded,
 containing object name mappings. 
- setMappingLocations(Resource...) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
- 
Set location of properties files to be loaded,
 containing object name mappings. 
- setMappingLocations(Resource...) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- 
Specify resource locations to load XML constraint mapping files from, if any. 
- setMappings(Properties) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
- 
Set local properties, containing object name mappings, e.g. 
- setMaxPoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- 
Set the ThreadPoolExecutor's maximum pool size. 
- setMaxPoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- 
Set the ThreadPoolExecutor's maximum pool size. 
- setMessageCodeFormatter(MessageCodeFormatter) - Method in class org.springframework.validation.DefaultMessageCodesResolver
- 
Specify the format for message codes built by this resolver. 
- setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.validation.AbstractBindingResult
- 
Set the strategy to use for resolving errors into message codes. 
- setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.validation.DataBinder
- 
Set the strategy to use for resolving errors into message codes. 
- setMessageInterpolator(MessageInterpolator) - Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
- 
Specify a custom MessageInterpolator to use for this Validator. 
- setMessageInterpolator(MessageInterpolator) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- 
Specify a custom MessageInterpolator to use for this ValidatorFactory
 and its exposed default Validator. 
- setMessageSource(MessageSource) - Method in interface org.springframework.context.MessageSourceAware
- 
Set the MessageSource that this object runs in. 
- setMetaClass(MetaClass) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
-  
- setMetadataReaderFactory(MetadataReaderFactory) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- 
Set the MetadataReaderFactoryto use.
 
- setMetadataReaderFactory(MetadataReaderFactory) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
- 
Set the MetadataReaderFactoryto use.
 
- setMethodMappings(Properties) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
- 
Set the mappings of bean keys to a comma-separated list of method names. 
- setMethodName(String) - Method in class org.springframework.remoting.support.RemoteInvocation
- 
Set the name of the target method. 
- setMetricType(MetricType) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
- 
A description of how this metric's values change over time. 
- setName(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
- 
Specify the name of the cache. 
- setName(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
-  
- setName(String) - Method in class org.springframework.jmx.export.metadata.ManagedNotification
- 
Set the name of this notification. 
- setName(String) - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
- 
Set the name of this parameter in the operation signature. 
- setNameMap(Map<String, Collection<CacheOperation>>) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
- 
Set a name/attribute map, consisting of method names
 (e.g. 
- setNamingStrategy(ObjectNamingStrategy) - Method in class org.springframework.jmx.export.MBeanExporter
- 
Set the implementation of the ObjectNamingStrategyinterface
 to use for this exporter.
 
- setNestedPath(String) - Method in class org.springframework.validation.AbstractErrors
-  
- setNestedPath(String) - Method in exception org.springframework.validation.BindException
-  
- setNestedPath(String) - Method in interface org.springframework.validation.Errors
- 
Allow context to be changed so that standard validators can validate
 subtrees. 
- setNotificationFilter(NotificationFilter) - Method in class org.springframework.jmx.support.NotificationListenerHolder
- 
- setNotificationInfoMappings(Map<String, Object>) - Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
-  
- setNotificationInfos(ManagedNotification[]) - Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
-  
- setNotificationListener(NotificationListener) - Method in class org.springframework.jmx.support.NotificationListenerHolder
- 
- setNotificationListenerMappings(Map<?, ? extends NotificationListener>) - Method in class org.springframework.jmx.export.MBeanExporter
- 
- setNotificationListeners(NotificationListenerBean...) - Method in class org.springframework.jmx.export.MBeanExporter
- 
- setNotificationPublisher(NotificationPublisher) - Method in interface org.springframework.jmx.export.notification.NotificationPublisherAware
- 
- setNotificationType(String) - Method in class org.springframework.jmx.export.metadata.ManagedNotification
- 
Set a single notification type, or a list of notification types
 as comma-delimited String. 
- setNotificationTypes(String...) - Method in class org.springframework.jmx.export.metadata.ManagedNotification
- 
Set a list of notification types. 
- setObjectName(Object) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
- 
Set the ObjectNameof the MBean which calls are routed to,
 asObjectNameinstance or asString.
 
- setObjectName(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
- 
Set the JMX ObjectName of this managed resource. 
- setObjectName(Object) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- 
Set the ObjectNameused to register theJMXConnectorServeritself with theMBeanServer, asObjectNameinstance
 or asString.
 
- setOrder(int) - Method in class org.springframework.context.event.DefaultEventListenerFactory
-  
- setParallelism(int) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
- 
Specify the parallelism level. 
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- 
Set the ParameterNameDiscoverer to use for resolving method parameter
 names if needed (e.g. 
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- 
Set the ParameterNameDiscoverer to use for resolving method and constructor
 parameter names if needed for message interpolation. 
- setParameterTypes(Class<?>[]) - Method in class org.springframework.remoting.support.RemoteInvocation
- 
Set the parameter types of the target method. 
- setParent(ApplicationContext) - Method in interface org.springframework.context.ConfigurableApplicationContext
- 
Set the parent of this application context. 
- setParent(ApplicationContext) - Method in class org.springframework.context.support.AbstractApplicationContext
- 
Set the parent of this application context. 
- setParent(ApplicationContext) - Method in class org.springframework.context.support.GenericApplicationContext
- 
Set the parent of this application context, also setting
 the parent of the internal BeanFactory accordingly. 
- setParentMessageSource(MessageSource) - Method in interface org.springframework.context.HierarchicalMessageSource
- 
Set the parent that will be used to try to resolve messages
 that this object can't resolve. 
- setParentMessageSource(MessageSource) - Method in class org.springframework.context.support.AbstractMessageSource
-  
- setParentMessageSource(MessageSource) - Method in class org.springframework.context.support.DelegatingMessageSource
-  
- setParentThemeSource(ThemeSource) - Method in interface org.springframework.ui.context.HierarchicalThemeSource
- 
Set the parent that will be used to try to resolve theme messages
 that this object can't resolve. 
- setParentThemeSource(ThemeSource) - Method in class org.springframework.ui.context.support.DelegatingThemeSource
-  
- setParentThemeSource(ThemeSource) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-  
- setPattern(String) - Method in class org.springframework.format.datetime.DateFormatter
- 
Set the pattern to use to format date values. 
- setPattern(String) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
- 
Set the pattern to use to format date values. 
- setPattern(String) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
- 
Set the pattern to use to format date values. 
- setPattern(String) - Method in class org.springframework.format.number.CurrencyStyleFormatter
- 
Specify the pattern to use to format number values. 
- setPattern(String) - Method in class org.springframework.format.number.NumberStyleFormatter
- 
Specify the pattern to use to format number values. 
- setPeriod(long) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- 
Set the period between repeated task executions, in milliseconds. 
- setPersistLocation(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
-  
- setPersistName(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
-  
- setPersistPeriod(int) - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-  
- setPersistPeriod(int) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
- 
The persist period for this metric. 
- setPersistPeriod(int) - Method in class org.springframework.jmx.export.metadata.ManagedResource
-  
- setPersistPolicy(String) - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-  
- setPersistPolicy(String) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
- 
The persist policy for this metric. 
- setPersistPolicy(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
-  
- setPointcut(Pointcut) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
- 
Set a pointcut, i.e. 
- setPoolSize(int) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- 
Set the ScheduledExecutorService's pool size. 
- setPoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- 
Set the ScheduledExecutorService's pool size. 
- setPoolSize(String) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-  
- setPort(int) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- 
Set the port of the registry for the exported RMI service,
 i.e. 
- setPort(int) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- 
Deprecated. Specify the HTTP server's port. 
- setPrefix(String) - Method in class org.springframework.validation.DefaultMessageCodesResolver
- 
Specify a prefix to be applied to any code built by this resolver. 
- setProblemReporter(ProblemReporter) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
- 
Set the ProblemReporterto use.
 
- setPropertiesPersister(PropertiesPersister) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- 
Set the PropertiesPersister to use for parsing properties files. 
- setProperty(String, Object) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
-  
- setPropertySources(PropertySources) - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
- 
Customize the set of PropertySourcesto be used by this configurer.
 
- setProviderClass(Class) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- 
Specify the desired provider class, if any. 
- setProxyInterface(Class<?>) - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
- 
Set the interface that the generated proxy will implement. 
- setProxyInterface(Class<?>) - Method in class org.springframework.jndi.JndiObjectFactoryBean
- 
Specify the proxy interface to use for the JNDI object. 
- setProxyInterfaces(Class<?>...) - Method in class org.springframework.jndi.JndiObjectFactoryBean
- 
Specify multiple proxy interfaces to use for the JNDI object. 
- setQueueCapacity(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- 
Set the capacity for the ThreadPoolExecutor's BlockingQueue. 
- setQueueCapacity(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- 
Set the capacity for the ThreadPoolExecutor's BlockingQueue. 
- setQueueCapacity(int) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-  
- setRefreshHomeOnConnectFailure(boolean) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
- 
Set whether to refresh the EJB home on connect failure. 
- setRefreshOnConnectFailure(boolean) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
- 
Set whether to refresh the MBeanServer connection on connect failure. 
- setRefreshStubOnConnectFailure(boolean) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- 
Set whether to refresh the RMI stub on connect failure. 
- setRefreshStubOnConnectFailure(boolean) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
- 
Set whether to refresh the RMI stub on connect failure. 
- setRefreshTimestamp(long) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-  
- setRegisterDefaultFormatters(boolean) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
- 
Indicate whether default formatters should be registered or not. 
- setRegisterTraceInterceptor(boolean) - Method in class org.springframework.remoting.support.RemoteExporter
- 
Set whether to register a RemoteInvocationTraceInterceptor for exported
 services. 
- setRegisterWithFactory(boolean) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
- 
Set whether to register the MBeanServerwith theMBeanServerFactory, making it available throughMBeanServerFactory.findMBeanServer().
 
- setRegistrationPolicy(RegistrationPolicy) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
- 
The policy to use when attempting to register an MBean
 under an  ObjectName that already exists. 
- setRegistry(Registry) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
- 
Specify the RMI registry to register the exported service with. 
- setRegistryClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
- 
Set a custom RMI client socket factory to use for accessing the RMI registry. 
- setRegistryClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
- 
Set a custom RMI client socket factory to use for the RMI registry. 
- setRegistryHost(String) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
- 
Set the host of the registry for the exported RMI service,
 i.e. 
- setRegistryPort(int) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
- 
Set the port of the registry for the exported RMI service,
 i.e. 
- setRegistryServerSocketFactory(RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
- 
Set a custom RMI server socket factory to use for the RMI registry. 
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
- 
Set the RejectedExecutionHandler to use for the ExecutorService. 
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-  
- setRemoteInvocationExecutor(RemoteInvocationExecutor) - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
- 
Set the RemoteInvocationExecutor to use for this exporter. 
- setRemoteInvocationFactory(RemoteInvocationFactory) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- 
Set the RemoteInvocationFactory to use for this accessor. 
- setRemoteInvocationFactory(RemoteInvocationFactory) - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
- 
Set the RemoteInvocationFactory to use for this accessor. 
- setRemoveOnCancelPolicy(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- 
- setRemoveOnCancelPolicy(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- 
- setReplaceExistingBinding(boolean) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
- 
Set whether to replace an existing binding in the RMI registry,
 that is, whether to simply override an existing binding with the
 specified service in case of a naming conflict in the registry. 
- setRequiredFields(String...) - Method in class org.springframework.validation.DataBinder
- 
Register fields that are required for each binding process. 
- setResourceFactory(BeanFactory) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- 
Specify the factory for objects to be injected into @Resource/@WebServiceRef/@EJBannotated fields and setter methods,
 fornameattributes and default names.
 
- setResourceLoader(ResourceLoader) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- 
Set the ResourceLoaderto use for resource locations.
 
- setResourceLoader(ResourceLoader) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-  
- setResourceLoader(ResourceLoader) - Method in interface org.springframework.context.ResourceLoaderAware
- 
Set the ResourceLoader that this object runs in. 
- setResourceLoader(ResourceLoader) - Method in class org.springframework.context.support.GenericApplicationContext
- 
Set a ResourceLoader to use for this context. 
- setResourceLoader(ResourceLoader) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- 
Set the ResourceLoader to use for loading bundle properties files. 
- setResourceLoader(ResourceLoader) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-  
- setResourcePattern(String) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- 
Set the resource pattern to use when scanning the classpath. 
- setResourceRef(boolean) - Method in class org.springframework.jndi.JndiLocatorSupport
- 
Set whether the lookup occurs in a Java EE container, i.e. 
- setResourceRef(boolean) - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
- 
Set whether the lookup occurs in a Java EE container, i.e. 
- setResourceRef(boolean) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
- 
Set whether the lookup occurs in a Java EE container, i.e. 
- setResourceRef(boolean) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
- 
Set whether the lookup occurs in a Java EE container, i.e. 
- setRoundingMode(RoundingMode) - Method in class org.springframework.format.number.CurrencyStyleFormatter
- 
Specify the rounding mode to use for decimal parsing. 
- setRunnable(Runnable) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- 
Set the Runnable to schedule as executor task. 
- setScheduledExecutor(ScheduledExecutorService) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- 
- setScheduledExecutorTasks(ScheduledExecutorTask...) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- 
Register a list of ScheduledExecutorTask objects with the ScheduledExecutorService
 that this FactoryBean creates. 
- setScheduler(Object) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- 
- setScheduler(Object) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
- setScopeAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
- 
Set the type of annotation that is checked for by this
 AnnotationScopeMetadataResolver.
 
- setScopedProxyMode(ScopedProxyMode) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- 
Specify the proxy behavior for non-singleton scoped beans. 
- setScopedProxyMode(ScopedProxyMode) - Method in class org.springframework.context.annotation.ScopeMetadata
- 
Set the proxy-mode to be applied to the scoped instance. 
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
- 
Set the ScopeMetadataResolverto use for registered component classes.
 
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
- 
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- 
Set the ScopeMetadataResolver to use for detected bean classes. 
- setScopeName(String) - Method in class org.springframework.context.annotation.ScopeMetadata
- 
Set the name of the scope. 
- setScript(String) - Method in class org.springframework.scripting.support.StaticScriptSource
- 
Set a fresh script String, overriding the previous script. 
- setServer(MBeanServerConnection) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
- 
Set the MBeanServerConnectionused to connect to the
 MBean which all invocations are routed to.
 
- setServer(MBeanServerConnection) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
- 
Set the MBeanServerConnectionused to connect to the
 MBean which all invocations are routed to.
 
- setServer(MBeanServer) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
- 
Specify the MBeanServerinstance with which all beans should
 be registered.
 
- setServerSocketFactory(RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- 
Set a custom RMI server socket factory to use for the RMI registry. 
- setServerSocketFactory(RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
- 
Set a custom RMI server socket factory to use for exporting the service. 
- setService(Object) - Method in class org.springframework.remoting.support.RemoteExporter
- 
Set the service to export. 
- setServiceInterface(Class<?>) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- 
Set the interface of the service to access. 
- setServiceInterface(Class<?>) - Method in class org.springframework.remoting.support.RemoteAccessor
- 
Set the interface of the service to access. 
- setServiceInterface(Class<?>) - Method in class org.springframework.remoting.support.RemoteExporter
- 
Set the interface of the service to export. 
- setServiceName(String) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
- 
Set the name of the exported RMI service,
 i.e. 
- setServicePort(int) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
- 
Set the port that the exported RMI service will use. 
- setServiceUrl(String) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
- 
Set the service URL of the remote MBeanServer.
 
- setServiceUrl(String) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
- 
Set the service URL of the remote MBeanServer.
 
- setServiceUrl(String) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- 
Set the service URL for the JMXConnectorServer.
 
- setServiceUrl(String) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
- 
Set the service URL of the remote MBeanServer.
 
- setServiceUrl(String) - Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
- 
Set the URL of this remote accessor's target service. 
- setShareableResources(String...) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
- 
Set a list of names of shareable JNDI resources,
 which this factory is allowed to cache once obtained. 
- setShutdownDelay(int) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- 
Deprecated. Specify the number of seconds to wait until HTTP exchanges have
 completed when shutting down the HTTP server. 
- setSourceExtractor(SourceExtractor) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
- 
Set the  SourceExtractor to use for generated bean definitions
 that correspond to  Bean factory methods. 
- setStore(ConcurrentMap<Object, Object>) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
- 
Specify the ConcurrentMap to use as an internal store
 (possibly pre-populated). 
- setStoreByValue(boolean) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
- 
Specify whether this cache manager stores a copy of each entry (trueor the reference (falsefor all of its caches.
 
- setStyle(int) - Method in class org.springframework.format.datetime.DateFormatter
- 
Set the style to use to format date values. 
- setStyle(String) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
- 
Set the two characters to use to format date values, in Joda-Time style. 
- setStylePattern(String) - Method in class org.springframework.format.datetime.DateFormatter
- 
Set the two character to use to format date values. 
- setStylePattern(String) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
- 
Set the two characters to use to format date values, in Joda-Time style. 
- setSync(boolean) - Method in class org.springframework.cache.interceptor.CacheableOperation.Builder
-  
- setTaskDecorator(TaskDecorator) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
- 
Specify a custom  TaskDecorator to be applied to any  Runnable
 about to be executed. 
- setTaskDecorator(TaskDecorator) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- 
Specify a custom  TaskDecorator to be applied to any  Runnable
 about to be executed. 
- setTaskExecutor(Executor) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
- 
Set a custom executor (typically a TaskExecutor)
 to invoke each listener with.
 
- setTaskScheduler(TaskScheduler) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
- setThreaded(boolean) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- 
Set whether the JMXConnectorServershould be started in a separate thread.
 
- setThreadFactory(ThreadFactory) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
- 
Set the ThreadFactory to use for the ExecutorService's thread pool. 
- setThreadFactory(ForkJoinPool.ForkJoinWorkerThreadFactory) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
- 
Set the factory for creating new ForkJoinWorkerThreads. 
- setThreadNamePrefix(String) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-  
- setTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
- 
Set the formatter that will be used for objects representing time values. 
- setTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
- 
Set the formatter that will be used for objects representing time values. 
- setTimeoutPerShutdownPhase(long) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
- 
Specify the maximum time allotted in milliseconds for the shutdown of
 any phase (group of SmartLifecycle beans with the same 'phase' value). 
- setTimeStyle(String) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
- 
Set the default format style of Joda  LocalTime objects. 
- setTimeStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
- 
Set the style to use for time types. 
- setTimeStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
- 
Set the default format style of  LocalTime objects. 
- setTimeUnit(TimeUnit) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- 
Specify the time unit for the delay and period values. 
- setTimeZone(TimeZone) - Static method in class org.springframework.context.i18n.LocaleContextHolder
- 
Associate the given TimeZone with the current thread,
 preserving any Locale that may have been set already. 
- setTimeZone(TimeZone, boolean) - Static method in class org.springframework.context.i18n.LocaleContextHolder
- 
Associate the given TimeZone with the current thread,
 preserving any Locale that may have been set already. 
- setTimeZone(TimeZone) - Method in class org.springframework.format.datetime.DateFormatter
- 
Set the TimeZone to normalize the date values into, if any. 
- setTimeZone(TimeZone) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
- 
Set the TimeZoneto normalize the date values into, if any.
 
- setTimeZone(DateTimeZone) - Method in class org.springframework.format.datetime.joda.JodaTimeContext
- 
Set the user's time zone. 
- setTimeZone(ZoneId) - Method in class org.springframework.format.datetime.standard.DateTimeContext
- 
Set the user's time zone. 
- setTimeZone(TimeZone) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
- 
Set the TimeZoneto normalize the date values into, if any.
 
- setTraversableResolver(TraversableResolver) - Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
- 
Specify a custom TraversableResolver to use for this Validator. 
- setTraversableResolver(TraversableResolver) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- 
Specify a custom TraversableResolver to use for this ValidatorFactory
 and its exposed default Validator. 
- setTriggerTasks(Map<Runnable, Trigger>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
Specify triggered tasks as a Map of Runnables (the tasks) and Trigger objects
 (typically custom implementations of the  Trigger interface). 
- setTriggerTasksList(List<TriggerTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
Specify triggered tasks as a list of  TriggerTask objects. 
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
- 
Set the handler for internal worker threads that terminate due to unrecoverable errors
 encountered while executing tasks. 
- setUnit(String) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
- 
The expected unit of measurement values. 
- setUnless(String) - Method in class org.springframework.cache.interceptor.CacheableOperation.Builder
-  
- setUnless(String) - Method in class org.springframework.cache.interceptor.CachePutOperation.Builder
-  
- setUseCodeAsDefaultMessage(boolean) - Method in class org.springframework.context.support.AbstractMessageSource
- 
Set whether to use the message code as default message instead of
 throwing a NoSuchMessageException. 
- setUseIsoFormat(boolean) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
- 
Set whether standard ISO formatting should be applied to all date/time types. 
- setUseIsoFormat(boolean) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
- 
Set whether standard ISO formatting should be applied to all date/time types. 
- setUseStrictCasing(boolean) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
- 
Set whether to use strict casing for attributes. 
- setUseStrictCasing(boolean) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- 
Set whether to use strict casing for attributes. 
- setValidatedAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
- 
Set the 'validated' annotation type. 
- setValidating(boolean) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
- 
Set whether to use XML validation. 
- setValidating(boolean) - Method in class org.springframework.context.support.GenericXmlApplicationContext
- 
Set whether to use XML validation. 
- setValidationMessageSource(MessageSource) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- 
Specify a custom Spring MessageSource for resolving validation messages,
 instead of relying on JSR-303's default "ValidationMessages.properties" bundle
 in the classpath. 
- setValidationProperties(Properties) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- 
Specify bean validation properties to be passed to the validation provider. 
- setValidationPropertyMap(Map<String, String>) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- 
Specify bean validation properties to be passed to the validation provider as a Map. 
- setValidationProviderResolver(ValidationProviderResolver) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- 
Specify a JSR-303  ValidationProviderResolver for bootstrapping the
 provider of choice, as an alternative to  META-INF driven resolution. 
- setValidator(Validator) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
- 
Set the JSR-303 Validator to delegate to for validating beans. 
- setValidator(Validator) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
- 
Set the JSR-303 Validator to delegate to for validating methods. 
- setValidator(Validator) - Method in class org.springframework.validation.DataBinder
- 
Set the Validator to apply after each binding step. 
- setValidatorFactory(ValidatorFactory) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
- 
Set the JSR-303 ValidatorFactory to delegate to for validating beans,
 using its default Validator. 
- setValidatorFactory(ValidatorFactory) - Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
- 
Set the ValidatorFactory to obtain the target Validator from. 
- setValidatorFactory(ValidatorFactory) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
- 
Set the JSR-303 ValidatorFactory to delegate to for validating methods,
 using its default Validator. 
- setValue(Object) - Method in class org.springframework.remoting.support.RemoteInvocationResult
- 
Set the result value returned by a successful invocation of the
 target method, if any. 
- setWaitForTasksToCompleteOnShutdown(boolean) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
- 
Set whether to wait for scheduled tasks to complete on shutdown,
 not interrupting running tasks and executing all tasks in the queue. 
- ShadowingClassLoader - Class in org.springframework.instrument.classloading
- 
ClassLoader decorator that shadows an enclosing ClassLoader,
 applying registered transformers to all affected classes. 
- ShadowingClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.ShadowingClassLoader
- 
- ShadowingClassLoader(ClassLoader, boolean) - Constructor for class org.springframework.instrument.classloading.ShadowingClassLoader
- 
Create a new ShadowingClassLoader, decorating the given ClassLoader. 
- shouldGenerateId() - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
-  
- shouldRenderDefaultMessage() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
- 
Indicate whether the specified default message needs to be rendered for
 substituting placeholders and/or  MessageFormat escaping. 
- shutdown() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
- 
Perform a shutdown on the underlying ExecutorService. 
- SHUTDOWN_HOOK_THREAD_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
- 
- SimpleApplicationEventMulticaster - Class in org.springframework.context.event
- 
- SimpleApplicationEventMulticaster() - Constructor for class org.springframework.context.event.SimpleApplicationEventMulticaster
- 
Create a new SimpleApplicationEventMulticaster. 
- SimpleApplicationEventMulticaster(BeanFactory) - Constructor for class org.springframework.context.event.SimpleApplicationEventMulticaster
- 
Create a new SimpleApplicationEventMulticaster for the given BeanFactory. 
- SimpleCacheErrorHandler - Class in org.springframework.cache.interceptor
- 
A simple  CacheErrorHandler that does not handle the
 exception at all, simply throwing it back at the client. 
- SimpleCacheErrorHandler() - Constructor for class org.springframework.cache.interceptor.SimpleCacheErrorHandler
-  
- SimpleCacheManager - Class in org.springframework.cache.support
- 
Simple cache manager working against a given collection of caches. 
- SimpleCacheManager() - Constructor for class org.springframework.cache.support.SimpleCacheManager
-  
- SimpleCacheResolver - Class in org.springframework.cache.interceptor
- 
- SimpleCacheResolver() - Constructor for class org.springframework.cache.interceptor.SimpleCacheResolver
- 
Construct a new SimpleCacheResolver.
 
- SimpleCacheResolver(CacheManager) - Constructor for class org.springframework.cache.interceptor.SimpleCacheResolver
- 
Construct a new  SimpleCacheResolver for the given  CacheManager. 
- SimpleHttpServerFactoryBean - Class in org.springframework.remoting.support
- 
- SimpleHttpServerFactoryBean() - Constructor for class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- 
Deprecated. 
- SimpleInstrumentableClassLoader - Class in org.springframework.instrument.classloading
- 
Simplistic implementation of an instrumentable ClassLoader.
 
- SimpleInstrumentableClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
- 
Create a new SimpleInstrumentableClassLoader for the given ClassLoader. 
- SimpleJndiBeanFactory - Class in org.springframework.jndi.support
- 
Simple JNDI-based implementation of Spring's
 BeanFactoryinterface.
 
- SimpleJndiBeanFactory() - Constructor for class org.springframework.jndi.support.SimpleJndiBeanFactory
-  
- SimpleKey - Class in org.springframework.cache.interceptor
- 
- SimpleKey(Object...) - Constructor for class org.springframework.cache.interceptor.SimpleKey
- 
- SimpleKeyGenerator - Class in org.springframework.cache.interceptor
- 
Simple key generator. 
- SimpleKeyGenerator() - Constructor for class org.springframework.cache.interceptor.SimpleKeyGenerator
-  
- SimpleLoadTimeWeaver - Class in org.springframework.instrument.classloading
- 
- SimpleLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
- 
Create a new SimpleLoadTimeWeaverfor the current contextClassLoader.
 
- SimpleLoadTimeWeaver(SimpleInstrumentableClassLoader) - Constructor for class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
- 
Create a new SimpleLoadTimeWeaverfor the givenClassLoader.
 
- SimpleLocaleContext - Class in org.springframework.context.i18n
- 
Simple implementation of the  LocaleContext interface,
 always returning a specified  Locale. 
- SimpleLocaleContext(Locale) - Constructor for class org.springframework.context.i18n.SimpleLocaleContext
- 
Create a new SimpleLocaleContext that exposes the specified Locale. 
- SimpleReflectiveMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
- 
Simple subclass of AbstractReflectiveMBeanInfoAssemblerthat always votes yes for method and property inclusion, effectively exposing
 all public methods and properties as operations and attributes.
 
- SimpleReflectiveMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-  
- SimpleRemoteSlsbInvokerInterceptor - Class in org.springframework.ejb.access
- 
Basic invoker for a remote Stateless Session Bean. 
- SimpleRemoteSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
-  
- SimpleRemoteStatelessSessionProxyFactoryBean - Class in org.springframework.ejb.access
- 
Convenient FactoryBeanfor remote SLSB proxies.
 
- SimpleRemoteStatelessSessionProxyFactoryBean() - Constructor for class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-  
- SimpleTheme - Class in org.springframework.ui.context.support
- 
- SimpleTheme(String, MessageSource) - Constructor for class org.springframework.ui.context.support.SimpleTheme
- 
Create a SimpleTheme. 
- SimpleThreadScope - Class in org.springframework.context.support
- 
A simple thread-backed Scopeimplementation.
 
- SimpleThreadScope() - Constructor for class org.springframework.context.support.SimpleThreadScope
-  
- SimpleThrowawayClassLoader - Class in org.springframework.instrument.classloading
- 
ClassLoader that can be used to load classes without bringing them
 into the parent loader. 
- SimpleThrowawayClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.SimpleThrowawayClassLoader
- 
Create a new SimpleThrowawayClassLoader for the given ClassLoader. 
- SimpleTimeZoneAwareLocaleContext - Class in org.springframework.context.i18n
- 
- SimpleTimeZoneAwareLocaleContext(Locale, TimeZone) - Constructor for class org.springframework.context.i18n.SimpleTimeZoneAwareLocaleContext
- 
Create a new SimpleTimeZoneAwareLocaleContext that exposes the specified
 Locale and TimeZone. 
- SimpleTriggerContext - Class in org.springframework.scheduling.support
- 
- SimpleTriggerContext() - Constructor for class org.springframework.scheduling.support.SimpleTriggerContext
- 
Create a SimpleTriggerContext with all time values set to null.
 
- SimpleTriggerContext(Date, Date, Date) - Constructor for class org.springframework.scheduling.support.SimpleTriggerContext
- 
Create a SimpleTriggerContext with the given time values. 
- SimpleValueWrapper - Class in org.springframework.cache.support
- 
- SimpleValueWrapper(Object) - Constructor for class org.springframework.cache.support.SimpleValueWrapper
- 
Create a new SimpleValueWrapper instance for exposing the given value. 
- SmartApplicationListener - Interface in org.springframework.context.event
- 
Extended variant of the standard  ApplicationListener interface,
 exposing further metadata such as the supported event and source type. 
- SmartLifecycle - Interface in org.springframework.context
- 
An extension of the  Lifecycle interface for those objects that require
 to be started upon  ApplicationContext refresh and/or shutdown in a
 particular order. 
- SmartValidator - Interface in org.springframework.validation
- 
Extended variant of the  Validator interface, adding support for
 validation 'hints'. 
- SoapFaultException - Exception in org.springframework.remoting.soap
- 
RemoteInvocationFailureException subclass that provides the details
 of a SOAP fault. 
- SoapFaultException(String, Throwable) - Constructor for exception org.springframework.remoting.soap.SoapFaultException
- 
Constructor for SoapFaultException. 
- SourceFilteringListener - Class in org.springframework.context.event
- 
- SourceFilteringListener(Object, ApplicationListener<?>) - Constructor for class org.springframework.context.event.SourceFilteringListener
- 
Create a SourceFilteringListener for the given event source. 
- SourceFilteringListener(Object) - Constructor for class org.springframework.context.event.SourceFilteringListener
- 
- SpringCacheAnnotationParser - Class in org.springframework.cache.annotation
- 
- SpringCacheAnnotationParser() - Constructor for class org.springframework.cache.annotation.SpringCacheAnnotationParser
-  
- SpringConstraintValidatorFactory - Class in org.springframework.validation.beanvalidation
- 
- SpringConstraintValidatorFactory(AutowireCapableBeanFactory) - Constructor for class org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
- 
Create a new SpringConstraintValidatorFactory for the given BeanFactory. 
- SpringModelMBean - Class in org.springframework.jmx.export
- 
- SpringModelMBean() - Constructor for class org.springframework.jmx.export.SpringModelMBean
- 
Construct a new SpringModelMBean instance with an empty  ModelMBeanInfo. 
- SpringModelMBean(ModelMBeanInfo) - Constructor for class org.springframework.jmx.export.SpringModelMBean
- 
Construct a new SpringModelMBean instance with the given  ModelMBeanInfo. 
- SpringValidatorAdapter - Class in org.springframework.validation.beanvalidation
- 
Adapter that takes a JSR-303  javax.validator.Validator and
 exposes it as a Spring  Validator
 while also exposing the original JSR-303 Validator interface itself. 
- SpringValidatorAdapter(Validator) - Constructor for class org.springframework.validation.beanvalidation.SpringValidatorAdapter
- 
Create a new SpringValidatorAdapter for the given JSR-303 Validator. 
- StandardBeanExpressionResolver - Class in org.springframework.context.expression
- 
Standard implementation of the
 BeanExpressionResolverinterface, parsing and evaluating Spring EL using Spring's expression module.
 
- StandardBeanExpressionResolver() - Constructor for class org.springframework.context.expression.StandardBeanExpressionResolver
- 
Create a new StandardBeanExpressionResolverwith default settings.
 
- StandardBeanExpressionResolver(ClassLoader) - Constructor for class org.springframework.context.expression.StandardBeanExpressionResolver
- 
Create a new StandardBeanExpressionResolverwith the given bean class loader,
 using it as the basis for expression compilation.
 
- StandardScriptEvalException - Exception in org.springframework.scripting.support
- 
Exception decorating a  ScriptException coming out of
 JSR-223 script evaluation, i.e. 
- StandardScriptEvalException(ScriptException) - Constructor for exception org.springframework.scripting.support.StandardScriptEvalException
- 
Construct a new script eval exception with the specified original exception. 
- StandardScriptEvaluator - Class in org.springframework.scripting.support
- 
javax.script (JSR-223) based implementation of Spring's  ScriptEvaluator
 strategy interface. 
- StandardScriptEvaluator() - Constructor for class org.springframework.scripting.support.StandardScriptEvaluator
- 
Construct a new StandardScriptEvaluator.
 
- StandardScriptEvaluator(ClassLoader) - Constructor for class org.springframework.scripting.support.StandardScriptEvaluator
- 
Construct a new StandardScriptEvaluatorfor the given class loader.
 
- StandardScriptEvaluator(ScriptEngineManager) - Constructor for class org.springframework.scripting.support.StandardScriptEvaluator
- 
Construct a new  StandardScriptEvaluator for the given JSR-223
  ScriptEngineManager to obtain script engines from. 
- StandardScriptFactory - Class in org.springframework.scripting.support
- 
ScriptFactory implementation based
 on the JSR-223 script engine abstraction (as included in Java 6+). 
- StandardScriptFactory(String) - Constructor for class org.springframework.scripting.support.StandardScriptFactory
- 
Create a new StandardScriptFactory for the given script source. 
- StandardScriptFactory(String, Class<?>...) - Constructor for class org.springframework.scripting.support.StandardScriptFactory
- 
Create a new StandardScriptFactory for the given script source. 
- StandardScriptFactory(String, String) - Constructor for class org.springframework.scripting.support.StandardScriptFactory
- 
Create a new StandardScriptFactory for the given script source. 
- StandardScriptFactory(String, String, Class<?>...) - Constructor for class org.springframework.scripting.support.StandardScriptFactory
- 
Create a new StandardScriptFactory for the given script source. 
- StandardScriptUtils - Class in org.springframework.scripting.support
- 
- StandardScriptUtils() - Constructor for class org.springframework.scripting.support.StandardScriptUtils
-  
- start() - Method in interface org.springframework.context.Lifecycle
- 
Start this component. 
- start() - Method in class org.springframework.context.support.AbstractApplicationContext
-  
- start() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
- 
Start all registered beans that implement  Lifecycle and are  not
 already running. 
- StaticApplicationContext - Class in org.springframework.context.support
- 
ApplicationContext implementation
 which supports programmatic registration of beans and messages,
 rather than reading bean definitions from external configuration sources. 
- StaticApplicationContext() - Constructor for class org.springframework.context.support.StaticApplicationContext
- 
Create a new StaticApplicationContext. 
- StaticApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.StaticApplicationContext
- 
Create a new StaticApplicationContext with the given parent. 
- StaticMessageSource - Class in org.springframework.context.support
- 
Simple implementation of  MessageSource
 which allows messages to be registered programmatically. 
- StaticMessageSource() - Constructor for class org.springframework.context.support.StaticMessageSource
-  
- StaticScriptSource - Class in org.springframework.scripting.support
- 
Static implementation of the
  ScriptSource interface,
 encapsulating a given String that contains the script source text. 
- StaticScriptSource(String) - Constructor for class org.springframework.scripting.support.StaticScriptSource
- 
Create a new StaticScriptSource for the given script. 
- StaticScriptSource(String, String) - Constructor for class org.springframework.scripting.support.StaticScriptSource
- 
Create a new StaticScriptSource for the given script. 
- stop() - Method in interface org.springframework.context.Lifecycle
- 
Stop this component, typically in a synchronous fashion, such that the component is
 fully stopped upon return of this method. 
- stop(Runnable) - Method in interface org.springframework.context.SmartLifecycle
- 
Indicates that a Lifecycle component must stop if it is currently running. 
- stop() - Method in class org.springframework.context.support.AbstractApplicationContext
-  
- stop() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
- 
Stop all registered beans that implement  Lifecycle and  are
 currently running. 
- submit(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-  
- submit(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-  
- submit(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-  
- submit(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-  
- submit(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-  
- submit(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-  
- submitListenable(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-  
- submitListenable(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-  
- submitListenable(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-  
- submitListenable(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-  
- submitListenable(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-  
- submitListenable(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-  
- suggestedClassName() - Method in interface org.springframework.scripting.ScriptSource
- 
Determine a class name for the underlying script. 
- suggestedClassName() - Method in class org.springframework.scripting.support.ResourceScriptSource
-  
- suggestedClassName() - Method in class org.springframework.scripting.support.StaticScriptSource
-  
- supports(Class<?>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-  
- supports(Class<?>) - Method in interface org.springframework.validation.Validator
- 
- supportsEvent(Class<?>, ResolvableType) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
- 
Filter a listener early through checking its generically declared event
 type before trying to instantiate it. 
- supportsEvent(ApplicationListener<?>, ResolvableType, Class<?>) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
- 
Determine whether the given listener supports the given event. 
- supportsEventType(ResolvableType) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-  
- supportsEventType(ResolvableType) - Method in interface org.springframework.context.event.GenericApplicationListener
- 
Determine whether this listener actually supports the given event type. 
- supportsEventType(ResolvableType) - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
-  
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
-  
- supportsEventType(Class<? extends ApplicationEvent>) - Method in interface org.springframework.context.event.SmartApplicationListener
- 
Determine whether this listener actually supports the given event type. 
- supportsEventType(ResolvableType) - Method in class org.springframework.context.event.SourceFilteringListener
-  
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.context.event.SourceFilteringListener
-  
- supportsMethod(Method) - Method in class org.springframework.context.event.DefaultEventListenerFactory
-  
- supportsMethod(Method) - Method in interface org.springframework.context.event.EventListenerFactory
- 
Specify if this factory supports the specified  Method. 
- supportsSourceType(Class<?>) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-  
- supportsSourceType(Class<?>) - Method in interface org.springframework.context.event.GenericApplicationListener
- 
Determine whether this listener actually supports the given source type. 
- supportsSourceType(Class<?>) - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
-  
- supportsSourceType(Class<?>) - Method in interface org.springframework.context.event.SmartApplicationListener
- 
Determine whether this listener actually supports the given source type. 
- supportsSourceType(Class<?>) - Method in class org.springframework.context.event.SourceFilteringListener
-  
- suppress(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
- 
Ensure that a resource with the given path is not found. 
- SYSTEM_ENVIRONMENT_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
- 
Name of the System environment bean in the factory. 
- SYSTEM_PROPERTIES_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
- 
Name of the System properties bean in the factory.