Skip navigation links
spring-context
A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractApplicationContext - Class in org.springframework.context.support
Abstract implementation of the ApplicationContext interface.
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
Abstract implementation of the ApplicationEventMulticaster interface, providing the basic listener registration facility.
AbstractApplicationEventMulticaster() - Constructor for class org.springframework.context.event.AbstractApplicationEventMulticaster
 
AbstractAsyncConfiguration - Class in org.springframework.scheduling.annotation
Abstract base Configuration class providing common structure for enabling Spring's asynchronous method execution capability.
AbstractAsyncConfiguration() - Constructor for class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
AbstractBindingResult - Class in org.springframework.validation
Abstract implementation of the BindingResult interface and its super-interface Errors.
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(CacheErrorHandler) - Constructor for class org.springframework.cache.interceptor.AbstractCacheInvoker
 
AbstractCacheInvoker() - Constructor for class org.springframework.cache.interceptor.AbstractCacheInvoker
 
AbstractCacheManager - Class in org.springframework.cache.support
Abstract base class implementing the common CacheManager methods.
AbstractCacheManager() - Constructor for class org.springframework.cache.support.AbstractCacheManager
 
AbstractCacheResolver - Class in org.springframework.cache.interceptor
A base CacheResolver implementation that requires the concrete implementation to provide the collection of cache name(s) based on the invocation context.
AbstractCacheResolver() - Constructor for class org.springframework.cache.interceptor.AbstractCacheResolver
 
AbstractCacheResolver(CacheManager) - Constructor for class org.springframework.cache.interceptor.AbstractCacheResolver
 
AbstractCachingConfiguration - Class in org.springframework.cache.annotation
Abstract base @Configuration class providing common structure for enabling Spring's annotation-driven cache management capability.
AbstractCachingConfiguration() - Constructor for class org.springframework.cache.annotation.AbstractCachingConfiguration
 
AbstractConfigurableMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Base class for MBeanInfoAssemblers that support configurable JMX notification behavior.
AbstractConfigurableMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
AbstractErrors - Class in org.springframework.validation
Abstract implementation of the Errors interface.
AbstractErrors() - Constructor for class org.springframework.validation.AbstractErrors
 
AbstractFallbackCacheOperationSource - Class in org.springframework.cache.interceptor
Abstract implementation of CacheOperation that caches attributes for methods and implements a fallback policy: 1.
AbstractFallbackCacheOperationSource() - Constructor for class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
 
AbstractJmxAttribute - Class in org.springframework.jmx.export.metadata
Base class for all JMX metadata classes.
AbstractJmxAttribute() - Constructor for class org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
AbstractMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Abstract implementation of the MBeanInfoAssembler interface that encapsulates the creation of a ModelMBeanInfo instance but delegates the creation of metadata to subclasses.
AbstractMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
 
AbstractMessageSource - Class in org.springframework.context.support
Abstract implementation of the HierarchicalMessageSource interface, implementing common handling of message variants, making it easy to implement a specific strategy for a concrete MessageSource.
AbstractMessageSource() - Constructor for class org.springframework.context.support.AbstractMessageSource
 
AbstractNumberFormatter - Class in org.springframework.format.number
Abstract formatter for Numbers, providing a AbstractNumberFormatter.getNumberFormat(java.util.Locale) template method.
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
Base class for ApplicationContext implementations which are supposed to support multiple calls to AbstractApplicationContext.refresh(), creating a new internal bean factory instance every time.
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
AbstractRefreshableApplicationContext subclass that adds common handling of specified config locations.
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
 
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
 
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.
addAllAttributes(Collection<?>) - Method in class org.springframework.ui.ExtendedModelMap
 
addAllAttributes(Map<String, ?>) - Method in class org.springframework.ui.ExtendedModelMap
 
addAllAttributes(Collection<?>) - Method in interface org.springframework.ui.Model
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - Method in interface org.springframework.ui.Model
Copy all attributes in the supplied Map into this Map.
addAllAttributes(Collection<?>) - Method in class org.springframework.ui.ModelMap
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - Method in class org.springframework.ui.ModelMap
Copy all attributes in the supplied Map into this Map.
addAllErrors(Errors) - Method in class org.springframework.validation.AbstractBindingResult
 
addAllErrors(Errors) - Method in exception org.springframework.validation.BindException
 
addAllErrors(Errors) - Method in interface org.springframework.validation.Errors
Add all errors from the given Errors instance to this Errors instance.
addApplicationListener(ApplicationListener<?>) - Method in interface org.springframework.context.ConfigurableApplicationContext
Add a new ApplicationListener that will be notified on context events such as context refresh and context shutdown.
addApplicationListener(ApplicationListener<?>) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
addApplicationListener(ApplicationListener<?>) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Add a listener to be notified of all events.
addApplicationListener(ApplicationListener<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
addApplicationListenerBean(String) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
addApplicationListenerBean(String) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Add a listener bean to be notified of all events.
addAttribute(String, Serializable) - Method in class org.springframework.remoting.support.RemoteInvocation
Add an additional invocation attribute.
addAttribute(String, Object) - Method in class org.springframework.ui.ExtendedModelMap
 
addAttribute(Object) - Method in class org.springframework.ui.ExtendedModelMap
 
addAttribute(String, Object) - Method in interface org.springframework.ui.Model
Add the supplied attribute under the supplied name.
addAttribute(Object) - Method in interface org.springframework.ui.Model
Add the supplied attribute to this Map using a generated name.
addAttribute(String, Object) - Method in class org.springframework.ui.ModelMap
Add the supplied attribute under the supplied name.
addAttribute(Object) - Method in class org.springframework.ui.ModelMap
Add the supplied attribute to this Map using a generated name.
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
Add a CronTask.
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 and a Joda-Time date formatter if Joda-Time is present 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
Add a custom ObjectError or FieldError to the errors list.
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
Add a fixed-delay IntervalTask.
addFixedRateTask(Runnable, long) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered at the given fixed-rate period.
addFixedRateTask(IntervalTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a fixed-rate IntervalTask.
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.
addShareableResource(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
Add the name of a shareable JNDI resource, which this factory is allowed to cache once obtained.
addTransformer(ClassFileTransformer) - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
Add a ClassFileTransformer to be applied by this LoadTimeWeaver.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
Add the given ClassFileTransformer to the list of transformers that this ClassLoader will apply.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
Add a ClassFileTransformer to be applied by this ClassLoader.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.tomcat.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
Triggers AbstractApplicationContext.refresh() if not refreshed in the concrete context's constructor already.
afterPropertiesSet() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Fetches EJB home on startup, if necessary.
afterPropertiesSet() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Prepares the MBeanServerConnection if the "connectOnStartup" is turned on (which it is by default).
afterPropertiesSet() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
Checks that the proxyInterface has been specified and then generates the proxy for the target MBean.
afterPropertiesSet() - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.MBeanExporter
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Merges the Properties configured in the mappings and mappingLocations into the final Properties instance used for ObjectName resolution.
afterPropertiesSet() - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.NotificationListenerBean
 
afterPropertiesSet() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Start the connector server.
afterPropertiesSet() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Creates a JMXConnector for the given settings and exposes the associated MBeanServerConnection.
afterPropertiesSet() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Creates the MBeanServer instance.
afterPropertiesSet() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectFactoryBean
Look up the JNDI object and store it.
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectLocator
 
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
 
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
 
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
 
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
 
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Calls initialize() after the container applied all property values.
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
afterPropertiesSet() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Calls ScheduledTaskRegistrar.scheduleTasks() at bean construction time.
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.jmx.export.MBeanExporter
Kick off bean registration automatically after the regular singleton instantiation phase.
afterSingletonsInstantiated() - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
afterSingletonsInstantiated() - Method in class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
allowPublicMethodsOnly() - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
By default, only public methods can be made cacheable.
allowPublicMethodsOnly() - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Should only public methods be allowed to have caching semantics?
AnnotatedBeanDefinitionReader - Class in org.springframework.context.annotation
Convenient adapter for programmatic registration of annotated bean classes.
AnnotatedBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Create a new AnnotatedBeanDefinitionReader for the given registry.
AnnotatedBeanDefinitionReader(BeanDefinitionRegistry, Environment) - Constructor for class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Create a new AnnotatedBeanDefinitionReader for the given registry and using the given Environment.
AnnotationAsyncExecutionInterceptor - Class in org.springframework.scheduling.annotation
Specialization of AsyncExecutionInterceptor that delegates method execution to an Executor based on the Async annotation.
AnnotationAsyncExecutionInterceptor(Executor) - Constructor for class org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
Create a new AnnotationAsyncExecutionInterceptor with the given executor and a simple AsyncUncaughtExceptionHandler.
AnnotationAsyncExecutionInterceptor(Executor, AsyncUncaughtExceptionHandler) - Constructor for class org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
Create a new AnnotationAsyncExecutionInterceptor with the given executor.
AnnotationBeanNameGenerator - Class in org.springframework.context.annotation
BeanNameGenerator implementation for bean classes annotated with the @Component annotation or with another annotation that is itself annotated with @Component as a meta-annotation.
AnnotationBeanNameGenerator() - Constructor for class org.springframework.context.annotation.AnnotationBeanNameGenerator
 
AnnotationCacheOperationSource - Class in org.springframework.cache.annotation
Implementation of the CacheOperationSource interface for working with caching metadata in annotation format.
AnnotationCacheOperationSource() - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a default AnnotationCacheOperationSource, supporting public methods that carry the Cacheable and CacheEvict annotations.
AnnotationCacheOperationSource(boolean) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a default AnnotationCacheOperationSource, supporting public methods that carry the Cacheable and CacheEvict annotations.
AnnotationCacheOperationSource(CacheAnnotationParser) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
AnnotationCacheOperationSource(CacheAnnotationParser...) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
AnnotationCacheOperationSource(Set<CacheAnnotationParser>) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
AnnotationCacheOperationSource.CacheOperationProvider - Interface in org.springframework.cache.annotation
Callback interface providing CacheOperation instance(s) based on a given CacheAnnotationParser.
AnnotationConfigApplicationContext - Class in org.springframework.context.annotation
Standalone application context, accepting annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component types and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigApplicationContext() - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext that needs to be populated through AnnotationConfigApplicationContext.register(java.lang.Class<?>...) calls and then manually refreshed.
AnnotationConfigApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext with the given DefaultListableBeanFactory.
AnnotationConfigApplicationContext(Class<?>...) - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigApplicationContext(String...) - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
AnnotationConfigBeanDefinitionParser - Class in org.springframework.context.annotation
Parser for the <context:annotation-config/> element.
AnnotationConfigBeanDefinitionParser() - Constructor for class org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser
 
AnnotationConfigRegistry - Interface in org.springframework.context.annotation
Common interface for annotation config application contexts, defining AnnotationConfigRegistry.register(java.lang.Class<?>...) and AnnotationConfigRegistry.scan(java.lang.String...) methods.
AnnotationConfigUtils - Class in org.springframework.context.annotation
Utility class that allows for convenient registration of common BeanPostProcessor and BeanFactoryPostProcessor definitions for annotation-based configuration.
AnnotationConfigUtils() - Constructor for class org.springframework.context.annotation.AnnotationConfigUtils
 
AnnotationDrivenBeanDefinitionParser - Class in org.springframework.scheduling.config
Parser for the 'annotation-driven' element of the 'task' namespace.
AnnotationDrivenBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
 
AnnotationFormatterFactory<A extends Annotation> - Interface in org.springframework.format
A factory that creates formatters to format values of fields annotated with a particular Annotation.
AnnotationJmxAttributeSource - Class in org.springframework.jmx.export.annotation
Implementation of the JmxAttributeSource interface that reads JDK 1.5+ annotations and exposes the corresponding attributes.
AnnotationJmxAttributeSource() - Constructor for class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
AnnotationMBeanExporter - Class in org.springframework.jmx.export.annotation
Convenient subclass of Spring's standard MBeanExporter, activating Java 5 annotation usage for JMX exposure of Spring beans: ManagedResource, ManagedAttribute, ManagedOperation, etc.
AnnotationMBeanExporter() - Constructor for class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
 
AnnotationScopeMetadataResolver - Class in org.springframework.context.annotation
A ScopeMetadataResolver implementation that by default checks for the presence of Spring's Scope annotation on the bean class.
AnnotationScopeMetadataResolver() - Constructor for class org.springframework.context.annotation.AnnotationScopeMetadataResolver
Create a new instance of the AnnotationScopeMetadataResolver class.
AnnotationScopeMetadataResolver(ScopedProxyMode) - Constructor for class org.springframework.context.annotation.AnnotationScopeMetadataResolver
Create a new instance of the AnnotationScopeMetadataResolver class.
appendIdentityToObjectName(ObjectName, Object) - Static method in class org.springframework.jmx.support.JmxUtils
Append an additional key/value pair to an existing ObjectName with the key being the static value identity and the value being the identity hash code of the managed resource being exposed on the supplied ObjectName.
APPLICATION_EVENT_MULTICASTER_BEAN_NAME - Static variable in class org.springframework.context.support.AbstractApplicationContext
Name of the ApplicationEventMulticaster bean in the factory.
ApplicationContext - Interface in org.springframework.context
Central interface to provide configuration for an application.
ApplicationContextAware - Interface in org.springframework.context
Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
ApplicationContextEvent - Class in org.springframework.context.event
Base class for events raised for an ApplicationContext.
ApplicationContextEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ApplicationContextEvent
Create a new ContextStartedEvent.
ApplicationContextException - Exception in org.springframework.context
Exception thrown during application context initialization.
ApplicationContextException(String) - Constructor for exception org.springframework.context.ApplicationContextException
Create a new ApplicationContextException with the specified detail message and no root cause.
ApplicationContextException(String, Throwable) - Constructor for exception org.springframework.context.ApplicationContextException
Create a new ApplicationContextException with the specified detail message and the given root cause.
ApplicationContextInitializer<C extends ConfigurableApplicationContext> - Interface in org.springframework.context
Callback interface for initializing a Spring ConfigurableApplicationContext prior to being refreshed.
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.
ApplicationObjectSupport - Class in org.springframework.context.support
Convenient superclass for application objects that want to be aware of the application context, e.g.
ApplicationObjectSupport() - Constructor for class org.springframework.context.support.ApplicationObjectSupport
 
applyCurrencyTimeLimit(Descriptor, int) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Apply the given JMX "currencyTimeLimit" value to the given descriptor.
applyDefaultCurrencyTimeLimit(Descriptor) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set the currencyTimeLimit field to the specified "defaultCurrencyTimeLimit", if any (by default none).
applyPropertyValues(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
Apply given property values to the target object.
asMap() - Method in class org.springframework.ui.ExtendedModelMap
 
asMap() - Method in interface org.springframework.ui.Model
Return the current set of model attributes as a Map.
ASPECTJ_AOP_XML_RESOURCE - Static variable in class org.springframework.context.weaving.AspectJWeavingEnabler
 
AspectJWeavingEnabler - Class in org.springframework.context.weaving
Post-processor that registers AspectJ's ClassPreProcessorAgentAdapter with the Spring application context's default LoadTimeWeaver.
AspectJWeavingEnabler() - Constructor for class org.springframework.context.weaving.AspectJWeavingEnabler
 
assertBeanFactoryActive() - Method in class org.springframework.context.support.AbstractApplicationContext
Assert that this context's BeanFactory is currently active, throwing an IllegalStateException if it isn't.
assertBeanFactoryActive() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Overridden to turn it into a no-op: With AbstractRefreshableApplicationContext, AbstractRefreshableApplicationContext.getBeanFactory() serves a strong assertion for an active context anyway.
assertBeanFactoryActive() - Method in class org.springframework.context.support.StaticApplicationContext
Overridden to turn it into a no-op, to be more lenient towards test cases.
Async - Annotation Type in org.springframework.scheduling.annotation
Annotation that marks a method as a candidate for asynchronous execution.
ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.scheduling.config.TaskManagementConfigUtils
The bean name of the internally managed Async annotation processor.
ASYNC_EXECUTION_ASPECT_BEAN_NAME - Static variable in class org.springframework.scheduling.config.TaskManagementConfigUtils
The bean name of the internally managed AspectJ async execution aspect.
asyncAdvisor() - Method in class org.springframework.scheduling.annotation.ProxyAsyncConfiguration
 
AsyncAnnotationAdvisor - Class in org.springframework.scheduling.annotation
Advisor that activates asynchronous method execution through the Async annotation.
AsyncAnnotationAdvisor() - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Create a new AsyncAnnotationAdvisor for bean-style configuration.
AsyncAnnotationAdvisor(Executor, AsyncUncaughtExceptionHandler) - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Create a new AsyncAnnotationAdvisor for the given task executor.
AsyncAnnotationBeanPostProcessor - Class in org.springframework.scheduling.annotation
Bean post-processor that automatically applies asynchronous invocation behavior to any bean that carries the Async annotation at class or method-level by adding a corresponding AsyncAnnotationAdvisor to the exposed proxy (either an existing AOP proxy or a newly generated proxy that implements all of the target's interfaces).
AsyncAnnotationBeanPostProcessor() - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
 
AsyncConfigurationSelector - Class in org.springframework.scheduling.annotation
Selects which implementation of AbstractAsyncConfiguration should be used based on the value of EnableAsync.mode() on the importing @Configuration class.
AsyncConfigurationSelector() - Constructor for class org.springframework.scheduling.annotation.AsyncConfigurationSelector
 
AsyncConfigurer - Interface in org.springframework.scheduling.annotation
Interface to be implemented by @Configuration classes annotated with @EnableAsync that wish to customize the Executor instance used when processing async method invocations or the AsyncUncaughtExceptionHandler instance used to process exception thrown from async method with void return type.
AsyncConfigurerSupport - Class in org.springframework.scheduling.annotation
A convenience AsyncConfigurer that implements all methods so that the defaults are used.
AsyncConfigurerSupport() - Constructor for class org.springframework.scheduling.annotation.AsyncConfigurerSupport
 
AsyncResult<V> - Class in org.springframework.scheduling.annotation
A pass-through Future handle that can be used for method signatures which are declared with a Future return type for asynchronous execution.
AsyncResult(V) - Constructor for class org.springframework.scheduling.annotation.AsyncResult
Create a new AsyncResult holder.
ATTRIBUTE_OPERATION_VISIBILITY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Lowest visibility, used for operations that correspond to accessors or mutators for attributes.
AUTODETECT_ALL - Static variable in class org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that all autodetection mechanisms should be used.
AUTODETECT_ASSEMBLER - Static variable in class org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that only the MBeanInfoAssembler should be able to autodetect beans.
AUTODETECT_MBEAN - Static variable in class org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that only valid MBeans should be autodetected.
AUTODETECT_NONE - Static variable in class org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that no autodetection should be used.
AutodetectCapableMBeanInfoAssembler - Interface in org.springframework.jmx.export.assembler
Extends the MBeanInfoAssembler to add autodetection logic.
AutoProxyRegistrar - Class in org.springframework.context.annotation
Registers an auto proxy creator against the current BeanDefinitionRegistry as appropriate based on an @Enable* annotation having mode and proxyTargetClass attributes set to the correct values.
AutoProxyRegistrar() - Constructor for class org.springframework.context.annotation.AutoProxyRegistrar
 
autowireBean(InvocationContext) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Autowire the target bean after construction as well as after passivation.
AUTOWIRED_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed Autowired annotation processor.
autowireResource(BeanFactory, CommonAnnotationBeanPostProcessor.LookupElement, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Obtain a resource object for the given name and type through autowiring based on the given factory.

B

BasicOperation - Interface in org.springframework.cache.interceptor
The base interface that all cache operations must implement.
Bean - Annotation Type in org.springframework.context.annotation
Indicates that a method produces a bean to be managed by the Spring container.
BEAN_FACTORY_PATH_DELIMITERS - Static variable in class org.springframework.context.access.ContextJndiBeanFactoryLocator
Any number of these characters are considered delimiters between multiple bean factory config paths in a single String value.
BeanExpressionContextAccessor - Class in org.springframework.context.expression
EL property accessor that knows how to traverse the beans and contextual objects of a Spring BeanExpressionContext.
BeanExpressionContextAccessor() - Constructor for class org.springframework.context.expression.BeanExpressionContextAccessor
 
BeanFactoryAccessor - Class in org.springframework.context.expression
EL property accessor that knows how to traverse the beans of a Spring BeanFactory.
BeanFactoryAccessor() - Constructor for class org.springframework.context.expression.BeanFactoryAccessor
 
BeanFactoryCacheOperationSourceAdvisor - Class in org.springframework.cache.interceptor
Advisor driven by a CacheOperationSource, used to include a cache advice bean for methods that are cacheable.
BeanFactoryCacheOperationSourceAdvisor() - Constructor for class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
 
BeanFactoryResolver - Class in org.springframework.context.expression
EL bean resolver that operates against a Spring BeanFactory.
BeanFactoryResolver(BeanFactory) - Constructor for class org.springframework.context.expression.BeanFactoryResolver
 
BeanPropertyBindingResult - Class in org.springframework.validation
Default implementation of the Errors and BindingResult interfaces, for the registration and evaluation of binding errors on JavaBean objects.
BeanPropertyBindingResult(Object, String) - Constructor for class org.springframework.validation.BeanPropertyBindingResult
Creates a new instance of the BeanPropertyBindingResult class.
BeanPropertyBindingResult(Object, String, boolean, int) - Constructor for class org.springframework.validation.BeanPropertyBindingResult
Creates a new instance of the BeanPropertyBindingResult class.
BeanValidationPostProcessor - Class in org.springframework.validation.beanvalidation
Simple BeanPostProcessor that checks JSR-303 constraint annotations in Spring-managed beans, throwing an initialization exception in case of constraint violations right before calling the bean's init method (if any).
BeanValidationPostProcessor() - Constructor for class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
bind(String, Object) - Method in class org.springframework.jndi.JndiTemplate
Bind the given object to the current JNDI context, using the given name.
bind(PropertyValues) - Method in class org.springframework.validation.DataBinder
Bind the given property values to this binder's target.
BindException - Exception in org.springframework.validation
Thrown when binding errors are considered fatal.
BindException(BindingResult) - Constructor for exception org.springframework.validation.BindException
Create a new BindException instance for a BindingResult.
BindException(Object, String) - Constructor for exception org.springframework.validation.BindException
Create a new BindException instance for a target bean.
BindingAwareModelMap - Class in org.springframework.validation.support
Subclass of ExtendedModelMap that automatically removes a BindingResult object if the corresponding target attribute gets replaced.
BindingAwareModelMap() - Constructor for class org.springframework.validation.support.BindingAwareModelMap
 
BindingErrorProcessor - Interface in org.springframework.validation
Strategy for processing DataBinder's missing field errors, and for translating a PropertyAccessException to a FieldError.
BindingResult - Interface in org.springframework.validation
General interface that represents binding results.
BindingResultUtils - Class in org.springframework.validation
Convenience methods for looking up BindingResults in a model Map.
BindingResultUtils() - Constructor for class org.springframework.validation.BindingResultUtils
 
BshScriptEvaluator - Class in org.springframework.scripting.bsh
BeanShell-based implementation of Spring's ScriptEvaluator strategy interface.
BshScriptEvaluator() - Constructor for class org.springframework.scripting.bsh.BshScriptEvaluator
Construct a new BshScriptEvaluator.
BshScriptEvaluator(ClassLoader) - Constructor for class org.springframework.scripting.bsh.BshScriptEvaluator
Construct a new BshScriptEvaluator.
BshScriptFactory - Class in org.springframework.scripting.bsh
ScriptFactory implementation for a BeanShell script.
BshScriptFactory(String) - Constructor for class org.springframework.scripting.bsh.BshScriptFactory
Create a new BshScriptFactory for the given script source.
BshScriptFactory(String, Class<?>...) - Constructor for class org.springframework.scripting.bsh.BshScriptFactory
Create a new BshScriptFactory for the given script source.
BshScriptUtils - Class in org.springframework.scripting.bsh
Utility methods for handling BeanShell-scripted objects.
BshScriptUtils() - Constructor for class org.springframework.scripting.bsh.BshScriptUtils
 
BshScriptUtils.BshExecutionException - Exception in org.springframework.scripting.bsh
Exception to be thrown on script execution failure.
buildAdvice(Executor, AsyncUncaughtExceptionHandler) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
buildDefaultBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
Derive a default bean name from the given bean definition.
buildDefaultBeanName(BeanDefinition) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
Derive a default bean name from the given bean definition.
buildFieldList(String, List<String>) - Method in class org.springframework.validation.DefaultMessageCodesResolver
Add both keyed and non-keyed entries for the supplied field to the supplied field list.
buildLazyResolutionProxy(DependencyDescriptor, String) - Method in class org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
 
buildManagedTask(Runnable, String) - Static method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskBuilder
 
buildManagedTask(Callable<T>, String) - Static method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskBuilder
 
buildPointcut(Set<Class<? extends Annotation>>) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Calculate a pointcut for the given async annotation types, if any.

C

Cache - Interface in org.springframework.cache
Interface that defines common cache operations.
Cache.ValueWrapper - Interface in org.springframework.cache
A (wrapper) object representing a cache value.
CACHE_ADVISOR_BEAN_NAME - Static variable in class org.springframework.cache.config.CacheManagementConfigUtils
 
CACHE_ASPECT_BEAN_NAME - Static variable in class org.springframework.cache.config.CacheManagementConfigUtils
 
Cacheable - Annotation Type in org.springframework.cache.annotation
Annotation indicating that a method (or all the methods on a class) can be cached.
CacheableOperation - Class in org.springframework.cache.interceptor
Class describing a cache 'cacheable' operation.
CacheableOperation() - Constructor for class org.springframework.cache.interceptor.CacheableOperation
 
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
Provide a way to share common cache-related settings at class-level.
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) trigger(s) a cache invalidate operation.
CacheEvictOperation - Class in org.springframework.cache.interceptor
Class describing a cache 'evict' operation.
CacheEvictOperation() - Constructor for class org.springframework.cache.interceptor.CacheEvictOperation
 
cacheInterceptor() - Method in class org.springframework.cache.annotation.ProxyCachingConfiguration
 
CacheInterceptor - Class in org.springframework.cache.interceptor
AOP Alliance MethodInterceptor for declarative cache management using the common Spring caching infrastructure (Cache).
CacheInterceptor() - Constructor for class org.springframework.cache.interceptor.CacheInterceptor
 
CacheManagementConfigUtils - Class in org.springframework.cache.config
Configuration constants for internal sharing across subpackages.
CacheManagementConfigUtils() - Constructor for class org.springframework.cache.config.CacheManagementConfigUtils
 
cacheManager - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
 
cacheManager() - Method in interface org.springframework.cache.annotation.CachingConfigurer
Return the cache manager bean to use for annotation-driven cache management.
cacheManager() - Method in class org.springframework.cache.annotation.CachingConfigurerSupport
 
CacheManager - Interface in org.springframework.cache
Spring's central cache manager SPI.
CacheNamespaceHandler - Class in org.springframework.cache.config
NamespaceHandler allowing for the configuration of declarative cache management using either XML or using annotations.
CacheNamespaceHandler() - Constructor for class org.springframework.cache.config.CacheNamespaceHandler
 
CacheOperation - Class in org.springframework.cache.interceptor
Base class for cache operations.
CacheOperation() - Constructor for class org.springframework.cache.interceptor.CacheOperation
 
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
Wrap any exception thrown while invoking CacheOperationInvoker.invoke()
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
Interface used by CacheInterceptor.
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) trigger(s) a Cache.put(Object, Object) operation.
CachePutOperation - Class in org.springframework.cache.interceptor
Class describing a cache 'put' operation.
CachePutOperation() - Constructor for class org.springframework.cache.interceptor.CachePutOperation
 
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
Selects which implementation of AbstractCachingConfiguration should be used based on the value of EnableCaching.mode() on the importing @Configuration class.
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
 
cancelRefresh(BeansException) - Method in class org.springframework.context.support.AbstractApplicationContext
Cancel this context's refresh attempt, resetting the active flag after an exception got thrown.
cancelRefresh(BeansException) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
cancelRefresh(BeansException) - Method in class org.springframework.context.support.GenericApplicationContext
 
canonicalFieldName(String) - Method in class org.springframework.validation.AbstractErrors
Determine the canonical field name for the given field.
canonicalFieldName(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
Returns the canonical property name.
canPutToCache(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanFactoryAccessor
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.EnvironmentAccessor
Can read any Environment, thus always returns true.
canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.MapAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanFactoryAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.EnvironmentAccessor
Read-only: returns false.
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.MapAccessor
 
checkAllowedFields(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
Check the given property values against the allowed fields, removing values for fields that are not allowed.
checkCandidate(String, BeanDefinition) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Check the given candidate's bean name, determining whether the corresponding bean definition needs to be registered or conflicts with an existing definition.
checkManagedBean(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Check the given bean instance, throwing an IllegalArgumentException if it is not eligible for exposure with this assembler.
checkManagedBean(Object) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Throws an IllegalArgumentException if it encounters a JDK dynamic proxy.
checkRequiredFields(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
Check the given property values against the required fields, generating missing field errors where appropriate.
checkService() - Method in class org.springframework.remoting.support.RemoteExporter
Check whether the service reference has been set.
checkServiceInterface() - Method in class org.springframework.remoting.support.RemoteExporter
Check whether a service reference has been set, and whether it matches the specified service.
ClassPathBeanDefinitionScanner - Class in org.springframework.context.annotation
A bean definition scanner that detects bean candidates on the classpath, registering corresponding bean definitions with a given registry (BeanFactory or ApplicationContext).
ClassPathBeanDefinitionScanner(BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Create a new ClassPathBeanDefinitionScanner for the given bean factory.
ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Create a new ClassPathBeanDefinitionScanner for the given bean factory.
ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean, Environment) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Create a new ClassPathBeanDefinitionScanner for the given bean factory and using the given Environment when evaluating bean definition profile metadata.
ClassPathScanningCandidateComponentProvider - Class in org.springframework.context.annotation
A component provider that scans the classpath from a base package.
ClassPathScanningCandidateComponentProvider(boolean) - Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Create a ClassPathScanningCandidateComponentProvider with a StandardEnvironment.
ClassPathScanningCandidateComponentProvider(boolean, Environment) - Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Create a ClassPathScanningCandidateComponentProvider with the given Environment.
ClassPathXmlApplicationContext - Class in org.springframework.context.support
Standalone XML application context, taking the context definition files from the class path, interpreting plain paths as class path resource names that include the package path (e.g.
ClassPathXmlApplicationContext() - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext for bean-style configuration.
ClassPathXmlApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext for bean-style configuration.
ClassPathXmlApplicationContext(String) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML file and automatically refreshing the context.
ClassPathXmlApplicationContext(String...) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], boolean) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML files.
ClassPathXmlApplicationContext(String[], boolean, ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files.
ClassPathXmlApplicationContext(String, Class<?>) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML file and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], Class<?>) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], Class<?>, ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files and automatically refreshing the context.
clear() - Method in interface org.springframework.cache.Cache
Remove all mappings from the cache.
clear() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
clearCache() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Clear the underlying metadata cache, removing all cached class metadata.
clearCache() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Clear the resource bundle cache.
clearCacheIncludingAncestors() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Clear the resource bundle caches of this MessageSource and all its ancestors.
clearMetadataCache() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Clear the cached metadata.
close() - Method in interface org.springframework.context.ConfigurableApplicationContext
Close this application context, releasing all resources and locks that the implementation might hold.
close() - Method in class org.springframework.context.support.AbstractApplicationContext
Close this application context, destroying all beans in its bean factory.
close() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
close() - Method in class org.springframework.validation.DataBinder
Close this DataBinder, which may result in throwing a BindException if it encountered any errors.
closeBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Subclasses must implement this method to release their internal bean factory.
closeBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
closeBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
Not much to do: We hold a single internal BeanFactory that will never get released.
CODE_SEPARATOR - Static variable in class org.springframework.validation.DefaultMessageCodesResolver
The separator that this implementation uses when resolving message codes.
CodebaseAwareObjectInputStream - Class in org.springframework.remoting.rmi
Special ObjectInputStream subclass that falls back to a specified codebase to load classes from if not found locally.
CodebaseAwareObjectInputStream(InputStream, String) - Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
CodebaseAwareObjectInputStream(InputStream, ClassLoader, String) - Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
CodebaseAwareObjectInputStream(InputStream, ClassLoader, boolean) - Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
COMMON_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed JSR-250 annotation processor.
CommonAnnotationBeanPostProcessor - Class in org.springframework.context.annotation
BeanPostProcessor implementation that supports common Java annotations out of the box, in particular the JSR-250 annotations in the javax.annotation package.
CommonAnnotationBeanPostProcessor() - Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Create a new CommonAnnotationBeanPostProcessor, with the init and destroy annotation types set to PostConstruct and PreDestroy, respectively.
CommonAnnotationBeanPostProcessor.LookupElement - Class in org.springframework.context.annotation
Class representing generic injection information about an annotated field or setter method, supporting @Resource and related annotations.
Component - Annotation Type in org.springframework.stereotype
Indicates that an annotated class is a "component".
ComponentScan - Annotation Type in org.springframework.context.annotation
Configures component scanning directives for use with @Configuration classes.
ComponentScan.Filter - Annotation Type in org.springframework.context.annotation
Declares the type filter to be used as an include filter or exclude filter.
ComponentScanBeanDefinitionParser - Class in org.springframework.context.annotation
Parser for the <context:component-scan/> element.
ComponentScanBeanDefinitionParser() - Constructor for class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
CompositeCacheManager - Class in org.springframework.cache.support
Composite CacheManager implementation that iterates over a given collection of delegate CacheManager instances.
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.
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
CacheManager implementation that lazily builds ConcurrentMapCache instances for each ConcurrentMapCacheManager.getCache(java.lang.String) request.
ConcurrentMapCacheManager() - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Construct a dynamic ConcurrentMapCacheManager, lazily creating cache instances as they are being requested.
ConcurrentMapCacheManager(String...) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Construct a static ConcurrentMapCacheManager, managing caches for the specified cache names only.
ConcurrentTaskExecutor - Class in org.springframework.scheduling.concurrent
Adapter that takes a java.util.concurrent.Executor and exposes a Spring TaskExecutor for it.
ConcurrentTaskExecutor() - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Create a new ConcurrentTaskExecutor, using a single thread executor as default.
ConcurrentTaskExecutor(Executor) - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Create a new ConcurrentTaskExecutor, using the given Executor.
ConcurrentTaskExecutor.ManagedTaskBuilder - Class in org.springframework.scheduling.concurrent
Delegate that wraps a given Runnable/Callable with a JSR-236 ManagedTask, exposing a long-running hint based on SchedulingAwareRunnable and a given identity name.
ConcurrentTaskScheduler - Class in org.springframework.scheduling.concurrent
Adapter that takes a java.util.concurrent.ScheduledExecutorService and exposes a Spring TaskScheduler for it.
ConcurrentTaskScheduler() - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler, using a single thread executor as default.
ConcurrentTaskScheduler(ScheduledExecutorService) - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler, using the given ScheduledExecutorService as shared delegate.
ConcurrentTaskScheduler(Executor, ScheduledExecutorService) - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler, using the given Executor and ScheduledExecutorService as delegates.
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
Indicates that a component is only eligible for registration when all specified conditions match.
ConditionContext - Interface in org.springframework.context.annotation
Context information for use by Conditions.
CONFIG_LOCATION_DELIMITERS - Static variable in interface org.springframework.context.ConfigurableApplicationContext
Any number of these characters are considered delimiters between multiple context config paths in a single String value.
ConfigurableApplicationContext - Interface in org.springframework.context
SPI interface to be implemented by most if not all application contexts.
Configuration - Annotation Type in org.springframework.context.annotation
Indicates that a class declares one or more @Bean methods and may be processed by the Spring container to generate bean definitions and service requests for those beans at runtime, for example:
 @Configuration
 public class AppConfig {
     @Bean
     public MyBean myBean() {
         // instantiate, configure and return bean ...
CONFIGURATION_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed Configuration annotation processor.
CONFIGURATION_BEAN_NAME_GENERATOR - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed BeanNameGenerator for use when processing Configuration classes.
ConfigurationClassPostProcessor - Class in org.springframework.context.annotation
BeanFactoryPostProcessor used for bootstrapping processing of @Configuration classes.
ConfigurationClassPostProcessor() - Constructor for class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
ConfigurationCondition - Interface in org.springframework.context.annotation
A Condition that offers more fine-grained control when used with @Configuration.
ConfigurationCondition.ConfigurationPhase - Enum in org.springframework.context.annotation
The various configuration phases where the condition could be evaluated.
configureBeanPostProcessor(AutowiredAnnotationBeanPostProcessor, Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Template method for configuring the AutowiredAnnotationBeanPostProcessor used for autowiring.
configureScanner(ParserContext, Element) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
configureTasks(ScheduledTaskRegistrar) - Method in interface org.springframework.scheduling.annotation.SchedulingConfigurer
Callback allowing a TaskScheduler and specific Task instances to be registered against the given the ScheduledTaskRegistrar
ConnectorServerFactoryBean - Class in org.springframework.jmx.support
FactoryBean that creates a JSR-160 JMXConnectorServer, optionally registers it with the MBeanServer and then starts it.
ConnectorServerFactoryBean() - Constructor for class org.springframework.jmx.support.ConnectorServerFactoryBean
 
CONTAINER_PREFIX - Static variable in class org.springframework.jndi.JndiLocatorSupport
JNDI prefix used in a J2EE container
containsAttribute(String) - Method in interface org.springframework.ui.Model
Does this model contain an attribute of the given name?
containsAttribute(String) - Method in class org.springframework.ui.ModelMap
Does this model contain an attribute of the given name?
containsBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
containsBean(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
containsBeanDefinition(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
containsKey(String) - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation checks whether the target MessageSource can resolve a message for the given key, translating NoSuchMessageException accordingly.
containsLocalBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
CONTENT_TYPE_SERIALIZED_OBJECT - Static variable in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Default content type: "application/x-java-serialized-object"
ContextAnnotationAutowireCandidateResolver - Class in org.springframework.context.annotation
Complete implementation of the AutowireCandidateResolver strategy interface, providing support for qualifier annotations as well as for lazy resolution driven by the Lazy annotation in the context.annotation package.
ContextAnnotationAutowireCandidateResolver() - Constructor for class org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
 
ContextBeanFactoryReference - Class in org.springframework.context.access
ApplicationContext-specific implementation of BeanFactoryReference, wrapping a newly created ApplicationContext, closing it on release.
ContextBeanFactoryReference(ApplicationContext) - Constructor for class org.springframework.context.access.ContextBeanFactoryReference
Create a new ContextBeanFactoryReference for the given context.
ContextClosedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets closed.
ContextClosedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextClosedEvent
Creates a new ContextClosedEvent.
ContextJndiBeanFactoryLocator - Class in org.springframework.context.access
BeanFactoryLocator implementation that creates the BeanFactory from one or more classpath locations specified in a JNDI environment variable.
ContextJndiBeanFactoryLocator() - Constructor for class org.springframework.context.access.ContextJndiBeanFactoryLocator
 
ContextLifecycleScheduledTaskRegistrar - Class in org.springframework.scheduling.config
ScheduledTaskRegistrar subclass which redirects the actual scheduling of tasks to the ContextLifecycleScheduledTaskRegistrar.afterSingletonsInstantiated() callback (as of 4.1.2).
ContextLifecycleScheduledTaskRegistrar() - Constructor for class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
ContextNamespaceHandler - Class in org.springframework.context.config
NamespaceHandler for the 'context' namespace.
ContextNamespaceHandler() - Constructor for class org.springframework.context.config.ContextNamespaceHandler
 
ContextRefreshedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets initialized or refreshed.
ContextRefreshedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextRefreshedEvent
Create a new ContextRefreshedEvent.
ContextSingletonBeanFactoryLocator - Class in org.springframework.context.access
Variant of SingletonBeanFactoryLocator which creates its internal bean factory reference as an ApplicationContext instead of SingletonBeanFactoryLocator's simple BeanFactory.
ContextSingletonBeanFactoryLocator(String) - Constructor for class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Constructor which uses the the specified name as the resource name of the definition file(s).
ContextStartedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets started.
ContextStartedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextStartedEvent
Create a new ContextStartedEvent.
ContextStoppedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets stopped.
ContextStoppedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextStoppedEvent
Create a new ContextStoppedEvent.
Controller - Annotation Type in org.springframework.stereotype
Indicates that an annotated class is a "Controller" (e.g.
CONVERSION_SERVICE_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
Name of the ConversionService bean in the factory.
ConversionServiceFactoryBean - Class in org.springframework.context.support
A factory providing convenient access to a ConversionService configured with converters appropriate for most environments.
ConversionServiceFactoryBean() - Constructor for class org.springframework.context.support.ConversionServiceFactoryBean
 
convertIfNecessary(Object, Class<T>) - Method in class org.springframework.validation.DataBinder
 
convertIfNecessary(Object, Class<T>, MethodParameter) - Method in class org.springframework.validation.DataBinder
 
convertIfNecessary(Object, Class<T>, Field) - Method in class org.springframework.validation.DataBinder
 
convertJndiName(String) - Method in class org.springframework.jndi.JndiLocatorSupport
Convert the given JNDI name into the actual JNDI name to use.
convertResultValueIfNecessary(Object, MethodParameter) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Convert the given result object (from attribute access or operation invocation) to the specified target class for returning from the proxy method.
convertRmiAccessException(Method, Throwable, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Wrap the given arbitrary exception that happened during remote access in either a RemoteException or a Spring RemoteAccessException (if the method signature does not support RemoteException).
convertRmiAccessException(Method, RemoteException, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Convert the given RemoteException that happened during remote access to Spring's RemoteAccessException if the method signature does not support RemoteException.
convertRmiAccessException(Method, RemoteException, boolean, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Convert the given RemoteException that happened during remote access to Spring's RemoteAccessException if the method signature does not support RemoteException.
convertToModelMBeanNotificationInfo(ManagedNotification) - Static method in class org.springframework.jmx.export.metadata.JmxMetadataUtils
Convert the supplied ManagedNotification into the corresponding ModelMBeanNotificationInfo.
convertToScriptSource(String, String, ResourceLoader) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Convert the given script source locator to a ScriptSource instance.
copyOverrides(ResourceOverridingShadowingClassLoader) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
Copy all overrides from the given ClassLoader.
copyTransformers(ShadowingClassLoader) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
Copy all ClassFileTransformers from the given ClassLoader to the list of transformers that this ClassLoader will apply.
create() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Invokes the create() method on the cached EJB home object.
createAndConfigureMBean(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
Creates an MBean that is configured with the appropriate management interface for the supplied managed resource.
createApplicationContext(String[]) - Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
Create the ApplicationContext instance, given an array of class path resource Strings which should be combined
createBeanFactory(String[]) - Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
Create the BeanFactory instance, given an array of class path resource Strings which should be combined.
createBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Create an internal bean factory for this context.
createBeanWrapper() - Method in class org.springframework.validation.BeanPropertyBindingResult
Create a new BeanWrapper for the underlying target object.
createBshObject(String) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source.
createBshObject(String, Class<?>...) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source, using the default ClassLoader.
createBshObject(String, Class<?>[], ClassLoader) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source.
createCompositeInterface(Class<?>[]) - Method in class org.springframework.jndi.JndiObjectFactoryBean
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createCompositeInterface(Class<?>[]) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createConcurrentMapCache(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Create a new ConcurrentMapCache instance for the specified cache name.
createConfigInterface(BeanDefinition, Class<?>[]) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a config interface for the given bean definition, defining setter methods for the defined property values as well as an init method and a destroy method (if defined).
createConversionService() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
Create the ConversionService instance returned by this factory bean.
createDateTimeFormatter() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDateTimeFormatter() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDefaultResourceRefLocator() - Static method in class org.springframework.jndi.JndiLocatorDelegate
Configure a JndiLocatorDelegate with its "resourceRef" property set to true, meaning that all names will be prefixed with "java:comp/env/".
createDefinition(String, String) - Method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Overrides the default method to create definition object as an ApplicationContext instead of the default BeanFactory.
createDirectFieldAccessor() - Method in class org.springframework.validation.DirectFieldBindingResult
Create a new DirectFieldAccessor for the underlying target object.
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
Create a new ScheduledExecutorService instance.
createExecutor(int, int, int, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Create a new instance of ThreadPoolExecutor or a subclass thereof.
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Create a new ScheduledExecutorService instance.
createInitialContext() - Method in class org.springframework.jndi.JndiTemplate
Create a new JNDI initial context.
createJRubyObject(String, Class<?>...) - Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
Create a new JRuby-scripted object from the given script source, using the default ClassLoader.
createJRubyObject(String, Class<?>[], ClassLoader) - Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
Create a new JRuby-scripted object from the given script source.
createMainInterceptor() - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
 
createMBeanServer(String, boolean) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Create a new MBeanServer instance and register it with the MBeanServerFactory, if desired.
createMessageFormat(String, Locale) - Method in class org.springframework.context.support.MessageSourceSupport
Create a MessageFormat for the given message and Locale.
createMessageSource(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
Create a MessageSource for the given basename, to be used as MessageSource for the corresponding theme.
createModelMBean() - Method in class org.springframework.jmx.export.MBeanExporter
Create an instance of a class that implements ModelMBean.
createModelMBeanOperationInfo(Method, String, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Creates an instance of ModelMBeanOperationInfo for the given method.
createObjectInputStream(InputStream) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Create an ObjectInputStream for the given InputStream.
createObjectOutputStream(OutputStream) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Create an ObjectOutputStream for the given OutputStream.
createQueue(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Create the BlockingQueue to use for the ThreadPoolExecutor.
createQueue(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Create the BlockingQueue to use for the ThreadPoolExecutor.
createRefreshableProxy(TargetSource, Class<?>[], boolean) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a refreshable proxy for the given AOP TargetSource.
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.support.DefaultRemoteInvocationFactory
 
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) - Method in interface org.springframework.remoting.support.RemoteInvocationFactory
Create a serializable RemoteInvocation object from the given AOP MethodInvocation.
createScanner(XmlReaderContext, boolean) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
createScriptedObjectBeanDefinition(BeanDefinition, String, ScriptSource, Class<?>[]) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a bean definition for the scripted object, based on the given script definition, extracting the definition data that is relevant for the scripted object (that is, everything but bean class and constructor arguments).
createScriptFactoryBeanDefinition(BeanDefinition) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a ScriptFactory bean definition based on the given script definition, extracting only the definition data that is relevant for the ScriptFactory (that is, only bean class and constructor arguments).
createServerSpecificLoadTimeWeaver(ClassLoader) - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
createTypeFilter(Element, ClassLoader, ParserContext) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
CronSequenceGenerator - Class in org.springframework.scheduling.support
Date sequence generator for a Crontab pattern, allowing clients to specify a pattern that the sequence matches.
CronSequenceGenerator(String) - Constructor for class org.springframework.scheduling.support.CronSequenceGenerator
Construct a CronSequenceGenerator from the pattern provided, using the default TimeZone.
CronSequenceGenerator(String, TimeZone) - Constructor for class org.springframework.scheduling.support.CronSequenceGenerator
Construct a CronSequenceGenerator from the pattern provided, using the specified TimeZone.
CronTask - Class in org.springframework.scheduling.config
TriggerTask implementation defining a Runnable to be executed according to a standard cron expression.
CronTask(Runnable, String) - Constructor for class org.springframework.scheduling.config.CronTask
Create a new CronTask.
CronTask(Runnable, CronTrigger) - Constructor for class org.springframework.scheduling.config.CronTask
Create a new CronTask.
CronTrigger - Class in org.springframework.scheduling.support
Trigger implementation for cron expressions.
CronTrigger(String) - Constructor for class org.springframework.scheduling.support.CronTrigger
Build a CronTrigger from the pattern provided in the default time zone.
CronTrigger(String, TimeZone) - Constructor for class org.springframework.scheduling.support.CronTrigger
Build a CronTrigger from the pattern provided in the given time zone.
CurrencyFormatter - Class in org.springframework.format.number
A BigDecimal formatter for currency values.
CurrencyFormatter() - Constructor for class org.springframework.format.number.CurrencyFormatter
 
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
 

D

DataBinder - Class in org.springframework.validation
Binder that allows for setting property values onto a target object, including support for validation and binding result analysis.
DataBinder(Object) - Constructor for class org.springframework.validation.DataBinder
Create a new DataBinder instance, with default object name.
DataBinder(Object, String) - Constructor for class org.springframework.validation.DataBinder
Create a new DataBinder instance.
DateFormatter - Class in org.springframework.format.datetime
A formatter for Date types.
DateFormatter() - Constructor for class org.springframework.format.datetime.DateFormatter
Create a new default DateFormatter.
DateFormatter(String) - Constructor for class org.springframework.format.datetime.DateFormatter
Create a new DateFormatter for the given date pattern.
DateFormatterRegistrar - Class in org.springframework.format.datetime
Configures Date formatting for use with Spring.
DateFormatterRegistrar() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar
 
DateTimeContext - Class in org.springframework.format.datetime.standard
A context that holds user-specific java.time (JSR-310) settings such as the user's Chronology (calendar system) and time zone.
DateTimeContext() - Constructor for class org.springframework.format.datetime.standard.DateTimeContext
 
DateTimeContextHolder - Class in org.springframework.format.datetime.standard
A holder for a thread-local user DateTimeContext.
DateTimeContextHolder() - Constructor for class org.springframework.format.datetime.standard.DateTimeContextHolder
 
DateTimeFormat - Annotation Type in org.springframework.format.annotation
Declares that a field should be formatted as a date time.
DateTimeFormat.ISO - Enum in org.springframework.format.annotation
Common ISO date time format patterns.
DateTimeFormatAnnotationFormatterFactory - Class in org.springframework.format.datetime
Formats fields annotated with the DateTimeFormat annotation using a DateFormatter.
DateTimeFormatAnnotationFormatterFactory() - Constructor for class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
DateTimeFormatterFactory - Class in org.springframework.format.datetime.joda
Factory that creates a Joda-Time DateTimeFormatter.
DateTimeFormatterFactory() - Constructor for class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactory(String) - Constructor for class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactory - Class in org.springframework.format.datetime.standard
Factory that creates a JSR-310 DateTimeFormatter.
DateTimeFormatterFactory() - Constructor for class org.springframework.format.datetime.standard.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactory(String) - Constructor for class org.springframework.format.datetime.standard.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactoryBean - Class in org.springframework.format.datetime.joda
FactoryBean that creates a Joda-Time DateTimeFormatter.
DateTimeFormatterFactoryBean() - Constructor for class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
DateTimeFormatterFactoryBean - Class in org.springframework.format.datetime.standard
FactoryBean that creates a JSR-310 DateTimeFormatter.
DateTimeFormatterFactoryBean() - Constructor for class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
DateTimeFormatterRegistrar - Class in org.springframework.format.datetime.standard
Configures the JSR-310 java.time formatting system for use with Spring.
DateTimeFormatterRegistrar() - Constructor for class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
 
DateTimeParser - Class in org.springframework.format.datetime.joda
Parses Joda DateTime instances using a DateTimeFormatter.
DateTimeParser(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.DateTimeParser
Create a new DateTimeParser.
decorateCache(Cache) - Method in class org.springframework.cache.support.AbstractCacheManager
Decorate the given Cache object if necessary.
decorateTaskWithErrorHandler(Runnable, ErrorHandler, boolean) - Static method in class org.springframework.scheduling.support.TaskUtils
Decorate the task for error handling.
DEFAULT_ADVICE_MODE_ATTRIBUTE_NAME - Static variable in class org.springframework.context.annotation.AdviceModeImportSelector
 
DEFAULT_AUTO_GROW_COLLECTION_LIMIT - Static variable in class org.springframework.validation.DataBinder
Default limit for array and collection growing: 256
DEFAULT_EXCLUDED_PACKAGES - Static variable in class org.springframework.instrument.classloading.ShadowingClassLoader
Packages that are excluded by default
DEFAULT_EXPRESSION_PREFIX - Static variable in class org.springframework.context.expression.StandardBeanExpressionResolver
Default expression prefix: "#{"
DEFAULT_EXPRESSION_SUFFIX - Static variable in class org.springframework.context.expression.StandardBeanExpressionResolver
Default expression suffix: "}"
DEFAULT_OBJECT_NAME - Static variable in class org.springframework.validation.DataBinder
Default object name used for binding: "target"
DEFAULT_SERVICE_URL - Static variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
The default service URL
DefaultBindingErrorProcessor - Class in org.springframework.validation
Default BindingErrorProcessor implementation.
DefaultBindingErrorProcessor() - Constructor for class org.springframework.validation.DefaultBindingErrorProcessor
 
DefaultContextLoadTimeWeaver - Class in org.springframework.context.weaving
Default LoadTimeWeaver bean for use in an application context, decorating an automatically detected internal LoadTimeWeaver.
DefaultContextLoadTimeWeaver() - Constructor for class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
DefaultContextLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
DefaultFormattingConversionService - Class in org.springframework.format.support
A specialization of FormattingConversionService configured by default with converters and formatters appropriate for most applications.
DefaultFormattingConversionService() - Constructor for class org.springframework.format.support.DefaultFormattingConversionService
Create a new DefaultFormattingConversionService with the set of default converters and default formatters.
DefaultFormattingConversionService(boolean) - Constructor for class org.springframework.format.support.DefaultFormattingConversionService
Create a new DefaultFormattingConversionService with the set of default converters and, based on the value of registerDefaultFormatters, the set of default formatters.
DefaultFormattingConversionService(StringValueResolver, boolean) - Constructor for class org.springframework.format.support.DefaultFormattingConversionService
Create a new DefaultFormattingConversionService with the set of default converters and, based on the value of registerDefaultFormatters, the set of default formatters
DefaultKeyGenerator - Class in org.springframework.cache.interceptor
Deprecated.
as of Spring 4.0, in favor of SimpleKeyGenerator or custom KeyGenerator implementations based on hash codes
DefaultKeyGenerator() - Constructor for class org.springframework.cache.interceptor.DefaultKeyGenerator
Deprecated.
 
DefaultLifecycleProcessor - Class in org.springframework.context.support
Default implementation of the LifecycleProcessor strategy.
DefaultLifecycleProcessor() - Constructor for class org.springframework.context.support.DefaultLifecycleProcessor
 
DefaultLocatorFactory - Class in org.springframework.context.access
A factory class to get a default ContextSingletonBeanFactoryLocator instance.
DefaultLocatorFactory() - Constructor for class org.springframework.context.access.DefaultLocatorFactory
 
DefaultManagedAwareThreadFactory - Class in org.springframework.scheduling.concurrent
JNDI-based variant of CustomizableThreadFactory, performing a default lookup for JSR-236's "java:comp/DefaultManagedThreadFactory" in a Java EE 7 environment, falling back to the local CustomizableThreadFactory setup if not found.
DefaultManagedAwareThreadFactory() - Constructor for class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
 
DefaultManagedTaskExecutor - Class in org.springframework.scheduling.concurrent
JNDI-based variant of ConcurrentTaskExecutor, performing a default lookup for JSR-236's "java:comp/DefaultManagedExecutorService" in a Java EE 7 environment.
DefaultManagedTaskExecutor() - Constructor for class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
 
DefaultManagedTaskScheduler - Class in org.springframework.scheduling.concurrent
JNDI-based variant of ConcurrentTaskScheduler, performing a default lookup for JSR-236's "java:comp/DefaultManagedScheduledExecutorService" in a Java EE 7 environment.
DefaultManagedTaskScheduler() - Constructor for class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
 
DefaultMessageCodesResolver - Class in org.springframework.validation
Default implementation of the MessageCodesResolver interface.
DefaultMessageCodesResolver() - Constructor for class org.springframework.validation.DefaultMessageCodesResolver
 
DefaultMessageCodesResolver.Format - Enum in org.springframework.validation
Common message code formats.
DefaultMessageSourceResolvable - Class in org.springframework.context.support
Default implementation of the MessageSourceResolvable interface.
DefaultMessageSourceResolvable(String) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(String[]) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(String[], String) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(String[], Object[]) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(String[], Object[], String) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(MessageSourceResolvable) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Copy constructor: Create a new instance from another resolvable.
DefaultRemoteInvocationExecutor - Class in org.springframework.remoting.support
Default implementation of the RemoteInvocationExecutor interface.
DefaultRemoteInvocationExecutor() - Constructor for class org.springframework.remoting.support.DefaultRemoteInvocationExecutor
 
DefaultRemoteInvocationFactory - Class in org.springframework.remoting.support
Default implementation of the RemoteInvocationFactory interface.
DefaultRemoteInvocationFactory() - Constructor for class org.springframework.remoting.support.DefaultRemoteInvocationFactory
 
DeferredImportSelector - Interface in org.springframework.context.annotation
A variation of ImportSelector that runs after all @Configuration beans have been processed.
DelegatingErrorHandlingRunnable - Class in org.springframework.scheduling.support
Runnable wrapper that catches any exception or error thrown from its delegate Runnable and allows an ErrorHandler to handle it.
DelegatingErrorHandlingRunnable(Runnable, ErrorHandler) - Constructor for class org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
Create a new DelegatingErrorHandlingRunnable.
DelegatingMessageSource - Class in org.springframework.context.support
Empty MessageSource that delegates all calls to the parent MessageSource.
DelegatingMessageSource() - Constructor for class org.springframework.context.support.DelegatingMessageSource
 
DelegatingThemeSource - Class in org.springframework.ui.context.support
Empty ThemeSource that delegates all calls to the parent ThemeSource.
DelegatingThemeSource() - Constructor for class org.springframework.ui.context.support.DelegatingThemeSource
 
DependsOn - Annotation Type in org.springframework.context.annotation
Beans on which the current bean depends.
Description - Annotation Type in org.springframework.context.annotation
Adds a textual description to bean definitions derived from Component or Bean.
destroy() - Method in class org.springframework.context.support.AbstractApplicationContext
DisposableBean callback for destruction of this instance.
destroy() - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
destroy() - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Remove the cached session bean instance, if necessary.
destroy() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
 
destroy() - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
Unregisters the specified NotificationListener.
destroy() - Method in class org.springframework.jmx.export.MBeanExporter
Unregisters all beans that this exported has exposed via JMX when the enclosing ApplicationContext is destroyed.
destroy() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Stop the JMXConnectorServer managed by an instance of this class.
destroy() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Closes the underlying JMXConnector.
destroy() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Unregisters the MBeanServer instance, if necessary.
destroy() - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
Unbind the RMI service from JNDI on bean factory shutdown.
destroy() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Unexport the RMI registry on bean factory shutdown, provided that this bean actually created a registry.
destroy() - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Unbind the RMI service from the registry on bean factory shutdown.
destroy() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
destroy() - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
destroy() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Calls shutdown when the BeanFactory destroys the task executor instance.
destroy() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
destroy() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
 
destroy() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
destroy() - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Destroy the inner bean factory (used for scripts) on shutdown.
destroy() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
destroyBeans() - Method in class org.springframework.context.support.AbstractApplicationContext
Template method for destroying all beans that this context manages.
destroyDefinition(BeanFactory, String) - Method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Overrides the default method to operate on an ApplicationContext, invoking ConfigurableApplicationContext.close().
determineBeanNameFromAnnotation(AnnotatedBeanDefinition) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
Derive a bean name from one of the annotations on the class.
determineCacheOperations(AnnotationCacheOperationSource.CacheOperationProvider) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
Determine the cache operation(s) for the given AnnotationCacheOperationSource.CacheOperationProvider.
determineValidationGroups(MethodInvocation) - Method in class org.springframework.validation.beanvalidation.MethodValidationInterceptor
Determine the validation groups to validate against for the given method invocation.
DirectFieldBindingResult - Class in org.springframework.validation
Special implementation of the Errors and BindingResult interfaces, supporting registration and evaluation of binding errors on value objects.
DirectFieldBindingResult(Object, String) - Constructor for class org.springframework.validation.DirectFieldBindingResult
Create a new DirectFieldBindingResult instance.
DirectFieldBindingResult(Object, String, boolean) - Constructor for class org.springframework.validation.DirectFieldBindingResult
Create a new DirectFieldBindingResult instance.
doAutowireBean(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Actually autowire the target bean after construction/passivation.
doBind(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
Actual implementation of the binding process, working with the passed-in MutablePropertyValues instance.
doClear(Cache) - Method in class org.springframework.cache.interceptor.AbstractCacheInvoker
Execute Cache.clear() on the specified Cache and invoke the error handler if an exception occurs.
doClose() - Method in class org.springframework.context.support.AbstractApplicationContext
Actually performs context closing: publishes a ContextClosedEvent and destroys the singletons in the bean factory of this application context.
doEvict(Cache, Object) - Method in class org.springframework.cache.interceptor.AbstractCacheInvoker
Execute Cache.evict(Object) on the specified Cache and invoke the error handler if an exception occurs.
doGet(Cache, Object) - Method in class org.springframework.cache.interceptor.AbstractCacheInvoker
Execute Cache.get(Object) on the specified Cache and invoke the error handler if an exception occurs.
doGetBundle(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Obtain the resource bundle for the given basename and Locale.
doInContext(Context) - Method in interface org.springframework.jndi.JndiCallback
Do something with the given JNDI context.
doInvoke(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Perform the given invocation on the current EJB home.
doInvoke(MethodInvocation) - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
This implementation "creates" a new EJB instance for each invocation.
doInvoke(MethodInvocation) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Route the invocation to the configured managed resource.
doInvoke(MethodInvocation, Object) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Perform the given invocation on the given RMI stub.
doInvoke(MethodInvocation, RmiInvocationHandler) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Apply the given AOP method invocation to the given RmiInvocationHandler.
doInvoke(MethodInvocation, Remote) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Perform the given invocation on the given RMI stub.
doInvoke(MethodInvocation, RmiInvocationHandler) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Apply the given AOP method invocation to the given RmiInvocationHandler.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.scheduling.config.ExecutorBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.scheduling.config.SchedulerBeanDefinitionParser
 
doPut(Cache, Object, Object) - Method in class org.springframework.cache.interceptor.AbstractCacheInvoker
Execute Cache.put(Object, Object) on the specified Cache and invoke the error handler if an exception occurs.
doReadRemoteInvocation(ObjectInputStream) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Perform the actual reading of an invocation result object from the given ObjectInputStream.
doRegister(Object, ObjectName) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Actually register the MBean with the server.
doReleaseBean(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Actually release the BeanFactoryReference for the given target bean.
doScan(String...) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Perform a scan within the specified base packages, returning the registered bean definitions.
doSetNestedPath(String) - Method in class org.springframework.validation.AbstractErrors
Actually set the nested path.
doUnregister(ObjectName) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Actually unregister the specified MBean from the server.
doValidate(Object) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
Perform validation of the given bean.
doWriteRemoteInvocationResult(RemoteInvocationResult, ObjectOutputStream) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Perform the actual writing of the given invocation result object to the given ObjectOutputStream.

E

EjbAccessException - Exception in org.springframework.ejb.access
Exception that gets thrown when an EJB stub cannot be accessed properly.
EjbAccessException(String) - Constructor for exception org.springframework.ejb.access.EjbAccessException
Constructor for EjbAccessException.
EjbAccessException(String, Throwable) - Constructor for exception org.springframework.ejb.access.EjbAccessException
Constructor for EjbAccessException.
EmbeddedValueResolutionSupport - Class in org.springframework.context.support
Convenient base class for components with a need for embedded value resolution (i.e.
EmbeddedValueResolutionSupport() - Constructor for class org.springframework.context.support.EmbeddedValueResolutionSupport
 
EmbeddedValueResolverAware - Interface in org.springframework.context
Interface to be implemented by any object that wishes to be notified of a StringValueResolver for the resolution of embedded definition values.
EMPTY - Static variable in class org.springframework.cache.interceptor.SimpleKey
 
EMPTY - Static variable in class org.springframework.jmx.export.metadata.ManagedAttribute
 
EnableAspectJAutoProxy - Annotation Type in org.springframework.context.annotation
Enables support for handling components marked with AspectJ's @Aspect annotation, similar to functionality found in Spring's <aop:aspectj-autoproxy> XML element.
enableAspectJWeaving(LoadTimeWeaver, ClassLoader) - Static method in class org.springframework.context.weaving.AspectJWeavingEnabler
 
enableAsync - Variable in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
EnableAsync - Annotation Type in org.springframework.scheduling.annotation
Enables Spring's asynchronous method execution capability, similar to functionality found in Spring's <task:*> XML namespace.
enableCaching - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
 
EnableCaching - Annotation Type in org.springframework.cache.annotation
Enables Spring's annotation-driven cache management capability, similar to the support found in Spring's <cache:*> XML namespace.
EnableLoadTimeWeaving - Annotation Type in org.springframework.context.annotation
Activates a Spring LoadTimeWeaver for this application context, available as a bean with the name "loadTimeWeaver", similar to the <context:load-time-weaver> element in Spring XML.
EnableLoadTimeWeaving.AspectJWeaving - Enum in org.springframework.context.annotation
 
EnableMBeanExport - Annotation Type in org.springframework.context.annotation
Enables default exporting of all standard MBeans from the Spring context, as well as well all @ManagedResource annotated beans.
EnableScheduling - Annotation Type in org.springframework.scheduling.annotation
Enables Spring's scheduled task execution capability, similar to functionality found in Spring's <task:*> XML namespace.
enhanceConfigurationClasses(ConfigurableListableBeanFactory) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
Post-processes a BeanFactory in search of Configuration class BeanDefinitions; any candidates are then enhanced by a ConfigurationClassEnhancer.
ENVIRONMENT_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
Name of the Environment bean in the factory.
ENVIRONMENT_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
"environmentProperties" is the name given to the PropertySource that wraps the environment supplied to this configurer.
EnvironmentAccessor - Class in org.springframework.context.expression
Read-only EL property accessor that knows how to retrieve keys of a Spring Environment instance.
EnvironmentAccessor() - Constructor for class org.springframework.context.expression.EnvironmentAccessor
 
EnvironmentAware - Interface in org.springframework.context
Interface to be implemented by any bean that wishes to be notified of the Environment that it runs in.
equals(Object) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 
equals(Object) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
equals(Object) - Method in class org.springframework.cache.interceptor.CacheOperation
This implementation compares the toString() results.
equals(Object) - Method in class org.springframework.cache.interceptor.MethodCacheKey
 
equals(Object) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
 
equals(Object) - Method in class org.springframework.cache.interceptor.SimpleKey
 
equals(Object) - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
equals(Object) - Method in class org.springframework.jmx.support.NotificationListenerHolder
 
equals(Object) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
equals(Object) - Method in class org.springframework.scheduling.support.CronTrigger
 
equals(Object) - Method in class org.springframework.scheduling.support.PeriodicTrigger
 
equals(Object) - Method in class org.springframework.validation.AbstractBindingResult
 
equals(Object) - Method in exception org.springframework.validation.BindException
 
equals(Object) - Method in class org.springframework.validation.FieldError
 
equals(Object) - Method in class org.springframework.validation.ObjectError
 
errorHandler - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
 
errorHandler() - Method in interface org.springframework.cache.annotation.CachingConfigurer
Return the CacheErrorHandler to use to handle cache-related errors.
errorHandler() - Method in class org.springframework.cache.annotation.CachingConfigurerSupport
 
Errors - Interface in org.springframework.validation
Stores and exposes information about data-binding and validation errors for a specific object.
evaluate(String, BeanExpressionContext) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
 
evaluate(ScriptSource) - Method in class org.springframework.scripting.bsh.BshScriptEvaluator
 
evaluate(ScriptSource, Map<String, Object>) - Method in class org.springframework.scripting.bsh.BshScriptEvaluator
 
evaluate(ScriptSource) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
 
evaluate(ScriptSource, Map<String, Object>) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
 
evaluate(ScriptSource) - Method in interface org.springframework.scripting.ScriptEvaluator
Evaluate the given script.
evaluate(ScriptSource, Map<String, Object>) - Method in interface org.springframework.scripting.ScriptEvaluator
Evaluate the given script with the given arguments.
evaluate(ScriptSource) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
 
evaluate(ScriptSource, Map<String, Object>) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
 
EventPublicationInterceptor - Class in org.springframework.context.event
Interceptor that publishes an ApplicationEvent to all ApplicationListeners registered with an ApplicationEventPublisher after each successful method invocation.
EventPublicationInterceptor() - Constructor for class org.springframework.context.event.EventPublicationInterceptor
 
evict(Object) - Method in interface org.springframework.cache.Cache
Evict the mapping for this key from this cache if it is present.
evict(Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
exceptionHandler - Variable in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
execute(CacheOperationInvoker, Object, Method, Object[]) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
execute(JndiCallback<T>) - Method in class org.springframework.jndi.JndiTemplate
Execute the given JNDI context callback implementation.
execute(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
execute(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
execute(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
execute(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
execute(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
execute(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
executeScript(ScriptSource, Class<?>) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
Instantiate the given Groovy script class and run it if necessary.
executor - Variable in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
ExecutorBeanDefinitionParser - Class in org.springframework.scheduling.config
Parser for the 'executor' element of the 'task' namespace.
ExecutorBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.ExecutorBeanDefinitionParser
 
ExecutorConfigurationSupport - Class in org.springframework.scheduling.concurrent
Base class for classes that are setting up a java.util.concurrent.ExecutorService (typically a ThreadPoolExecutor).
ExecutorConfigurationSupport() - Constructor for class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
ExtendedModelMap - Class in org.springframework.ui
Subclass of ModelMap that implements the Model interface.
ExtendedModelMap() - Constructor for class org.springframework.ui.ExtendedModelMap
 

F

FIELD_CLASS - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the class field in a JMX Descriptor.
FIELD_CURRENCY_TIME_LIMIT - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the currency time limit field in a JMX Descriptor.
FIELD_DEFAULT - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the default field in a JMX Descriptor.
FIELD_DISPLAY_NAME - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the displayName field in a JMX Descriptor.
FIELD_GET_METHOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Identifies a getter method in a JMX Descriptor.
FIELD_LOG - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the log field in a JMX Descriptor.
FIELD_LOG_FILE - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the logfile field in a JMX Descriptor.
FIELD_METRIC_CATEGORY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the custom metricCategory field in a JMX Descriptor.
FIELD_METRIC_TYPE - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the metricType field in a JMX Descriptor.
FIELD_PERSIST_LOCATION - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the persistLocation field in a JMX Descriptor.
FIELD_PERSIST_NAME - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the persistName field in a JMX Descriptor.
FIELD_PERSIST_PERIOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the persistPeriod field in a JMX Descriptor.
FIELD_PERSIST_POLICY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the persistPolicy field in a JMX Descriptor.
FIELD_ROLE - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the role field in a JMX Descriptor.
FIELD_SET_METHOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Identifies a setter method in a JMX Descriptor.
FIELD_UNITS - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the units field in a JMX Descriptor.
FIELD_VISIBILITY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the visibility field in a JMX Descriptor.
FieldError - Class in org.springframework.validation
Encapsulates a field error, that is, a reason for rejecting a specific field value.
FieldError(String, String, String) - Constructor for class org.springframework.validation.FieldError
Create a new FieldError instance.
FieldError(String, String, Object, boolean, String[], Object[], String) - Constructor for class org.springframework.validation.FieldError
Create a new FieldError instance.
FileSystemXmlApplicationContext - Class in org.springframework.context.support
Standalone XML application context, taking the context definition files from the file system or from URLs, interpreting plain paths as relative file system locations (e.g.
FileSystemXmlApplicationContext() - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext for bean-style configuration.
FileSystemXmlApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext for bean-style configuration.
FileSystemXmlApplicationContext(String) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML file and automatically refreshing the context.
FileSystemXmlApplicationContext(String...) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
FileSystemXmlApplicationContext(String[], ApplicationContext) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext with the given parent, loading the definitions from the given XML files and automatically refreshing the context.
FileSystemXmlApplicationContext(String[], boolean) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML files.
FileSystemXmlApplicationContext(String[], boolean, ApplicationContext) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext with the given parent, loading the definitions from the given XML files.
fillInClientStackTraceIfPossible(Throwable) - Static method in class org.springframework.remoting.support.RemoteInvocationUtils
Fill the current client-side stack trace into the given exception.
FilterType - Enum in org.springframework.context.annotation
Enumeration of the type filters that may be used in conjunction with @ComponentScan.
findAnnotationOnBean(String, Class<A>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
findApplicationContexts() - Method in class org.springframework.context.support.LiveBeansView
Find all applicable ApplicationContexts for the current application.
findCacheOperations(Class<?>) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 
findCacheOperations(Method) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 
findCacheOperations(Method) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Subclasses need to implement this to return the caching attribute for the given method, if any.
findCacheOperations(Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Subclasses need to implement this to return the caching attribute for the given class, if any.
findCandidateComponents(String) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Scan the class path for candidate components.
findCustomEditor(Class<?>, String) - Method in class org.springframework.validation.DataBinder
 
findEditor(String, Class<?>) - Method in class org.springframework.validation.AbstractBindingResult
This implementation delegates to the PropertyEditorRegistry's editor lookup facility, if available.
findEditor(String, Class<?>) - Method in class org.springframework.validation.AbstractPropertyBindingResult
This implementation exposes a PropertyEditor adapter for a Formatter, if applicable.
findEditor(String, Class) - Method in exception org.springframework.validation.BindException
 
findEditor(String, Class<?>) - Method in interface org.springframework.validation.BindingResult
Find a custom property editor for the given type and property.
finishBeanFactoryInitialization(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
Finish the initialization of this context's bean factory, initializing all remaining singleton beans.
finishRefresh() - Method in class org.springframework.context.support.AbstractApplicationContext
Finish the refresh of this context, invoking the LifecycleProcessor's onRefresh() method and publishing the ContextRefreshedEvent.
fixedField(String) - Method in class org.springframework.validation.AbstractErrors
Transform the given field into its full path, regarding the nested path of this instance.
ForkJoinPoolFactoryBean - Class in org.springframework.scheduling.concurrent
A Spring FactoryBean that builds and exposes a preconfigured ForkJoinPool.
ForkJoinPoolFactoryBean() - Constructor for class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
format(String, String, String) - Method in interface org.springframework.validation.MessageCodeFormatter
Build and return a message code consisting of the given fields, usually delimited by DefaultMessageCodesResolver.CODE_SEPARATOR.
formatFieldValue(String, Object) - Method in class org.springframework.validation.AbstractBindingResult
Format the given value for the specified field.
formatFieldValue(String, Object) - Method in class org.springframework.validation.AbstractPropertyBindingResult
Formats the field value based on registered PropertyEditors.
formatMessage(String, Object[], Locale) - Method in class org.springframework.context.support.MessageSourceSupport
Format the given message String, using cached MessageFormats.
Formatter<T> - Interface in org.springframework.format
Formats objects of type T.
FormatterRegistrar - Interface in org.springframework.format
Registers Converters and Formatters with a FormattingConversionService through the FormatterRegistry SPI.
FormatterRegistry - Interface in org.springframework.format
A registry of field formatting logic.
FormattingConversionService - Class in org.springframework.format.support
A ConversionService implementation designed to be configured as a FormatterRegistry.
FormattingConversionService() - Constructor for class org.springframework.format.support.FormattingConversionService
 
FormattingConversionServiceFactoryBean - Class in org.springframework.format.support
A factory providing convenient access to a FormattingConversionService configured with converters and formatters for common types such as numbers and datetimes.
FormattingConversionServiceFactoryBean() - Constructor for class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
fromStoreValue(Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
Convert the given value from the internal store to a user value returned from the get method (adapting null).

G

generate(Object, Method, Object...) - Method in class org.springframework.cache.interceptor.DefaultKeyGenerator
Deprecated.
 
generate(Object, Method, Object...) - Method in interface org.springframework.cache.interceptor.KeyGenerator
Generate a key for the given method and its parameters.
generate(Object, Method, Object...) - Method in class org.springframework.cache.interceptor.SimpleKeyGenerator
 
generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
 
generateJson(Set<ConfigurableApplicationContext>) - Method in class org.springframework.context.support.LiveBeansView
Actually generate a JSON snapshot of the beans in the given ApplicationContexts.
generateKey(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
Compute the key for the given caching operation.
generateKey(Object...) - Static method in class org.springframework.cache.interceptor.SimpleKeyGenerator
Generate a key based on the specified parameters.
GenericApplicationContext - Class in org.springframework.context.support
Generic ApplicationContext implementation that holds a single internal DefaultListableBeanFactory instance and does not assume a specific bean definition format.
GenericApplicationContext() - Constructor for class org.springframework.context.support.GenericApplicationContext
Create a new GenericApplicationContext.
GenericApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.context.support.GenericApplicationContext
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
GenericApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.GenericApplicationContext
Create a new GenericApplicationContext with the given parent.
GenericApplicationContext(DefaultListableBeanFactory, ApplicationContext) - Constructor for class org.springframework.context.support.GenericApplicationContext
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
GenericApplicationListenerAdapter - Class in org.springframework.context.event
SmartApplicationListener 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
An ApplicationContext implementation that extends GenericApplicationContext and implements GroovyObject such that beans can be retrieved with the dot de-reference syntax instead of using AbstractApplicationContext.getBean(java.lang.String).
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() - Method in interface org.springframework.cache.Cache.ValueWrapper
Return the actual value in the cache.
get(Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
get(Object, Class<T>) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
get() - Method in class org.springframework.cache.support.SimpleValueWrapper
Simply returns the value as given at construction time.
get() - Static method in enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
 
get(String, ObjectFactory<?>) - Method in class org.springframework.context.support.SimpleThreadScope
 
get() - Method in class org.springframework.scheduling.annotation.AsyncResult
 
get(long, TimeUnit) - Method in class org.springframework.scheduling.annotation.AsyncResult
 
getActiveCount() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the number of currently active threads.
getActiveCount() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Return the number of currently active threads.
getActualFieldValue(String) - Method in class org.springframework.validation.AbstractBindingResult
Extract the actual field value for the given field.
getActualFieldValue(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
Fetches the field value from the PropertyAccessor.
getActualFieldValue(String) - Method in class org.springframework.validation.MapBindingResult
 
getActualType() - Method in exception org.springframework.jndi.TypeMismatchNamingException
Return the actual type that the lookup returned, if available.
getAdvice() - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
getAdviceModeAttributeName() - Method in class org.springframework.context.annotation.AdviceModeImportSelector
The name of the AdviceMode attribute for the annotation specified by the generic type A.
getAliases(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getAliases(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getAllErrors() - Method in class org.springframework.validation.AbstractBindingResult
 
getAllErrors() - Method in class org.springframework.validation.AbstractErrors
 
getAllErrors() - Method in exception org.springframework.validation.BindException
 
getAllErrors() - Method in interface org.springframework.validation.Errors
Get all errors, both global and field ones.
getAllowedFields() - Method in class org.springframework.validation.DataBinder
Return the fields that should be allowed for binding.
getApplicationContext() - Method in class org.springframework.context.event.ApplicationContextEvent
Get the ApplicationContext that the event was raised for.
getApplicationContext() - Method in class org.springframework.context.support.ApplicationObjectSupport
Return the ApplicationContext that this object is associated with.
getApplicationListeners() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
Return a Collection containing all ApplicationListeners.
getApplicationListeners(ApplicationEvent) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
Return a Collection of ApplicationListeners matching the given event type.
getApplicationListeners() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the list of statically specified ApplicationListeners.
getApplicationName() - Method in interface org.springframework.context.ApplicationContext
Return a name for the deployed application that this context belongs to.
getApplicationName() - Method in class org.springframework.context.support.AbstractApplicationContext
 
getAppliedPropertySources() - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
Returns the property sources that were actually applied during post-processing.
getArgs() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
getArgs() - Method in interface org.springframework.cache.interceptor.CacheOperationInvocationContext
Return the argument list used to invoke the method.
getArguments() - Method in interface org.springframework.context.MessageSourceResolvable
Return the array of arguments to be used to resolve this message.
getArguments() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
getArguments() - Method in class org.springframework.remoting.support.RemoteInvocation
Return the arguments for the target method call.
getArgumentsForBindError(String, String) - Method in class org.springframework.validation.DefaultBindingErrorProcessor
Return FieldError arguments for a binding error on the given field.
getArgumentsForConstraint(String, String, ConstraintDescriptor<?>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
Return FieldError arguments for a validation error on the given field.
getAsyncExecutor() - Method in interface org.springframework.scheduling.annotation.AsyncConfigurer
The Executor instance to be used when processing async method invocations.
getAsyncExecutor() - Method in class org.springframework.scheduling.annotation.AsyncConfigurerSupport
 
getAsyncUncaughtExceptionHandler() - Method in interface org.springframework.scheduling.annotation.AsyncConfigurer
The AsyncUncaughtExceptionHandler instance to be used when an exception is thrown during an asynchronous method execution with void return type.
getAsyncUncaughtExceptionHandler() - Method in class org.springframework.scheduling.annotation.AsyncConfigurerSupport
 
getAttribute(String) - Method in class org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
getAttribute(String) - Method in class org.springframework.remoting.support.RemoteInvocation
Retrieve the attribute for the given key, if any.
getAttributeDescription(PropertyDescriptor, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Get the description for a particular attribute.
getAttributeDescription(PropertyDescriptor, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Creates a description for the attribute corresponding to this property descriptor.
getAttributeInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the attribute metadata for the MBean resource.
getAttributeInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Iterate through all properties on the MBean class and gives subclasses the chance to vote on the inclusion of both the accessor and mutator.
getAttributeName(PropertyDescriptor, boolean) - Static method in class org.springframework.jmx.support.JmxUtils
Return the JMX attribute name to use for the given JavaBeans property.
getAttributes(String[]) - Method in class org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
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.
getBean(String, Class<T>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Return a bean with the specified name and type.
getBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBean(String, Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBean(Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBean(String, Object...) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBean(Class<T>, Object...) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBean(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBean(String, Class<T>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBean(Class<T>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBean(String, Object...) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBean(Class<T>, Object...) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBeanClassLoader() - Method in class org.springframework.remoting.support.RemotingSupport
Return the ClassLoader that this accessor operates in, to be used for deserializing and for generating proxies.
getBeanClassName(Element) - Method in class org.springframework.scheduling.config.ExecutorBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.scheduling.config.SchedulerBeanDefinitionParser
 
getBeanDefinition(String) - Method in class org.springframework.context.support.GenericApplicationContext
 
getBeanDefinitionCount() - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanDefinitionDefaults() - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Return the defaults to use for detected beans (never null).
getBeanDefinitionNames() - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanFactory() - Method in interface org.springframework.context.annotation.ConditionContext
Return the ConfigurableListableBeanFactory that will hold the bean definition should the condition match or null if the bean factory is not available.
getBeanFactory() - Method in interface org.springframework.context.ConfigurableApplicationContext
Return the internal bean factory of this application context.
getBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Subclasses must return their internal bean factory here.
getBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
getBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
Return the single internal BeanFactory held by this context (as ConfigurableListableBeanFactory).
getBeanFactory(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Determine the BeanFactory for autowiring the given target bean.
getBeanFactoryLocator(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Determine the BeanFactoryLocator to obtain the BeanFactoryReference from.
getBeanFactoryLocatorKey(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Determine the BeanFactoryLocator key to use.
getBeanFactoryPostProcessors() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the list of BeanFactoryPostProcessors that will get applied to the internal BeanFactory.
getBeanFactoryReference(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Determine the BeanFactoryReference for the given target bean.
getBeanNamesForAnnotation(Class<? extends Annotation>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanNamesForType(Class<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeansOfType(Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeansOfType(Class<T>, boolean, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBindingErrorProcessor() - Method in class org.springframework.validation.DataBinder
Return the strategy for processing binding errors.
getBindingResult() - Method in exception org.springframework.validation.BindException
Return the BindingResult that this BindException wraps.
getBindingResult(Map<?, ?>, String) - Static method in class org.springframework.validation.BindingResultUtils
Find the BindingResult for the given name in the given model.
getBindingResult() - Method in class org.springframework.validation.DataBinder
Return the BindingResult instance created by this DataBinder.
getBundleClassLoader() - Method in class org.springframework.context.support.ResourceBundleMessageSource
Return the ClassLoader to load resource bundles with.
getBusinessInterface() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
Return the business interface of the EJB we're proxying.
getBusinessInterface() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
Return the business interface of the EJB we're proxying.
getCache(String) - Method in interface org.springframework.cache.CacheManager
Return the cache associated with the given name.
getCache(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
 
getCache(String) - Method in class org.springframework.cache.support.AbstractCacheManager
 
getCache(String) - Method in class org.springframework.cache.support.CompositeCacheManager
 
getCache(String) - Method in class org.springframework.cache.support.NoOpCacheManager
This implementation always returns a Cache implementation that will not store items.
getCacheKey(Method, Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Determine a cache key for the given method and target class.
getCacheManager() - Method in class org.springframework.cache.interceptor.AbstractCacheResolver
Return the CacheManager that this instance use.
getCacheManager() - Method in class org.springframework.cache.interceptor.CacheOperation
 
getCacheNames() - Method in interface org.springframework.cache.CacheManager
Return a collection of the cache names known by this manager.
getCacheNames() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
 
getCacheNames(CacheOperationInvocationContext<?>) - Method in class org.springframework.cache.interceptor.AbstractCacheResolver
Provide the name of the cache(s) to resolve against the current cache manager.
getCacheNames() - Method in interface org.springframework.cache.interceptor.BasicOperation
Return the cache name(s) associated with the operation.
getCacheNames() - Method in class org.springframework.cache.interceptor.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
Return the CacheAspectSupport.CacheOperationMetadata for the specified operation.
getCacheOperations(CacheAnnotationParser) - Method in interface org.springframework.cache.annotation.AnnotationCacheOperationSource.CacheOperationProvider
Returns the CacheOperation instance(s) provided by the specified parser.
getCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Determine the caching attribute for this method invocation.
getCacheOperations(Method, Class<?>) - Method in interface org.springframework.cache.interceptor.CacheOperationSource
Return the collection of cache operations for this method, or null if the method contains no cacheable annotations.
getCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.CompositeCacheOperationSource
 
getCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
 
getCacheOperationSource() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Return the CacheOperationSource for this cache aspect.
getCacheOperationSources() - Method in class org.springframework.cache.interceptor.CompositeCacheOperationSource
Return the CacheOperationSource instances that this CompositeCacheOperationSource combines.
getCacheResolver() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Return the default CacheResolver that this cache aspect delegates to.
getCacheResolver() - Method in class org.springframework.cache.interceptor.CacheOperation
 
getCaches() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
getCaches(CacheOperationInvocationContext<CacheOperation>, CacheResolver) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
getCategory() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
The category of this metric (ex.
getChronology() - Method in class org.springframework.format.datetime.joda.JodaTimeContext
Return the user's chronology (calendar system), if any.
getChronology() - Method in class org.springframework.format.datetime.standard.DateTimeContext
Return the user's chronology (calendar system), if any.
getClassForDescriptor(Object) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return the class to be used for the JMX descriptor field "class".
getClassLoader() - Method in interface org.springframework.context.annotation.ConditionContext
Return the ClassLoader that should be used to load additional classes or null if the default classloader should be used.
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.
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
 
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
Return the ConfigurationCondition.ConfigurationPhase in which the condition should be evaluated.
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.
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.
getDefaultErrorHandler(boolean) - Static method in class org.springframework.scheduling.support.TaskUtils
Return the default ErrorHandler implementation based on the boolean value indicating whether the task will be repeating or not.
getDefaultListableBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
Return the underlying bean factory of this context, available for registering bean definitions.
getDefaultLocale() - Method in class org.springframework.context.support.MessageSourceAccessor
Return the default locale to use if no explicit locale has been given.
getDefaultMessage() - Method in interface org.springframework.context.MessageSourceResolvable
Return the default message to be used to resolve this message.
getDefaultMessage(String) - Method in class org.springframework.context.support.AbstractMessageSource
Return a fallback default message for the given code, if any.
getDefaultMessage() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
getDefaultValue() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
Return the default value of this attribute.
getDelay() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return the delay before starting the job for the first time.
getDependencyDescriptor() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
Build a DependencyDescriptor for the underlying field/method.
getDescription(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the description of the MBean resource.
getDescription(Object, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Reads managed resource description from the source level metadata.
getDescription() - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
Return a description for this attribute.
getDescription() - Method in class org.springframework.jmx.export.metadata.ManagedNotification
Return a description for this notification.
getDescription() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Return a description for this parameter.
getDisallowedFields() - Method in class org.springframework.validation.DataBinder
Return the fields that should not be allowed for binding.
getDisplayName() - Method in interface org.springframework.context.ApplicationContext
Return a friendly name for this context.
getDisplayName() - Method in class org.springframework.context.support.AbstractApplicationContext
Return a friendly name for this context.
getDisplayName() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
A display name for this metric.
getEnvironment() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
getEnvironment() - Method in interface org.springframework.context.annotation.ConditionContext
Return the Environment for which the current application is running or null if no environment is available.
getEnvironment() - Method in interface org.springframework.context.ConfigurableApplicationContext
Return the Environment for this application context in configurable form.
getEnvironment() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the Environment for this application context in configurable form.
getEnvironment() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Allow Map access to the environment to be set for the connector, with the option to add or override specific entries.
getEnvironment() - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
Allow Map access to the environment to be set for the connector, with the option to add or override specific entries.
getEnvironment() - Method in class org.springframework.jndi.JndiTemplate
Return the environment for the JNDI InitialContext, if any.
getErrorCount() - Method in class org.springframework.validation.AbstractBindingResult
 
getErrorCount() - Method in class org.springframework.validation.AbstractErrors
 
getErrorCount() - Method in exception org.springframework.validation.BindException
 
getErrorCount() - Method in interface org.springframework.validation.Errors
Return the total number of errors.
getErrorHandler() - Method in class org.springframework.cache.interceptor.AbstractCacheInvoker
Return the CacheErrorHandler to use.
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() - Method in class org.springframework.scheduling.config.CronTask
 
getExpression() - Method in class org.springframework.scheduling.support.CronTrigger
Return the cron pattern that this trigger has been built with.
getFactory() - Method in class org.springframework.context.access.ContextBeanFactoryReference
 
getFactoryMethodMetadata() - Method in class org.springframework.context.annotation.ScannedGenericBeanDefinition
 
getFallbackClassLoader() - Method in class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
 
getFaultActor() - Method in exception org.springframework.remoting.soap.SoapFaultException
Return the actor that caused this fault.
getFaultCode() - Method in exception org.springframework.remoting.soap.SoapFaultException
Return the SOAP fault code.
getFaultCodeAsQName() - Method in exception org.springframework.remoting.soap.SoapFaultException
Return the SOAP fault code as a QName object.
getFaultString() - Method in exception org.springframework.remoting.soap.SoapFaultException
Return the descriptive SOAP fault string.
getField() - Method in class org.springframework.validation.FieldError
Return the affected field of the object.
getFieldError() - Method in class org.springframework.validation.AbstractBindingResult
 
getFieldError(String) - Method in class org.springframework.validation.AbstractBindingResult
 
getFieldError() - Method in class org.springframework.validation.AbstractErrors
 
getFieldError(String) - Method in class org.springframework.validation.AbstractErrors
 
getFieldError() - Method in exception org.springframework.validation.BindException
 
getFieldError(String) - Method in exception org.springframework.validation.BindException
 
getFieldError() - Method in interface org.springframework.validation.Errors
Get the first error associated with a field, if any.
getFieldError(String) - Method in interface org.springframework.validation.Errors
Get the first error associated with the given field, if any.
getFieldErrorCount() - Method in class org.springframework.validation.AbstractErrors
 
getFieldErrorCount(String) - Method in class org.springframework.validation.AbstractErrors
 
getFieldErrorCount() - Method in exception org.springframework.validation.BindException
 
getFieldErrorCount(String) - Method in exception org.springframework.validation.BindException
 
getFieldErrorCount() - Method in interface org.springframework.validation.Errors
Return the number of errors associated with a field.
getFieldErrorCount(String) - Method in interface org.springframework.validation.Errors
Return the number of errors associated with the given field.
getFieldErrors() - Method in class org.springframework.validation.AbstractBindingResult
 
getFieldErrors(String) - Method in class org.springframework.validation.AbstractBindingResult
 
getFieldErrors(String) - Method in class org.springframework.validation.AbstractErrors
 
getFieldErrors() - Method in exception org.springframework.validation.BindException
 
getFieldErrors(String) - Method in exception org.springframework.validation.BindException
 
getFieldErrors() - Method in interface org.springframework.validation.Errors
Get all errors associated with a field.
getFieldErrors(String) - Method in interface org.springframework.validation.Errors
Get all errors associated with the given field.
getFieldType(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.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
 
getFormatter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
getFormatter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
Factory method used to create a DateTimeFormatter.
getFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.JodaTimeContext
Get the DateTimeFormatter with the this context's settings applied to the base formatter.
getFormatter(DateTimeFormatter, Locale) - Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
Obtain a DateTimeFormatter with user-specific settings applied to the given base Formatter.
getFormatter(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
Factory method used to create a DateTimeFormatter.
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
Return the (arbitrary) object that will be 'handed back' as-is by an NotificationBroadcaster when notifying any NotificationListener.
getHome() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Return the EJB home object to use.
getHost() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Return the host of the registry for the exported RMI service.
getId() - Method in interface org.springframework.context.ApplicationContext
Return the unique id of this application context.
getId() - Method in class org.springframework.context.support.AbstractApplicationContext
 
getIndex() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Return the index of this parameter in the operation signature.
getInitialDelay() - Method in class org.springframework.scheduling.config.IntervalTask
 
getInstance() - Static method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Returns an instance which uses the default "classpath*:beanRefContext.xml", as the name of the definition file(s).
getInstance(String) - Static method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Returns an instance which uses the the specified selector, as the name of the definition file(s).
getInstance() - Static method in class org.springframework.context.access.DefaultLocatorFactory
Return an instance object implementing BeanFactoryLocator.
getInstance(String) - Static method in class org.springframework.context.access.DefaultLocatorFactory
Return an instance object implementing BeanFactoryLocator.
getInstance(Object) - Static method in class org.springframework.jmx.support.ObjectNameManager
Retrieve the ObjectName instance corresponding to the supplied name.
getInstance(String) - Static method in class org.springframework.jmx.support.ObjectNameManager
Retrieve the ObjectName instance corresponding to the supplied name.
getInstance(String, String, String) - Static method in class org.springframework.jmx.support.ObjectNameManager
Retrieve an ObjectName instance for the specified domain and a single property with the supplied key and value.
getInstance(String, Hashtable<String, String>) - Static method in class org.springframework.jmx.support.ObjectNameManager
Retrieve an ObjectName instance with the specified domain name and the supplied key/name properties.
getInstance(Class<T>) - Method in class org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
 
getInstrumentableClassLoader() - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
We have the ability to weave the current class loader when starting the JVM in this way, so the instrumentable class loader will always be the current loader.
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
Return a ClassLoader that supports instrumentation through AspectJ-style load-time weaving based on user-defined ClassFileTransformers.
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
 
getInternalBindingResult() - Method in class org.springframework.validation.DataBinder
Return the internal BindingResult held by this DataBinder, as AbstractPropertyBindingResult.
getInternalParentBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the internal bean factory of the parent context if it implements ConfigurableApplicationContext; else, return the parent context itself.
getInternalParentMessageSource() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the internal message source of the parent context if it is an AbstractApplicationContext too; else, return the parent context itself.
getInterval() - Method in class org.springframework.scheduling.config.IntervalTask
 
getInvocationFailureMessage() - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
Build a message for an invocation failure exception.
getJndiEnvironment() - Method in class org.springframework.jndi.JndiAccessor
Return the JNDI environment to use for JNDI lookups.
getJndiName() - Method in class org.springframework.jndi.JndiObjectLocator
Return the JNDI name to look up.
getJndiTemplate() - Method in class org.springframework.jndi.JndiAccessor
Return the JNDI template to use for JNDI lookups.
getJodaTimeContext() - Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
Return the JodaTimeContext associated with the current thread, if any.
getKeepAliveSeconds() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the ThreadPoolExecutor's keep-alive seconds.
getKey() - Method in 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
 
getKeys() - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation throws UnsupportedOperationException, as a MessageSource does not allow for enumerating the defined message codes.
getLazyResolutionProxyIfNecessary(DependencyDescriptor, String) - Method in class org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
 
getLifecycleBeans() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
Retrieve all applicable Lifecycle beans: all singletons that have already been created, as well as all SmartLifecycle beans (even if they are marked as lazy-init).
getLoadTimeWeaver() - Method in interface org.springframework.context.annotation.LoadTimeWeavingConfigurer
Create, configure and return the LoadTimeWeaver instance to be used.
getLocale() - Method in interface org.springframework.context.i18n.LocaleContext
Return the current Locale, which can be fixed or determined dynamically, depending on the implementation strategy.
getLocale() - Static method in class org.springframework.context.i18n.LocaleContextHolder
Return the Locale associated with the current thread, if any, or the system default Locale else.
getLocale() - Method in class org.springframework.context.i18n.SimpleLocaleContext
 
getLocale() - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation exposes the specified Locale for introspection through the standard ResourceBundle.getLocale() method.
getLocaleContext() - Static method in class org.springframework.context.i18n.LocaleContextHolder
Return the LocaleContext associated with the current thread, if any.
getLogFile() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getLookupType() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
Return the desired type for the lookup.
getManagedAttribute(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedAttribute(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedAttribute if the supplied Method has the corresponding metadata.
getManagedMetric(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedMetric(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedMetric if the supplied Method has the corresponding metadata.
getManagedNotifications(Class<?>) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedNotifications(Class<?>) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an array of ManagedNotifications if the supplied the Class has the corresponding metadata.
getManagedOperation(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedOperation(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedOperation if the supplied Method has the corresponding metadata.
getManagedOperationParameters(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedOperationParameters(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an array of ManagedOperationParameter if the supplied Method has the corresponding metadata.
getManagedResource(Class<?>) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedResource(Class<?>) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedResource if the supplied Class has the appropriate metadata.
getManagementInterface() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Return the management interface of the target MBean, or null if none specified.
getMaxPoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the ThreadPoolExecutor's maximum pool size.
getMBeanInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Create an instance of the ModelMBeanInfoSupport class supplied with all JMX implementations and populates the metadata through calls to the subclass.
getMBeanInfo(Object, String) - Method in interface org.springframework.jmx.export.assembler.MBeanInfoAssembler
Create the ModelMBeanInfo for the given managed resource.
getMBeanInterface(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
Return the Standard MBean interface for the given class, if any (that is, an interface whose name matches the class name of the given class but with suffix "MBean").
getMBeanServer() - Method in enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
 
getMergedProperties(Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Get a PropertiesHolder that contains the actually visible properties for a Locale, after merging all specified resource bundles.
getMessage(String, Object[], String, Locale) - Method in interface org.springframework.context.MessageSource
Try to resolve the message.
getMessage(String, Object[], Locale) - Method in interface org.springframework.context.MessageSource
Try to resolve the message.
getMessage(MessageSourceResolvable, Locale) - Method in interface org.springframework.context.MessageSource
Try to resolve the message using all the attributes contained within the MessageSourceResolvable argument that was passed in.
getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
 
getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
 
getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
 
getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
 
getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
 
getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
 
getMessage(String, String) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the default Locale.
getMessage(String, String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the given Locale.
getMessage(String, Object[], String) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the default Locale.
getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the given Locale.
getMessage(String) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the default Locale.
getMessage(String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the given Locale.
getMessage(String, Object[]) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the default Locale.
getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the given Locale.
getMessage(MessageSourceResolvable) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the given MessageSourceResolvable (e.g.
getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the given MessageSourceResolvable (e.g.
getMessage() - Method in exception org.springframework.validation.BindException
Returns diagnostic information about the errors held in this object.
getMessageCodesResolver() - Method in class org.springframework.validation.AbstractBindingResult
Return the strategy to use for resolving errors into message codes.
getMessageFormat(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getMessageFormat(ResourceBundle, String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Return a MessageFormat for the given bundle and code, fetching already generated MessageFormats from the cache.
getMessageFromParent(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
Try to retrieve the given message from the parent MessageSource, if any.
getMessageInternal(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
Resolve the given code and arguments as message in the given Locale, returning null if not found.
getMessageInterpolator() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
getMessageSource() - Method in class org.springframework.ui.context.support.SimpleTheme
 
getMessageSource() - Method in interface org.springframework.ui.context.Theme
Return the specific MessageSource that resolves messages with respect to this theme.
getMessageSourceAccessor() - Method in class org.springframework.context.support.ApplicationObjectSupport
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMetaClass() - Method in class org.springframework.context.support.GenericGroovyApplicationContext
 
getMetadata() - Method in class org.springframework.context.annotation.ScannedGenericBeanDefinition
 
getMetadataReaderFactory() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Return the MetadataReaderFactory used by this component provider.
getMethod() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
getMethod() - Method in interface org.springframework.cache.interceptor.CacheOperationInvocationContext
Return the method which was invoked.
getMethod() - Method in class org.springframework.scheduling.support.ScheduledMethodRunnable
 
getMethodName() - Method in class org.springframework.remoting.support.RemoteInvocation
Return the name of the target method.
getMethodSignature(Method) - Static method in class org.springframework.jmx.support.JmxUtils
Create a String[] representing the argument signature of a method.
getMetricType() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
A description of how this metric's values change over time.
getMissingCache(String) - Method in class org.springframework.cache.support.AbstractCacheManager
Return a missing cache with the specified name or null if such cache does not exist or could not be created on the fly.
getModel() - Method in class org.springframework.validation.AbstractBindingResult
Return a model Map for the obtained state, exposing an Errors instance as 'MODEL_KEY_PREFIX + objectName' and the object itself.
getModel() - Method in exception org.springframework.validation.BindException
 
getModel() - Method in interface org.springframework.validation.BindingResult
Return a model Map for the obtained state, exposing a BindingResult instance as 'MODEL_KEY_PREFIX + objectName' and the object itself as 'objectName'.
getMXBeanInterface(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
Return the Java 6 MXBean interface exists for the given class, if any (that is, an interface whose name ends with "MXBean" and/or carries an appropriate MXBean annotation).
getName() - Method in interface org.springframework.cache.Cache
Return the cache name.
getName() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
getName() - Method in class org.springframework.cache.interceptor.CacheOperation
 
getName() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
Return the resource name for the lookup.
getName() - Method in class org.springframework.jmx.export.metadata.ManagedNotification
Return the name of this notification.
getName() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Return the name of this parameter in the operation signature.
getName() - Method in class org.springframework.ui.context.support.SimpleTheme
 
getName() - Method in interface org.springframework.ui.context.Theme
Return the name of the theme.
getNativeCache() - Method in interface org.springframework.cache.Cache
Return the the underlying native cache provider.
getNativeCache() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
getNestedPath() - Method in class org.springframework.validation.AbstractErrors
 
getNestedPath() - Method in exception org.springframework.validation.BindException
 
getNestedPath() - Method in interface org.springframework.validation.Errors
Return the current nested path of this Errors object.
getNotificationFilter() - Method in class org.springframework.jmx.support.NotificationListenerHolder
Return the NotificationFilter associated with the encapsulated NotificationFilter.
getNotificationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
getNotificationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the notification metadata for the MBean resource.
getNotificationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Reads the ManagedNotification metadata from the Class of the managed resource and generates and returns the corresponding ModelMBeanNotificationInfo metadata.
getNotificationListener() - Method in class org.springframework.jmx.support.NotificationListenerHolder
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.CurrencyFormatter
 
getNumberFormat(Locale) - Method in class org.springframework.format.number.NumberFormatter
 
getNumberFormat(Locale) - Method in class org.springframework.format.number.PercentFormatter
 
getObject() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
getObject() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
 
getObject() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
getObject() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
getObject() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
getObject() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
getObject() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
getObject() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
getObject() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
getObject() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
getObject() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
 
getObject() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
getObject() - Method in class org.springframework.jndi.JndiObjectFactoryBean
Return the singleton JNDI object.
getObject() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
getObject() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
getObject() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
getObject() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
getObject() - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
getObject() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
getObjectName(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
Retrieve the ObjectName for a bean.
getObjectName() - Method in class org.springframework.jmx.export.metadata.ManagedResource
Return the JMX ObjectName of this managed resource.
getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.IdentityNamingStrategy
Returns an instance of ObjectName based on the identity of the managed resource.
getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Attempts to retrieve the ObjectName via the given key, trying to find a mapped value in the mappings first.
getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
Reads the ObjectName from the source-level metadata associated with the managed resource's Class.
getObjectName(Object, String) - Method in interface org.springframework.jmx.export.naming.ObjectNamingStrategy
Obtain an ObjectName for the supplied bean.
getObjectName() - Method in interface org.springframework.jmx.export.naming.SelfNaming
Return the ObjectName for the implementing object.
getObjectName() - Method in class org.springframework.validation.AbstractBindingResult
 
getObjectName() - Method in exception org.springframework.validation.BindException
 
getObjectName() - Method in class org.springframework.validation.DataBinder
Return the name of the bound object.
getObjectName() - Method in interface org.springframework.validation.Errors
Return the name of the bound root object.
getObjectName() - Method in class org.springframework.validation.ObjectError
Return the name of the affected object.
getObjectToExport() - Method in class org.springframework.remoting.rmi.RmiBasedExporter
Determine the object to export: either the service object itself or a RmiInvocationWrapper in case of a non-RMI service object.
getObjectType() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
getObjectType() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
 
getObjectType() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
getObjectType() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
getObjectType() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
getObjectType() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
getObjectType() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
getObjectType() - Method in class org.springframework.jndi.JndiObjectFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
getOperation() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
getOperation() - Method in interface org.springframework.cache.interceptor.CacheOperationInvocationContext
Return the cache operation.
getOperationContext(CacheOperation, Method, Object[], Object, Class<?>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
getOperationDescription() - Method in class org.springframework.cache.interceptor.CacheableOperation
 
getOperationDescription() - Method in class org.springframework.cache.interceptor.CacheEvictOperation
 
getOperationDescription() - Method in class org.springframework.cache.interceptor.CacheOperation
Return an identifying description for this caching operation.
getOperationDescription() - Method in class org.springframework.cache.interceptor.CachePutOperation
 
getOperationDescription(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Get the description for a particular operation.
getOperationDescription(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Retrieves the description for the supplied Method from the metadata.
getOperationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the operation metadata for the MBean resource.
getOperationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Iterate through all methods on the MBean class and gives subclasses the chance to vote on their inclusion.
getOperationParameters(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Create parameter info for the given method.
getOperationParameters(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Reads MBeanParameterInfo from the ManagedOperationParameter attributes attached to a method.
getOrder() - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
getOrder() - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
 
getOrder() - Method in class org.springframework.context.event.SourceFilteringListener
 
getOrder() - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
 
getOrder() - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
getOrder() - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
getOriginal() - Method in exception org.springframework.cache.interceptor.CacheOperationInvoker.ThrowableWrapper
 
getParameterNameDiscoverer() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return the ParameterNameDiscoverer to use for resolving method parameter names if needed (may be null in order to skip parameter detection).
getParameterTypes() - Method in class org.springframework.remoting.support.RemoteInvocation
Return the parameter types of the target method.
getParent() - Method in interface org.springframework.context.ApplicationContext
Return the parent context, or null if there is no parent and this is the root of the context hierarchy.
getParent() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the parent context, or null if there is no parent (that is, this context is the root of the context hierarchy).
getParentBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
 
getParentMessageSource() - Method in interface org.springframework.context.HierarchicalMessageSource
Return the parent of this MessageSource, or null if none.
getParentMessageSource() - Method in class org.springframework.context.support.AbstractMessageSource
 
getParentMessageSource() - Method in class org.springframework.context.support.DelegatingMessageSource
 
getParentThemeSource() - Method in interface org.springframework.ui.context.HierarchicalThemeSource
Return the parent of this ThemeSource, or null if none.
getParentThemeSource() - Method in class org.springframework.ui.context.support.DelegatingThemeSource
 
getParentThemeSource() - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
getParser(A, Class<?>) - Method in interface org.springframework.format.AnnotationFormatterFactory
Get the Parser to parse a submitted value for a field of fieldType annotated with annotation.
getParser(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
getParser(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
getParser(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
 
getParser(NumberFormat, Class<?>) - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
getPeriod() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return the period between repeated task executions.
getPersistLocation() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getPersistName() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getPersistPeriod() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
 
getPersistPeriod() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
The persist period for this metric.
getPersistPeriod() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getPersistPolicy() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
 
getPersistPolicy() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
The persist policy for this metric.
getPersistPolicy() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getPhase() - Method in interface org.springframework.context.Phased
Return the phase value of this object.
getPhase(Lifecycle) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
Determine the lifecycle phase of the given bean.
getPointcut() - Method in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
 
getPointcut() - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
getPoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the current pool size.
getPoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Return the current pool size.
getPort() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Return the port of the registry for the exported RMI service.
getPrefix() - Method in class org.springframework.validation.DefaultMessageCodesResolver
Return the prefix to be applied to any code built by this resolver.
getPrinter(A, Class<?>) - Method in interface org.springframework.format.AnnotationFormatterFactory
Get the Printer to print the value of a field of fieldType annotated with annotation.
getPrinter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
getPrinter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
getPrinter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
 
getPrinter(NumberFormat, Class<?>) - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
getProperties(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Get a PropertiesHolder for the given filename, either from the cache or freshly loaded.
getProperties() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getProperty(String) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
 
getProperty(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getProperty(String) - Method in class org.springframework.jndi.JndiPropertySource
This implementation looks up and returns the value associated with the given name from the underlying JndiLocatorDelegate.
getPropertyAccessor() - Method in class org.springframework.validation.AbstractPropertyBindingResult
Provide the PropertyAccessor to work with, according to the concrete strategy of access.
getPropertyAccessor() - Method in class org.springframework.validation.BeanPropertyBindingResult
Returns the BeanWrapper that this instance uses.
getPropertyAccessor() - Method in class org.springframework.validation.DataBinder
Return the underlying PropertyAccessor of this binder's BindingResult.
getPropertyAccessor() - Method in class org.springframework.validation.DirectFieldBindingResult
Returns the DirectFieldAccessor that this instance uses.
getPropertyEditorRegistry() - Method in class org.springframework.validation.AbstractBindingResult
This implementation returns null.
getPropertyEditorRegistry() - Method in class org.springframework.validation.AbstractPropertyBindingResult
Returns the underlying PropertyAccessor.
getPropertyEditorRegistry() - Method in exception org.springframework.validation.BindException
 
getPropertyEditorRegistry() - Method in interface org.springframework.validation.BindingResult
Return the underlying PropertyEditorRegistry.
getPropertyEditorRegistry() - Method in class org.springframework.validation.DataBinder
Return the underlying TypeConverter of this binder's BindingResult.
getProxy() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
getProxyForService() - Method in class org.springframework.remoting.support.RemoteExporter
Get a proxy for the given service object, implementing the specified service interface.
getRawFieldValue(String) - Method in class org.springframework.validation.AbstractBindingResult
 
getRawFieldValue(String) - Method in exception org.springframework.validation.BindException
 
getRawFieldValue(String) - Method in interface org.springframework.validation.BindingResult
Extract the raw field value for the given field.
getReader() - Method in class org.springframework.context.support.GenericGroovyApplicationContext
Exposes the underlying GroovyBeanDefinitionReader for convenient access to the loadBeanDefinition methods on it as well as the ability to specify an inline Groovy bean definition closure.
getReader() - Method in class org.springframework.context.support.GenericXmlApplicationContext
Exposes the underlying XmlBeanDefinitionReader for additional configuration facilities and loadBeanDefinition variations.
getRefreshTimestamp() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getRegisteredObjectNames() - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Return the ObjectNames of all registered beans.
getRegistry() - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Return the BeanDefinitionRegistry that this scanner operates on.
getRegistry() - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Return the BeanDefinitionRegistry that this scanner operates on.
getRegistry() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Returns the BeanDefinitionRegistry used by this scanner, if any.
getRegistry() - Method in interface org.springframework.context.annotation.ConditionContext
Return the BeanDefinitionRegistry that will hold the bean definition should the condition match or null if the registry is not available.
getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Locate or create the RMI registry.
getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Locate or create the RMI registry.
getRegistry(int) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Locate or create the RMI registry.
getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Locate or create the RMI registry for this exporter.
getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Locate or create the RMI registry for this exporter.
getRegistry(int) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Locate or create the RMI registry for this exporter.
getRejectedValue() - 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.
getResolvedObjectNames() - Method in class org.springframework.jmx.support.NotificationListenerHolder
Return the list of ObjectName String representations for which the encapsulated NotificationFilter will be registered as a listener for Notifications.
getResource(CommonAnnotationBeanPostProcessor.LookupElement, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Obtain the resource object for the given name and type.
getResource(String) - Method in class org.springframework.context.support.GenericApplicationContext
This implementation delegates to this context's ResourceLoader if set, falling back to the default superclass behavior else.
getResource(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
 
getResource(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
getResource() - Method in class org.springframework.scripting.support.ResourceScriptSource
Return the Resource to load the script from.
getResourceAsStream(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
 
getResourceAsStream(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
getResourceBundle(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Return a ResourceBundle for the given basename and code, fetching already generated MessageFormats from the cache.
getResourceBundle(Locale) - Method in class org.springframework.validation.beanvalidation.MessageSourceResourceBundleLocator
 
getResourceByPath(String) - Method in class org.springframework.context.support.FileSystemXmlApplicationContext
Resolve resource paths as file system paths.
getResourceLoader() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Return the ResourceLoader that this component provider uses.
getResourceLoader() - Method in interface org.springframework.context.annotation.ConditionContext
Return the ResourceLoader currently being used or null if the resource loader cannot be obtained.
getResourcePatternResolver() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the ResourcePatternResolver to use for resolving location patterns into Resource instances.
getResources(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getResources(String) - Method in class org.springframework.context.support.GenericApplicationContext
This implementation delegates to this context's ResourceLoader if it implements the ResourcePatternResolver interface, falling back to the default superclass behavior else.
getResources(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
 
getResources(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
getRunnable() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return the Runnable to schedule as executor task.
getRunnable() - Method in class org.springframework.scheduling.config.Task
 
getRunnableToSchedule(ScheduledExecutorTask) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Determine the actual Runnable to schedule for the given task.
getScheduledExecutor() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Return the underlying ScheduledExecutorService for native access.
getScheduledThreadPoolExecutor() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Return the underlying ScheduledThreadPoolExecutor, if available.
getScheduler() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Return the TaskScheduler instance for this registrar (may be null).
getScopedProxyMode() - Method in class org.springframework.context.annotation.ScopeMetadata
Get the proxy-mode to be applied to the scoped instance.
getScopeName() - Method in class org.springframework.context.annotation.ScopeMetadata
Get the name of the scope.
getScriptAsString() - Method in interface org.springframework.scripting.ScriptSource
Retrieve the current script source text as String.
getScriptAsString() - Method in class org.springframework.scripting.support.ResourceScriptSource
 
getScriptAsString() - Method in class org.springframework.scripting.support.StaticScriptSource
 
getScriptedObject(ScriptSource, Class<?>...) - Method in class org.springframework.scripting.bsh.BshScriptFactory
Load and parse the BeanShell script via BshScriptUtils.
getScriptedObject(ScriptSource, Class<?>...) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
Loads and parses the Groovy script via the GroovyClassLoader.
getScriptedObject(ScriptSource, Class<?>...) - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
Load and parse the JRuby script via JRubyScriptUtils.
getScriptedObject(ScriptSource, Class<?>...) - Method in interface org.springframework.scripting.ScriptFactory
Factory method for creating the scripted Java object.
getScriptedObjectType(ScriptSource) - Method in class org.springframework.scripting.bsh.BshScriptFactory
 
getScriptedObjectType(ScriptSource) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
 
getScriptedObjectType(ScriptSource) - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
 
getScriptedObjectType(ScriptSource) - Method in interface org.springframework.scripting.ScriptFactory
Determine the type of the scripted Java object.
getScriptEngine(ScriptSource) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
Obtain the JSR-223 ScriptEngine to use for the given script.
getScriptInterfaces() - Method in class org.springframework.scripting.bsh.BshScriptFactory
 
getScriptInterfaces() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
Groovy scripts determine their interfaces themselves, hence we don't need to explicitly expose interfaces here.
getScriptInterfaces() - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
 
getScriptInterfaces() - Method in interface org.springframework.scripting.ScriptFactory
Return the business interfaces that the script is supposed to implement.
getScriptSource() - Method in exception org.springframework.scripting.ScriptCompilationException
Return the source for the offending script.
getScriptSource(String, String) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Obtain a ScriptSource for the given bean, lazily creating it if not cached already.
getScriptSourceLocator() - Method in class org.springframework.scripting.bsh.BshScriptFactory
 
getScriptSourceLocator() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
 
getScriptSourceLocator() - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
 
getScriptSourceLocator() - Method in interface org.springframework.scripting.ScriptFactory
Return a locator that points to the source of the script.
getServer() - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Return the MBeanServer that the beans will be registered with.
getService() - Method in class org.springframework.remoting.support.RemoteExporter
Return the service to export.
getServiceInterface() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Return the interface of the service to access.
getServiceInterface() - Method in class org.springframework.remoting.support.RemoteAccessor
Return the interface of the service to access.
getServiceInterface() - Method in class org.springframework.remoting.support.RemoteExporter
Return the interface of the service to export.
getServiceUrl() - Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
Return the URL of this remote accessor's target service.
getSessionBeanInstance() - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Return an EJB instance to delegate the call to.
getSessionBeanInstance() - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Return an EJB component instance to delegate the call to.
getSimpleTypeConverter() - Method in class org.springframework.validation.DataBinder
Return this binder's underlying SimpleTypeConverter.
getSnapshotAsJson() - Method in class org.springframework.context.support.LiveBeansView
Generate a JSON snapshot of current beans and their dependencies, finding all active ApplicationContexts through LiveBeansView.findApplicationContexts(), then delegating to LiveBeansView.generateJson(java.util.Set).
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.
getStub() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Return the RMI stub to use.
getStub() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Return the RMI stub to use.
getSuppressedFields() - Method in class org.springframework.validation.AbstractBindingResult
Return the list of fields that were suppressed during the bind process.
getSuppressedFields() - Method in exception org.springframework.validation.BindException
 
getSuppressedFields() - Method in interface org.springframework.validation.BindingResult
Return the list of fields that were suppressed during the bind process.
getTarget() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
getTarget() - Method in interface org.springframework.cache.interceptor.CacheOperationInvocationContext
Return the target instance on which the method was invoked.
getTarget() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
getTarget() - Method in class org.springframework.scheduling.support.ScheduledMethodRunnable
 
getTarget() - Method in class org.springframework.validation.AbstractBindingResult
Return the wrapped target object.
getTarget() - Method in class org.springframework.validation.BeanPropertyBindingResult
 
getTarget() - Method in exception org.springframework.validation.BindException
 
getTarget() - Method in interface org.springframework.validation.BindingResult
Return the wrapped target object, which may be a bean, an object with public fields, a Map - depending on the concrete binding strategy.
getTarget() - Method in class org.springframework.validation.DataBinder
Return the wrapped target object.
getTarget() - Method in class org.springframework.validation.DirectFieldBindingResult
 
getTarget() - Method in class org.springframework.validation.MapBindingResult
 
getTargetClass(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Return the actual bean class of the given bean instance.
getTargetClass() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
getTargetInterfaceName() - Method in interface org.springframework.remoting.rmi.RmiInvocationHandler
Return the name of the target interface that this invoker operates on.
getTargetMap() - Method in class org.springframework.validation.MapBindingResult
 
getTaskExecutor() - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
Return the current task executor for this multicaster.
getTheme(String) - Method in class org.springframework.ui.context.support.DelegatingThemeSource
 
getTheme(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
This implementation returns a SimpleTheme instance, holding a ResourceBundle-based MessageSource whose basename corresponds to the given theme name (prefixed by the configured "basenamePrefix").
getTheme(String) - Method in interface org.springframework.ui.context.ThemeSource
Return the Theme instance for the given theme name.
getThreadPoolExecutor() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the underlying ThreadPoolExecutor for native access.
getThrowawayClassLoader() - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
This implementation always returns a SimpleThrowawayClassLoader.
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
getThrowawayClassLoader() - Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
Return a throwaway ClassLoader, enabling classes to be loaded and inspected without affecting the parent ClassLoader.
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
This implementation builds a SimpleThrowawayClassLoader.
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
 
getTimestamp() - Method in class org.springframework.context.ApplicationEvent
Return the system time in milliseconds when the event happened.
getTimeUnit() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return the time unit for the delay and period values.
getTimeZone() - Static method in class org.springframework.context.i18n.LocaleContextHolder
Return the TimeZone associated with the current thread, if any, or the system default TimeZone else.
getTimeZone() - Method in class org.springframework.context.i18n.SimpleTimeZoneAwareLocaleContext
 
getTimeZone() - Method in interface org.springframework.context.i18n.TimeZoneAwareLocaleContext
Return the current TimeZone, which can be fixed or determined dynamically, depending on the implementation strategy.
getTimeZone() - Method in class org.springframework.format.datetime.joda.JodaTimeContext
Return the user's time zone, if any.
getTimeZone() - Method in class org.springframework.format.datetime.standard.DateTimeContext
Return the user's time zone, if any.
getTraversableResolver() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
getTrigger() - Method in class org.springframework.scheduling.config.TriggerTask
 
getType(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getType(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getTypeConverter() - Method in class org.springframework.validation.DataBinder
Return the underlying TypeConverter of this binder's BindingResult.
getUnit() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
The expected unit of measurement values.
getUnless() - Method in class org.springframework.cache.interceptor.CacheableOperation
 
getUnless() - Method in class org.springframework.cache.interceptor.CachePutOperation
 
getValidationPropertyMap() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Allow Map access to the bean validation properties to be passed to the validation provider, with the option to add or override specific entries.
getValidator() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
getValidator() - Method in class org.springframework.validation.DataBinder
Return the primary Validator to apply after each binding step, if any.
getValidators() - Method in class org.springframework.validation.DataBinder
Return the Validators to apply after data binding.
getValue() - Method in class org.springframework.remoting.support.RemoteInvocationResult
Return the result value returned by a successful invocation of the target method, if any.
GlassFishLoadTimeWeaver - Class in org.springframework.instrument.classloading.glassfish
LoadTimeWeaver implementation for GlassFish's org.glassfish.api.deployment.InstrumentableClassLoader InstrumentableClassLoader.
GlassFishLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
GlassFishLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
GroovyObjectCustomizer - Interface in org.springframework.scripting.groovy
Strategy used by GroovyScriptFactory to allow the customization of a created GroovyObject.
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
ScriptFactory implementation for a Groovy script.
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.

H

handleCacheClearError(RuntimeException, Cache) - Method in interface org.springframework.cache.interceptor.CacheErrorHandler
Handle the given runtime exception thrown by the cache provider when clearing the specified Cache, possibly rethrowing it as a fatal exception.
handleCacheClearError(RuntimeException, Cache) - Method in class org.springframework.cache.interceptor.SimpleCacheErrorHandler
 
handleCacheEvictError(RuntimeException, Cache, Object) - Method in interface org.springframework.cache.interceptor.CacheErrorHandler
Handle the given runtime exception thrown by the cache provider when clearing an item with the specified key, possibly rethrowing it as a fatal exception.
handleCacheEvictError(RuntimeException, Cache, Object) - Method in class org.springframework.cache.interceptor.SimpleCacheErrorHandler
 
handleCacheGetError(RuntimeException, Cache, Object) - Method in interface org.springframework.cache.interceptor.CacheErrorHandler
Handle the given runtime exception thrown by the cache provider when retrieving an item with the specified key, possibly rethrowing it as a fatal exception.
handleCacheGetError(RuntimeException, Cache, Object) - Method in class org.springframework.cache.interceptor.SimpleCacheErrorHandler
 
handleCachePutError(RuntimeException, Cache, Object, Object) - Method in interface org.springframework.cache.interceptor.CacheErrorHandler
Handle the given runtime exception thrown by the cache provider when updating an item with the specified key and value, possibly rethrowing it as a fatal exception.
handleCachePutError(RuntimeException, Cache, Object, Object) - Method in class org.springframework.cache.interceptor.SimpleCacheErrorHandler
 
handleConnectFailure(MethodInvocation, Exception) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Refresh the connection and retry the MBean invocation if possible.
handleGetObject(String) - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation resolves the code in the MessageSource.
hasBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Determine whether this context currently holds a bean factory, i.e.
hasErrors() - Method in class org.springframework.validation.AbstractBindingResult
 
hasErrors() - Method in class org.springframework.validation.AbstractErrors
 
hasErrors() - Method in exception org.springframework.validation.BindException
 
hasErrors() - Method in interface org.springframework.validation.Errors
Return if there were any errors.
hasException() - Method in class org.springframework.remoting.support.RemoteInvocationResult
Return whether this invocation result holds an exception.
hasFieldErrors() - Method in class org.springframework.validation.AbstractErrors
 
hasFieldErrors(String) - Method in class org.springframework.validation.AbstractErrors
 
hasFieldErrors() - Method in exception org.springframework.validation.BindException
 
hasFieldErrors(String) - Method in exception org.springframework.validation.BindException
 
hasFieldErrors() - Method in interface org.springframework.validation.Errors
Are there any field errors?
hasFieldErrors(String) - Method in interface org.springframework.validation.Errors
Are there any errors associated with the given field?
hasGlobalErrors() - Method in class org.springframework.validation.AbstractErrors
 
hasGlobalErrors() - Method in exception org.springframework.validation.BindException
 
hasGlobalErrors() - Method in interface org.springframework.validation.Errors
Are there any global errors?
HASH_CODE_KEY - Static variable in class org.springframework.jmx.export.naming.IdentityNamingStrategy
 
hashCode() - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 
hashCode() - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
hashCode() - Method in class org.springframework.cache.interceptor.CacheOperation
This implementation returns toString()'s hash code.
hashCode() - Method in class org.springframework.cache.interceptor.MethodCacheKey
 
hashCode() - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
 
hashCode() - Method in class org.springframework.cache.interceptor.SimpleKey
 
hashCode() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
hashCode() - Method in class org.springframework.jmx.support.NotificationListenerHolder
 
hashCode() - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
hashCode() - Method in class org.springframework.scheduling.support.CronTrigger
 
hashCode() - Method in class org.springframework.scheduling.support.PeriodicTrigger
 
hashCode() - Method in class org.springframework.validation.AbstractBindingResult
 
hashCode() - Method in exception org.springframework.validation.BindException
 
hashCode() - Method in class org.springframework.validation.FieldError
 
hashCode() - Method in class org.springframework.validation.ObjectError
 
hasInvocationTargetException() - Method in class org.springframework.remoting.support.RemoteInvocationResult
Return whether this invocation result holds an InvocationTargetException, thrown by an invocation of the target method itself.
hasTasks() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Return whether this ScheduledTaskRegistrar has any tasks registered.
HierarchicalMessageSource - Interface in org.springframework.context
Sub-interface of MessageSource to be implemented by objects that can resolve messages hierarchically.
HierarchicalThemeSource - Interface in org.springframework.ui.context
Sub-interface of ThemeSource to be implemented by objects that can resolve theme messages hierarchically.

I

IDENTITY_OBJECT_NAME_KEY - Static variable in class org.springframework.jmx.support.JmxUtils
The key used when extending an existing ObjectName with the identity hash code of its corresponding managed resource.
IdentityNamingStrategy - Class in org.springframework.jmx.export.naming
An implementation of the ObjectNamingStrategy interface that creates a name based on the the identity of a given instance.
IdentityNamingStrategy() - Constructor for class org.springframework.jmx.export.naming.IdentityNamingStrategy
 
ignoreResourceType(String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Ignore the given resource type when resolving @Resource annotations.
Import - Annotation Type in org.springframework.context.annotation
Indicates one or more @Configuration classes to import.
ImportAware - Interface in org.springframework.context.annotation
Interface to be implemented by any @Configuration class that wishes to be injected with the AnnotationMetadata of the @Configuration class that imported it.
ImportBeanDefinitionRegistrar - Interface in org.springframework.context.annotation
Interface to be implemented by types that register additional bean definitions when processing @Configuration classes.
ImportResource - Annotation Type in org.springframework.context.annotation
Indicates one or more resources containing bean definitions to import.
ImportSelector - Interface in org.springframework.context.annotation
Interface to be implemented by types that determine which @Configuration class(es) should be imported based on a given selection criteria, usually one or more annotation attributes.
includeBean(Class<?>, String) - Method in interface org.springframework.jmx.export.assembler.AutodetectCapableMBeanInfoAssembler
Indicate whether a particular bean should be included in the registration process, if it is not specified in the beans map of the MBeanExporter.
includeBean(Class<?>, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Used for autodetection of beans.
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to vote on the inclusion of a particular operation.
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Check to see if the Method is declared in one of the configured interfaces and that it is public.
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Votes on the inclusion of an operation.
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
 
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
Always returns true.
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to vote on the inclusion of a particular attribute accessor.
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Check to see if the Method is declared in one of the configured interfaces and that it is public.
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Vote on the inclusion of an attribute accessor.
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
 
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
Always returns true.
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to vote on the inclusion of a particular attribute mutator.
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Check to see if the Method is declared in one of the configured interfaces and that it is public.
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Votes on the inclusion of an attribute mutator.
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
 
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
Always returns true.
init() - Method in class org.springframework.cache.config.CacheNamespaceHandler
 
init() - Method in class org.springframework.context.config.ContextNamespaceHandler
 
init() - Method in class org.springframework.ejb.config.JeeNamespaceHandler
 
init() - Method in class org.springframework.scheduling.config.TaskNamespaceHandler
 
init() - Method in class org.springframework.scripting.config.LangNamespaceHandler
 
initApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.ApplicationObjectSupport
Subclasses can override this for custom initialization behavior.
initApplicationContext() - Method in class org.springframework.context.support.ApplicationObjectSupport
Subclasses can override this for custom initialization behavior.
initApplicationEventMulticaster() - Method in class org.springframework.context.support.AbstractApplicationContext
Initialize the ApplicationEventMulticaster.
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
Initialize the bean definition reader used for loading the bean definitions of this context.
initBeanPropertyAccess() - Method in class org.springframework.validation.DataBinder
Initialize standard JavaBean property access for this DataBinder.
initConversion(ConversionService) - Method in class org.springframework.validation.AbstractPropertyBindingResult
 
initDirectFieldAccess() - Method in class org.springframework.validation.DataBinder
Initialize direct field access for this DataBinder, as alternative to the default bean property access.
initialize(C) - Method in interface org.springframework.context.ApplicationContextInitializer
Initialize the given application context.
initialize() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Set up the ExecutorService.
initializeDefinition(BeanFactory) - Method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Overrides the default method to refresh the ApplicationContext, invoking ConfigurableApplicationContext.refresh().
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Create the target ExecutorService instance.
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
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.
installFormatters(FormatterRegistry) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
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).
InstantFormatter() - Constructor for class org.springframework.format.datetime.standard.InstantFormatter
 
InstrumentationLoadTimeWeaver - Class in org.springframework.instrument.classloading
InstrumentationLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
Create a new InstrumentationLoadTimeWeaver for the default ClassLoader.
InstrumentationLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
Create a new InstrumentationLoadTimeWeaver for the given ClassLoader.
InterfaceBasedMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Subclass of AbstractReflectiveMBeanInfoAssembler that allows for the management interface of a bean to be defined using arbitrary interfaces.
InterfaceBasedMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
interpolate(String, MessageInterpolator.Context) - Method in class org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
 
interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
 
IntervalTask - Class in org.springframework.scheduling.config
Task implementation defining a Runnable to be executed at a given millisecond interval which may be treated as fixed-rate or fixed-delay depending on context.
IntervalTask(Runnable, long, long) - Constructor for class org.springframework.scheduling.config.IntervalTask
Create a new IntervalTask.
IntervalTask(Runnable, long) - Constructor for class org.springframework.scheduling.config.IntervalTask
Create a new IntervalTask with no initial delay.
InvalidInvocationException - Exception in org.springframework.jmx.access
Thrown when trying to invoke an operation on a proxy that is not exposed by the proxied MBean resource's management interface.
InvalidInvocationException(String) - Constructor for exception org.springframework.jmx.access.InvalidInvocationException
Create a new InvalidInvocationException with the supplied error message.
InvalidMetadataException - Exception in org.springframework.jmx.export.metadata
Thrown by the JmxAttributeSource when it encounters incorrect metadata on a managed resource or one of its methods.
InvalidMetadataException(String) - Constructor for exception org.springframework.jmx.export.metadata.InvalidMetadataException
Create a new InvalidMetadataException with the supplied error message.
InvocationFailureException - Exception in org.springframework.jmx.access
Thrown when an invocation on an MBean resource failed with an exception (either a reflection exception or an exception thrown by the target method itself).
InvocationFailureException(String) - Constructor for exception org.springframework.jmx.access.InvocationFailureException
Create a new InvocationFailureException with the supplied error message.
InvocationFailureException(String, Throwable) - Constructor for exception org.springframework.jmx.access.InvocationFailureException
Create a new InvocationFailureException with the specified error message and root cause.
invoke(MethodInvocation) - Method in class org.springframework.cache.interceptor.CacheInterceptor
 
invoke() - Method in interface org.springframework.cache.interceptor.CacheOperationInvoker
Invoke the cache operation defined by this instance.
invoke(MethodInvocation) - Method in class org.springframework.context.event.EventPublicationInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
invoke(MethodInvocation) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Route the invocation to the configured managed resource..
invoke(String, Object[], String[]) - Method in class org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
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
Invoke the given Validator for the supplied object and Errors instance.
invokeValidator(Validator, Object, Errors, Object...) - Static method in class org.springframework.validation.ValidationUtils
Invoke the given Validator/SmartValidator for the supplied object and Errors instance.
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.ConcurrentMapCache
 
isAllowNullValues() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Return whether this cache manager accepts and converts null values for all of its caches.
isAlwaysUseMessageFormat() - Method in class org.springframework.context.support.MessageSourceSupport
Return whether to always apply the MessageFormat rules, parsing even messages without arguments.
isAutoGrowNestedPaths() - Method in class org.springframework.validation.DataBinder
Return whether "auto-growing" of nested paths has been activated.
isAutoStartup() - Method in interface org.springframework.context.SmartLifecycle
Returns true if this Lifecycle component should get started automatically by the container at the time that the containing ApplicationContext gets refreshed.
isBeanDefinitionLazyInit(ListableBeanFactory, String) - Method in class org.springframework.jmx.export.MBeanExporter
Return whether the specified bean definition should be considered as lazy-init.
isBeanEligible(String, BeanDefinition, ConfigurableBeanFactory) - Method in class org.springframework.context.support.LiveBeansView
Determine whether the specified bean is eligible for inclusion in the LiveBeansView JSON snapshot.
isBeanNameInUse(String) - Method in class org.springframework.context.support.GenericApplicationContext
 
isBeforeInvocation() - Method in class org.springframework.cache.interceptor.CacheEvictOperation
 
isBindingFailure() - Method in class org.springframework.validation.FieldError
Return whether this error represents a binding failure (like a type mismatch); otherwise it is a validation failure.
isCacheWide() - Method in class org.springframework.cache.interceptor.CacheEvictOperation
 
isCancelled() - Method in class org.springframework.scheduling.annotation.AsyncResult
 
isCandidateComponent(MetadataReader) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Determine whether the given class does not match any exclude filter and does match at least one include filter.
isCandidateComponent(AnnotatedBeanDefinition) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Determine whether the given bean definition qualifies as candidate.
isCompatible(BeanDefinition, BeanDefinition) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Determine whether the given new bean definition is compatible with the given existing bean definition.
isConditionPassing(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
isConnectFailure(RemoteException) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Determine whether the given RMI exception indicates a connect failure.
isConnectFailure(RemoteException) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Determine whether the given RMI exception indicates a connect failure.
isConnectFailure(SystemException) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Determine whether the given CORBA exception indicates a connect failure.
isConnectFailure(RemoteException) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Determine whether the given RMI exception indicates a connect failure.
isConnectFailure(RemoteException) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Determine whether the given RMI exception indicates a connect failure.
isContextRequired() - Method in class org.springframework.context.support.ApplicationObjectSupport
Determine whether this application object needs to run in an ApplicationContext.
isDefaultJndiEnvironmentAvailable() - Static method in class org.springframework.jndi.JndiLocatorDelegate
Check whether a default JNDI environment, as in a J2EE environment, is available on this JVM.
isDefaultName - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
isDone() - Method in class org.springframework.scheduling.annotation.AsyncResult
 
isEligibleForShadowing(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
Determine whether the specified class is eligible for shadowing by this class loader.
isExposeClassDescriptor() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return whether to expose the JMX descriptor field "class" for managed operations.
isFixedRate() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return whether to schedule as fixed-rate execution.
isHomeRefreshable() - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
isHomeRefreshable() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Return whether the cached EJB home object is potentially subject to on-demand refreshing.
isIgnoreInvalidFields() - Method in class org.springframework.validation.DataBinder
Return whether to ignore invalid fields when binding.
isIgnoreUnknownFields() - Method in class org.springframework.validation.DataBinder
Return whether to ignore unknown fields when binding.
isInstrumentationAvailable() - Static method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
Check whether an Instrumentation instance is available for the current VM.
isLazy(DependencyDescriptor) - Method in class org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
 
isLog() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
isLongLived() - Method in interface org.springframework.scheduling.SchedulingAwareRunnable
Return whether the Runnable's operation is long-lived (true) versus short-lived (false).
isMatch(String, String) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
Return if the given method name matches the mapped name.
isMatch(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
isMatchingFieldError(String, FieldError) - Method in class org.springframework.validation.AbstractErrors
Check whether the given FieldError matches the given field.
isMBean(Class<?>) - Method in class org.springframework.jmx.export.MBeanExporter
Determine whether the given bean class qualifies as an MBean as-is.
isMBean(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
Determine whether the given bean class qualifies as an MBean as-is.
isModified() - Method in interface org.springframework.scripting.ScriptSource
Indicate whether the underlying script data has been modified since the last time ScriptSource.getScriptAsString() was called.
isModified() - Method in class org.springframework.scripting.support.ResourceScriptSource
 
isModified() - Method in class org.springframework.scripting.support.StaticScriptSource
 
isMXBeanSupportAvailable() - Static method in class org.springframework.jmx.support.JmxUtils
Deprecated.
as of Spring 4.0, since Java 6 is required anyway now
isNotIgnored(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
Determine whether the given method is supposed to be included, that is, not configured as to be ignored.
isOneTimeTask() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Is this task only ever going to execute once?
isPrepared() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Return whether this client interceptor has already been prepared, i.e.
isPrototype(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
isPrototype(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
isRemoveOnCancelPolicy() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Return the current setting for the remove-on-cancel mode.
isResourceRef() - Method in class org.springframework.jndi.JndiLocatorSupport
Return whether the lookup occurs in a J2EE container.
isRunning() - Method in interface org.springframework.context.Lifecycle
Check whether this component is currently running.
isRunning() - Method in class org.springframework.context.support.AbstractApplicationContext
 
isRunning() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
 
isSingleton() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
isSingleton(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
isSingleton() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
 
isSingleton() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
isSingleton() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
isSingleton() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
isSingleton() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
isSingleton() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
isSingleton() - Method in class org.springframework.jndi.JndiObjectFactoryBean
 
isSingleton(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
isSingleton() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
isStatic() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
isStereotypeWithNameValue(String, Set<String>, Map<String, Object>) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
Check whether the given annotation is a stereotype that is allowed to suggest a component name through its annotation value().
isTypeMatch(String, Class<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
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.

J

JBossLoadTimeWeaver - Class in org.springframework.instrument.classloading.jboss
LoadTimeWeaver implementation for JBoss's instrumentable ClassLoader.
JBossLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
Create a new instance of the JBossLoadTimeWeaver class using the default class loader.
JBossLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
Create a new instance of the JBossLoadTimeWeaver class using the supplied ClassLoader.
JCACHE_ADVISOR_BEAN_NAME - Static variable in class org.springframework.cache.config.CacheManagementConfigUtils
 
JCACHE_ASPECT_BEAN_NAME - Static variable in class org.springframework.cache.config.CacheManagementConfigUtils
 
JeeNamespaceHandler - Class in org.springframework.ejb.config
NamespaceHandler for the 'jee' namespace.
JeeNamespaceHandler() - Constructor for class org.springframework.ejb.config.JeeNamespaceHandler
 
JmxAttributeSource - Interface in org.springframework.jmx.export.metadata
Interface used by the MetadataMBeanInfoAssembler to read source-level metadata from a managed resource's class.
JmxException - Exception in org.springframework.jmx
General base exception to be thrown on JMX errors.
JmxException(String) - Constructor for exception org.springframework.jmx.JmxException
Constructor for JmxException.
JmxException(String, Throwable) - Constructor for exception org.springframework.jmx.JmxException
Constructor for JmxException.
JmxMetadataUtils - Class in org.springframework.jmx.export.metadata
Utility methods for converting Spring JMX metadata into their plain JMX equivalents.
JmxMetadataUtils() - Constructor for class org.springframework.jmx.export.metadata.JmxMetadataUtils
 
JmxUtils - Class in org.springframework.jmx.support
Collection of generic utility methods to support Spring JMX.
JmxUtils() - Constructor for class org.springframework.jmx.support.JmxUtils
 
JndiAccessor - Class in org.springframework.jndi
Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiAccessor() - Constructor for class org.springframework.jndi.JndiAccessor
 
JndiCallback<T> - Interface in org.springframework.jndi
Callback interface to be implemented by classes that need to perform an operation (such as a lookup) in a JNDI context.
JndiLocatorDelegate - Class in org.springframework.jndi
JndiLocatorSupport subclass with public lookup methods, for convenient use as a delegate.
JndiLocatorDelegate() - Constructor for class org.springframework.jndi.JndiLocatorDelegate
 
JndiLocatorSupport - Class in org.springframework.jndi
Convenient superclass for classes that can locate any number of JNDI objects.
JndiLocatorSupport() - Constructor for class org.springframework.jndi.JndiLocatorSupport
 
JndiLookupFailureException - Exception in org.springframework.jndi
RuntimeException to be thrown in case of JNDI lookup failures, in particular from code that does not declare JNDI's checked NamingException: for example, from Spring's JndiObjectTargetSource.
JndiLookupFailureException(String, NamingException) - Constructor for exception org.springframework.jndi.JndiLookupFailureException
Construct a new JndiLookupFailureException, wrapping the given JNDI NamingException.
JndiObjectFactoryBean - Class in org.springframework.jndi
FactoryBean that looks up a JNDI object.
JndiObjectFactoryBean() - Constructor for class org.springframework.jndi.JndiObjectFactoryBean
 
JndiObjectLocator - Class in org.springframework.jndi
Convenient superclass for JNDI-based service locators, providing configurable lookup of a specific JNDI resource.
JndiObjectLocator() - Constructor for class org.springframework.jndi.JndiObjectLocator
 
JndiObjectTargetSource - Class in org.springframework.jndi
AOP TargetSource that provides configurable JNDI lookups for getTarget() calls.
JndiObjectTargetSource() - Constructor for class org.springframework.jndi.JndiObjectTargetSource
 
JndiPropertySource - Class in org.springframework.jndi
PropertySource implementation that reads properties from an underlying Spring JndiLocatorDelegate.
JndiPropertySource(String) - Constructor for class org.springframework.jndi.JndiPropertySource
Create a new JndiPropertySource with the given name and a JndiLocatorDelegate configured to prefix any names with "java:comp/env/".
JndiPropertySource(String, JndiLocatorDelegate) - Constructor for class org.springframework.jndi.JndiPropertySource
Create a new JndiPropertySource with the given name and the given JndiLocatorDelegate.
JndiRmiClientInterceptor - Class in org.springframework.remoting.rmi
MethodInterceptor for accessing RMI services from JNDI.
JndiRmiClientInterceptor() - Constructor for class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
JndiRmiProxyFactoryBean - Class in org.springframework.remoting.rmi
FactoryBean for RMI proxies from JNDI.
JndiRmiProxyFactoryBean() - Constructor for class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
JndiRmiServiceExporter - Class in org.springframework.remoting.rmi
Service exporter which binds RMI services to JNDI.
JndiRmiServiceExporter() - Constructor for class org.springframework.remoting.rmi.JndiRmiServiceExporter
 
JndiTemplate - Class in org.springframework.jndi
Helper class that simplifies JNDI operations.
JndiTemplate() - Constructor for class org.springframework.jndi.JndiTemplate
Create a new JndiTemplate instance.
JndiTemplate(Properties) - Constructor for class org.springframework.jndi.JndiTemplate
Create a new JndiTemplate instance, using the given environment.
JndiTemplateEditor - Class in org.springframework.jndi
Properties editor for JndiTemplate objects.
JndiTemplateEditor() - Constructor for class org.springframework.jndi.JndiTemplateEditor
 
JodaDateTimeFormatAnnotationFormatterFactory - Class in org.springframework.format.datetime.joda
Formats fields annotated with the DateTimeFormat annotation using Joda-Time.
JodaDateTimeFormatAnnotationFormatterFactory() - Constructor for class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
JodaTimeContext - Class in org.springframework.format.datetime.joda
A context that holds user-specific Joda-Time settings such as the user's Chronology (calendar system) and time zone.
JodaTimeContext() - Constructor for class org.springframework.format.datetime.joda.JodaTimeContext
 
JodaTimeContextHolder - Class in org.springframework.format.datetime.joda
A holder for a thread-local JodaTimeContext with user-specific Joda-Time settings.
JodaTimeContextHolder() - Constructor for class org.springframework.format.datetime.joda.JodaTimeContextHolder
 
JodaTimeFormatterRegistrar - Class in org.springframework.format.datetime.joda
Configures Joda-Time's formatting system for use with Spring.
JodaTimeFormatterRegistrar() - Constructor for class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
 
JRubyExecutionException(RaiseException) - Constructor for exception org.springframework.scripting.jruby.JRubyScriptUtils.JRubyExecutionException
Create a new JRubyException, wrapping the given JRuby RaiseException.
JRubyScriptFactory - Class in org.springframework.scripting.jruby
ScriptFactory implementation for a JRuby script.
JRubyScriptFactory(String, Class<?>...) - Constructor for class org.springframework.scripting.jruby.JRubyScriptFactory
Create a new JRubyScriptFactory for the given script source.
JRubyScriptUtils - Class in org.springframework.scripting.jruby
Utility methods for handling JRuby-scripted objects.
JRubyScriptUtils() - Constructor for class org.springframework.scripting.jruby.JRubyScriptUtils
 
JRubyScriptUtils.JRubyExecutionException - Exception in org.springframework.scripting.jruby
Exception thrown in response to a JRuby RaiseException being thrown from a JRuby method invocation.
Jsr310DateTimeFormatAnnotationFormatterFactory - Class in org.springframework.format.datetime.standard
Formats fields annotated with the DateTimeFormat annotation using the JSR-310 java.time package in JDK 8.
Jsr310DateTimeFormatAnnotationFormatterFactory() - Constructor for class org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
 
Jsr330ScopeMetadataResolver - Class in org.springframework.context.annotation
Simple ScopeMetadataResolver implementation that follows JSR-330 scoping rules: defaulting to prototype scope unless Singleton is present.
Jsr330ScopeMetadataResolver() - Constructor for class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
 

K

keyGenerator - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
 
keyGenerator() - Method in interface org.springframework.cache.annotation.CachingConfigurer
Return the key generator bean to use for annotation-driven cache management.
keyGenerator() - Method in class org.springframework.cache.annotation.CachingConfigurerSupport
 
KeyGenerator - Interface in org.springframework.cache.interceptor
Cache key generator.
KeyNamingStrategy - Class in org.springframework.jmx.export.naming
ObjectNamingStrategy implementation that builds ObjectName instances from the key used in the "beans" map passed to MBeanExporter.
KeyNamingStrategy() - Constructor for class org.springframework.jmx.export.naming.KeyNamingStrategy
 

L

LangNamespaceHandler - Class in org.springframework.scripting.config
NamespaceHandler that supports the wiring of objects backed by dynamic languages such as Groovy, JRuby and BeanShell.
LangNamespaceHandler() - Constructor for class org.springframework.scripting.config.LangNamespaceHandler
 
LangNamespaceUtils - Class in org.springframework.scripting.config
 
LangNamespaceUtils() - Constructor for class org.springframework.scripting.config.LangNamespaceUtils
 
LANGUAGE_ATTRIBUTE - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
lastActualExecutionTime() - Method in class org.springframework.scheduling.support.SimpleTriggerContext
 
lastActualExecutionTime() - Method in interface org.springframework.scheduling.TriggerContext
Return the last actual execution time of the task, or null if not scheduled before.
lastCompletionTime() - Method in class org.springframework.scheduling.support.SimpleTriggerContext
 
lastCompletionTime() - Method in interface org.springframework.scheduling.TriggerContext
Return the last completion time of the task, or null if not scheduled before.
lastScheduledExecutionTime() - Method in class org.springframework.scheduling.support.SimpleTriggerContext
 
lastScheduledExecutionTime() - Method in interface org.springframework.scheduling.TriggerContext
Return the last scheduled execution time of the task, or null if not scheduled before.
Lazy - Annotation Type in org.springframework.context.annotation
Indicates whether a bean is to be lazily initialized.
Lifecycle - Interface in org.springframework.context
A common interface defining methods for start/stop lifecycle control.
LIFECYCLE_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.support.AbstractApplicationContext
Name of the LifecycleProcessor bean in the factory.
LifecycleProcessor - Interface in org.springframework.context
Strategy interface for processing Lifecycle beans within the ApplicationContext.
LiveBeansView - Class in org.springframework.context.support
Adapter for live beans view exposure, building a snapshot of current beans and their dependencies from either a local ApplicationContext (with a local LiveBeansView bean definition) or all registered ApplicationContexts (driven by the "spring.liveBeansView.mbeanDomain" environment property).
LiveBeansView() - Constructor for class org.springframework.context.support.LiveBeansView
 
LiveBeansViewMBean - Interface in org.springframework.context.support
MBean operation interface for the LiveBeansView feature.
load(Resource...) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
Load bean definitions from the given Groovy scripts or XML files.
load(String...) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
Load bean definitions from the given Groovy scripts or XML files.
load(Class<?>, String...) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
Load bean definitions from the given Groovy scripts or XML files.
load(Resource...) - Method in class org.springframework.context.support.GenericXmlApplicationContext
Load bean definitions from the given XML resources.
load(String...) - Method in class org.springframework.context.support.GenericXmlApplicationContext
Load bean definitions from the given XML resources.
load(Class<?>, String...) - Method in class org.springframework.context.support.GenericXmlApplicationContext
Load bean definitions from the given XML resources.
LOAD_TIME_WEAVER_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
Name of the LoadTimeWeaver bean in the factory.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Load bean definitions into the given bean factory, typically through delegating to one or more bean definition readers.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
Loads the bean definitions via an XmlBeanDefinitionReader.
loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
Load the bean definitions with the given XmlBeanDefinitionReader.
loadCaches() - Method in class org.springframework.cache.support.AbstractCacheManager
Load the initial caches for this cache manager.
loadCaches() - Method in class org.springframework.cache.support.SimpleCacheManager
 
loadClass(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
loadProperties(Resource, String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Load the properties from the given resource.
loadTimeWeaver() - Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
LoadTimeWeaver - Interface in org.springframework.instrument.classloading
Defines the contract for adding one or more ClassFileTransformers to a ClassLoader.
LoadTimeWeaverAware - Interface in org.springframework.context.weaving
Interface to be implemented by any object that wishes to be notified of the application context's default LoadTimeWeaver.
LoadTimeWeaverAwareProcessor - Class in org.springframework.context.weaving
BeanPostProcessor implementation that passes the context's default LoadTimeWeaver to beans that implement the LoadTimeWeaverAware interface.
LoadTimeWeaverAwareProcessor() - Constructor for class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
Create a new LoadTimeWeaverAwareProcessor that will auto-retrieve the LoadTimeWeaver from the containing BeanFactory, expecting a bean named "loadTimeWeaver".
LoadTimeWeaverAwareProcessor(LoadTimeWeaver) - Constructor for class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
Create a new LoadTimeWeaverAwareProcessor for the given LoadTimeWeaver.
LoadTimeWeaverAwareProcessor(BeanFactory) - Constructor for class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
Create a new LoadTimeWeaverAwareProcessor.
LoadTimeWeavingConfiguration - Class in org.springframework.context.annotation
@Configuration class that registers a LoadTimeWeaver bean.
LoadTimeWeavingConfiguration() - Constructor for class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
LoadTimeWeavingConfigurer - Interface in org.springframework.context.annotation
Interface to be implemented by @Configuration classes annotated with @EnableLoadTimeWeaving that wish to customize the LoadTimeWeaver instance to be used.
LOCAL_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
"localProperties" is the name given to the PropertySource for the set of merged properties supplied to this configurer.
LocalDateParser - Class in org.springframework.format.datetime.joda
Parses Joda LocalDate instances using a DateTimeFormatter.
LocalDateParser(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.LocalDateParser
Create a new DateTimeParser.
LocalDateTimeParser - Class in org.springframework.format.datetime.joda
Parses Joda LocalDateTime instances using a DateTimeFormatter.
LocalDateTimeParser(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.LocalDateTimeParser
Create a new DateTimeParser.
LocaleContext - Interface in org.springframework.context.i18n
Strategy interface for determining the current Locale.
LocaleContextHolder - Class in org.springframework.context.i18n
Simple holder class that associates a LocaleContext instance with the current thread.
LocaleContextHolder() - Constructor for class org.springframework.context.i18n.LocaleContextHolder
 
LocaleContextMessageInterpolator - Class in org.springframework.validation.beanvalidation
Delegates to a target MessageInterpolator implementation but enforces Spring's managed Locale.
LocaleContextMessageInterpolator(MessageInterpolator) - Constructor for class org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
Create a new LocaleContextMessageInterpolator, wrapping the given target interpolator.
LocalSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Invoker for a local Stateless Session Bean.
LocalSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
 
LocalStatelessSessionProxyFactoryBean - Class in org.springframework.ejb.access
Convenient FactoryBean for local Stateless Session Bean (SLSB) proxies.
LocalStatelessSessionProxyFactoryBean() - Constructor for class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
LocalTimeParser - Class in org.springframework.format.datetime.joda
Parses Joda LocalTime instances using a DateTimeFormatter.
LocalTimeParser(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.LocalTimeParser
Create a new DateTimeParser.
LocalValidatorFactoryBean - Class in org.springframework.validation.beanvalidation
This is the central class for javax.validation (JSR-303) setup in a Spring application context: It bootstraps a javax.validation.ValidationFactory and exposes it through the Spring Validator interface as well as through the JSR-303 Validator interface and the ValidatorFactory interface itself.
LocalValidatorFactoryBean() - Constructor for class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
locateMBeanServer() - Static method in class org.springframework.jmx.support.JmxUtils
Attempt to find a locally running MBeanServer.
locateMBeanServer(String) - Static method in class org.springframework.jmx.support.JmxUtils
Attempt to find a locally running MBeanServer.
locateMBeanServer(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Attempt to locate an existing MBeanServer.
LOG_AND_PROPAGATE_ERROR_HANDLER - Static variable in class org.springframework.scheduling.support.TaskUtils
An ErrorHandler strategy that will log at error level and then re-throw the Exception.
LOG_AND_SUPPRESS_ERROR_HANDLER - Static variable in class org.springframework.scheduling.support.TaskUtils
An ErrorHandler strategy that will log the Exception but perform no further handling.
logger - Variable in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Logger available to subclasses.
logger - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
logger - Static variable in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
Logger available to subclasses.
logger - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
logger - Variable in class org.springframework.context.support.AbstractApplicationContext
Logger used by this class.
logger - Variable in class org.springframework.context.support.ApplicationObjectSupport
Logger that is available to subclasses
logger - Variable in class org.springframework.context.support.MessageSourceSupport
Logger available to subclasses
logger - Variable in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
logger - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
Logger available to subclasses
logger - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
Logger available to subclasses
logger - Variable in class org.springframework.jmx.export.naming.KeyNamingStrategy
Log instance for this class.
logger - Variable in class org.springframework.jmx.support.MBeanRegistrationSupport
Log instance for this class.
logger - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
logger - Variable in class org.springframework.jndi.JndiAccessor
Logger, available to subclasses.
logger - Variable in class org.springframework.jndi.JndiTemplate
 
logger - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
logger - Static variable in class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
 
logger - Variable in class org.springframework.remoting.support.RemotingSupport
Logger available to subclasses
logger - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
logger - Variable in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
logger - Variable in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
 
logger - Variable in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
logger - Variable in class org.springframework.scheduling.support.MethodInvokingRunnable
 
logger - Variable in class org.springframework.scripting.support.ResourceScriptSource
Logger available to subclasses
logger - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Logger available to subclasses
logger - Variable in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
logger - Static variable in class org.springframework.validation.DataBinder
We'll create a lot of DataBinder instances: Let's use a static logger.
lookup() - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
This overridden lookup implementation performs a narrow operation after the JNDI lookup, provided that a home interface is specified.
lookup(String) - Method in class org.springframework.jndi.JndiLocatorDelegate
 
lookup(String, Class<T>) - Method in class org.springframework.jndi.JndiLocatorDelegate
 
lookup(String) - Method in class org.springframework.jndi.JndiLocatorSupport
Perform an actual JNDI lookup for the given name via the JndiTemplate.
lookup(String, Class<T>) - Method in class org.springframework.jndi.JndiLocatorSupport
Perform an actual JNDI lookup for the given name via the JndiTemplate.
lookup() - Method in class org.springframework.jndi.JndiObjectLocator
Perform the actual JNDI lookup for this locator's target resource.
lookup(String) - Method in class org.springframework.jndi.JndiTemplate
Look up the object with the given name in the current JNDI context.
lookup(String, Class<T>) - Method in class org.springframework.jndi.JndiTemplate
Look up the object with the given name in the current JNDI context.
lookupCache(String) - Method in class org.springframework.cache.support.AbstractCacheManager
 
LookupElement(Member, PropertyDescriptor) - Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
lookupStub() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Create the RMI stub, typically by looking it up.
lookupStub() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Create the RMI stub, typically by looking it up.
lookupType - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
lookupWithFallback() - Method in class org.springframework.jndi.JndiObjectFactoryBean
Lookup variant that that returns the specified "defaultObject" (if any) in case of lookup failure.

M

ManagedAttribute - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation that indicates to expose a given bean property as JMX attribute, corresponding to the ManagedAttribute attribute.
ManagedAttribute - Class in org.springframework.jmx.export.metadata
Metadata that indicates to expose a given bean property as JMX attribute.
ManagedAttribute() - Constructor for class org.springframework.jmx.export.metadata.ManagedAttribute
 
ManagedMetric - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation that indicates to expose a given bean property as JMX attribute, with added Descriptor properties to indicate that it is a metric.
ManagedMetric - Class in org.springframework.jmx.export.metadata
Metadata that indicates to expose a given bean property as a JMX attribute, with additional descriptor properties that indicate that the attribute is a metric.
ManagedMetric() - Constructor for class org.springframework.jmx.export.metadata.ManagedMetric
 
ManagedNotification - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation that indicates a JMX notification emitted by a bean.
ManagedNotification - Class in org.springframework.jmx.export.metadata
Metadata that indicates a JMX notification emitted by a bean.
ManagedNotification() - Constructor for class org.springframework.jmx.export.metadata.ManagedNotification
 
ManagedNotifications - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation that indicates JMX notifications emitted by a bean, containing multiple ManagedNotifications
ManagedOperation - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation that indicates to expose a given method as JMX operation, corresponding to the ManagedOperation attribute.
ManagedOperation - Class in org.springframework.jmx.export.metadata
Metadata that indicates to expose a given method as JMX operation.
ManagedOperation() - Constructor for class org.springframework.jmx.export.metadata.ManagedOperation
 
ManagedOperationParameter - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation used to provide metadata about operation parameters, corresponding to a ManagedOperationParameter attribute.
ManagedOperationParameter - Class in org.springframework.jmx.export.metadata
Metadata about JMX operation parameters.
ManagedOperationParameter() - Constructor for class org.springframework.jmx.export.metadata.ManagedOperationParameter
 
ManagedOperationParameters - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ method-level annotation used to provide metadata about operation parameters, corresponding to an array of ManagedOperationParameter attributes.
ManagedResource - Annotation Type in org.springframework.jmx.export.annotation
JDK 1.5+ class-level annotation that indicates to register instances of a class with a JMX server, corresponding to the ManagedResource attribute.
ManagedResource - Class in org.springframework.jmx.export.metadata
Metadata indicating that instances of an annotated class are to be registered with a JMX server.
ManagedResource() - Constructor for class org.springframework.jmx.export.metadata.ManagedResource
 
ManagedTaskBuilder() - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskBuilder
 
MapAccessor - Class in org.springframework.context.expression
EL property accessor that knows how to traverse the keys of a standard Map.
MapAccessor() - Constructor for class org.springframework.context.expression.MapAccessor
 
MapBindingResult - Class in org.springframework.validation
Map-based implementation of the BindingResult interface, supporting registration and evaluation of binding errors on Map attributes.
MapBindingResult(Map<?, ?>, String) - Constructor for class org.springframework.validation.MapBindingResult
Create a new MapBindingResult instance.
mappedName - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
mappedObjectNames - Variable in class org.springframework.jmx.support.NotificationListenerHolder
 
matches(ConditionContext, AnnotatedTypeMetadata) - Method in interface org.springframework.context.annotation.Condition
Determine if the condition matches.
MBEAN_APPLICATION_KEY - Static variable in class org.springframework.context.support.LiveBeansView
 
MBEAN_DOMAIN_PROPERTY_NAME - Static variable in class org.springframework.context.support.LiveBeansView
 
MBeanClientInterceptor - Class in org.springframework.jmx.access
MethodInterceptor that routes calls to an MBean running on the supplied MBeanServerConnection.
MBeanClientInterceptor() - Constructor for class org.springframework.jmx.access.MBeanClientInterceptor
 
MBeanConnectFailureException - Exception in org.springframework.jmx.access
Thrown when an invocation failed because of an I/O problem on the MBeanServerConnection.
MBeanConnectFailureException(String, Throwable) - Constructor for exception org.springframework.jmx.access.MBeanConnectFailureException
Create a new MBeanConnectFailureException with the specified error message and root cause.
MBeanExportConfiguration - Class in org.springframework.context.annotation
@Configuration class that registers a AnnotationMBeanExporter bean.
MBeanExportConfiguration() - Constructor for class org.springframework.context.annotation.MBeanExportConfiguration
 
MBeanExportConfiguration.SpecificPlatform - Enum in org.springframework.context.annotation
 
mbeanExporter() - Method in class org.springframework.context.annotation.MBeanExportConfiguration
 
MBeanExporter - Class in org.springframework.jmx.export
JMX exporter that allows for exposing any Spring-managed bean to a JMX MBeanServer, without the need to define any JMX-specific information in the bean classes.
MBeanExporter() - Constructor for class org.springframework.jmx.export.MBeanExporter
 
MBeanExporterListener - Interface in org.springframework.jmx.export
A listener that allows application code to be notified when an MBean is registered and unregistered via an MBeanExporter.
MBeanExportException - Exception in org.springframework.jmx.export
Exception thrown in case of failure when exporting an MBean.
MBeanExportException(String) - Constructor for exception org.springframework.jmx.export.MBeanExportException
Create a new MBeanExportException with the specified error message.
MBeanExportException(String, Throwable) - Constructor for exception org.springframework.jmx.export.MBeanExportException
Create a new MBeanExportException with the specified error message and root cause.
MBeanExportOperations - Interface in org.springframework.jmx.export
Interface that defines the set of MBean export operations that are intended to be accessed by application developers during application runtime.
MBeanInfoAssembler - Interface in org.springframework.jmx.export.assembler
Interface to be implemented by all classes that can create management interface metadata for a managed resource.
MBeanInfoRetrievalException - Exception in org.springframework.jmx.access
Thrown if an exception is encountered when trying to retrieve MBean metadata.
MBeanInfoRetrievalException(String) - Constructor for exception org.springframework.jmx.access.MBeanInfoRetrievalException
Create a new MBeanInfoRetrievalException with the specified error message.
MBeanInfoRetrievalException(String, Throwable) - Constructor for exception org.springframework.jmx.access.MBeanInfoRetrievalException
Create a new MBeanInfoRetrievalException with the specified error message and root cause.
MBeanProxyFactoryBean - Class in org.springframework.jmx.access
Creates a proxy to a managed resource running either locally or remotely.
MBeanProxyFactoryBean() - Constructor for class org.springframework.jmx.access.MBeanProxyFactoryBean
 
mbeanRegistered(ObjectName) - Method in interface org.springframework.jmx.export.MBeanExporterListener
Called by MBeanExporter after an MBean has been successfully registered with an MBeanServer.
MBeanRegistrationSupport - Class in org.springframework.jmx.support
Provides supporting infrastructure for registering MBeans with an MBeanServer.
MBeanRegistrationSupport() - Constructor for class org.springframework.jmx.support.MBeanRegistrationSupport
 
MBeanServerConnectionFactoryBean - Class in org.springframework.jmx.support
FactoryBean that creates a JMX 1.2 MBeanServerConnection to a remote MBeanServer exposed via a JMXServerConnector.
MBeanServerConnectionFactoryBean() - Constructor for class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
MBeanServerFactoryBean - Class in org.springframework.jmx.support
FactoryBean that obtains an MBeanServer reference through the standard JMX 1.2 MBeanServerFactory API (which is available on JDK 1.5 or as part of a JMX 1.2 provider).
MBeanServerFactoryBean() - Constructor for class org.springframework.jmx.support.MBeanServerFactoryBean
 
MBeanServerNotFoundException - Exception in org.springframework.jmx
Exception thrown when we cannot locate an instance of an MBeanServer, or when more than one instance is found.
MBeanServerNotFoundException(String) - Constructor for exception org.springframework.jmx.MBeanServerNotFoundException
Create a new MBeanServerNotFoundException with the supplied error message.
MBeanServerNotFoundException(String, Throwable) - Constructor for exception org.springframework.jmx.MBeanServerNotFoundException
Create a new MBeanServerNotFoundException with the specified error message and root cause.
mbeanUnregistered(ObjectName) - Method in interface org.springframework.jmx.export.MBeanExporterListener
Called by MBeanExporter after an MBean has been successfully unregistered from an MBeanServer.
mergeAttributes(Map<String, ?>) - Method in class org.springframework.ui.ExtendedModelMap
 
mergeAttributes(Map<String, ?>) - Method in interface org.springframework.ui.Model
Copy all attributes in the supplied Map into this Map, with existing objects of the same name taking precedence (i.e.
mergeAttributes(Map<String, ?>) - Method in class org.springframework.ui.ModelMap
Copy all attributes in the supplied Map into this Map, with existing objects of the same name taking precedence (i.e.
MESSAGE_SOURCE_BEAN_NAME - Static variable in class org.springframework.context.support.AbstractApplicationContext
Name of the MessageSource bean in the factory.
MessageCodeFormatter - Interface in org.springframework.validation
A strategy interface for formatting message codes.
MessageCodesResolver - Interface in org.springframework.validation
Strategy interface for building message codes from validation error codes.
MessageSource - Interface in org.springframework.context
Strategy interface for resolving messages, with support for the parameterization and internationalization of such messages.
MessageSourceAccessor - Class in org.springframework.context.support
Helper class for easy access to messages from a MessageSource, providing various overloaded getMessage methods.
MessageSourceAccessor(MessageSource) - Constructor for class org.springframework.context.support.MessageSourceAccessor
Create a new MessageSourceAccessor, using LocaleContextHolder's locale as default locale.
MessageSourceAccessor(MessageSource, Locale) - Constructor for class org.springframework.context.support.MessageSourceAccessor
Create a new MessageSourceAccessor, using the given default locale.
MessageSourceAware - Interface in org.springframework.context
Interface to be implemented by any object that wishes to be notified of the MessageSource (typically the ApplicationContext) that it runs in.
MessageSourceResolvable - Interface in org.springframework.context
Interface for objects that are suitable for message resolution in a MessageSource.
MessageSourceResourceBundle - Class in org.springframework.context.support
Helper class that allows for accessing a Spring MessageSource as a ResourceBundle.
MessageSourceResourceBundle(MessageSource, Locale) - Constructor for class org.springframework.context.support.MessageSourceResourceBundle
Create a new MessageSourceResourceBundle for the given MessageSource and Locale.
MessageSourceResourceBundle(MessageSource, Locale, ResourceBundle) - Constructor for class org.springframework.context.support.MessageSourceResourceBundle
Create a new MessageSourceResourceBundle for the given MessageSource and Locale.
MessageSourceResourceBundleLocator - Class in org.springframework.validation.beanvalidation
Implementation of Hibernate Validator 4.3/5.x's ResourceBundleLocator interface, exposing a Spring MessageSource as localized MessageSourceResourceBundle.
MessageSourceResourceBundleLocator(MessageSource) - Constructor for class org.springframework.validation.beanvalidation.MessageSourceResourceBundleLocator
Build a MessageSourceResourceBundleLocator for the given MessageSource.
MessageSourceSupport - Class in org.springframework.context.support
Base class for message source implementations, providing support infrastructure such as MessageFormat handling but not implementing concrete methods defined in the MessageSource.
MessageSourceSupport() - Constructor for class org.springframework.context.support.MessageSourceSupport
 
MetadataMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Implementation of the MBeanInfoAssembler interface that reads the management interface information from source level metadata.
MetadataMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Create a new MetadataMBeanInfoAssembler which needs to be configured through the MetadataMBeanInfoAssembler.setAttributeSource(org.springframework.jmx.export.metadata.JmxAttributeSource) method.
MetadataMBeanInfoAssembler(JmxAttributeSource) - Constructor for class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Create a new MetadataMBeanInfoAssembler for the given JmxAttributeSource.
MetadataNamingStrategy - Class in org.springframework.jmx.export.naming
An implementation of the ObjectNamingStrategy interface that reads the ObjectName from the source-level metadata.
MetadataNamingStrategy() - Constructor for class org.springframework.jmx.export.naming.MetadataNamingStrategy
Create a new MetadataNamingStrategy which needs to be configured through the MetadataNamingStrategy.setAttributeSource(org.springframework.jmx.export.metadata.JmxAttributeSource) method.
MetadataNamingStrategy(JmxAttributeSource) - Constructor for class org.springframework.jmx.export.naming.MetadataNamingStrategy
Create a new MetadataNamingStrategy for the given JmxAttributeSource.
MethodCacheKey - Class in org.springframework.cache.interceptor
Represent a method on a particular Class and is suitable as a key.
MethodCacheKey(Method, Class<?>) - Constructor for class org.springframework.cache.interceptor.MethodCacheKey
 
MethodExclusionMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
AbstractReflectiveMBeanInfoAssembler subclass that allows method names to be explicitly excluded as MBean operations and attributes.
MethodExclusionMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
 
methodIdentification(Method, Class<?>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Convenience method to return a String representation of this Method for use in logging.
MethodInvokingRunnable - Class in org.springframework.scheduling.support
Adapter that implements the Runnable interface as a configurable method invocation based on Spring's MethodInvoker.
MethodInvokingRunnable() - Constructor for class org.springframework.scheduling.support.MethodInvokingRunnable
 
MethodNameBasedMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Subclass of AbstractReflectiveMBeanInfoAssembler that allows to specify method names to be exposed as MBean operations and attributes.
MethodNameBasedMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
MethodValidationInterceptor - Class in org.springframework.validation.beanvalidation
An AOP Alliance MethodInterceptor implementation that delegates to a JSR-303 provider for performing method-level validation on annotated methods.
MethodValidationInterceptor() - Constructor for class org.springframework.validation.beanvalidation.MethodValidationInterceptor
Create a new MethodValidationInterceptor using a default JSR-303 validator underneath.
MethodValidationInterceptor(ValidatorFactory) - Constructor for class org.springframework.validation.beanvalidation.MethodValidationInterceptor
Create a new MethodValidationInterceptor using the given JSR-303 ValidatorFactory.
MethodValidationInterceptor(Validator) - Constructor for class org.springframework.validation.beanvalidation.MethodValidationInterceptor
Create a new MethodValidationInterceptor using the given JSR-303 Validator.
MethodValidationPostProcessor - Class in org.springframework.validation.beanvalidation
A convenient BeanPostProcessor implementation that delegates to a JSR-303 provider for performing method-level validation on annotated methods.
MethodValidationPostProcessor() - Constructor for class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
 
MetricType - Enum in org.springframework.jmx.support
Represents how the measurement values of a ManagedMetric will change over time.
MillisecondInstantPrinter - Class in org.springframework.format.datetime.joda
Prints Long instances using a Joda DateTimeFormatter.
MillisecondInstantPrinter(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.MillisecondInstantPrinter
Create a new ReadableInstantPrinter.
MISSING_FIELD_ERROR_CODE - Static variable in class org.springframework.validation.DefaultBindingErrorProcessor
Error code that a missing field error (i.e.
Model - Interface in org.springframework.ui
Java-5-specific interface that defines a holder for model attributes.
MODEL_KEY_PREFIX - Static variable in interface org.springframework.validation.BindingResult
Prefix for the name of the BindingResult instance in a model, followed by the object name.
ModelMap - Class in org.springframework.ui
Implementation of Map for use when building model data for use with UI tools.
ModelMap() - Constructor for class org.springframework.ui.ModelMap
Construct a new, empty ModelMap.
ModelMap(String, Object) - Constructor for class org.springframework.ui.ModelMap
Construct a new ModelMap containing the supplied attribute under the supplied name.
ModelMap(Object) - Constructor for class org.springframework.ui.ModelMap
Construct a new ModelMap containing the supplied attribute.
ModelMBeanNotificationPublisher - Class in org.springframework.jmx.export.notification
NotificationPublisher implementation that uses the infrastructure provided by the ModelMBean interface to track javax.management.NotificationListeners and send Notifications to those listeners.
ModelMBeanNotificationPublisher(ModelMBeanNotificationBroadcaster, ObjectName, Object) - Constructor for class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
Create a new instance of the ModelMBeanNotificationPublisher class that will publish all Notifications to the supplied ModelMBean.
multicastEvent(ApplicationEvent) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Multicast the given application event to appropriate listeners.
multicastEvent(ApplicationEvent) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
 

N

name - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
NamedCacheResolver - Class in org.springframework.cache.interceptor
A CacheResolver that forces the resolution to a configurable collection of name(s) against a given CacheManager.
NamedCacheResolver(CacheManager, String...) - Constructor for class org.springframework.cache.interceptor.NamedCacheResolver
 
NamedCacheResolver() - Constructor for class org.springframework.cache.interceptor.NamedCacheResolver
 
NameMatchCacheOperationSource - Class in org.springframework.cache.interceptor
Simple CacheOperationSource implementation that allows attributes to be matched by registered name.
NameMatchCacheOperationSource() - Constructor for class org.springframework.cache.interceptor.NameMatchCacheOperationSource
 
NESTED_PATH_SEPARATOR - Static variable in interface org.springframework.validation.Errors
The separator between path elements in a nested path, for example in "customer.name" or "customer.address.street".
newSessionBeanInstance() - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Return a new instance of the stateless session bean.
newSessionBeanInstance() - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Return a new instance of the stateless session bean.
newThread(Runnable) - Method in class org.springframework.scheduling.concurrent.CustomizableThreadFactory
 
newThread(Runnable) - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
 
next(Date) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
Get the next Date in the sequence matching the Cron pattern and after the value provided.
nextExecutionTime(TriggerContext) - Method in class org.springframework.scheduling.support.CronTrigger
Determine the next execution time according to the given trigger context.
nextExecutionTime(TriggerContext) - Method in class org.springframework.scheduling.support.PeriodicTrigger
Returns the time after which a task should run again.
nextExecutionTime(TriggerContext) - Method in interface org.springframework.scheduling.Trigger
Determine the next execution time according to the given trigger context.
NO_PARAM_KEY - Static variable in class org.springframework.cache.interceptor.DefaultKeyGenerator
Deprecated.
 
NoOpCacheManager - Class in org.springframework.cache.support
A basic, no operation CacheManager implementation suitable for disabling caching, typically used for backing cache declarations without an actual backing store.
NoOpCacheManager() - Constructor for class org.springframework.cache.support.NoOpCacheManager
 
NoSuchMessageException - Exception in org.springframework.context
Exception thrown when a message can't be resolved.
NoSuchMessageException(String, Locale) - Constructor for exception org.springframework.context.NoSuchMessageException
Create a new exception.
NoSuchMessageException(String) - Constructor for exception org.springframework.context.NoSuchMessageException
Create a new exception.
NotificationListenerBean - Class in org.springframework.jmx.export
Helper class that aggregates a NotificationListener, a NotificationFilter, and an arbitrary handback object.
NotificationListenerBean() - Constructor for class org.springframework.jmx.export.NotificationListenerBean
Create a new instance of the NotificationListenerBean class.
NotificationListenerBean(NotificationListener) - Constructor for class org.springframework.jmx.export.NotificationListenerBean
Create a new instance of the NotificationListenerBean class.
NotificationListenerHolder - Class in org.springframework.jmx.support
Helper class that aggregates a NotificationListener, a NotificationFilter, and an arbitrary handback object, as well as the names of MBeans from which the listener wishes to receive Notifications.
NotificationListenerHolder() - Constructor for class org.springframework.jmx.support.NotificationListenerHolder
 
NotificationListenerRegistrar - Class in org.springframework.jmx.access
Registrar object that associates a specific NotificationListener with one or more MBeans in an MBeanServer (typically via a MBeanServerConnection).
NotificationListenerRegistrar() - Constructor for class org.springframework.jmx.access.NotificationListenerRegistrar
 
NotificationPublisher - Interface in org.springframework.jmx.export.notification
Simple interface allowing Spring-managed MBeans to publish JMX notifications without being aware of how those notifications are being transmitted to the MBeanServer.
NotificationPublisherAware - Interface in org.springframework.jmx.export.notification
Interface to be implemented by any Spring-managed resource that is to be registered with an MBeanServer and wishes to send JMX javax.management.Notifications.
NULL_PARAM_KEY - Static variable in class org.springframework.cache.interceptor.DefaultKeyGenerator
Deprecated.
 
NumberFormat - Annotation Type in org.springframework.format.annotation
Declares that a field should be formatted as a number.
NumberFormat.Style - Enum in org.springframework.format.annotation
Common number format styles.
NumberFormatAnnotationFormatterFactory - Class in org.springframework.format.number
Formats fields annotated with the NumberFormat annotation.
NumberFormatAnnotationFormatterFactory() - Constructor for class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
NumberFormatter - Class in org.springframework.format.number
A general-purpose Number formatter.
NumberFormatter() - Constructor for class org.springframework.format.number.NumberFormatter
Create a new NumberFormatter without a pattern.
NumberFormatter(String) - Constructor for class org.springframework.format.number.NumberFormatter
Create a new NumberFormatter with the specified pattern.

O

ObjectError - Class in org.springframework.validation
Encapsulates an object error, that is, a global reason for rejecting an object.
ObjectError(String, String) - Constructor for class org.springframework.validation.ObjectError
Create a new instance of the ObjectError class.
ObjectError(String, String[], Object[], String) - Constructor for class org.springframework.validation.ObjectError
Create a new instance of the ObjectError class.
ObjectNameManager - Class in org.springframework.jmx.support
Helper class for the creation of ObjectName instances.
ObjectNameManager() - Constructor for class org.springframework.jmx.support.ObjectNameManager
 
ObjectNamingStrategy - Interface in org.springframework.jmx.export.naming
Strategy interface that encapsulates the creation of ObjectName instances.
obtainFreshBean(BeanFactory, String) - Method in class org.springframework.scripting.support.RefreshableScriptTargetSource
Obtain a fresh target object, retrieving a FactoryBean if necessary.
obtainFreshBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Tell the subclass to refresh the internal bean factory.
onApplicationEvent(E) - Method in interface org.springframework.context.ApplicationListener
Handle an application event.
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.context.event.SourceFilteringListener
 
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
onApplicationEventInternal(ApplicationEvent) - Method in class org.springframework.context.event.SourceFilteringListener
Actually process the event, after having filtered according to the desired event source already.
onClose() - Method in interface org.springframework.context.LifecycleProcessor
Notification of context close phase, e.g.
onClose() - Method in class org.springframework.context.support.AbstractApplicationContext
Template method which can be overridden to add context-specific shutdown work.
onClose() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
 
onRefresh() - Method in interface org.springframework.context.LifecycleProcessor
Notification of context refresh, e.g.
onRefresh() - Method in class org.springframework.context.support.AbstractApplicationContext
Template method which can be overridden to add context-specific refresh work.
onRefresh() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
 
onRegister(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
Called when an MBean is registered.
onRegister(ObjectName, Object) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Called when an MBean is registered under the given ObjectName.
onRegister(ObjectName) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Called when an MBean is registered under the given ObjectName.
onUnregister(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
Called when an MBean is unregistered.
onUnregister(ObjectName) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Called when an MBean is unregistered under the given ObjectName.
OptionalValidatorFactoryBean - Class in org.springframework.validation.beanvalidation
LocalValidatorFactoryBean subclass that simply turns Validator calls into no-ops in case of no Bean Validation provider being available.
OptionalValidatorFactoryBean() - Constructor for class org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean
 
org.springframework.cache - package org.springframework.cache
Spring's generic cache abstraction.
org.springframework.cache.annotation - package org.springframework.cache.annotation
Annotations and supporting classes for declarative cache management.
org.springframework.cache.concurrent - package org.springframework.cache.concurrent
Implementation package for java.util.concurrent based caches.
org.springframework.cache.config - package org.springframework.cache.config
Support package for declarative caching configuration, with XML schema being the primary configuration format.
org.springframework.cache.interceptor - package org.springframework.cache.interceptor
AOP-based solution for declarative caching demarcation.
org.springframework.cache.support - package org.springframework.cache.support
Support classes for the the org.springframework.cache package.
org.springframework.context - package org.springframework.context
This package builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API.
org.springframework.context.access - package org.springframework.context.access
Helper infrastructure to locate and access shared application contexts.
org.springframework.context.annotation - package org.springframework.context.annotation
Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.
org.springframework.context.config - package org.springframework.context.config
Support package for advanced application context configuration, with XML schema being the primary configuration format.
org.springframework.context.event - package org.springframework.context.event
Support classes for application events, like standard context events.
org.springframework.context.expression - package org.springframework.context.expression
Expression parsing support within a Spring application context.
org.springframework.context.i18n - package org.springframework.context.i18n
Abstraction for determining the current Locale, plus global holder that exposes a thread-bound Locale.
org.springframework.context.support - package org.springframework.context.support
Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.
org.springframework.context.weaving - package org.springframework.context.weaving
Load-time weaving support for a Spring application context, building on Spring's LoadTimeWeaver abstraction.
org.springframework.ejb.access - package org.springframework.ejb.access
This package contains classes that allow easy access to EJBs.
org.springframework.ejb.config - package org.springframework.ejb.config
Support package for EJB/J2EE-related configuration, with XML schema being the primary configuration format.
org.springframework.ejb.interceptor - package org.springframework.ejb.interceptor
Support classes for EJB 3 Session Beans and Message-Driven Beans, performing injection of Spring beans through an EJB 3 interceptor that processes Spring's @Autowired annotation.
org.springframework.format - package org.springframework.format
An API for defining Formatters to format field model values for display in a UI.
org.springframework.format.annotation - package org.springframework.format.annotation
Annotations for declaratively configuring field formatting rules.
org.springframework.format.datetime - package org.springframework.format.datetime
Formatters for java.util.Date properties.
org.springframework.format.datetime.joda - package org.springframework.format.datetime.joda
Integration with Joda-Time for formatting Joda date and time types as well as standard JDK Date types.
org.springframework.format.datetime.standard - package org.springframework.format.datetime.standard
Integration with the JSR-310 java.time package in JDK 8.
org.springframework.format.number - package org.springframework.format.number
Formatters for java.lang.Number properties.
org.springframework.format.support - package org.springframework.format.support
Support classes for the formatting package, providing common implementations as well as adapters.
org.springframework.instrument.classloading - package org.springframework.instrument.classloading
Support package for load time weaving based on class loaders, as required by JPA providers (but not JPA-specific).
org.springframework.instrument.classloading.glassfish - package org.springframework.instrument.classloading.glassfish
Support for class instrumentation on GlassFish.
org.springframework.instrument.classloading.jboss - package org.springframework.instrument.classloading.jboss
Support for class instrumentation on JBoss AS 6 and 7.
org.springframework.instrument.classloading.tomcat - package org.springframework.instrument.classloading.tomcat
Support for class instrumentation on Tomcat.
org.springframework.instrument.classloading.weblogic - package org.springframework.instrument.classloading.weblogic
Support for class instrumentation on BEA WebLogic 10+.
org.springframework.instrument.classloading.websphere - package org.springframework.instrument.classloading.websphere
Support for class instrumentation on IBM WebSphere Application Server 7+.
org.springframework.jmx - package org.springframework.jmx
This package contains Spring's JMX support, which includes registration of Spring-managed beans as JMX MBeans as well as access to remote JMX MBeans.
org.springframework.jmx.access - package org.springframework.jmx.access
Provides support for accessing remote MBean resources.
org.springframework.jmx.export - package org.springframework.jmx.export
This package provides declarative creation and registration of Spring-managed beans as JMX MBeans.
org.springframework.jmx.export.annotation - package org.springframework.jmx.export.annotation
Java 5 annotations for MBean exposure.
org.springframework.jmx.export.assembler - package org.springframework.jmx.export.assembler
Provides a strategy for MBeanInfo assembly.
org.springframework.jmx.export.metadata - package org.springframework.jmx.export.metadata
Provides generic JMX metadata classes and basic support for reading JMX metadata in a provider-agnostic manner.
org.springframework.jmx.export.naming - package org.springframework.jmx.export.naming
Provides a strategy for ObjectName creation.
org.springframework.jmx.export.notification - package org.springframework.jmx.export.notification
Provides supporting infrastructure to allow Spring-created MBeans to send JMX notifications.
org.springframework.jmx.support - package org.springframework.jmx.support
Contains support classes for connecting to local and remote MBeanServers and for exposing an MBeanServer to remote clients.
org.springframework.jndi - package org.springframework.jndi
The classes in this package make JNDI easier to use, facilitating the accessing of configuration stored in JNDI, and provide useful superclasses for JNDI access classes.
org.springframework.jndi.support - package org.springframework.jndi.support
Support classes for JNDI usage, including a JNDI-based BeanFactory implementation.
org.springframework.remoting - package org.springframework.remoting
Exception hierarchy for Spring's remoting infrastructure, independent of any specific remote method invocation system.
org.springframework.remoting.rmi - package org.springframework.remoting.rmi
Remoting classes for conventional RMI and transparent remoting via RMI invokers.
org.springframework.remoting.soap - package org.springframework.remoting.soap
SOAP-specific exceptions and support classes for Spring's remoting subsystem.
org.springframework.remoting.support - package org.springframework.remoting.support
Generic support classes for remoting implementations.
org.springframework.scheduling - package org.springframework.scheduling
General exceptions for Spring's scheduling support, independent of any specific scheduling system.
org.springframework.scheduling.annotation - package org.springframework.scheduling.annotation
Java 5 annotation for asynchronous method execution.
org.springframework.scheduling.concurrent - package org.springframework.scheduling.concurrent
Scheduling convenience classes for the java.util.concurrent and javax.enterprise.concurrent packages, allowing to set up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring context.
org.springframework.scheduling.config - package org.springframework.scheduling.config
Support package for declarative scheduling configuration, with XML schema being the primary configuration format.
org.springframework.scheduling.support - package org.springframework.scheduling.support
Generic support classes for scheduling.
org.springframework.scripting - package org.springframework.scripting
Core interfaces for Spring's scripting support.
org.springframework.scripting.bsh - package org.springframework.scripting.bsh
Package providing integration of BeanShell (and BeanShell2) into Spring's scripting infrastructure.
org.springframework.scripting.config - package org.springframework.scripting.config
Support package for Spring's dynamic language machinery, with XML schema being the primary configuration format.
org.springframework.scripting.groovy - package org.springframework.scripting.groovy
Package providing integration of Groovy into Spring's scripting infrastructure.
org.springframework.scripting.jruby - package org.springframework.scripting.jruby
Package providing integration of JRuby into Spring's scripting infrastructure.
org.springframework.scripting.support - package org.springframework.scripting.support
Support classes for Spring's scripting package.
org.springframework.stereotype - package org.springframework.stereotype
Annotations denoting the roles of types or methods in the overall architecture (at a conceptual, rather than implementation, level).
org.springframework.ui - package org.springframework.ui
Generic support for UI layer concepts.
org.springframework.ui.context - package org.springframework.ui.context
Contains classes defining the application context subinterface for UI applications.
org.springframework.ui.context.support - package org.springframework.ui.context.support
Classes supporting the org.springframework.ui.context package.
org.springframework.validation - package org.springframework.validation
Provides data binding and validation functionality, for usage in business and/or UI layers.
org.springframework.validation.annotation - package org.springframework.validation.annotation
Support classes for annotation-based constraint evaluation, e.g.
org.springframework.validation.beanvalidation - package org.springframework.validation.beanvalidation
Support classes for integrating a JSR-303 Bean Validation provider (such as Hibernate Validator 4.0) into a Spring ApplicationContext and in particular with Spring's data binding and validation APIs.
org.springframework.validation.support - package org.springframework.validation.support
Support classes for handling validation results.
override(String, String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
Return the resource (if any) at the new path on an attempt to locate a resource at the old path.
overrideThreadContextClassLoader() - Method in class org.springframework.remoting.support.RemotingSupport
Override the thread context ClassLoader with the environment's bean ClassLoader if necessary, i.e.

P

parameterInfoToTypes(MBeanParameterInfo[]) - Static method in class org.springframework.jmx.support.JmxUtils
Convert an array of MBeanParameterInfo into an array of Class instances corresponding to the parameters.
parameterInfoToTypes(MBeanParameterInfo[], ClassLoader) - Static method in class org.springframework.jmx.support.JmxUtils
Convert an array of MBeanParameterInfo into an array of Class instances corresponding to the parameters.
parse(Element, ParserContext) - Method in class org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
parse(String, Locale) - Method in class org.springframework.format.datetime.DateFormatter
 
parse(String, Locale) - Method in class org.springframework.format.datetime.joda.DateTimeParser
 
parse(String, Locale) - Method in class org.springframework.format.datetime.joda.LocalDateParser
 
parse(String, Locale) - Method in class org.springframework.format.datetime.joda.LocalDateTimeParser
 
parse(String, Locale) - Method in class org.springframework.format.datetime.joda.LocalTimeParser
 
parse(String, Locale) - Method in class org.springframework.format.datetime.standard.InstantFormatter
 
parse(String, Locale) - Method in class org.springframework.format.datetime.standard.TemporalAccessorParser
 
parse(String, Locale) - Method in class org.springframework.format.number.AbstractNumberFormatter
 
parse(String, Locale) - Method in class org.springframework.format.number.CurrencyFormatter
 
parse(String, Locale) - Method in interface org.springframework.format.Parser
Parse a text String to produce a T.
parse(Element, ParserContext) - Method in class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.scripting.config.ScriptingDefaultsParser
 
parseBeanNameGenerator(Element, ClassPathBeanDefinitionScanner) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
parseCacheAnnotations(Class<?>) - Method in interface org.springframework.cache.annotation.CacheAnnotationParser
Parses the cache definition for the given class, based on a known annotation type.
parseCacheAnnotations(Method) - Method in interface org.springframework.cache.annotation.CacheAnnotationParser
Parses the cache definition for the given method, based on a known annotation type.
parseCacheAnnotations(Class<?>) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
parseCacheAnnotations(Method) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
parseCacheAnnotations(SpringCacheAnnotationParser.DefaultCacheConfig, AnnotatedElement) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
Parser<T> - Interface in org.springframework.format
Parses text strings to produce instances of T.
parseScope(Element, ClassPathBeanDefinitionScanner) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
parseTypeFilters(Element, ClassPathBeanDefinitionScanner, ParserContext) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
PercentFormatter - Class in org.springframework.format.number
A Number formatter for percent values.
PercentFormatter() - Constructor for class org.springframework.format.number.PercentFormatter
 
PeriodicTrigger - Class in org.springframework.scheduling.support
A trigger for periodic task execution.
PeriodicTrigger(long) - Constructor for class org.springframework.scheduling.support.PeriodicTrigger
Create a trigger with the given period in milliseconds.
PeriodicTrigger(long, TimeUnit) - Constructor for class org.springframework.scheduling.support.PeriodicTrigger
Create a trigger with the given period and time unit.
PERSISTENCE_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed JPA annotation processor.
Phased - Interface in org.springframework.context
Interface for objects that may participate in a phased process such as lifecycle management.
popNestedPath() - Method in class org.springframework.validation.AbstractErrors
 
popNestedPath() - Method in exception org.springframework.validation.BindException
 
popNestedPath() - Method in interface org.springframework.validation.Errors
Pop the former nested path from the nested path stack.
populateAttributeDescriptor(Descriptor, Method, Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to add extra fields to the Descriptor for a particular attribute.
populateAttributeDescriptor(Descriptor, Method, Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Adds descriptor fields from the ManagedAttribute attribute or the ManagedMetric attribute to the attribute descriptor.
populateMBeanDescriptor(Descriptor, Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Called after the ModelMBeanInfo instance has been constructed but before it is passed to the MBeanExporter.
populateMBeanDescriptor(Descriptor, Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to add extra fields to the Descriptor for an MBean.
populateMBeanDescriptor(Descriptor, Object, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Adds descriptor fields from the ManagedResource attribute to the MBean descriptor.
populateOperationDescriptor(Descriptor, Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to add extra fields to the Descriptor for a particular operation.
populateOperationDescriptor(Descriptor, Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Adds descriptor fields from the ManagedAttribute attribute to the attribute descriptor.
postProcessAfterInitialization(Object, String) - Method in class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
postProcessAfterInstantiation(Object, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
postProcessBeanDefinition(AbstractBeanDefinition, String) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Apply further settings to the given bean definition, beyond the contents retrieved from scanning the component class.
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
Derive further bean definitions from the configuration classes in the registry.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
Prepare the Configuration classes for servicing bean requests at runtime by replacing them with CGLIB-enhanced subclasses.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
Modify the application context's internal bean factory after its standard initialization.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
postProcessBeforeInstantiation(Class<?>, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
postProcessBeforeInstantiation(Class<?>, String) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
postProcessConfiguration(Configuration<?>) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Post-process the given Bean Validation configuration, adding to or overriding any of its settings.
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
postProcessMessageCode(String) - Method in class org.springframework.validation.DefaultMessageCodesResolver
Post-process the given message code, built by this resolver.
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
predictBeanType(Class<?>, String) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
prefersShortLivedTasks() - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
This task executor prefers short-lived work units.
prefersShortLivedTasks() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
This task executor prefers short-lived work units.
prefersShortLivedTasks() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
prefersShortLivedTasks() - Method in interface org.springframework.scheduling.SchedulingTaskExecutor
Does this TaskExecutor prefer short-lived tasks over long-lived tasks?
prepare() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Ensures that an MBeanServerConnection is configured and attempts to detect a local connection if one is not supplied.
prepare() - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
Registers the specified NotificationListener.
prepare() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Fetches the RMI stub on startup, if necessary.
prepare() - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
Initialize this service exporter, binding the specified service to JNDI.
prepare() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Initialize this service exporter.
prepare() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Fetches RMI stub on startup, if necessary.
prepare() - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Initialize this service exporter, registering the service as RMI object.
prepareBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
Configure the factory's standard context characteristics, such as the context's ClassLoader and post-processors.
prepareRefresh() - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
 
prepareRefresh() - Method in class org.springframework.context.support.AbstractApplicationContext
Prepare this context for refreshing, setting its startup date and active flag as well as performing any initialization of property sources.
prepareScriptBeans(BeanDefinition, String, String) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Prepare the script beans in the internal BeanFactory that this post-processor uses.
Primary - Annotation Type in org.springframework.context.annotation
Indicates that a bean should be given preference when multiple candidates are qualified to autowire a single-valued dependency.
print(Date, Locale) - Method in class org.springframework.format.datetime.DateFormatter
 
print(Long, Locale) - Method in class org.springframework.format.datetime.joda.MillisecondInstantPrinter
 
print(ReadableInstant, Locale) - Method in class org.springframework.format.datetime.joda.ReadableInstantPrinter
 
print(ReadablePartial, Locale) - Method in class org.springframework.format.datetime.joda.ReadablePartialPrinter
 
print(Instant, Locale) - Method in class org.springframework.format.datetime.standard.InstantFormatter
 
print(TemporalAccessor, Locale) - Method in class org.springframework.format.datetime.standard.TemporalAccessorPrinter
 
print(Number, Locale) - Method in class org.springframework.format.number.AbstractNumberFormatter
 
print(T, Locale) - Method in interface org.springframework.format.Printer
Print the object of type T for display.
Printer<T> - Interface in org.springframework.format
Prints objects of type T for display.
processCommonDefinitionAnnotations(AnnotatedBeanDefinition) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
 
processConfigBeanDefinitions(BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
Build and validate a configuration model based on the registry of Configuration classes.
processConstraintViolations(Set<ConstraintViolation<Object>>, Errors) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
Process the given JSR-303 ConstraintViolations, adding corresponding errors to the provided Spring Errors object.
processMissingFieldError(String, BindingResult) - Method in interface org.springframework.validation.BindingErrorProcessor
Apply the missing field error to the given BindException.
processMissingFieldError(String, BindingResult) - Method in class org.springframework.validation.DefaultBindingErrorProcessor
 
processProperties(ConfigurableListableBeanFactory, ConfigurablePropertyResolver) - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
Visit each bean definition in the given bean factory and attempt to replace ${...} property placeholders with values from the given properties.
processProperties(ConfigurableListableBeanFactory, Properties) - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
processPropertyAccessException(PropertyAccessException, BindingResult) - Method in interface org.springframework.validation.BindingErrorProcessor
Translate the given PropertyAccessException to an appropriate error registered on the given Errors instance.
processPropertyAccessException(PropertyAccessException, BindingResult) - Method in class org.springframework.validation.DefaultBindingErrorProcessor
 
processScheduled(Scheduled, Method, Object) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
Profile - Annotation Type in org.springframework.context.annotation
Indicates that a component is eligible for registration when one or more specified profiles are active.
PropertiesHolder() - Constructor for class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
PropertiesHolder(Properties, long) - Constructor for class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
PropertySource - Annotation Type in org.springframework.context.annotation
Annotation providing a convenient and declarative mechanism for adding a PropertySource to Spring's Environment.
PropertySources - Annotation Type in org.springframework.context.annotation
Container annotation that aggregates several PropertySource annotations.
PropertySourcesPlaceholderConfigurer - Class in org.springframework.context.support
Specialization of PlaceholderConfigurerSupport that resolves ${...} placeholders within bean definition property values and @Value annotations against the current Spring Environment and its set of PropertySources.
PropertySourcesPlaceholderConfigurer() - Constructor for class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
 
PROXY_TARGET_CLASS_ATTRIBUTE - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
ProxyAsyncConfiguration - Class in org.springframework.scheduling.annotation
@Configuration class that registers the Spring infrastructure beans necessary to enable proxy-based asynchronous method execution.
ProxyAsyncConfiguration() - Constructor for class org.springframework.scheduling.annotation.ProxyAsyncConfiguration
 
ProxyCachingConfiguration - Class in org.springframework.cache.annotation
@Configuration class that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven cache management.
ProxyCachingConfiguration() - Constructor for class org.springframework.cache.annotation.ProxyCachingConfiguration
 
publishEvent(ApplicationEvent) - Method in interface org.springframework.context.ApplicationEventPublisher
Notify all listeners registered with this application of an application event.
publishEvent(ApplicationEvent) - Method in class org.springframework.context.support.AbstractApplicationContext
Publish the given event to all listeners.
pushNestedPath(String) - Method in class org.springframework.validation.AbstractErrors
 
pushNestedPath(String) - Method in exception org.springframework.validation.BindException
 
pushNestedPath(String) - Method in interface org.springframework.validation.Errors
Push the given sub path onto the nested path stack.
put(Object, Object) - Method in interface org.springframework.cache.Cache
Associate the specified value with the specified key in this cache.
put(Object, Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
put(String, Object) - Method in class org.springframework.validation.support.BindingAwareModelMap
 
putAll(Map<? extends String, ?>) - Method in class org.springframework.validation.support.BindingAwareModelMap
 
putIfAbsent(Object, Object) - Method in interface org.springframework.cache.Cache
Atomically associate the specified value with the specified key in this cache if it is not set already.
putIfAbsent(Object, Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 

R

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
Prints Joda-Time ReadableInstant instances using a DateTimeFormatter.
ReadableInstantPrinter(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.ReadableInstantPrinter
Create a new ReadableInstantPrinter.
ReadablePartialPrinter - Class in org.springframework.format.datetime.joda
Prints Joda-Time ReadablePartial instances using a DateTimeFormatter.
ReadablePartialPrinter(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.ReadablePartialPrinter
Create a new ReadableInstantPrinter.
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.
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
 
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(Class<?>...) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
Register one or more annotated classes to be processed.
register(Class<?>...) - Method in interface org.springframework.context.annotation.AnnotationConfigRegistry
Register one or more annotated classes to be processed.
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
 
registerBean(Class<?>, Class<? extends Annotation>...) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
 
registerBean(Class<?>, String, Class<? extends Annotation>...) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
 
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) - Method in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
Register bean definitions as necessary based on the given annotation metadata of the importing @Configuration class.
registerBeanNameOrInstance(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
Registers an individual bean with the MBeanServer.
registerBeanPostProcessors(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
Instantiate and invoke all registered BeanPostProcessor beans, respecting explicit order if given.
registerBeans() - Method in class org.springframework.jmx.export.MBeanExporter
Registers the defined beans with the MBeanServer.
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
Register the default filter for @Component.
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
Register a ScriptFactoryPostProcessor bean definition in the supplied BeanDefinitionRegistry if the ScriptFactoryPostProcessor hasn't already been registered.
registerShutdownHook() - Method in interface org.springframework.context.ConfigurableApplicationContext
Register a shutdown hook with the JVM runtime, closing this context on JVM shutdown unless it has already been closed at that time.
registerShutdownHook() - Method in class org.springframework.context.support.AbstractApplicationContext
Register a shutdown hook with the JVM runtime, closing this context on JVM shutdown unless it has already been closed at that time.
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
Register the specified ScheduledExecutorTasks on the given ScheduledExecutorService.
REGISTRATION_FAIL_ON_EXISTING - Static variable in class org.springframework.jmx.support.MBeanRegistrationSupport
Deprecated.
since Spring 3.2, in favor of RegistrationPolicy.FAIL_ON_EXISTING
REGISTRATION_IGNORE_EXISTING - Static variable in class org.springframework.jmx.support.MBeanRegistrationSupport
Deprecated.
since Spring 3.2, in favor of RegistrationPolicy.IGNORE_EXISTING
REGISTRATION_REPLACE_EXISTING - Static variable in class org.springframework.jmx.support.MBeanRegistrationSupport
Deprecated.
since Spring 3.2, in favor of RegistrationPolicy.REPLACE_EXISTING
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 codea nd 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.
release() - Method in class org.springframework.context.access.ContextBeanFactoryReference
 
releaseBean(InvocationContext) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Release the factory which has been used for autowiring the target bean.
releaseContext(Context) - Method in class org.springframework.jndi.JndiTemplate
Release a JNDI context as obtained from JndiTemplate.getContext().
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
Strategy interface for executing a RemoteInvocation on a target object.
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
Abstract base class for remote service exporters that explicitly deserialize RemoteInvocation objects and serialize RemoteInvocationResult objects, for example Spring's HTTP invoker.
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.
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
The bean name of the internally managed Required annotation processor.
requiredContextClass() - Method in class org.springframework.context.support.ApplicationObjectSupport
Determine the context class that any context passed to setApplicationContext must 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 class org.springframework.scripting.jruby.JRubyScriptFactory
JRuby scripts do require a config interface.
requiresConfigInterface() - Method in interface org.springframework.scripting.ScriptFactory
Return whether the script requires a config interface to be generated for it.
requiresRefresh() - Method in class org.springframework.scripting.support.RefreshableScriptTargetSource
Determine whether a refresh is required through calling ScriptFactory's requiresScriptedObjectRefresh method.
requiresScriptedObjectRefresh(ScriptSource) - Method in class org.springframework.scripting.bsh.BshScriptFactory
 
requiresScriptedObjectRefresh(ScriptSource) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
 
requiresScriptedObjectRefresh(ScriptSource) - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
 
requiresScriptedObjectRefresh(ScriptSource) - Method in interface org.springframework.scripting.ScriptFactory
Determine whether a refresh is required (e.g.
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(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 ScriptFactory BeanDefinition.
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
ThemeSource implementation that looks up an individual ResourceBundle per theme.
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.
retrieveLastModifiedTime() - Method in class org.springframework.scripting.support.ResourceScriptSource
Retrieve the current last-modified timestamp of the underlying resource.
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
MethodInterceptor for 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
FactoryBean for RMI proxies, supporting both conventional RMI services and RMI invokers.
RmiProxyFactoryBean() - Constructor for class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
RmiRegistryFactoryBean - Class in org.springframework.remoting.rmi
FactoryBean that locates a Registry and exposes it for bean references.
RmiRegistryFactoryBean() - Constructor for class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
RmiServiceExporter - Class in org.springframework.remoting.rmi
RMI exporter that exposes the specified service as RMI object with the specified name.
RmiServiceExporter() - Constructor for class org.springframework.remoting.rmi.RmiServiceExporter
 
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
 

S

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 GenericBeanDefinition class, based on an ASM ClassReader, with support for annotation metadata exposed through the AnnotatedBeanDefinition interface.
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, 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, Date, long) - Method in interface org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, invoking it at the specified execution time and subsequently with the given period.
scheduleAtFixedRate(Runnable, long) - Method in interface org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, starting as soon as possible and invoking it with the given period.
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
 
scheduledAnnotationProcessor() - Method in class org.springframework.scheduling.annotation.SchedulingConfiguration
 
ScheduledExecutorFactoryBean - Class in org.springframework.scheduling.concurrent
FactoryBean that sets up a ScheduledExecutorService (by default: a ScheduledThreadPoolExecutor) and exposes it for bean references.
ScheduledExecutorFactoryBean() - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
ScheduledExecutorTask - Class in org.springframework.scheduling.concurrent
JavaBean that describes a scheduled executor task, consisting of the Runnable and a delay plus period.
ScheduledExecutorTask() - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Create a new ScheduledExecutorTask, to be populated via bean properties.
ScheduledExecutorTask(Runnable) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Create a new ScheduledExecutorTask, with default one-time execution without delay.
ScheduledExecutorTask(Runnable, long) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Create a new ScheduledExecutorTask, with default one-time execution with the given delay.
ScheduledExecutorTask(Runnable, long, long, boolean) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Create a new ScheduledExecutorTask.
ScheduledMethodRunnable - Class in org.springframework.scheduling.support
Variant of MethodInvokingRunnable meant to be used for processing of no-arg scheduled methods.
ScheduledMethodRunnable(Object, Method) - Constructor for class org.springframework.scheduling.support.ScheduledMethodRunnable
 
ScheduledMethodRunnable(Object, String) - Constructor for class org.springframework.scheduling.support.ScheduledMethodRunnable
 
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
 
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
Schedule all registered tasks against the underlying task 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, Date, long) - Method in interface org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, invoking it at the specified execution time and subsequently with the given delay between the completion of one execution and the start of the next.
scheduleWithFixedDelay(Runnable, long) - Method in interface org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, starting as soon as possible and invoking it with the given delay between the completion of one execution and the start of the next.
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
@Configuration class that registers a ScheduledAnnotationBeanPostProcessor bean capable of processing Spring's @Scheduled annotation.
SchedulingConfiguration() - Constructor for class org.springframework.scheduling.annotation.SchedulingConfiguration
 
SchedulingConfigurer - Interface in org.springframework.scheduling.annotation
Optional interface to be implemented by @Configuration classes annotated with @EnableScheduling.
SchedulingException - Exception in org.springframework.scheduling
General exception to be thrown on scheduling failures, such as the scheduler already having shut down.
SchedulingException(String) - Constructor for exception org.springframework.scheduling.SchedulingException
Constructor for SchedulingException.
SchedulingException(String, Throwable) - Constructor for exception org.springframework.scheduling.SchedulingException
Constructor for SchedulingException.
SchedulingTaskExecutor - Interface in org.springframework.scheduling
A TaskExecutor extension exposing scheduling characteristics that are relevant to potential task submitters.
Scope - Annotation Type in org.springframework.context.annotation
When used as a type-level annotation in conjunction with the Component annotation, 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, 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
 
ScriptingDefaultsParser - Class in org.springframework.scripting.config
 
ScriptingDefaultsParser() - Constructor for class org.springframework.scripting.config.ScriptingDefaultsParser
 
ScriptSource - Interface in org.springframework.scripting
Interface that defines the source of a script.
selectImports(AdviceMode) - Method in class org.springframework.cache.annotation.CachingConfigurationSelector
Determine which classes should be imported based on the given AdviceMode.
selectImports(AnnotationMetadata) - Method in class org.springframework.context.annotation.AdviceModeImportSelector
This implementation resolves the type of annotation from generic metadata and validates that (a) the annotation is in fact present on the importing @Configuration class and (b) that the given annotation has an advice mode attribute of type AdviceMode.
selectImports(AdviceMode) - Method in class org.springframework.context.annotation.AdviceModeImportSelector
Determine which classes should be imported based on the given AdviceMode.
selectImports(AnnotationMetadata) - Method in interface org.springframework.context.annotation.ImportSelector
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
Determine which classes should be imported based on the given AdviceMode.
SelfNaming - Interface in org.springframework.jmx.export.naming
Interface that allows infrastructure components to provide their own ObjectNames to the MBeanExporter.
sendNotification(Notification) - Method in class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
Send the supplied Notification using the wrapped ModelMBean instance.
sendNotification(Notification) - Method in interface org.springframework.jmx.export.notification.NotificationPublisher
Send the specified Notification to all registered NotificationListeners.
server - Variable in class org.springframework.jmx.support.MBeanRegistrationSupport
The MBeanServer instance 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 MBeanServer to locate.
setAgentId(String) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
Set the agent id of the MBeanServer to locate.
setAgentId(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Set the agent id of the MBeanServer to locate.
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 null values (adapting them to an internal null holder value).
setAllowNullValues(boolean) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Specify whether to accept and convert null values for all caches in this cache manager.
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 name attributes and default names.
setAlwaysUseMessageFormat(boolean) - Method in class org.springframework.context.support.MessageSourceSupport
Set whether to always apply the MessageFormat rules, parsing even messages without arguments.
setApplicationContext(ApplicationContext) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
setApplicationContext(ApplicationContext) - Method in interface org.springframework.context.ApplicationContextAware
Set the ApplicationContext that this object runs in.
setApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.ApplicationObjectSupport
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.LiveBeansView
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
Setting an ApplicationContext is optional: If set, registered tasks will be activated in the ContextRefreshedEvent phase; if not set, it will happen at ScheduledAnnotationBeanPostProcessor.afterSingletonsInstantiated() time.
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 MBeanInfoAssembler interface to use for this exporter.
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
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
setAttributes(AttributeList) - Method in class org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
setAttributes(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 JmxAttributeSource implementation to use for reading the metadata from the bean class.
setAttributeSource(JmxAttributeSource) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
Set the implementation of the JmxAttributeSource interface to use when reading the source-level metadata.
setAuthenticator(Authenticator) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
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
Specify the HTTP server's TCP backlog.
setBasename(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set a single basename, following the basic ResourceBundle convention of not specifying file extension or language codes, but in contrast to ResourceBundleMessageSource referring to a Spring resource location: e.g.
setBasename(String) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Set a single basename, following ResourceBundle conventions: essentially, a fully-qualified classpath location.
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.ReloadableResourceBundleMessageSource
Set an array of basenames, each following the basic ResourceBundle convention of not specifying file extension or language codes, but in contrast to ResourceBundleMessageSource referring to a Spring resource location: e.g.
setBasenames(String...) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Set an array of basenames, each following ResourceBundle conventions: essentially, a fully-qualified classpath location.
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.jruby.JRubyScriptFactory
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
 
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.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 BeanFactory to be used when looking up executors by qualifier.
setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
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.concurrent.ExecutorConfigurationSupport
 
setBeanName(String) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Set the BeanNameGenerator to use for detected bean classes.
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
Provide a custom BeanNameGenerator for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner, if any.
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 Map of beans to be registered with the JMX MBeanServer.
setBeforeInvocation(boolean) - Method in class org.springframework.cache.interceptor.CacheEvictOperation
 
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
Set the CacheManager that this instance should use.
setCacheManager(CacheManager) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Set the CacheManager to use to create a default CacheResolver.
setCacheManager(String) - Method in class org.springframework.cache.interceptor.CacheOperation
 
setCacheManagers(Collection<CacheManager>) - Method in class org.springframework.cache.support.CompositeCacheManager
Specify the CacheManagers to delegate to.
setCacheName(String) - Method in class org.springframework.cache.interceptor.CacheOperation
 
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
 
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.
setCacheOperationSources(CacheOperationSource...) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Set one or more cache operation sources which are used to find the cache attributes.
setCacheOperationSources(CacheOperationSource...) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
Set the sources used to find cache operations.
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
 
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.ReloadableResourceBundleMessageSource
Set the number of seconds to cache loaded properties files.
setCacheSeconds(int) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Set the number of seconds to cache loaded resource bundle 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
 
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 ClassFilter to use for this pointcut.
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
Set whether to expose JDK 8's 'common' ForkJoinPool.
setConcurrentExecutor(Executor) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Specify the Executor to delegate to.
setConcurrentRefresh(boolean) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Specify whether to allow for concurrent refresh behavior, i.e.
setCondition(String) - Method in class org.springframework.cache.interceptor.CacheOperation
 
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 MBeanServer at creation time ("true") or the first time it is invoked ("false").
setConnectOnStartup(boolean) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set whether to connect to the server on startup.
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
Register HttpHandlers for 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, or GenericConverter.
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.CurrencyFormatter
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 JMXConnectorServer should 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
Set the default format style of Joda LocalDateTime and DateTime objects, as well as JDK Date and Calendar objects.
setDateTimeStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
Set the style to use for date and time types.
setDateTimeStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
Set the default format style of LocalDateTime objects.
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 to MBeanServerFactory.createMBeanServer() or MBeanServerFactory.findMBeanServer().
setDefaultEncoding(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set the default charset to use for parsing properties files.
setDefaultEncoding(String) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Set the default charset to use for parsing resource bundle files.
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.
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.
setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
Indicates whether Spring should ensure that ObjectNames generated by the configured ObjectNamingStrategy for runtime-registered MBeans (MBeanExporter.registerManagedResource(java.lang.Object)) should get modified: to ensure uniqueness for every instance of a managed Class.
setEnvironment(Environment) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Set the Environment to use when evaluating whether @Conditional-annotated component classes should be registered.
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
Set the Environment for this application context.
setEnvironment(Environment) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Set the Environment to use when resolving placeholders and evaluating @Conditional-annotated component classes.
setEnvironment(Environment) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
setEnvironment(Environment) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
 
setEnvironment(ConfigurableEnvironment) - Method in interface org.springframework.context.ConfigurableApplicationContext
Set the Environment for this application context.
setEnvironment(Environment) - Method in interface org.springframework.context.EnvironmentAware
Set the Environment that this object runs in.
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.support.AbstractApplicationContext
Set the Environment for this application context.
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
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
Set the Environment that this object runs in.
setEnvironment(Map<String, ?>) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Specify the environment for the JMX connector.
setEnvironment(Map<String, ?>) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
Specify the environment for the JMX connector.
setEnvironment(Properties) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set the environment properties used to construct the JMXConnectorServer as java.util.Properties (String key/value pairs).
setEnvironment(Properties) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set the environment properties used to construct the JMXConnector as java.util.Properties (String key/value pairs).
setEnvironment(Properties) - Method in class org.springframework.jndi.JndiTemplate
Set the environment for the JNDI InitialContext.
setEnvironmentMap(Map<String, ?>) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set the environment properties used to construct the JMXConnector as a Map of String keys and arbitrary Object values.
setEnvironmentMap(Map<String, ?>) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set the environment properties used to construct the JMXConnector as a Map of String keys and arbitrary Object values.
setErrorHandler(CacheErrorHandler) - Method in class org.springframework.cache.interceptor.AbstractCacheInvoker
Set the CacheErrorHandler instance to use to handle errors thrown by the cache provider.
setErrorHandler(ErrorHandler) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
Set the ErrorHandler to invoke in case an exception is thrown from a listener.
setErrorHandler(ErrorHandler) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Provide an ErrorHandler strategy.
setErrorHandler(ErrorHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Set a custom ErrorHandler strategy.
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 AsyncUncaughtExceptionHandler to 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
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.
setExtractOldValueForEditor(boolean) - Method in class org.springframework.validation.DataBinder
Set whether to extract the old field value when applying a property editor to a new value for a field.
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.ReloadableResourceBundleMessageSource
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.context.support.ResourceBundleMessageSource
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
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
Specify fixed-rate tasks as a list of IntervalTask objects.
setFormatter(DateFormatter) - Method in class org.springframework.format.datetime.DateFormatterRegistrar
Set the date formatter to register.
setFormatterRegistrars(Set<FormatterRegistrar>) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
Configure the set of FormatterRegistrars to invoke to register Converters and Formatters in addition to those added declaratively via FormattingConversionServiceFactoryBean.setConverters(Set) and FormattingConversionServiceFactoryBean.setFormatters(Set).
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.CurrencyFormatter
Specify the desired number of fraction digits.
setHandback(Object) - Method in class org.springframework.jmx.support.NotificationListenerHolder
Set the (arbitrary) object that will be 'handed back' as-is by an NotificationBroadcaster when notifying any NotificationListener.
setHomeInterface(Class<?>) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Set a home interface that this invoker will narrow to before performing the parameterless SLSB create() call that returns the actual SLSB proxy.
setHost(String) - Method in class org.springframework.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
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
 
setId(String) - Method in class org.springframework.context.support.GenericApplicationContext
 
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 @Configuration class.
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
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 / @EJB annotated fields and setter methods, for mappedName attributes that point directly into JNDI.
setJndiName(String) - Method in class org.springframework.jndi.JndiObjectLocator
Specify the JNDI name to look up.
setJndiName(String) - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
Set the JNDI name of the exported RMI service.
setJndiName(String) - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
Specify a JNDI name of the ThreadFactory to delegate to, replacing the default JNDI name "java:comp/DefaultManagedThreadFactory".
setJndiName(String) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
Specify a JNDI name of the Executor to delegate to, replacing the default JNDI name "java:comp/DefaultManagedExecutorService".
setJndiName(String) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
Specify a JNDI name of the Executor to delegate to, replacing the default JNDI name "java:comp/DefaultManagedScheduledExecutorService".
setJndiTemplate(JndiTemplate) - Method in class org.springframework.jndi.JndiAccessor
Set the JNDI template to use for JNDI lookups.
setJndiTemplate(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
 
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
 
setLanguage(String) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
Set the name of language meant for evaluation 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
Set the LoadTimeWeaver of this object's containing ApplicationContext.
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 MBeanServerFactoryBean should attempt to locate a running MBeanServer before 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
Set the ObjectName-style name of the single MBean that the encapsulated NotificationFilter will be registered with to listen for Notifications.
setMappedObjectNames(Object[]) - Method in class org.springframework.jmx.support.NotificationListenerHolder
Set an array of ObjectName-style names of the MBeans that the encapsulated NotificationFilter will be registered with to listen for Notifications.
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 MetadataReaderFactory to use.
setMetadataReaderFactory(MetadataReaderFactory) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
Set the MetadataReaderFactory to 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
 
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 ObjectNamingStrategy interface 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
Set the NotificationFilter associated with the encapsulated NotificationFilter.
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
Set the NotificationListeners to register with the MBeanServer.
setNotificationListeners(NotificationListenerBean...) - Method in class org.springframework.jmx.export.MBeanExporter
Set the NotificationListenerBeans containing the NotificationListeners that will be registered with the MBeanServer.
setNotificationPublisher(NotificationPublisher) - Method in interface org.springframework.jmx.export.notification.NotificationPublisherAware
Set the NotificationPublisher instance for the current managed resource instance.
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 ObjectName of the MBean which calls are routed to, as ObjectName instance or as String.
setObjectName(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
Set the JMX ObjectName of this managed resource.
setObjectName(Object) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set the ObjectName used to register the JMXConnectorServer itself with the MBeanServer, as ObjectName instance or as String.
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.NumberFormatter
Sets 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 a bean that can cause conditional invocation of the CacheInterceptor depending on method and attributes passed.
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
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 ProblemReporter to 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 PropertySources to 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 MBeanServer with the MBeanServerFactory, making it available through MBeanServerFactory.findMBeanServer().
setRegistrationBehavior(int) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
setRegistrationBehaviorName(String) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
setRegistrationPolicy(RegistrationPolicy) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
The policy to use when attempting to register an MBean under an ObjectName that already exists.
setRegistry(Registry) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Specify the RMI registry to register the exported service with.
setRegistryClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Set a custom RMI client socket factory to use for accessing the RMI registry.
setRegistryClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI client socket factory to use for the RMI registry.
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(Object) - 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
Set the remove-on-cancel mode on ScheduledThreadPoolExecutor (JDK 7+).
setRemoveOnCancelPolicy(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Set the remove-on-cancel mode on ScheduledThreadPoolExecutor (JDK 7+).
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 / @EJB annotated fields and setter methods, for name attributes and default names.
setResourceLoader(ResourceLoader) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Set the ResourceLoader to 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 J2EE container, i.e.
setResourceRef(boolean) - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
Set whether the lookup occurs in a J2EE container, i.e.
setResourceRef(boolean) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
Set whether the lookup occurs in a J2EE container, i.e.
setResourceRef(boolean) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
Set whether the lookup occurs in a J2EE container, i.e.
setRoundingMode(RoundingMode) - Method in class org.springframework.format.number.CurrencyFormatter
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
Specify the ScheduledExecutorService to delegate to.
setScheduledExecutorTasks(ScheduledExecutorTask...) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Register a list of ScheduledExecutorTask objects with the ScheduledExecutorService that this FactoryBean creates.
setScheduler(Object) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
Set the TaskScheduler that will invoke the scheduled methods, or a ScheduledExecutorService to be wrapped as a TaskScheduler.
setScheduler(Object) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Set the TaskScheduler to register scheduled tasks with, or a ScheduledExecutorService to be wrapped as a TaskScheduler.
setScopeAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
Set the type of annotation that is checked for by this AnnotationScopeMetadataResolver.
setScopedProxyMode(ScopedProxyMode) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Specify the proxy behavior for non-singleton scoped beans.
setScopedProxyMode(ScopedProxyMode) - Method in class org.springframework.context.annotation.ScopeMetadata
Set the proxy-mode to be applied to the scoped instance.
setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Set the ScopeMetadataResolver to use for detected bean classes.
setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
Set the ScopeMetadataResolver to use for detected bean classes.
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 MBeanServerConnection used to connect to the MBean which all invocations are routed to.
setServer(MBeanServerConnection) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
Set the MBeanServerConnection used to connect to the MBean which all invocations are routed to.
setServer(MBeanServer) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Specify the MBeanServer instance with which all beans should be registered.
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
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).
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.
setTaskExecutor(Executor) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
Set a custom executor (typically a TaskExecutor) to invoke each listener with.
setTaskExecutor(Executor) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Specify the default task executor to use for asynchronous methods.
setTaskScheduler(TaskScheduler) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Set the TaskScheduler to register scheduled tasks with.
setThreaded(boolean) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set whether the JMXConnectorServer should be started in a separate thread.
setThreadFactory(ThreadFactory) - Method in class org.springframework.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 TimeZone to normalize the date values into, if any.
setTimeZone(DateTimeZone) - Method in class org.springframework.format.datetime.joda.JodaTimeContext
Set the user's time zone.
setTimeZone(ZoneId) - Method in class org.springframework.format.datetime.standard.DateTimeContext
Set the user's time zone.
setTimeZone(TimeZone) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
Set the TimeZone to normalize the date values into, if any.
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
 
setUnless(String) - Method in class org.springframework.cache.interceptor.CachePutOperation
 
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.
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
Create a new ShadowingClassLoader, decorating the given ClassLoader.
shouldGenerateId() - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
shutdown() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Perform a shutdown on the underlying ExecutorService.
SimpleApplicationEventMulticaster - Class in org.springframework.context.event
Simple implementation of the ApplicationEventMulticaster interface.
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
A simple CacheResolver that resolves the Cache instance(s) based on a configurable CacheManager and the name of the cache(s) as provided by getCacheNames()
SimpleCacheResolver() - Constructor for class org.springframework.cache.interceptor.SimpleCacheResolver
 
SimpleCacheResolver(CacheManager) - Constructor for class org.springframework.cache.interceptor.SimpleCacheResolver
 
SimpleHttpServerFactoryBean - Class in org.springframework.remoting.support
FactoryBean that creates a simple HTTP server, based on the HTTP server that is included in Sun's JRE 1.6.
SimpleHttpServerFactoryBean() - Constructor for class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
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 BeanFactory interface.
SimpleJndiBeanFactory() - Constructor for class org.springframework.jndi.support.SimpleJndiBeanFactory
 
SimpleKey - Class in org.springframework.cache.interceptor
A simple key as returned from the SimpleKeyGenerator.
SimpleKey(Object...) - Constructor for class org.springframework.cache.interceptor.SimpleKey
Create a new SimpleKey instance.
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
LoadTimeWeaver that builds and exposes a SimpleInstrumentableClassLoader.
SimpleLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
Create a new SimpleLoadTimeWeaver for the current context ClassLoader.
SimpleLoadTimeWeaver(SimpleInstrumentableClassLoader) - Constructor for class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
Create a new SimpleLoadTimeWeaver for the given ClassLoader.
SimpleLocaleContext - Class in org.springframework.context.i18n
Simple implementation of the LocaleContext interface, always returning a specified Locale.
SimpleLocaleContext(Locale) - Constructor for class org.springframework.context.i18n.SimpleLocaleContext
Create a new SimpleLocaleContext that exposes the specified Locale.
SimpleReflectiveMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Simple subclass of AbstractReflectiveMBeanInfoAssembler that always votes yes for method and property inclusion, effectively exposing all public methods and properties as operations and attributes.
SimpleReflectiveMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
 
SimpleRemoteSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Basic invoker for a remote Stateless Session Bean.
SimpleRemoteSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
 
SimpleRemoteStatelessSessionProxyFactoryBean - Class in org.springframework.ejb.access
Convenient FactoryBean for remote SLSB proxies.
SimpleRemoteStatelessSessionProxyFactoryBean() - Constructor for class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
SimpleTheme - Class in org.springframework.ui.context.support
Default Theme implementation, wrapping a name and an underlying MessageSource.
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 Scope implementation.
SimpleThreadScope() - Constructor for class org.springframework.context.support.SimpleThreadScope
 
SimpleThrowawayClassLoader - Class in org.springframework.instrument.classloading
ClassLoader that can be used to load classes without bringing them into the parent loader.
SimpleThrowawayClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.SimpleThrowawayClassLoader
Create a new SimpleThrowawayClassLoader for the given ClassLoader.
SimpleTimeZoneAwareLocaleContext - Class in org.springframework.context.i18n
Simple implementation of the TimeZoneAwareLocaleContext interface, always returning a specified Locale and TimeZone.
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
Simple data holder implementation of the TriggerContext interface.
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
Straightforward implementation of Cache.ValueWrapper, simply holding the value as given at construction and returning it from SimpleValueWrapper.get().
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 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
ApplicationListener decorator that filters events from a specified event source, invoking its delegate listener for matching ApplicationEvent objects only.
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
Create a SourceFilteringListener for the given event source, expecting subclasses to override the SourceFilteringListener.onApplicationEventInternal(org.springframework.context.ApplicationEvent) method (instead of specifying a delegate listener).
SpringBeanAutowiringInterceptor - Class in org.springframework.ejb.interceptor
EJB3-compliant interceptor class that injects Spring beans into fields and methods which are annotated with @Autowired.
SpringBeanAutowiringInterceptor() - Constructor for class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
 
SpringCacheAnnotationParser - Class in org.springframework.cache.annotation
Strategy implementation for parsing Spring's Caching, Cacheable, CacheEvict and CachePut annotations.
SpringCacheAnnotationParser() - Constructor for class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
SpringConstraintValidatorFactory - Class in org.springframework.validation.beanvalidation
JSR-303 ConstraintValidatorFactory implementation that delegates to a Spring BeanFactory for creating autowired ConstraintValidator instances.
SpringConstraintValidatorFactory(AutowireCapableBeanFactory) - Constructor for class org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
Create a new SpringConstraintValidatorFactory for the given BeanFactory.
SpringModelMBean - Class in org.springframework.jmx.export
Extension of the RequiredModelMBean class that ensures the thread context ClassLoader is switched for the managed resource's ClassLoader before any invocations occur.
SpringModelMBean() - Constructor for class org.springframework.jmx.export.SpringModelMBean
Construct a new SpringModelMBean instance with an empty ModelMBeanInfo.
SpringModelMBean(ModelMBeanInfo) - Constructor for class org.springframework.jmx.export.SpringModelMBean
Construct a new SpringModelMBean instance with the given ModelMBeanInfo.
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 BeanExpressionResolver interface, parsing and evaluating Spring EL using Spring's expression module.
StandardBeanExpressionResolver() - Constructor for class org.springframework.context.expression.StandardBeanExpressionResolver
Create a new StandardBeanExpressionResolver with default settings.
StandardBeanExpressionResolver(ClassLoader) - Constructor for class org.springframework.context.expression.StandardBeanExpressionResolver
Create a new StandardBeanExpressionResolver with the given bean class loader, using it as the basis for expression compilation.
StandardScriptEvaluator - Class in org.springframework.scripting.support
javax.script (JSR-223) based implementation of Spring's ScriptEvaluator strategy interface.
StandardScriptEvaluator() - Constructor for class org.springframework.scripting.support.StandardScriptEvaluator
Construct a new StandardScriptEvaluator.
StandardScriptEvaluator(ClassLoader) - Constructor for class org.springframework.scripting.support.StandardScriptEvaluator
Construct a new StandardScriptEvaluator.
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
Can this Validator validate instances of the supplied clazz?
supportsEvent(Class<?>, ApplicationEvent) - 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<?>, Class<? extends ApplicationEvent>, Class<?>) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
Determine whether the given listener supports the given event.
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(Class<? extends ApplicationEvent>) - Method in class org.springframework.context.event.SourceFilteringListener
 
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.

T

Task - Class in org.springframework.scheduling.config
Holder class defining a Runnable to be executed as a task, typically at a scheduled time or interval.
Task(Runnable) - Constructor for class org.springframework.scheduling.config.Task
Create a new Task.
TaskExecutorFactoryBean - Class in org.springframework.scheduling.config
FactoryBean for creating ThreadPoolTaskExecutor instances, choosing between the standard concurrent and the backport-concurrent variant.
TaskExecutorFactoryBean() - Constructor for class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
TaskManagementConfigUtils - Class in org.springframework.scheduling.config
Configuration constants for internal sharing across subpackages.
TaskManagementConfigUtils() - Constructor for class org.springframework.scheduling.config.TaskManagementConfigUtils
 
TaskNamespaceHandler - Class in org.springframework.scheduling.config
NamespaceHandler for the 'task' namespace.
TaskNamespaceHandler() - Constructor for class org.springframework.scheduling.config.TaskNamespaceHandler
 
TaskScheduler - Interface in org.springframework.scheduling
Task scheduler interface that abstracts the scheduling of Runnables based on different kinds of triggers.
TaskUtils - Class in org.springframework.scheduling.support
Utility methods for decorating tasks with error handling.
TaskUtils() - Constructor for class org.springframework.scheduling.support.TaskUtils
 
TemporalAccessorParser - Class in org.springframework.format.datetime.standard
Parser implementation for a JSR-310 TemporalAccessor, using a DateTimeFormatter) (the contextual one, if available).
TemporalAccessorParser(Class<? extends TemporalAccessor>, DateTimeFormatter) - Constructor for class org.springframework.format.datetime.standard.TemporalAccessorParser
Create a new TemporalAccessorParser for the given TemporalAccessor type.
TemporalAccessorPrinter - Class in org.springframework.format.datetime.standard
Printer implementation for a JSR-310 TemporalAccessor, using a DateTimeFormatter) (the contextual one, if available).
TemporalAccessorPrinter(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.standard.TemporalAccessorPrinter
Create a new TemporalAccessorPrinter.
testRegistry(Registry) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Test the given RMI registry, calling some operation on it to check whether it is still active.
testRegistry(Registry) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Test the given RMI registry, calling some operation on it to check whether it is still active.
Theme - Interface in org.springframework.ui.context
A Theme can resolve theme-specific messages, codes, file paths, etcetera (e.g. CSS and image files in a web environment).
THEME_SOURCE_BEAN_NAME - Static variable in class org.springframework.ui.context.support.UiApplicationContextUtils
Name of the ThemeSource bean in the factory.
ThemeSource - Interface in org.springframework.ui.context
Interface to be implemented by objects that can resolve Themes.
ThreadPoolExecutorFactoryBean - Class in org.springframework.scheduling.concurrent
JavaBean that allows for configuring a ThreadPoolExecutor in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a bean reference of its native ExecutorService type.
ThreadPoolExecutorFactoryBean() - Constructor for class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
ThreadPoolTaskExecutor - Class in org.springframework.scheduling.concurrent
JavaBean that allows for configuring a ThreadPoolExecutor in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a Spring TaskExecutor.
ThreadPoolTaskExecutor() - Constructor for class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
ThreadPoolTaskScheduler - Class in org.springframework.scheduling.concurrent
Implementation of Spring's TaskScheduler interface, wrapping a native ScheduledThreadPoolExecutor.
ThreadPoolTaskScheduler() - Constructor for class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
ThrowableWrapper(Throwable) - Constructor for exception org.springframework.cache.interceptor.CacheOperationInvoker.ThrowableWrapper
 
TimeZoneAwareLocaleContext - Interface in org.springframework.context.i18n
Extension of LocaleContext, adding awareness of the current time zone.
toDelimitedString(String...) - Static method in enum org.springframework.validation.DefaultMessageCodesResolver.Format
Concatenate the given elements, delimiting each with DefaultMessageCodesResolver.CODE_SEPARATOR, skipping zero-length or null elements altogether.
TomcatLoadTimeWeaver - Class in org.springframework.instrument.classloading.tomcat
LoadTimeWeaver implementation for Tomcat's new InstrumentableClassLoader.
TomcatLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
TomcatLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
toStoreValue(Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
Convert the given user value, as passed into the put method, to a value in the internal store (adapting null).
toString() - Method in class org.springframework.cache.interceptor.CacheOperation
Return an identifying description for this cache operation.
toString() - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
 
toString() - Method in class org.springframework.cache.interceptor.SimpleKey
 
toString() - Method in class org.springframework.context.i18n.SimpleLocaleContext
 
toString() - Method in class org.springframework.context.i18n.SimpleTimeZoneAwareLocaleContext
 
toString() - Method in class org.springframework.context.support.AbstractApplicationContext
Return information about this context.
toString() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
Default implementation exposes the attributes of this MessageSourceResolvable.
toString() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
toString() - Method in class org.springframework.context.support.ResourceBundleMessageSource
Show the configuration of this MessageSource.
toString() - Method in class org.springframework.context.support.StaticMessageSource
 
toString() - Method in class org.springframework.remoting.support.RemoteInvocation
 
toString() - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
toString() - Method in class org.springframework.scheduling.support.CronTrigger
 
toString() - Method in class org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
 
toString() - Method in class org.springframework.scripting.bsh.BshScriptFactory
 
toString() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
 
toString() - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
 
toString() - Method in class org.springframework.scripting.support.ResourceScriptSource
 
toString() - Method in class org.springframework.scripting.support.StaticScriptSource
 
toString() - Method in class org.springframework.validation.AbstractErrors
 
toString() - Method in class org.springframework.validation.FieldError
 
toString() - Method in class org.springframework.validation.ObjectError
 
transformIfNecessary(String, byte[]) - Method in class org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
 
transformIfNecessary(String, byte[]) - Method in class org.springframework.instrument.classloading.WeavingTransformer
Apply transformation on a given class byte definition.
transformIfNecessary(String, String, byte[], ProtectionDomain) - Method in class org.springframework.instrument.classloading.WeavingTransformer
Apply transformation on a given class byte definition.
Trigger - Interface in org.springframework.scheduling
Common interface for trigger objects that determine the next execution time of a task that they get associated with.
TriggerContext - Interface in org.springframework.scheduling
Context object encapsulating last execution times and last completion time of a given task.
TriggerTask - Class in org.springframework.scheduling.config
Task implementation defining a Runnable to be executed according to a given Trigger.
TriggerTask(Runnable, Trigger) - Constructor for class org.springframework.scheduling.config.TriggerTask
Create a new TriggerTask.
TYPE_KEY - Static variable in class org.springframework.jmx.export.naming.IdentityNamingStrategy
 
TypeMismatchNamingException - Exception in org.springframework.jndi
Exception thrown if a type mismatch is encountered for an object located in a JNDI environment.
TypeMismatchNamingException(String, Class<?>, Class<?>) - Constructor for exception org.springframework.jndi.TypeMismatchNamingException
Construct a new TypeMismatchNamingException, building an explanation text from the given arguments.
TypeMismatchNamingException(String) - Constructor for exception org.springframework.jndi.TypeMismatchNamingException
Construct a new TypeMismatchNamingException.

U

UiApplicationContextUtils - Class in org.springframework.ui.context.support
Utility class for UI application context implementations.
UiApplicationContextUtils() - Constructor for class org.springframework.ui.context.support.UiApplicationContextUtils
 
UnableToRegisterMBeanException - Exception in org.springframework.jmx.export
Exception thrown when we are unable to register an MBean, for example because of a naming conflict.
UnableToRegisterMBeanException(String) - Constructor for exception org.springframework.jmx.export.UnableToRegisterMBeanException
Create a new UnableToRegisterMBeanException with the specified error message.
UnableToRegisterMBeanException(String, Throwable) - Constructor for exception org.springframework.jmx.export.UnableToRegisterMBeanException
Create a new UnableToRegisterMBeanException with the specified error message and root cause.
UnableToSendNotificationException - Exception in org.springframework.jmx.export.notification
Thrown when a JMX Notification is unable to be sent.
UnableToSendNotificationException(String) - Constructor for exception org.springframework.jmx.export.notification.UnableToSendNotificationException
Create a new instance of the UnableToSendNotificationException class with the specified error message.
UnableToSendNotificationException(String, Throwable) - Constructor for exception org.springframework.jmx.export.notification.UnableToSendNotificationException
Create a new instance of the UnableToSendNotificationException with the specified error message and root cause.
unbind(String) - Method in class org.springframework.jndi.JndiTemplate
Remove the binding for the given name from the current JNDI context.
unregisterBeans() - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Unregisters all beans that have been registered by an instance of this class.
unregisterManagedResource(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
 
unregisterManagedResource(ObjectName) - Method in interface org.springframework.jmx.export.MBeanExportOperations
Remove the specified MBean from the underlying MBeanServer registry.
unwrap(Class<T>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
update(Date, Date, Date) - Method in class org.springframework.scheduling.support.SimpleTriggerContext
Update this holder's state with the latest time values.
UrlBasedRemoteAccessor - Class in org.springframework.remoting.support
Abstract base class for classes that access remote services via URLs.
UrlBasedRemoteAccessor() - Constructor for class org.springframework.remoting.support.UrlBasedRemoteAccessor
 
useBeanFactory(String) - Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
Load/use a bean factory, as specified by a factory key which is a JNDI address, of the form java:comp/env/ejb/BeanFactoryPath.
useCachingConfigurer(CachingConfigurer) - Method in class org.springframework.cache.annotation.AbstractCachingConfiguration
Extract the configuration from the nominated CachingConfigurer.
usingContext() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 

V

validate(Object, Errors) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
validate(Object, Errors, Object...) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
validate(T, Class<?>...) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
validate() - Method in class org.springframework.validation.DataBinder
Invoke the specified Validators, if any.
validate(Object...) - Method in class org.springframework.validation.DataBinder
Invoke the specified Validators, if any, with the given validation hints.
validate(Object, Errors, Object...) - Method in interface org.springframework.validation.SmartValidator
Validate the supplied target object, which must be of a type of Class for which the Validator.supports(Class) method typically returns true.
validate(Object, Errors) - Method in interface org.springframework.validation.Validator
Validate the supplied target object, which must be of a Class for which the Validator.supports(Class) method typically has (or would) return true.
Validated - Annotation Type in org.springframework.validation.annotation
Variant of JSR-303's Valid, supporting the specification of validation groups.
validateProperty(T, String, Class<?>...) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
validateValue(Class<T>, String, Object, Class<?>...) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
ValidationUtils - Class in org.springframework.validation
Utility class offering convenient methods for invoking a Validator and for rejecting empty fields.
ValidationUtils() - Constructor for class org.springframework.validation.ValidationUtils
 
Validator - Interface in org.springframework.validation
A validator for application-specific objects.
valueOf(String) - Static method in enum org.springframework.context.annotation.AdviceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.context.annotation.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.context.annotation.ScopedProxyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.format.annotation.DateTimeFormat.ISO
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.format.annotation.NumberFormat.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.jmx.support.MetricType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.jmx.support.RegistrationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.validation.DefaultMessageCodesResolver.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.context.annotation.AdviceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.context.annotation.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.context.annotation.ScopedProxyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.format.annotation.DateTimeFormat.ISO
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.format.annotation.NumberFormat.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.jmx.support.MetricType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.jmx.support.RegistrationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.validation.DefaultMessageCodesResolver.Format
Returns an array containing the constants of this enum type, in the order they are declared.

W

WeavingTransformer - Class in org.springframework.instrument.classloading
ClassFileTransformer-based weaver, allowing for a list of transformers to be applied on a class byte array.
WeavingTransformer(ClassLoader) - Constructor for class org.springframework.instrument.classloading.WeavingTransformer
Create a new WeavingTransformer for the given class loader.
WebLogicLoadTimeWeaver - Class in org.springframework.instrument.classloading.weblogic
LoadTimeWeaver implementation for WebLogic's instrumentable ClassLoader.
WebLogicLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
Creates a new instance of the WebLogicLoadTimeWeaver class using the default class loader.
WebLogicLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
Creates a new instance of the WebLogicLoadTimeWeaver class using the supplied ClassLoader.
WebSphereLoadTimeWeaver - Class in org.springframework.instrument.classloading.websphere
LoadTimeWeaver implementation for WebSphere's instrumentable ClassLoader.
WebSphereLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
Create a new instance of the WebSphereLoadTimeWeaver class using the default class loader.
WebSphereLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
Create a new instance of the WebSphereLoadTimeWeaver class using the supplied ClassLoader.
WebSphereMBeanServerFactoryBean - Class in org.springframework.jmx.support
FactoryBean that obtains a WebSphere MBeanServer reference through WebSphere's proprietary AdminServiceFactory API, available on WebSphere 5.1 and higher.
WebSphereMBeanServerFactoryBean() - Constructor for class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
write(EvaluationContext, Object, String, Object) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
 
write(EvaluationContext, Object, String, Object) - Method in class org.springframework.context.expression.BeanFactoryAccessor
 
write(EvaluationContext, Object, String, Object) - Method in class org.springframework.context.expression.EnvironmentAccessor
Read-only: no-op.
write(EvaluationContext, Object, String, Object) - Method in class org.springframework.context.expression.MapAccessor
 
A B C D E F G H I J K L M N O P R S T U V W 
spring-context