文件名称: spring-context-3.2.9.RELEASE.jar中文-英文对照文档.zip
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.2.9.RELEASE</version>
</dependency>Gradle:
implementation group: 'org.springframework', name: 'spring-context', version: '3.2.9.RELEASE'
Gradle (Short):
implementation 'org.springframework:spring-context:3.2.9.RELEASE'
Gradle (Kotlin):
implementation("org.springframework:spring-context:3.2.9.RELEASE")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.springframework.cache
org.springframework.cache.annotation
org.springframework.cache.concurrent
org.springframework.cache.config
org.springframework.cache.interceptor
org.springframework.cache.support
org.springframework.context
org.springframework.context.access
org.springframework.context.annotation
org.springframework.context.config
org.springframework.context.event
org.springframework.context.expression
org.springframework.context.i18n
org.springframework.context.support
org.springframework.context.weaving
org.springframework.ejb.access
org.springframework.ejb.config
org.springframework.ejb.interceptor
org.springframework.ejb.support
org.springframework.format
org.springframework.format.annotation
org.springframework.format.datetime
org.springframework.format.datetime.joda
org.springframework.format.number
org.springframework.format.support
org.springframework.instrument.classloading
org.springframework.instrument.classloading.glassfish
org.springframework.instrument.classloading.jboss
org.springframework.instrument.classloading.oc4j
org.springframework.instrument.classloading.weblogic
org.springframework.instrument.classloading.websphere
org.springframework.jmx
org.springframework.jmx.access
org.springframework.jmx.export
org.springframework.jmx.export.annotation
org.springframework.jmx.export.assembler
org.springframework.jmx.export.metadata
org.springframework.jmx.export.naming
org.springframework.jmx.export.notification
org.springframework.jmx.support
org.springframework.jndi
org.springframework.jndi.support
org.springframework.remoting
org.springframework.remoting.rmi
org.springframework.remoting.soap
org.springframework.remoting.support
org.springframework.scheduling
org.springframework.scheduling.annotation
org.springframework.scheduling.backportconcurrent
org.springframework.scheduling.concurrent
org.springframework.scheduling.config
org.springframework.scheduling.support
org.springframework.scheduling.timer
org.springframework.scripting
org.springframework.scripting.bsh
org.springframework.scripting.config
org.springframework.scripting.groovy
org.springframework.scripting.jruby
org.springframework.scripting.support
org.springframework.stereotype
org.springframework.ui
org.springframework.ui.context
org.springframework.ui.context.support
org.springframework.validation
org.springframework.validation.annotation
org.springframework.validation.beanvalidation
org.springframework.validation.supportorg.springframework.cache.Cache
org.springframework.cache.Cache.ValueWrapper
org.springframework.cache.CacheManager
org.springframework.cache.annotation.AbstractCachingConfiguration
org.springframework.cache.annotation.AnnotationCacheOperationSource
org.springframework.cache.annotation.CacheAnnotationParser
org.springframework.cache.annotation.CacheEvict
org.springframework.cache.annotation.CachePut
org.springframework.cache.annotation.Cacheable
org.springframework.cache.annotation.Caching
org.springframework.cache.annotation.CachingConfigurationSelector
org.springframework.cache.annotation.CachingConfigurer
org.springframework.cache.annotation.EnableCaching
org.springframework.cache.annotation.ProxyCachingConfiguration
org.springframework.cache.annotation.SpringCacheAnnotationParser
org.springframework.cache.concurrent.ConcurrentMapCache
org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
org.springframework.cache.concurrent.ConcurrentMapCacheManager
org.springframework.cache.config.CacheNamespaceHandler
org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
org.springframework.cache.interceptor.CacheAspectSupport
org.springframework.cache.interceptor.CacheAspectSupport.Invoker
org.springframework.cache.interceptor.CacheEvictOperation
org.springframework.cache.interceptor.CacheInterceptor
org.springframework.cache.interceptor.CacheOperation
org.springframework.cache.interceptor.CacheOperationSource
org.springframework.cache.interceptor.CacheProxyFactoryBean
org.springframework.cache.interceptor.CachePutOperation
org.springframework.cache.interceptor.CacheableOperation
org.springframework.cache.interceptor.CompositeCacheOperationSource
org.springframework.cache.interceptor.DefaultKeyGenerator
org.springframework.cache.interceptor.KeyGenerator
org.springframework.cache.interceptor.NameMatchCacheOperationSource
org.springframework.cache.support.AbstractCacheManager
org.springframework.cache.support.CompositeCacheManager
org.springframework.cache.support.NoOpCacheManager
org.springframework.cache.support.SimpleCacheManager
org.springframework.cache.support.SimpleValueWrapper
org.springframework.context.ApplicationContext
org.springframework.context.ApplicationContextAware
org.springframework.context.ApplicationContextException
org.springframework.context.ApplicationContextInitializer
org.springframework.context.ApplicationEvent
org.springframework.context.ApplicationEventPublisher
org.springframework.context.ApplicationEventPublisherAware
org.springframework.context.ApplicationListener
org.springframework.context.ConfigurableApplicationContext
org.springframework.context.EmbeddedValueResolverAware
org.springframework.context.EnvironmentAware
org.springframework.context.HierarchicalMessageSource
org.springframework.context.Lifecycle
org.springframework.context.LifecycleProcessor
org.springframework.context.MessageSource
org.springframework.context.MessageSourceAware
org.springframework.context.MessageSourceResolvable
org.springframework.context.NoSuchMessageException
org.springframework.context.Phased
org.springframework.context.ResourceLoaderAware
org.springframework.context.SmartLifecycle
org.springframework.context.access.ContextBeanFactoryReference
org.springframework.context.access.ContextJndiBeanFactoryLocator
org.springframework.context.access.ContextSingletonBeanFactoryLocator
org.springframework.context.access.DefaultLocatorFactory
org.springframework.context.annotation.AdviceMode
org.springframework.context.annotation.AdviceModeImportSelector
org.springframework.context.annotation.AnnotatedBeanDefinitionReader
org.springframework.context.annotation.AnnotationBeanNameGenerator
org.springframework.context.annotation.AnnotationConfigApplicationContext
org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser
org.springframework.context.annotation.AnnotationConfigUtils
org.springframework.context.annotation.AnnotationScopeMetadataResolver
org.springframework.context.annotation.AutoProxyRegistrar
org.springframework.context.annotation.Bean
org.springframework.context.annotation.ClassPathBeanDefinitionScanner
org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
org.springframework.context.annotation.ComponentScan
org.springframework.context.annotation.ComponentScan.Filter
org.springframework.context.annotation.ComponentScanBeanDefinitionParser
org.springframework.context.annotation.Configuration
org.springframework.context.annotation.ConfigurationClassPostProcessor
org.springframework.context.annotation.DependsOn
org.springframework.context.annotation.EnableAspectJAutoProxy
org.springframework.context.annotation.EnableLoadTimeWeaving
org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
org.springframework.context.annotation.EnableMBeanExport
org.springframework.context.annotation.FilterType
org.springframework.context.annotation.Import
org.springframework.context.annotation.ImportAware
org.springframework.context.annotation.ImportBeanDefinitionRegistrar
org.springframework.context.annotation.ImportResource
org.springframework.context.annotation.ImportSelector
org.springframework.context.annotation.Jsr330ScopeMetadataResolver
org.springframework.context.annotation.Lazy
org.springframework.context.annotation.LoadTimeWeavingConfiguration
org.springframework.context.annotation.LoadTimeWeavingConfigurer
org.springframework.context.annotation.MBeanExportConfiguration
org.springframework.context.annotation.Primary
org.springframework.context.annotation.Profile
org.springframework.context.annotation.PropertySource
org.springframework.context.annotation.Role
org.springframework.context.annotation.ScannedGenericBeanDefinition
org.springframework.context.annotation.Scope
org.springframework.context.annotation.ScopeMetadata
org.springframework.context.annotation.ScopeMetadataResolver
org.springframework.context.annotation.ScopedProxyMode
org.springframework.context.config.ContextNamespaceHandler
org.springframework.context.event.AbstractApplicationEventMulticaster
org.springframework.context.event.ApplicationContextEvent
org.springframework.context.event.ApplicationEventMulticaster
org.springframework.context.event.ContextClosedEvent
org.springframework.context.event.ContextRefreshedEvent
org.springframework.context.event.ContextStartedEvent
org.springframework.context.event.ContextStoppedEvent
org.springframework.context.event.EventPublicationInterceptor
org.springframework.context.event.GenericApplicationListenerAdapter
org.springframework.context.event.SimpleApplicationEventMulticaster
org.springframework.context.event.SmartApplicationListener
org.springframework.context.event.SourceFilteringListener
org.springframework.context.expression.BeanExpressionContextAccessor
org.springframework.context.expression.BeanFactoryAccessor
org.springframework.context.expression.BeanFactoryResolver
org.springframework.context.expression.EnvironmentAccessor
org.springframework.context.expression.MapAccessor
org.springframework.context.expression.StandardBeanExpressionResolver
org.springframework.context.i18n.LocaleContext
org.springframework.context.i18n.LocaleContextHolder
org.springframework.context.i18n.SimpleLocaleContext
org.springframework.context.support.AbstractApplicationContext
org.springframework.context.support.AbstractMessageSource
org.springframework.context.support.AbstractRefreshableApplicationContext
org.springframework.context.support.AbstractRefreshableConfigApplicationContext
org.springframework.context.support.AbstractXmlApplicationContext
org.springframework.context.support.ApplicationObjectSupport
org.springframework.context.support.ClassPathXmlApplicationContext
org.springframework.context.support.ConversionServiceFactoryBean
org.springframework.context.support.DefaultLifecycleProcessor
org.springframework.context.support.DefaultMessageSourceResolvable
org.springframework.context.support.DelegatingMessageSource
org.springframework.context.support.FileSystemXmlApplicationContext
org.springframework.context.support.GenericApplicationContext
org.springframework.context.support.GenericXmlApplicationContext
org.springframework.context.support.LiveBeansView
org.springframework.context.support.LiveBeansViewMBean
org.springframework.context.support.MessageSourceAccessor
org.springframework.context.support.MessageSourceResourceBundle
org.springframework.context.support.MessageSourceSupport
org.springframework.context.support.PropertySourcesPlaceholderConfigurer
org.springframework.context.support.ReloadableResourceBundleMessageSource
org.springframework.context.support.ResourceBundleMessageSource
org.springframework.context.support.SimpleThreadScope
org.springframework.context.support.StaticApplicationContext
org.springframework.context.support.StaticMessageSource
org.springframework.context.weaving.AspectJWeavingEnabler
org.springframework.context.weaving.DefaultContextLoadTimeWeaver
org.springframework.context.weaving.LoadTimeWeaverAware
org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
org.springframework.ejb.access.EjbAccessException
org.springframework.ejb.access.LocalSlsbInvokerInterceptor
org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
org.springframework.ejb.config.JeeNamespaceHandler
org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
org.springframework.ejb.support.AbstractEnterpriseBean
org.springframework.ejb.support.AbstractJmsMessageDrivenBean
org.springframework.ejb.support.AbstractMessageDrivenBean
org.springframework.ejb.support.AbstractSessionBean
org.springframework.ejb.support.AbstractStatefulSessionBean
org.springframework.ejb.support.AbstractStatelessSessionBean
org.springframework.ejb.support.SmartSessionBean
org.springframework.format.AnnotationFormatterFactory
org.springframework.format.Formatter
org.springframework.format.FormatterRegistrar
org.springframework.format.FormatterRegistry
org.springframework.format.Parser
org.springframework.format.Printer
org.springframework.format.annotation.DateTimeFormat
org.springframework.format.annotation.DateTimeFormat.ISO
org.springframework.format.annotation.NumberFormat
org.springframework.format.annotation.NumberFormat.Style
org.springframework.format.datetime.DateFormatter
org.springframework.format.datetime.DateFormatterRegistrar
org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
org.springframework.format.datetime.joda.DateTimeFormatterFactory
org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
org.springframework.format.datetime.joda.DateTimeParser
org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
org.springframework.format.datetime.joda.JodaTimeContext
org.springframework.format.datetime.joda.JodaTimeContextHolder
org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
org.springframework.format.datetime.joda.MillisecondInstantPrinter
org.springframework.format.datetime.joda.ReadableInstantPrinter
org.springframework.format.datetime.joda.ReadablePartialPrinter
org.springframework.format.number.AbstractNumberFormatter
org.springframework.format.number.CurrencyFormatter
org.springframework.format.number.NumberFormatAnnotationFormatterFactory
org.springframework.format.number.NumberFormatter
org.springframework.format.number.PercentFormatter
org.springframework.format.support.DefaultFormattingConversionService
org.springframework.format.support.FormattingConversionService
org.springframework.format.support.FormattingConversionServiceFactoryBean
org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
org.springframework.instrument.classloading.LoadTimeWeaver
org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
org.springframework.instrument.classloading.ShadowingClassLoader
org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
org.springframework.instrument.classloading.SimpleLoadTimeWeaver
org.springframework.instrument.classloading.SimpleThrowawayClassLoader
org.springframework.instrument.classloading.WeavingTransformer
org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
org.springframework.instrument.classloading.oc4j.OC4JLoadTimeWeaver
org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
org.springframework.jmx.JmxException
org.springframework.jmx.MBeanServerNotFoundException
org.springframework.jmx.access.InvalidInvocationException
org.springframework.jmx.access.InvocationFailureException
org.springframework.jmx.access.MBeanClientInterceptor
org.springframework.jmx.access.MBeanConnectFailureException
org.springframework.jmx.access.MBeanInfoRetrievalException
org.springframework.jmx.access.MBeanProxyFactoryBean
org.springframework.jmx.access.NotificationListenerRegistrar
org.springframework.jmx.export.MBeanExportException
org.springframework.jmx.export.MBeanExportOperations
org.springframework.jmx.export.MBeanExporter
org.springframework.jmx.export.MBeanExporterListener
org.springframework.jmx.export.NotificationListenerBean
org.springframework.jmx.export.SpringModelMBean
org.springframework.jmx.export.UnableToRegisterMBeanException
org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
org.springframework.jmx.export.annotation.AnnotationMBeanExporter
org.springframework.jmx.export.annotation.ManagedAttribute
org.springframework.jmx.export.annotation.ManagedMetric
org.springframework.jmx.export.annotation.ManagedNotification
org.springframework.jmx.export.annotation.ManagedNotifications
org.springframework.jmx.export.annotation.ManagedOperation
org.springframework.jmx.export.annotation.ManagedOperationParameter
org.springframework.jmx.export.annotation.ManagedOperationParameters
org.springframework.jmx.export.annotation.ManagedResource
org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
org.springframework.jmx.export.assembler.AutodetectCapableMBeanInfoAssembler
org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
org.springframework.jmx.export.assembler.MBeanInfoAssembler
org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
org.springframework.jmx.export.metadata.AbstractJmxAttribute
org.springframework.jmx.export.metadata.InvalidMetadataException
org.springframework.jmx.export.metadata.JmxAttributeSource
org.springframework.jmx.export.metadata.JmxMetadataUtils
org.springframework.jmx.export.metadata.ManagedAttribute
org.springframework.jmx.export.metadata.ManagedMetric
org.springframework.jmx.export.metadata.ManagedNotification
org.springframework.jmx.export.metadata.ManagedOperation
org.springframework.jmx.export.metadata.ManagedOperationParameter
org.springframework.jmx.export.metadata.ManagedResource
org.springframework.jmx.export.naming.IdentityNamingStrategy
org.springframework.jmx.export.naming.KeyNamingStrategy
org.springframework.jmx.export.naming.MetadataNamingStrategy
org.springframework.jmx.export.naming.ObjectNamingStrategy
org.springframework.jmx.export.naming.SelfNaming
org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
org.springframework.jmx.export.notification.NotificationPublisher
org.springframework.jmx.export.notification.NotificationPublisherAware
org.springframework.jmx.export.notification.UnableToSendNotificationException
org.springframework.jmx.support.ConnectorServerFactoryBean
org.springframework.jmx.support.JmxUtils
org.springframework.jmx.support.MBeanRegistrationSupport
org.springframework.jmx.support.MBeanServerConnectionFactoryBean
org.springframework.jmx.support.MBeanServerFactoryBean
org.springframework.jmx.support.MetricType
org.springframework.jmx.support.NotificationListenerHolder
org.springframework.jmx.support.ObjectNameManager
org.springframework.jmx.support.RegistrationPolicy
org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
org.springframework.jndi.JndiAccessor
org.springframework.jndi.JndiCallback
org.springframework.jndi.JndiLocatorDelegate
org.springframework.jndi.JndiLocatorSupport
org.springframework.jndi.JndiLookupFailureException
org.springframework.jndi.JndiObjectFactoryBean
org.springframework.jndi.JndiObjectLocator
org.springframework.jndi.JndiObjectTargetSource
org.springframework.jndi.JndiPropertySource
org.springframework.jndi.JndiTemplate
org.springframework.jndi.JndiTemplateEditor
org.springframework.jndi.TypeMismatchNamingException
org.springframework.jndi.support.SimpleJndiBeanFactory
org.springframework.remoting.RemoteAccessException
org.springframework.remoting.RemoteConnectFailureException
org.springframework.remoting.RemoteInvocationFailureException
org.springframework.remoting.RemoteLookupFailureException
org.springframework.remoting.RemoteProxyFailureException
org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
org.springframework.remoting.rmi.JndiRmiClientInterceptor
org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
org.springframework.remoting.rmi.JndiRmiServiceExporter
org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
org.springframework.remoting.rmi.RmiBasedExporter
org.springframework.remoting.rmi.RmiClientInterceptor
org.springframework.remoting.rmi.RmiClientInterceptorUtils
org.springframework.remoting.rmi.RmiInvocationHandler
org.springframework.remoting.rmi.RmiProxyFactoryBean
org.springframework.remoting.rmi.RmiRegistryFactoryBean
org.springframework.remoting.rmi.RmiServiceExporter
org.springframework.remoting.soap.SoapFaultException
org.springframework.remoting.support.DefaultRemoteInvocationExecutor
org.springframework.remoting.support.DefaultRemoteInvocationFactory
org.springframework.remoting.support.RemoteAccessor
org.springframework.remoting.support.RemoteExporter
org.springframework.remoting.support.RemoteInvocation
org.springframework.remoting.support.RemoteInvocationBasedAccessor
org.springframework.remoting.support.RemoteInvocationBasedExporter
org.springframework.remoting.support.RemoteInvocationExecutor
org.springframework.remoting.support.RemoteInvocationFactory
org.springframework.remoting.support.RemoteInvocationResult
org.springframework.remoting.support.RemoteInvocationTraceInterceptor
org.springframework.remoting.support.RemoteInvocationUtils
org.springframework.remoting.support.RemotingSupport
org.springframework.remoting.support.SimpleHttpServerFactoryBean
org.springframework.remoting.support.UrlBasedRemoteAccessor
org.springframework.scheduling.SchedulingAwareRunnable
org.springframework.scheduling.SchedulingException
org.springframework.scheduling.SchedulingTaskExecutor
org.springframework.scheduling.TaskScheduler
org.springframework.scheduling.Trigger
org.springframework.scheduling.TriggerContext
org.springframework.scheduling.annotation.AbstractAsyncConfiguration
org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
org.springframework.scheduling.annotation.Async
org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
org.springframework.scheduling.annotation.AsyncConfigurationSelector
org.springframework.scheduling.annotation.AsyncConfigurer
org.springframework.scheduling.annotation.AsyncResult
org.springframework.scheduling.annotation.EnableAsync
org.springframework.scheduling.annotation.EnableScheduling
org.springframework.scheduling.annotation.ProxyAsyncConfiguration
org.springframework.scheduling.annotation.Scheduled
org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
org.springframework.scheduling.annotation.SchedulingConfiguration
org.springframework.scheduling.annotation.SchedulingConfigurer
org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
org.springframework.scheduling.backportconcurrent.CustomizableThreadFactory
org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
org.springframework.scheduling.concurrent.CustomizableThreadFactory
org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
org.springframework.scheduling.concurrent.ScheduledExecutorTask
org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
org.springframework.scheduling.config.CronTask
org.springframework.scheduling.config.ExecutorBeanDefinitionParser
org.springframework.scheduling.config.IntervalTask
org.springframework.scheduling.config.ScheduledTaskRegistrar
org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
org.springframework.scheduling.config.SchedulerBeanDefinitionParser
org.springframework.scheduling.config.Task
org.springframework.scheduling.config.TaskExecutorFactoryBean
org.springframework.scheduling.config.TaskNamespaceHandler
org.springframework.scheduling.config.TriggerTask
org.springframework.scheduling.support.CronSequenceGenerator
org.springframework.scheduling.support.CronTrigger
org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
org.springframework.scheduling.support.MethodInvokingRunnable
org.springframework.scheduling.support.PeriodicTrigger
org.springframework.scheduling.support.ScheduledMethodRunnable
org.springframework.scheduling.support.SimpleTriggerContext
org.springframework.scheduling.support.TaskUtils
org.springframework.scheduling.timer.DelegatingTimerTask
org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
org.springframework.scheduling.timer.ScheduledTimerTask
org.springframework.scheduling.timer.TimerFactoryBean
org.springframework.scheduling.timer.TimerTaskExecutor
org.springframework.scripting.ScriptCompilationException
org.springframework.scripting.ScriptFactory
org.springframework.scripting.ScriptSource
org.springframework.scripting.bsh.BshScriptFactory
org.springframework.scripting.bsh.BshScriptUtils
org.springframework.scripting.bsh.BshScriptUtils.BshExecutionException
org.springframework.scripting.config.LangNamespaceHandler
org.springframework.scripting.config.LangNamespaceUtils
org.springframework.scripting.config.ScriptingDefaultsParser
org.springframework.scripting.groovy.GroovyObjectCustomizer
org.springframework.scripting.groovy.GroovyScriptFactory
org.springframework.scripting.jruby.JRubyScriptFactory
org.springframework.scripting.jruby.JRubyScriptUtils
org.springframework.scripting.jruby.JRubyScriptUtils.JRubyExecutionException
org.springframework.scripting.support.RefreshableScriptTargetSource
org.springframework.scripting.support.ResourceScriptSource
org.springframework.scripting.support.ScriptFactoryPostProcessor
org.springframework.scripting.support.StaticScriptSource
org.springframework.stereotype.Component
org.springframework.stereotype.Controller
org.springframework.stereotype.Repository
org.springframework.stereotype.Service
org.springframework.ui.ExtendedModelMap
org.springframework.ui.Model
org.springframework.ui.ModelMap
org.springframework.ui.context.HierarchicalThemeSource
org.springframework.ui.context.Theme
org.springframework.ui.context.ThemeSource
org.springframework.ui.context.support.DelegatingThemeSource
org.springframework.ui.context.support.ResourceBundleThemeSource
org.springframework.ui.context.support.SimpleTheme
org.springframework.ui.context.support.UiApplicationContextUtils
org.springframework.validation.AbstractBindingResult
org.springframework.validation.AbstractErrors
org.springframework.validation.AbstractPropertyBindingResult
org.springframework.validation.BeanPropertyBindingResult
org.springframework.validation.BindException
org.springframework.validation.BindingErrorProcessor
org.springframework.validation.BindingResult
org.springframework.validation.BindingResultUtils
org.springframework.validation.DataBinder
org.springframework.validation.DefaultBindingErrorProcessor
org.springframework.validation.DefaultMessageCodesResolver
org.springframework.validation.DefaultMessageCodesResolver.Format
org.springframework.validation.DirectFieldBindingResult
org.springframework.validation.Errors
org.springframework.validation.FieldError
org.springframework.validation.MapBindingResult
org.springframework.validation.MessageCodeFormatter
org.springframework.validation.MessageCodesResolver
org.springframework.validation.ObjectError
org.springframework.validation.SmartValidator
org.springframework.validation.ValidationUtils
org.springframework.validation.Validator
org.springframework.validation.annotation.Validated
org.springframework.validation.beanvalidation.BeanValidationPostProcessor
org.springframework.validation.beanvalidation.CustomValidatorBean
org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
org.springframework.validation.beanvalidation.MessageSourceResourceBundleLocator
org.springframework.validation.beanvalidation.MethodValidationInterceptor
org.springframework.validation.beanvalidation.MethodValidationPostProcessor
org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
org.springframework.validation.beanvalidation.SpringValidatorAdapter
org.springframework.validation.support.BindingAwareModelMap