spring-context-4.3.27.RELEASE.jar中文-英文对照文档.zip

org.springframeworkspring-context4.3.27.RELEASEAPI文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: spring-context-4.3.27.RELEASE.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 3.70 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

spring-context-4.3.27.RELEASE.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:spring-context-4.3.27.RELEASE.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:spring-context-4.3.27.RELEASE.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:spring-context-4.3.27.RELEASE.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:spring-context-4.3.27.RELEASE-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 spring-context-4.3.27.RELEASE.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Spring Context
  • 描述: Spring 上下文
  • 版本: 4.3.27.RELEASE

Maven依赖

<dependency>
	<groupId>org.springframework</groupId>
	<artifactId>spring-context</artifactId>
	<version>4.3.27.RELEASE</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.springframework', name: 'spring-context', version: '4.3.27.RELEASE'
Gradle (Short):
	implementation 'org.springframework:spring-context:4.3.27.RELEASE'
Gradle (Kotlin):
	implementation("org.springframework:spring-context:4.3.27.RELEASE")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

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.format
org.springframework.format.annotation
org.springframework.format.datetime
org.springframework.format.datetime.joda
org.springframework.format.datetime.standard
org.springframework.format.number
org.springframework.format.number.money
org.springframework.format.support
org.springframework.instrument.classloading
org.springframework.instrument.classloading.glassfish
org.springframework.instrument.classloading.jboss
org.springframework.instrument.classloading.tomcat
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.concurrent
org.springframework.scheduling.config
org.springframework.scheduling.support
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.support

本组件包含的 Java class(类)

org.springframework.cache.Cache
org.springframework.cache.Cache.ValueRetrievalException
org.springframework.cache.Cache.ValueWrapper
org.springframework.cache.CacheManager
org.springframework.cache.annotation.AbstractCachingConfiguration
org.springframework.cache.annotation.AnnotationCacheOperationSource
org.springframework.cache.annotation.AnnotationCacheOperationSource.CacheOperationProvider
org.springframework.cache.annotation.CacheAnnotationParser
org.springframework.cache.annotation.CacheConfig
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.CachingConfigurerSupport
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.CacheManagementConfigUtils
org.springframework.cache.config.CacheNamespaceHandler
org.springframework.cache.interceptor.AbstractCacheInvoker
org.springframework.cache.interceptor.AbstractCacheResolver
org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
org.springframework.cache.interceptor.BasicOperation
org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
org.springframework.cache.interceptor.CacheAspectSupport
org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
org.springframework.cache.interceptor.CacheErrorHandler
org.springframework.cache.interceptor.CacheEvictOperation
org.springframework.cache.interceptor.CacheEvictOperation.Builder
org.springframework.cache.interceptor.CacheInterceptor
org.springframework.cache.interceptor.CacheOperation
org.springframework.cache.interceptor.CacheOperation.Builder
org.springframework.cache.interceptor.CacheOperationInvocationContext
org.springframework.cache.interceptor.CacheOperationInvoker
org.springframework.cache.interceptor.CacheOperationInvoker.ThrowableWrapper
org.springframework.cache.interceptor.CacheOperationSource
org.springframework.cache.interceptor.CacheProxyFactoryBean
org.springframework.cache.interceptor.CachePutOperation
org.springframework.cache.interceptor.CachePutOperation.Builder
org.springframework.cache.interceptor.CacheResolver
org.springframework.cache.interceptor.CacheableOperation
org.springframework.cache.interceptor.CacheableOperation.Builder
org.springframework.cache.interceptor.CompositeCacheOperationSource
org.springframework.cache.interceptor.DefaultKeyGenerator
org.springframework.cache.interceptor.KeyGenerator
org.springframework.cache.interceptor.NameMatchCacheOperationSource
org.springframework.cache.interceptor.NamedCacheResolver
org.springframework.cache.interceptor.SimpleCacheErrorHandler
org.springframework.cache.interceptor.SimpleCacheResolver
org.springframework.cache.interceptor.SimpleKey
org.springframework.cache.interceptor.SimpleKeyGenerator
org.springframework.cache.support.AbstractCacheManager
org.springframework.cache.support.AbstractValueAdaptingCache
org.springframework.cache.support.CompositeCacheManager
org.springframework.cache.support.NoOpCache
org.springframework.cache.support.NoOpCacheManager
org.springframework.cache.support.NullValue
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.PayloadApplicationEvent
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.AnnotationConfigRegistry
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.ComponentScans
org.springframework.context.annotation.Condition
org.springframework.context.annotation.ConditionContext
org.springframework.context.annotation.Conditional
org.springframework.context.annotation.Configuration
org.springframework.context.annotation.ConfigurationClassPostProcessor
org.springframework.context.annotation.ConfigurationCondition
org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
org.springframework.context.annotation.DeferredImportSelector
org.springframework.context.annotation.DependsOn
org.springframework.context.annotation.Description
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.MBeanExportConfiguration.SpecificPlatform
org.springframework.context.annotation.Primary
org.springframework.context.annotation.Profile
org.springframework.context.annotation.PropertySource
org.springframework.context.annotation.PropertySources
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.ApplicationListenerMethodAdapter
org.springframework.context.event.ContextClosedEvent
org.springframework.context.event.ContextRefreshedEvent
org.springframework.context.event.ContextStartedEvent
org.springframework.context.event.ContextStoppedEvent
org.springframework.context.event.DefaultEventListenerFactory
org.springframework.context.event.EventListener
org.springframework.context.event.EventListenerFactory
org.springframework.context.event.EventListenerMethodProcessor
org.springframework.context.event.EventPublicationInterceptor
org.springframework.context.event.GenericApplicationListener
org.springframework.context.event.GenericApplicationListenerAdapter
org.springframework.context.event.SimpleApplicationEventMulticaster
org.springframework.context.event.SmartApplicationListener
org.springframework.context.event.SourceFilteringListener
org.springframework.context.expression.AnnotatedElementKey
org.springframework.context.expression.BeanExpressionContextAccessor
org.springframework.context.expression.BeanFactoryAccessor
org.springframework.context.expression.BeanFactoryResolver
org.springframework.context.expression.CachedExpressionEvaluator
org.springframework.context.expression.CachedExpressionEvaluator.ExpressionKey
org.springframework.context.expression.EnvironmentAccessor
org.springframework.context.expression.MapAccessor
org.springframework.context.expression.MethodBasedEvaluationContext
org.springframework.context.expression.StandardBeanExpressionResolver
org.springframework.context.i18n.LocaleContext
org.springframework.context.i18n.LocaleContextHolder
org.springframework.context.i18n.SimpleLocaleContext
org.springframework.context.i18n.SimpleTimeZoneAwareLocaleContext
org.springframework.context.i18n.TimeZoneAwareLocaleContext
org.springframework.context.support.AbstractApplicationContext
org.springframework.context.support.AbstractMessageSource
org.springframework.context.support.AbstractRefreshableApplicationContext
org.springframework.context.support.AbstractRefreshableConfigApplicationContext
org.springframework.context.support.AbstractResourceBasedMessageSource
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.EmbeddedValueResolutionSupport
org.springframework.context.support.FileSystemXmlApplicationContext
org.springframework.context.support.GenericApplicationContext
org.springframework.context.support.GenericGroovyApplicationContext
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.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.LocalDateParser
org.springframework.format.datetime.joda.LocalDateTimeParser
org.springframework.format.datetime.joda.LocalTimeParser
org.springframework.format.datetime.joda.MillisecondInstantPrinter
org.springframework.format.datetime.joda.ReadableInstantPrinter
org.springframework.format.datetime.joda.ReadablePartialPrinter
org.springframework.format.datetime.standard.DateTimeContext
org.springframework.format.datetime.standard.DateTimeContextHolder
org.springframework.format.datetime.standard.DateTimeFormatterFactory
org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
org.springframework.format.datetime.standard.InstantFormatter
org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
org.springframework.format.datetime.standard.TemporalAccessorParser
org.springframework.format.datetime.standard.TemporalAccessorPrinter
org.springframework.format.number.AbstractNumberFormatter
org.springframework.format.number.CurrencyFormatter
org.springframework.format.number.CurrencyStyleFormatter
org.springframework.format.number.NumberFormatAnnotationFormatterFactory
org.springframework.format.number.NumberFormatter
org.springframework.format.number.NumberStyleFormatter
org.springframework.format.number.PercentFormatter
org.springframework.format.number.PercentStyleFormatter
org.springframework.format.number.money.CurrencyUnitFormatter
org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
org.springframework.format.number.money.MonetaryAmountFormatter
org.springframework.format.support.DefaultFormattingConversionService
org.springframework.format.support.FormatterPropertyEditorAdapter
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.tomcat.TomcatLoadTimeWeaver
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.RemoteTimeoutException
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.AsyncConfigurerSupport
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.Schedules
org.springframework.scheduling.annotation.SchedulingConfiguration
org.springframework.scheduling.annotation.SchedulingConfigurer
org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskBuilder
org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
org.springframework.scheduling.concurrent.CustomizableThreadFactory
org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
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.ScheduledTask
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.TaskManagementConfigUtils
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.scripting.ScriptCompilationException
org.springframework.scripting.ScriptEvaluator
org.springframework.scripting.ScriptFactory
org.springframework.scripting.ScriptSource
org.springframework.scripting.bsh.BshScriptEvaluator
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.groovy.GroovyObjectCustomizer
org.springframework.scripting.groovy.GroovyScriptEvaluator
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.StandardScriptEvalException
org.springframework.scripting.support.StandardScriptEvaluator
org.springframework.scripting.support.StandardScriptFactory
org.springframework.scripting.support.StandardScriptUtils
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.OptionalValidatorFactoryBean
org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
org.springframework.validation.beanvalidation.SpringValidatorAdapter
org.springframework.validation.support.BindingAwareModelMap