- AbstractApplicationContext - org.springframework.context.support中的类
-
- AbstractApplicationContext() - 类 的构造器org.springframework.context.support.AbstractApplicationContext
-
Create a new AbstractApplicationContext with no parent.
- AbstractApplicationContext(ApplicationContext) - 类 的构造器org.springframework.context.support.AbstractApplicationContext
-
Create a new AbstractApplicationContext with the given parent context.
- AbstractApplicationEventMulticaster - org.springframework.context.event中的类
-
- AbstractApplicationEventMulticaster() - 类 的构造器org.springframework.context.event.AbstractApplicationEventMulticaster
-
- AbstractAsyncConfiguration - org.springframework.scheduling.annotation中的类
-
Abstract base Configuration class providing common structure for enabling
Spring's asynchronous method execution capability.
- AbstractAsyncConfiguration() - 类 的构造器org.springframework.scheduling.annotation.AbstractAsyncConfiguration
-
- AbstractBindingResult - org.springframework.validation中的类
-
- AbstractBindingResult(String) - 类 的构造器org.springframework.validation.AbstractBindingResult
-
Create a new AbstractBindingResult instance.
- AbstractCacheInvoker - org.springframework.cache.interceptor中的类
-
A base component for invoking
Cache operations and using a
configurable
CacheErrorHandler when an exception occurs.
- AbstractCacheInvoker() - 类 的构造器org.springframework.cache.interceptor.AbstractCacheInvoker
-
- AbstractCacheInvoker(CacheErrorHandler) - 类 的构造器org.springframework.cache.interceptor.AbstractCacheInvoker
-
- AbstractCacheManager - org.springframework.cache.support中的类
-
Abstract base class implementing the common
CacheManager methods.
- AbstractCacheManager() - 类 的构造器org.springframework.cache.support.AbstractCacheManager
-
- AbstractCacheResolver - 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() - 类 的构造器org.springframework.cache.interceptor.AbstractCacheResolver
-
Construct a new AbstractCacheResolver.
- AbstractCacheResolver(CacheManager) - 类 的构造器org.springframework.cache.interceptor.AbstractCacheResolver
-
Construct a new
AbstractCacheResolver for the given
CacheManager.
- AbstractCachingConfiguration - org.springframework.cache.annotation中的类
-
Abstract base @Configuration class providing common structure
for enabling Spring's annotation-driven cache management capability.
- AbstractCachingConfiguration() - 类 的构造器org.springframework.cache.annotation.AbstractCachingConfiguration
-
- AbstractConfigurableMBeanInfoAssembler - org.springframework.jmx.export.assembler中的类
-
Base class for MBeanInfoAssemblers that support configurable
JMX notification behavior.
- AbstractConfigurableMBeanInfoAssembler() - 类 的构造器org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
-
- AbstractErrors - org.springframework.validation中的类
-
Abstract implementation of the
Errors interface.
- AbstractErrors() - 类 的构造器org.springframework.validation.AbstractErrors
-
- AbstractFallbackCacheOperationSource - org.springframework.cache.interceptor中的类
-
Abstract implementation of
CacheOperation that caches attributes
for methods and implements a fallback policy: 1. specific target method;
2. target class; 3. declaring method; 4. declaring class/interface.
- AbstractFallbackCacheOperationSource() - 类 的构造器org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
- AbstractJmxAttribute - org.springframework.jmx.export.metadata中的类
-
Base class for all JMX metadata classes.
- AbstractJmxAttribute() - 类 的构造器org.springframework.jmx.export.metadata.AbstractJmxAttribute
-
- AbstractMBeanInfoAssembler - 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() - 类 的构造器org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
- AbstractMessageSource - 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() - 类 的构造器org.springframework.context.support.AbstractMessageSource
-
- AbstractNumberFormatter - org.springframework.format.number中的类
-
- AbstractNumberFormatter() - 类 的构造器org.springframework.format.number.AbstractNumberFormatter
-
- AbstractPropertyBindingResult - org.springframework.validation中的类
-
Abstract base class for
BindingResult implementations that work with
Spring's
PropertyAccessor mechanism.
- AbstractPropertyBindingResult(String) - 类 的构造器org.springframework.validation.AbstractPropertyBindingResult
-
Create a new AbstractPropertyBindingResult instance.
- AbstractReflectiveMBeanInfoAssembler - 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() - 类 的构造器org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
- AbstractRefreshableApplicationContext - org.springframework.context.support中的类
-
- AbstractRefreshableApplicationContext() - 类 的构造器org.springframework.context.support.AbstractRefreshableApplicationContext
-
Create a new AbstractRefreshableApplicationContext with no parent.
- AbstractRefreshableApplicationContext(ApplicationContext) - 类 的构造器org.springframework.context.support.AbstractRefreshableApplicationContext
-
Create a new AbstractRefreshableApplicationContext with the given parent context.
- AbstractRefreshableConfigApplicationContext - org.springframework.context.support中的类
-
- AbstractRefreshableConfigApplicationContext() - 类 的构造器org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Create a new AbstractRefreshableConfigApplicationContext with no parent.
- AbstractRefreshableConfigApplicationContext(ApplicationContext) - 类 的构造器org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Create a new AbstractRefreshableConfigApplicationContext with the given parent context.
- AbstractRemoteSlsbInvokerInterceptor - org.springframework.ejb.access中的类
-
Base class for interceptors proxying remote Stateless Session Beans.
- AbstractRemoteSlsbInvokerInterceptor() - 类 的构造器org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
- AbstractResourceBasedMessageSource - org.springframework.context.support中的类
-
- AbstractResourceBasedMessageSource() - 类 的构造器org.springframework.context.support.AbstractResourceBasedMessageSource
-
- AbstractSlsbInvokerInterceptor - org.springframework.ejb.access中的类
-
Base class for AOP interceptors invoking local or remote Stateless Session Beans.
- AbstractSlsbInvokerInterceptor() - 类 的构造器org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
- AbstractValueAdaptingCache - org.springframework.cache.support中的类
-
Common base class for
Cache implementations that need to adapt
null values (and potentially other such special values) before
passing them on to the underlying store.
- AbstractValueAdaptingCache(boolean) - 类 的构造器org.springframework.cache.support.AbstractValueAdaptingCache
-
Create an AbstractValueAdaptingCache with the given setting.
- AbstractXmlApplicationContext - org.springframework.context.support中的类
-
Convenient base class for
ApplicationContext
implementations, drawing configuration from XML documents containing bean definitions
understood by an
XmlBeanDefinitionReader.
- AbstractXmlApplicationContext() - 类 的构造器org.springframework.context.support.AbstractXmlApplicationContext
-
Create a new AbstractXmlApplicationContext with no parent.
- AbstractXmlApplicationContext(ApplicationContext) - 类 的构造器org.springframework.context.support.AbstractXmlApplicationContext
-
Create a new AbstractXmlApplicationContext with the given parent context.
- adaptMBeanIfPossible(Object) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Build an adapted MBean for the given bean instance, if possible.
- adaptToInterfaces(Object, ScriptSource, Class<?>...) - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
-
- addAllAttributes(Collection<?>) - 类 中的方法org.springframework.ui.ConcurrentModel
-
Copy all attributes in the supplied Collection into this
Map, using attribute name generation for each element.
- addAllAttributes(Map<String, ?>) - 类 中的方法org.springframework.ui.ConcurrentModel
-
Copy all attributes in the supplied Map into this Map.
- addAllAttributes(Collection<?>) - 类 中的方法org.springframework.ui.ExtendedModelMap
-
- addAllAttributes(Map<String, ?>) - 类 中的方法org.springframework.ui.ExtendedModelMap
-
- addAllAttributes(Collection<?>) - 接口 中的方法org.springframework.ui.Model
-
Copy all attributes in the supplied Collection into this
Map, using attribute name generation for each element.
- addAllAttributes(Map<String, ?>) - 接口 中的方法org.springframework.ui.Model
-
Copy all attributes in the supplied Map into this Map.
- addAllAttributes(Collection<?>) - 类 中的方法org.springframework.ui.ModelMap
-
Copy all attributes in the supplied Collection into this
Map, using attribute name generation for each element.
- addAllAttributes(Map<String, ?>) - 类 中的方法org.springframework.ui.ModelMap
-
Copy all attributes in the supplied Map into this Map.
- addAllErrors(Errors) - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- addAllErrors(Errors) - 异常错误 中的方法org.springframework.validation.BindException
-
- addAllErrors(Errors) - 接口 中的方法org.springframework.validation.Errors
-
Add all errors from the given Errors instance to this
Errors instance.
- addApplicationListener(ApplicationListener<?>) - 接口 中的方法org.springframework.context.ConfigurableApplicationContext
-
Add a new ApplicationListener that will be notified on context events
such as context refresh and context shutdown.
- addApplicationListener(ApplicationListener<?>) - 类 中的方法org.springframework.context.event.AbstractApplicationEventMulticaster
-
- addApplicationListener(ApplicationListener<?>) - 接口 中的方法org.springframework.context.event.ApplicationEventMulticaster
-
Add a listener to be notified of all events.
- addApplicationListener(ApplicationListener<?>) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- addApplicationListenerBean(String) - 类 中的方法org.springframework.context.event.AbstractApplicationEventMulticaster
-
- addApplicationListenerBean(String) - 接口 中的方法org.springframework.context.event.ApplicationEventMulticaster
-
Add a listener bean to be notified of all events.
- addAttribute(String, Serializable) - 类 中的方法org.springframework.remoting.support.RemoteInvocation
-
Add an additional invocation attribute.
- addAttribute(String, Object) - 类 中的方法org.springframework.ui.ConcurrentModel
-
Add the supplied attribute under the supplied name.
- addAttribute(Object) - 类 中的方法org.springframework.ui.ConcurrentModel
-
Add the supplied attribute to this Map using a
generated name.
- addAttribute(String, Object) - 类 中的方法org.springframework.ui.ExtendedModelMap
-
- addAttribute(Object) - 类 中的方法org.springframework.ui.ExtendedModelMap
-
- addAttribute(String, Object) - 接口 中的方法org.springframework.ui.Model
-
Add the supplied attribute under the supplied name.
- addAttribute(Object) - 接口 中的方法org.springframework.ui.Model
-
Add the supplied attribute to this Map using a
generated name.
- addAttribute(String, Object) - 类 中的方法org.springframework.ui.ModelMap
-
Add the supplied attribute under the supplied name.
- addAttribute(Object) - 类 中的方法org.springframework.ui.ModelMap
-
Add the supplied attribute to this Map using a
generated name.
- addBasenames(String...) - 类 中的方法org.springframework.context.support.AbstractResourceBasedMessageSource
-
Add the specified basenames to the existing basename configuration.
- addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - 接口 中的方法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) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- addCache(Cache) - 类 中的方法org.springframework.cache.support.AbstractCacheManager
-
- addCacheMethod(String, Collection<CacheOperation>) - 类 中的方法org.springframework.cache.interceptor.NameMatchCacheOperationSource
-
Add an attribute for a cacheable method.
- addCallback(ListenableFutureCallback<? super V>) - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
-
- addCallback(SuccessCallback<? super V>, FailureCallback) - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
-
- addCronTask(Runnable, String) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Add a Runnable task to be triggered per the given cron expression
- addCronTask(CronTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- addCustomFormatter(Formatter<?>) - 类 中的方法org.springframework.validation.DataBinder
-
Add a custom formatter, applying it to all fields matching the
Formatter-declared type.
- addCustomFormatter(Formatter<?>, String...) - 类 中的方法org.springframework.validation.DataBinder
-
Add a custom formatter for the field type specified in
Formatter class,
applying it to the specified fields only, if any, or otherwise to all fields.
- addCustomFormatter(Formatter<?>, Class<?>...) - 类 中的方法org.springframework.validation.DataBinder
-
Add a custom formatter, applying it to the specified field types only, if any,
or otherwise to all fields matching the
Formatter-declared type.
- addDateConverters(ConverterRegistry) - 类 中的静态方法org.springframework.format.datetime.DateFormatterRegistrar
-
Add date converters to the specified registry.
- addDefaultFormatters(FormatterRegistry) - 类 中的静态方法org.springframework.format.support.DefaultFormattingConversionService
-
Add formatters appropriate for most environments: including number formatters,
JSR-354 Money & Currency formatters, JSR-310 Date-Time and/or Joda-Time formatters,
depending on the presence of the corresponding API on the classpath.
- addError(ObjectError) - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- addError(ObjectError) - 异常错误 中的方法org.springframework.validation.BindException
-
- addError(ObjectError) - 接口 中的方法org.springframework.validation.BindingResult
-
- addExcludedBean(String) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Add the name of bean that should be excluded from autodetection.
- addExcludeFilter(TypeFilter) - 类 中的方法org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Add an exclude type filter to the front of the exclusion list.
- addFixedDelayTask(Runnable, long) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Add a Runnable task to be triggered with the given fixed delay.
- addFixedDelayTask(IntervalTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- addFixedRateTask(Runnable, long) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Add a Runnable task to be triggered at the given fixed-rate interval.
- addFixedRateTask(IntervalTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- addFormatter(Formatter<?>) - 接口 中的方法org.springframework.format.FormatterRegistry
-
Adds a Formatter to format fields of a specific type.
- addFormatter(Formatter<?>) - 类 中的方法org.springframework.format.support.FormattingConversionService
-
- addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - 接口 中的方法org.springframework.format.FormatterRegistry
-
Adds a Formatter to format fields annotated with a specific format annotation.
- addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - 类 中的方法org.springframework.format.support.FormattingConversionService
-
- addFormatterForFieldType(Class<?>, Formatter<?>) - 接口 中的方法org.springframework.format.FormatterRegistry
-
Adds a Formatter to format fields of the given type.
- addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - 接口 中的方法org.springframework.format.FormatterRegistry
-
Adds a Printer/Parser pair to format fields of a specific type.
- addFormatterForFieldType(Class<?>, Formatter<?>) - 类 中的方法org.springframework.format.support.FormattingConversionService
-
- addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - 类 中的方法org.springframework.format.support.FormattingConversionService
-
- addIncludeFilter(TypeFilter) - 类 中的方法org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Add an include type filter to the end of the inclusion list.
- addMessage(String, Locale, String) - 类 中的方法org.springframework.context.support.StaticApplicationContext
-
Associate the given message with the given code.
- addMessage(String, Locale, String) - 类 中的方法org.springframework.context.support.StaticMessageSource
-
Associate the given message with the given code.
- addMessages(Map<String, String>, Locale) - 类 中的方法org.springframework.context.support.StaticMessageSource
-
Associate the given message values with the given keys as codes.
- addProtocolResolver(ProtocolResolver) - 接口 中的方法org.springframework.context.ConfigurableApplicationContext
-
Register the given protocol resolver with this application context,
allowing for additional resource protocols to be handled.
- addShareableResource(String) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
-
Add the name of a shareable JNDI resource,
which this factory is allowed to cache once obtained.
- addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.context.weaving.DefaultContextLoadTimeWeaver
-
- addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
-
- addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
- addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
-
- addTransformer(ClassFileTransformer) - 接口 中的方法org.springframework.instrument.classloading.LoadTimeWeaver
-
Add a ClassFileTransformer to be applied by this
LoadTimeWeaver.
- addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
-
- addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.ShadowingClassLoader
-
Add the given ClassFileTransformer to the list of transformers that this
ClassLoader will apply.
- addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
-
- addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.SimpleLoadTimeWeaver
-
- addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
-
- addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.WeavingTransformer
-
Add a class file transformer to be applied by this weaver.
- addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
-
- addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
-
- addTriggerTask(Runnable, Trigger) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Add a Runnable task to be triggered per the given
Trigger.
- addTriggerTask(TriggerTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Add a TriggerTask.
- addValidators(Validator...) - 类 中的方法org.springframework.validation.DataBinder
-
Add Validators to apply after each binding step.
- AdviceMode - org.springframework.context.annotation中的枚举
-
Enumeration used to determine whether JDK proxy-based or
AspectJ weaving-based advice should be applied.
- AdviceModeImportSelector<A extends Annotation> - 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() - 类 的构造器org.springframework.context.annotation.AdviceModeImportSelector
-
- afterPropertiesSet() - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- afterPropertiesSet() - 类 中的方法org.springframework.cache.interceptor.AbstractCacheResolver
-
- afterPropertiesSet() - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport
-
- afterPropertiesSet() - 类 中的方法org.springframework.cache.support.AbstractCacheManager
-
- afterPropertiesSet() - 类 中的方法org.springframework.cache.support.CompositeCacheManager
-
- afterPropertiesSet() - 类 中的方法org.springframework.context.event.EventPublicationInterceptor
-
- afterPropertiesSet() - 类 中的方法org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
- afterPropertiesSet() - 类 中的方法org.springframework.context.support.ConversionServiceFactoryBean
-
- afterPropertiesSet() - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Fetches EJB home on startup, if necessary.
- afterPropertiesSet() - 类 中的方法org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- afterPropertiesSet() - 类 中的方法org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- afterPropertiesSet() - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
-
- afterPropertiesSet() - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
-
- afterPropertiesSet() - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- afterPropertiesSet() - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
-
Prepares the MBeanServerConnection if the "connectOnStartup"
is turned on (which it is by default).
- afterPropertiesSet() - 类 中的方法org.springframework.jmx.access.MBeanProxyFactoryBean
-
Checks that the proxyInterface has been specified and then
generates the proxy for the target MBean.
- afterPropertiesSet() - 类 中的方法org.springframework.jmx.access.NotificationListenerRegistrar
-
- afterPropertiesSet() - 类 中的方法org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
- afterPropertiesSet() - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
- afterPropertiesSet() - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
- afterPropertiesSet() - 类 中的方法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() - 类 中的方法org.springframework.jmx.export.naming.MetadataNamingStrategy
-
- afterPropertiesSet() - 类 中的方法org.springframework.jmx.export.NotificationListenerBean
-
- afterPropertiesSet() - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
-
Start the connector server.
- afterPropertiesSet() - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
Creates a JMXConnector for the given settings
and exposes the associated MBeanServerConnection.
- afterPropertiesSet() - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
-
Creates the MBeanServer instance.
- afterPropertiesSet() - 类 中的方法org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
-
- afterPropertiesSet() - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
-
Look up the JNDI object and store it.
- afterPropertiesSet() - 类 中的方法org.springframework.jndi.JndiObjectLocator
-
- afterPropertiesSet() - 类 中的方法org.springframework.jndi.JndiObjectTargetSource
-
- afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
- afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-
- afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.JndiRmiServiceExporter
-
- afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
- afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
-
- afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
-
- afterPropertiesSet() - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
- afterPropertiesSet() - 类 中的方法org.springframework.remoting.support.UrlBasedRemoteAccessor
-
- afterPropertiesSet() - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
-
- afterPropertiesSet() - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
-
- afterPropertiesSet() - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
-
- afterPropertiesSet() - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Calls initialize() after the container applied all property values.
- afterPropertiesSet() - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
- afterPropertiesSet() - 类 中的方法org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
-
- afterPropertiesSet() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- afterPropertiesSet() - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- afterPropertiesSet() - 类 中的方法org.springframework.scheduling.support.MethodInvokingRunnable
-
- afterPropertiesSet() - 类 中的方法org.springframework.validation.beanvalidation.BeanValidationPostProcessor
-
- afterPropertiesSet() - 类 中的方法org.springframework.validation.beanvalidation.CustomValidatorBean
-
- afterPropertiesSet() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- afterPropertiesSet() - 类 中的方法org.springframework.validation.beanvalidation.MethodValidationPostProcessor
-
- afterPropertiesSet() - 类 中的方法org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean
-
- afterSingletonsInstantiated() - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport
-
- afterSingletonsInstantiated() - 类 中的方法org.springframework.cache.interceptor.CacheProxyFactoryBean
-
- afterSingletonsInstantiated() - 类 中的方法org.springframework.context.event.EventListenerMethodProcessor
-
- afterSingletonsInstantiated() - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Kick off bean registration automatically after the regular singleton instantiation phase.
- afterSingletonsInstantiated() - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- afterSingletonsInstantiated() - 类 中的方法org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
-
- allowPublicMethodsOnly() - 类 中的方法org.springframework.cache.annotation.AnnotationCacheOperationSource
-
By default, only public methods can be made cacheable.
- allowPublicMethodsOnly() - 类 中的方法org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
Should only public methods be allowed to have caching semantics?
- AnnotatedBeanDefinitionReader - org.springframework.context.annotation中的类
-
Convenient adapter for programmatic registration of annotated bean classes.
- AnnotatedBeanDefinitionReader(BeanDefinitionRegistry) - 类 的构造器org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Create a new AnnotatedBeanDefinitionReader for the given registry.
- AnnotatedBeanDefinitionReader(BeanDefinitionRegistry, Environment) - 类 的构造器org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Create a new AnnotatedBeanDefinitionReader for the given registry and using
the given Environment.
- AnnotatedElementKey - org.springframework.context.expression中的类
-
- AnnotatedElementKey(AnnotatedElement, Class<?>) - 类 的构造器org.springframework.context.expression.AnnotatedElementKey
-
- AnnotationAsyncExecutionInterceptor - org.springframework.scheduling.annotation中的类
-
Specialization of
AsyncExecutionInterceptor that delegates method execution to
an
Executor based on the
Async annotation.
- AnnotationAsyncExecutionInterceptor(Executor) - 类 的构造器org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
-
Create a new AnnotationAsyncExecutionInterceptor with the given executor
and a simple AsyncUncaughtExceptionHandler.
- AnnotationAsyncExecutionInterceptor(Executor, AsyncUncaughtExceptionHandler) - 类 的构造器org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
-
Create a new AnnotationAsyncExecutionInterceptor with the given executor.
- AnnotationBeanNameGenerator - 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() - 类 的构造器org.springframework.context.annotation.AnnotationBeanNameGenerator
-
- AnnotationCacheOperationSource - org.springframework.cache.annotation中的类
-
Implementation of the
CacheOperationSource interface for working with caching metadata in annotation format.
- AnnotationCacheOperationSource() - 类 的构造器org.springframework.cache.annotation.AnnotationCacheOperationSource
-
Create a default AnnotationCacheOperationSource, supporting public methods
that carry the Cacheable and CacheEvict annotations.
- AnnotationCacheOperationSource(boolean) - 类 的构造器org.springframework.cache.annotation.AnnotationCacheOperationSource
-
Create a default AnnotationCacheOperationSource, supporting public methods
that carry the Cacheable and CacheEvict annotations.
- AnnotationCacheOperationSource(CacheAnnotationParser) - 类 的构造器org.springframework.cache.annotation.AnnotationCacheOperationSource
-
Create a custom AnnotationCacheOperationSource.
- AnnotationCacheOperationSource(CacheAnnotationParser...) - 类 的构造器org.springframework.cache.annotation.AnnotationCacheOperationSource
-
Create a custom AnnotationCacheOperationSource.
- AnnotationCacheOperationSource(Set<CacheAnnotationParser>) - 类 的构造器org.springframework.cache.annotation.AnnotationCacheOperationSource
-
Create a custom AnnotationCacheOperationSource.
- AnnotationCacheOperationSource.CacheOperationProvider - org.springframework.cache.annotation中的接口
-
- AnnotationConfigApplicationContext - 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() - 类 的构造器org.springframework.context.annotation.AnnotationConfigApplicationContext
-
- AnnotationConfigApplicationContext(DefaultListableBeanFactory) - 类 的构造器org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Create a new AnnotationConfigApplicationContext with the given DefaultListableBeanFactory.
- AnnotationConfigApplicationContext(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...) - 类 的构造器org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Create a new AnnotationConfigApplicationContext, scanning for bean definitions
in the given packages and automatically refreshing the context.
- AnnotationConfigBeanDefinitionParser - org.springframework.context.annotation中的类
-
Parser for the <context:annotation-config/> element.
- AnnotationConfigBeanDefinitionParser() - 类 的构造器org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser
-
- AnnotationConfigRegistry - org.springframework.context.annotation中的接口
-
- AnnotationConfigUtils - org.springframework.context.annotation中的类
-
Utility class that allows for convenient registration of common
BeanPostProcessor and
BeanFactoryPostProcessor
definitions for annotation-based configuration.
- AnnotationConfigUtils() - 类 的构造器org.springframework.context.annotation.AnnotationConfigUtils
-
- AnnotationDrivenBeanDefinitionParser - org.springframework.scheduling.config中的类
-
Parser for the 'annotation-driven' element of the 'task' namespace.
- AnnotationDrivenBeanDefinitionParser() - 类 的构造器org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
-
- AnnotationFormatterFactory<A extends Annotation> - org.springframework.format中的接口
-
A factory that creates formatters to format values of fields annotated with a particular
Annotation.
- AnnotationJmxAttributeSource - org.springframework.jmx.export.annotation中的类
-
Implementation of the JmxAttributeSource interface that
reads annotations and exposes the corresponding attributes.
- AnnotationJmxAttributeSource() - 类 的构造器org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- AnnotationMBeanExporter - org.springframework.jmx.export.annotation中的类
-
- AnnotationMBeanExporter() - 类 的构造器org.springframework.jmx.export.annotation.AnnotationMBeanExporter
-
- AnnotationScopeMetadataResolver - org.springframework.context.annotation中的类
-
- AnnotationScopeMetadataResolver() - 类 的构造器org.springframework.context.annotation.AnnotationScopeMetadataResolver
-
Construct a new AnnotationScopeMetadataResolver.
- AnnotationScopeMetadataResolver(ScopedProxyMode) - 类 的构造器org.springframework.context.annotation.AnnotationScopeMetadataResolver
-
Construct a new
AnnotationScopeMetadataResolver using the
supplied default
ScopedProxyMode.
- appendIdentityToObjectName(ObjectName, Object) - 类 中的静态方法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 - 类 中的静态变量org.springframework.context.support.AbstractApplicationContext
-
Name of the ApplicationEventMulticaster bean in the factory.
- ApplicationContext - org.springframework.context中的接口
-
Central interface to provide configuration for an application.
- ApplicationContextAware - org.springframework.context中的接口
-
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in.
- ApplicationContextEvent - org.springframework.context.event中的类
-
Base class for events raised for an ApplicationContext.
- ApplicationContextEvent(ApplicationContext) - 类 的构造器org.springframework.context.event.ApplicationContextEvent
-
Create a new ContextStartedEvent.
- ApplicationContextException - org.springframework.context中的异常错误
-
Exception thrown during application context initialization.
- ApplicationContextException(String) - 异常错误 的构造器org.springframework.context.ApplicationContextException
-
Create a new ApplicationContextException
with the specified detail message and no root cause.
- ApplicationContextException(String, Throwable) - 异常错误 的构造器org.springframework.context.ApplicationContextException
-
Create a new ApplicationContextException
with the specified detail message and the given root cause.
- ApplicationContextInitializer<C extends ConfigurableApplicationContext> - org.springframework.context中的接口
-
- ApplicationEvent - org.springframework.context中的类
-
Class to be extended by all application events.
- ApplicationEvent(Object) - 类 的构造器org.springframework.context.ApplicationEvent
-
Create a new ApplicationEvent.
- ApplicationEventMulticaster - org.springframework.context.event中的接口
-
Interface to be implemented by objects that can manage a number of
ApplicationListener objects, and publish events to them.
- ApplicationEventPublisher - org.springframework.context中的接口
-
Interface that encapsulates event publication functionality.
- ApplicationEventPublisherAware - 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> - org.springframework.context中的接口
-
Interface to be implemented by application event listeners.
- ApplicationListenerMethodAdapter - org.springframework.context.event中的类
-
- ApplicationListenerMethodAdapter(String, Class<?>, Method) - 类 的构造器org.springframework.context.event.ApplicationListenerMethodAdapter
-
- ApplicationObjectSupport - org.springframework.context.support中的类
-
Convenient superclass for application objects that want to be aware of
the application context, e.g. for custom lookup of collaborating beans
or for context-specific resource access.
- ApplicationObjectSupport() - 类 的构造器org.springframework.context.support.ApplicationObjectSupport
-
- applyCurrencyTimeLimit(Descriptor, int) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Apply the given JMX "currencyTimeLimit" value to the given descriptor.
- applyDefaultCurrencyTimeLimit(Descriptor) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set the currencyTimeLimit field to the specified
"defaultCurrencyTimeLimit", if any (by default none).
- applyPropertyValues(MutablePropertyValues) - 类 中的方法org.springframework.validation.DataBinder
-
Apply given property values to the target object.
- asMap() - 类 中的方法org.springframework.ui.ConcurrentModel
-
- asMap() - 类 中的方法org.springframework.ui.ExtendedModelMap
-
- asMap() - 接口 中的方法org.springframework.ui.Model
-
Return the current set of model attributes as a Map.
- ASPECTJ_AOP_XML_RESOURCE - 类 中的静态变量org.springframework.context.weaving.AspectJWeavingEnabler
-
- AspectJWeavingEnabler - org.springframework.context.weaving中的类
-
Post-processor that registers AspectJ's
ClassPreProcessorAgentAdapter
with the Spring application context's default
LoadTimeWeaver.
- AspectJWeavingEnabler() - 类 的构造器org.springframework.context.weaving.AspectJWeavingEnabler
-
- assertBeanFactoryActive() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Assert that this context's BeanFactory is currently active,
throwing an
IllegalStateException if it isn't.
- assertBeanFactoryActive() - 类 中的方法org.springframework.context.support.AbstractRefreshableApplicationContext
-
- assertBeanFactoryActive() - 类 中的方法org.springframework.context.support.StaticApplicationContext
-
Overridden to turn it into a no-op, to be more lenient towards test cases.
- Async - org.springframework.scheduling.annotation中的注释类型
-
Annotation that marks a method as a candidate for asynchronous execution.
- ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME - 类 中的静态变量org.springframework.scheduling.config.TaskManagementConfigUtils
-
The bean name of the internally managed Async annotation processor.
- ASYNC_EXECUTION_ASPECT_BEAN_NAME - 类 中的静态变量org.springframework.scheduling.config.TaskManagementConfigUtils
-
The bean name of the internally managed AspectJ async execution aspect.
- asyncAdvisor() - 类 中的方法org.springframework.scheduling.annotation.ProxyAsyncConfiguration
-
- AsyncAnnotationAdvisor - org.springframework.scheduling.annotation中的类
-
Advisor that activates asynchronous method execution through the
Async
annotation.
- AsyncAnnotationAdvisor() - 类 的构造器org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
Create a new AsyncAnnotationAdvisor for bean-style configuration.
- AsyncAnnotationAdvisor(Executor, AsyncUncaughtExceptionHandler) - 类 的构造器org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
Create a new AsyncAnnotationAdvisor for the given task executor.
- AsyncAnnotationBeanPostProcessor - 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() - 类 的构造器org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
- AsyncConfigurationSelector - org.springframework.scheduling.annotation中的类
-
- AsyncConfigurationSelector() - 类 的构造器org.springframework.scheduling.annotation.AsyncConfigurationSelector
-
- AsyncConfigurer - 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 - org.springframework.scheduling.annotation中的类
-
A convenience
AsyncConfigurer that implements all methods
so that the defaults are used.
- AsyncConfigurerSupport() - 类 的构造器org.springframework.scheduling.annotation.AsyncConfigurerSupport
-
- AsyncResult<V> - 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) - 类 的构造器org.springframework.scheduling.annotation.AsyncResult
-
Create a new AsyncResult holder.
- ATTRIBUTE_OPERATION_VISIBILITY - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Lowest visibility, used for operations that correspond to
accessors or mutators for attributes.
- AUTODETECT_ALL - 类 中的静态变量org.springframework.jmx.export.MBeanExporter
-
Autodetection mode indicating that all autodetection mechanisms should be used.
- AUTODETECT_ASSEMBLER - 类 中的静态变量org.springframework.jmx.export.MBeanExporter
-
Autodetection mode indicating that only the
MBeanInfoAssembler should be able
to autodetect beans.
- AUTODETECT_MBEAN - 类 中的静态变量org.springframework.jmx.export.MBeanExporter
-
Autodetection mode indicating that only valid MBeans should be autodetected.
- AUTODETECT_NONE - 类 中的静态变量org.springframework.jmx.export.MBeanExporter
-
Autodetection mode indicating that no autodetection should be used.
- AutodetectCapableMBeanInfoAssembler - org.springframework.jmx.export.assembler中的接口
-
Extends the MBeanInfoAssembler to add autodetection logic.
- AutoProxyRegistrar - 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() - 类 的构造器org.springframework.context.annotation.AutoProxyRegistrar
-
- AUTOWIRED_ANNOTATION_PROCESSOR_BEAN_NAME - 类 中的静态变量org.springframework.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed Autowired annotation processor.
- autowireResource(BeanFactory, CommonAnnotationBeanPostProcessor.LookupElement, String) - 类 中的方法org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Obtain a resource object for the given name and type through autowiring
based on the given factory.
- Cache - org.springframework.cache中的接口
-
Interface that defines common cache operations.
- Cache.ValueRetrievalException - org.springframework.cache中的异常错误
-
- Cache.ValueWrapper - org.springframework.cache中的接口
-
A (wrapper) object representing a cache value.
- CACHE_ADVISOR_BEAN_NAME - 类 中的静态变量org.springframework.cache.config.CacheManagementConfigUtils
-
- CACHE_ASPECT_BEAN_NAME - 类 中的静态变量org.springframework.cache.config.CacheManagementConfigUtils
-
- Cacheable - org.springframework.cache.annotation中的注释类型
-
Annotation indicating that the result of invoking a method (or all methods
in a class) can be cached.
- CacheableOperation - org.springframework.cache.interceptor中的类
-
Class describing a cache 'cacheable' operation.
- CacheableOperation(CacheableOperation.Builder) - 类 的构造器org.springframework.cache.interceptor.CacheableOperation
-
- CacheableOperation.Builder - org.springframework.cache.interceptor中的类
-
- cacheAdvisor() - 类 中的方法org.springframework.cache.annotation.ProxyCachingConfiguration
-
- CacheAnnotationParser - org.springframework.cache.annotation中的接口
-
Strategy interface for parsing known caching annotation types.
- CacheAspectSupport - org.springframework.cache.interceptor中的类
-
Base class for caching aspects, such as the
CacheInterceptor or an
AspectJ aspect.
- CacheAspectSupport() - 类 的构造器org.springframework.cache.interceptor.CacheAspectSupport
-
- CacheAspectSupport.CacheOperationContext - org.springframework.cache.interceptor中的类
-
- CacheAspectSupport.CacheOperationMetadata - 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 - org.springframework.cache.annotation中的注释类型
-
@CacheConfig provides a mechanism for sharing common cache-related
settings at the class level.
- CachedExpressionEvaluator - org.springframework.context.expression中的类
-
Shared utility class used to evaluate and cache SpEL expressions that
are defined on
AnnotatedElement.
- CachedExpressionEvaluator(SpelExpressionParser) - 类 的构造器org.springframework.context.expression.CachedExpressionEvaluator
-
Create a new instance with the specified SpelExpressionParser.
- CachedExpressionEvaluator() - 类 的构造器org.springframework.context.expression.CachedExpressionEvaluator
-
Create a new instance with a default SpelExpressionParser.
- CachedExpressionEvaluator.ExpressionKey - org.springframework.context.expression中的类
-
- CacheErrorHandler - org.springframework.cache.interceptor中的接口
-
A strategy for handling cache-related errors.
- CacheEvict - org.springframework.cache.annotation中的注释类型
-
Annotation indicating that a method (or all methods on a class) triggers a
cache evict operation.
- CacheEvictOperation - org.springframework.cache.interceptor中的类
-
Class describing a cache 'evict' operation.
- CacheEvictOperation(CacheEvictOperation.Builder) - 类 的构造器org.springframework.cache.interceptor.CacheEvictOperation
-
- CacheEvictOperation.Builder - org.springframework.cache.interceptor中的类
-
- cacheInterceptor() - 类 中的方法org.springframework.cache.annotation.ProxyCachingConfiguration
-
- CacheInterceptor - org.springframework.cache.interceptor中的类
-
AOP Alliance MethodInterceptor for declarative cache
management using the common Spring caching infrastructure
(
Cache).
- CacheInterceptor() - 类 的构造器org.springframework.cache.interceptor.CacheInterceptor
-
- CacheManagementConfigUtils - org.springframework.cache.config中的类
-
Configuration constants for internal sharing across subpackages.
- CacheManagementConfigUtils() - 类 的构造器org.springframework.cache.config.CacheManagementConfigUtils
-
- cacheManager - 类 中的变量org.springframework.cache.annotation.AbstractCachingConfiguration
-
- cacheManager() - 接口 中的方法org.springframework.cache.annotation.CachingConfigurer
-
Return the cache manager bean to use for annotation-driven cache
management.
- cacheManager() - 类 中的方法org.springframework.cache.annotation.CachingConfigurerSupport
-
- CacheManager - org.springframework.cache中的接口
-
Spring's central cache manager SPI.
- CacheNamespaceHandler - org.springframework.cache.config中的类
-
NamespaceHandler allowing for the configuration of declarative
cache management using either XML or using annotations.
- CacheNamespaceHandler() - 类 的构造器org.springframework.cache.config.CacheNamespaceHandler
-
- CacheOperation - org.springframework.cache.interceptor中的类
-
Base class for cache operations.
- CacheOperation(CacheOperation.Builder) - 类 的构造器org.springframework.cache.interceptor.CacheOperation
-
- CacheOperation.Builder - org.springframework.cache.interceptor中的类
-
- CacheOperationContext(CacheAspectSupport.CacheOperationMetadata, Object[], Object) - 类 的构造器org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- CacheOperationInvocationContext<O extends BasicOperation> - org.springframework.cache.interceptor中的接口
-
Representation of the context of the invocation of a cache operation.
- CacheOperationInvoker - org.springframework.cache.interceptor中的接口
-
Abstract the invocation of a cache operation.
- CacheOperationInvoker.ThrowableWrapper - org.springframework.cache.interceptor中的异常错误
-
- CacheOperationMetadata(CacheOperation, Method, Class<?>, KeyGenerator, CacheResolver) - 类 的构造器org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
-
- cacheOperationSource() - 类 中的方法org.springframework.cache.annotation.ProxyCachingConfiguration
-
- CacheOperationSource - org.springframework.cache.interceptor中的接口
-
- CacheProxyFactoryBean - org.springframework.cache.interceptor中的类
-
Proxy factory bean for simplified declarative caching handling.
- CacheProxyFactoryBean() - 类 的构造器org.springframework.cache.interceptor.CacheProxyFactoryBean
-
- CachePut - org.springframework.cache.annotation中的注释类型
-
Annotation indicating that a method (or all methods on a class) triggers a
cache put operation.
- CachePutOperation - org.springframework.cache.interceptor中的类
-
Class describing a cache 'put' operation.
- CachePutOperation(CachePutOperation.Builder) - 类 的构造器org.springframework.cache.interceptor.CachePutOperation
-
- CachePutOperation.Builder - org.springframework.cache.interceptor中的类
-
- cacheResolver - 类 中的变量org.springframework.cache.annotation.AbstractCachingConfiguration
-
- cacheResolver() - 接口 中的方法org.springframework.cache.annotation.CachingConfigurer
-
Return the
CacheResolver bean to use to resolve regular caches for
annotation-driven cache management.
- cacheResolver() - 类 中的方法org.springframework.cache.annotation.CachingConfigurerSupport
-
- CacheResolver - org.springframework.cache.interceptor中的接口
-
Determine the
Cache instance(s) to use for an intercepted method invocation.
- Caching - org.springframework.cache.annotation中的注释类型
-
Group annotation for multiple cache annotations (of different or the same type).
- CachingConfigurationSelector - org.springframework.cache.annotation中的类
-
- CachingConfigurationSelector() - 类 的构造器org.springframework.cache.annotation.CachingConfigurationSelector
-
- CachingConfigurer - 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 - org.springframework.cache.annotation中的类
-
An implementation of
CachingConfigurer with empty methods allowing
sub-classes to override only the methods they're interested in.
- CachingConfigurerSupport() - 类 的构造器org.springframework.cache.annotation.CachingConfigurerSupport
-
- calculateAllFilenames(String, Locale) - 类 中的方法org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Calculate all filenames for the given bundle basename and Locale.
- calculateFilenamesForLocale(String, Locale) - 类 中的方法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) - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
-
- cancel() - 类 中的方法org.springframework.scheduling.config.ScheduledTask
-
Trigger cancellation of this scheduled task.
- cancelRefresh(BeansException) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Cancel this context's refresh attempt, resetting the active flag
after an exception got thrown.
- cancelRefresh(BeansException) - 类 中的方法org.springframework.context.support.AbstractRefreshableApplicationContext
-
- cancelRefresh(BeansException) - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
- cancelRemainingTask(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
- cancelRemainingTask(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
- cancelRemainingTask(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- CandidateComponentsIndex - org.springframework.context.index中的类
-
Provide access to the candidates that are defined in META-INF/spring.components.
- CandidateComponentsIndexLoader - org.springframework.context.index中的类
-
Candidate components index loading mechanism for internal use within the framework.
- CandidateComponentsIndexLoader() - 类 的构造器org.springframework.context.index.CandidateComponentsIndexLoader
-
- canonicalFieldName(String) - 类 中的方法org.springframework.validation.AbstractErrors
-
Determine the canonical field name for the given field.
- canonicalFieldName(String) - 类 中的方法org.springframework.validation.AbstractPropertyBindingResult
-
Returns the canonical property name.
- canPutToCache(Object) - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- canRead(EvaluationContext, Object, String) - 类 中的方法org.springframework.context.expression.BeanExpressionContextAccessor
-
- canRead(EvaluationContext, Object, String) - 类 中的方法org.springframework.context.expression.BeanFactoryAccessor
-
- canRead(EvaluationContext, Object, String) - 类 中的方法org.springframework.context.expression.EnvironmentAccessor
-
Can read any Environment, thus always returns true.
- canRead(EvaluationContext, Object, String) - 类 中的方法org.springframework.context.expression.MapAccessor
-
- canWrite(EvaluationContext, Object, String) - 类 中的方法org.springframework.context.expression.BeanExpressionContextAccessor
-
- canWrite(EvaluationContext, Object, String) - 类 中的方法org.springframework.context.expression.BeanFactoryAccessor
-
- canWrite(EvaluationContext, Object, String) - 类 中的方法org.springframework.context.expression.EnvironmentAccessor
-
Read-only: returns false.
- canWrite(EvaluationContext, Object, String) - 类 中的方法org.springframework.context.expression.MapAccessor
-
- checkAllowedFields(MutablePropertyValues) - 类 中的方法org.springframework.validation.DataBinder
-
Check the given property values against the allowed fields,
removing values for fields that are not allowed.
- checkCandidate(String, BeanDefinition) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Throws an IllegalArgumentException if it encounters a JDK dynamic proxy.
- checkRequiredFields(MutablePropertyValues) - 类 中的方法org.springframework.validation.DataBinder
-
Check the given property values against the required fields,
generating missing field errors where appropriate.
- checkService() - 类 中的方法org.springframework.remoting.support.RemoteExporter
-
Check whether the service reference has been set.
- checkServiceInterface() - 类 中的方法org.springframework.remoting.support.RemoteExporter
-
Check whether a service reference has been set,
and whether it matches the specified service.
- ClassPathBeanDefinitionScanner - 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) - 类 的构造器org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Create a new ClassPathBeanDefinitionScanner for the given bean factory.
- ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean) - 类 的构造器org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Create a new ClassPathBeanDefinitionScanner for the given bean factory.
- ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean, Environment) - 类 的构造器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.
- ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean, Environment, ResourceLoader) - 类 的构造器org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
ClassPathBeanDefinitionScanner就是用来扫描我们classpath下的标注了@Service @Compent @Respository @Controller
注解
- ClassPathScanningCandidateComponentProvider - org.springframework.context.annotation中的类
-
A component provider that provides candidate components from a base package.
- ClassPathScanningCandidateComponentProvider() - 类 的构造器org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Protected constructor for flexible subclass initialization.
- ClassPathScanningCandidateComponentProvider(boolean) - 类 的构造器org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Create a ClassPathScanningCandidateComponentProvider with a StandardEnvironment.
- ClassPathScanningCandidateComponentProvider(boolean, Environment) - 类 的构造器org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Create a ClassPathScanningCandidateComponentProvider with the given Environment.
- ClassPathXmlApplicationContext - 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() - 类 的构造器org.springframework.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext for bean-style configuration.
- ClassPathXmlApplicationContext(ApplicationContext) - 类 的构造器org.springframework.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext for bean-style configuration.
- ClassPathXmlApplicationContext(String) - 类 的构造器org.springframework.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML file and automatically refreshing the context.
- ClassPathXmlApplicationContext(String...) - 类 的构造器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) - 类 的构造器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) - 类 的构造器org.springframework.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML files.
- ClassPathXmlApplicationContext(String[], boolean, ApplicationContext) - 类 的构造器org.springframework.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext with the given parent,
loading the definitions from the given XML files.
- ClassPathXmlApplicationContext(String, 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<?>) - 类 的构造器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) - 类 的构造器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() - 接口 中的方法org.springframework.cache.Cache
-
Remove all mappings from the cache.
- clear() - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCache
-
- clear() - 类 中的方法org.springframework.cache.support.NoOpCache
-
- clearCache() - 类 中的方法org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Clear the local metadata cache, if any, removing all cached class metadata.
- clearCache() - 类 中的方法org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Clear the resource bundle cache.
- clearCacheIncludingAncestors() - 类 中的方法org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Clear the resource bundle caches of this MessageSource and all its ancestors.
- clearMetadataCache() - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport
-
Clear the cached metadata.
- close() - 接口 中的方法org.springframework.context.ConfigurableApplicationContext
-
Close this application context, releasing all resources and locks that the
implementation might hold.
- close() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Close this application context, destroying all beans in its bean factory.
- close() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- close() - 类 中的方法org.springframework.validation.DataBinder
-
Close this DataBinder, which may result in throwing
a BindException if it encountered any errors.
- closeBeanFactory() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Subclasses must implement this method to release their internal bean factory.
- closeBeanFactory() - 类 中的方法org.springframework.context.support.AbstractRefreshableApplicationContext
-
- closeBeanFactory() - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
Not much to do: We hold a single internal BeanFactory that will never
get released.
- CODE_SEPARATOR - 类 中的静态变量org.springframework.validation.DefaultMessageCodesResolver
-
The separator that this implementation uses when resolving message codes.
- CodebaseAwareObjectInputStream - 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) - 类 的构造器org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
-
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
- CodebaseAwareObjectInputStream(InputStream, ClassLoader, String) - 类 的构造器org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
-
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
- CodebaseAwareObjectInputStream(InputStream, ClassLoader, boolean) - 类 的构造器org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
-
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
- COMMON_ANNOTATION_PROCESSOR_BEAN_NAME - 类 中的静态变量org.springframework.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed JSR-250 annotation processor.
- CommonAnnotationBeanPostProcessor - 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() - 类 的构造器org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Create a new CommonAnnotationBeanPostProcessor,
with the init and destroy annotation types set to
PostConstruct and
PreDestroy,
respectively.
- CommonAnnotationBeanPostProcessor.LookupElement - org.springframework.context.annotation中的类
-
Class representing generic injection information about an annotated field
or setter method, supporting @Resource and related annotations.
- compareTo(AnnotatedElementKey) - 类 中的方法org.springframework.context.expression.AnnotatedElementKey
-
- compareTo(CachedExpressionEvaluator.ExpressionKey) - 类 中的方法org.springframework.context.expression.CachedExpressionEvaluator.ExpressionKey
-
- completable() - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
-
- Component - org.springframework.stereotype中的注释类型
-
Indicates that an annotated class is a "component".
- COMPONENTS_RESOURCE_LOCATION - 类 中的静态变量org.springframework.context.index.CandidateComponentsIndexLoader
-
The location to look for components.
- ComponentScan - org.springframework.context.annotation中的注释类型
-
Configures component scanning directives for use with @
Configuration classes.
- ComponentScan.Filter - org.springframework.context.annotation中的注释类型
-
- ComponentScanBeanDefinitionParser - org.springframework.context.annotation中的类
-
Parser for the <context:component-scan/> element.
- ComponentScanBeanDefinitionParser() - 类 的构造器org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- ComponentScans - org.springframework.context.annotation中的注释类型
-
Container annotation that aggregates several
ComponentScan annotations.
- CompositeCacheManager - org.springframework.cache.support中的类
-
- CompositeCacheManager() - 类 的构造器org.springframework.cache.support.CompositeCacheManager
-
Construct an empty CompositeCacheManager, with delegate CacheManagers to
be added via the
"cacheManagers" property.
- CompositeCacheManager(CacheManager...) - 类 的构造器org.springframework.cache.support.CompositeCacheManager
-
Construct a CompositeCacheManager from the given delegate CacheManagers.
- CompositeCacheOperationSource - org.springframework.cache.interceptor中的类
-
Composite
CacheOperationSource implementation that iterates
over a given array of
CacheOperationSource instances.
- CompositeCacheOperationSource(CacheOperationSource...) - 类 的构造器org.springframework.cache.interceptor.CompositeCacheOperationSource
-
Create a new CompositeCacheOperationSource for the given sources.
- ConcurrentMapCache - org.springframework.cache.concurrent中的类
-
Simple
Cache implementation based on the
core JDK
java.util.concurrent package.
- ConcurrentMapCache(String) - 类 的构造器org.springframework.cache.concurrent.ConcurrentMapCache
-
Create a new ConcurrentMapCache with the specified name.
- ConcurrentMapCache(String, boolean) - 类 的构造器org.springframework.cache.concurrent.ConcurrentMapCache
-
Create a new ConcurrentMapCache with the specified name.
- ConcurrentMapCache(String, ConcurrentMap<Object, Object>, boolean) - 类 的构造器org.springframework.cache.concurrent.ConcurrentMapCache
-
Create a new ConcurrentMapCache with the specified name and the
given internal
ConcurrentMap to use.
- ConcurrentMapCache(String, ConcurrentMap<Object, Object>, boolean, SerializationDelegate) - 类 的构造器org.springframework.cache.concurrent.ConcurrentMapCache
-
Create a new ConcurrentMapCache with the specified name and the
given internal
ConcurrentMap to use.
- ConcurrentMapCacheFactoryBean - org.springframework.cache.concurrent中的类
-
FactoryBean for easy configuration of a
ConcurrentMapCache
when used within a Spring container.
- ConcurrentMapCacheFactoryBean() - 类 的构造器org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- ConcurrentMapCacheManager - org.springframework.cache.concurrent中的类
-
- ConcurrentMapCacheManager() - 类 的构造器org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Construct a dynamic ConcurrentMapCacheManager,
lazily creating cache instances as they are being requested.
- ConcurrentMapCacheManager(String...) - 类 的构造器org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Construct a static ConcurrentMapCacheManager,
managing caches for the specified cache names only.
- ConcurrentModel - org.springframework.ui中的类
-
- ConcurrentModel() - 类 的构造器org.springframework.ui.ConcurrentModel
-
Construct a new, empty ConcurrentModel.
- ConcurrentModel(String, Object) - 类 的构造器org.springframework.ui.ConcurrentModel
-
Construct a new ModelMap containing the supplied attribute
under the supplied name.
- ConcurrentModel(Object) - 类 的构造器org.springframework.ui.ConcurrentModel
-
Construct a new ModelMap containing the supplied attribute.
- ConcurrentTaskExecutor - org.springframework.scheduling.concurrent中的类
-
Adapter that takes a java.util.concurrent.Executor and exposes
a Spring TaskExecutor for it.
- ConcurrentTaskExecutor() - 类 的构造器org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
Create a new ConcurrentTaskExecutor, using a single thread executor as default.
- ConcurrentTaskExecutor(Executor) - 类 的构造器org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
Create a new ConcurrentTaskExecutor, using the given
Executor.
- ConcurrentTaskExecutor.ManagedTaskBuilder - 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 - org.springframework.scheduling.concurrent中的类
-
Adapter that takes a
java.util.concurrent.ScheduledExecutorService and
exposes a Spring
TaskScheduler for it.
- ConcurrentTaskScheduler() - 类 的构造器org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
Create a new ConcurrentTaskScheduler,
using a single thread executor as default.
- ConcurrentTaskScheduler(ScheduledExecutorService) - 类 的构造器org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- ConcurrentTaskScheduler(Executor, ScheduledExecutorService) - 类 的构造器org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- Condition - org.springframework.context.annotation中的接口
-
A single
condition that must be
matched in order
for a component to be registered.
- Conditional - org.springframework.context.annotation中的注释类型
-
- ConditionContext - org.springframework.context.annotation中的接口
-
- CONFIG_LOCATION_DELIMITERS - 接口 中的静态变量org.springframework.context.ConfigurableApplicationContext
-
Any number of these characters are considered delimiters between
multiple context config paths in a single String value.
- ConfigurableApplicationContext - org.springframework.context中的接口
-
SPI interface to be implemented by most if not all application contexts.
- Configuration - 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 ...
}
}
Bootstrapping @Configuration classes
Via AnnotationConfigApplicationContext
@Configuration classes are typically bootstrapped using either
AnnotationConfigApplicationContext or its web-capable variant,
AnnotationConfigWebApplicationContext.
- CONFIGURATION_ANNOTATION_PROCESSOR_BEAN_NAME - 类 中的静态变量org.springframework.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed Configuration annotation processor.
- CONFIGURATION_BEAN_NAME_GENERATOR - 类 中的静态变量org.springframework.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed BeanNameGenerator for use when processing
Configuration classes.
- ConfigurationClassPostProcessor - org.springframework.context.annotation中的类
-
BeanFactoryPostProcessor used for bootstrapping processing of
@Configuration classes.
- ConfigurationClassPostProcessor() - 类 的构造器org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- ConfigurationCondition - org.springframework.context.annotation中的接口
-
A
Condition that offers more fine-grained control when used with
@Configuration.
- ConfigurationCondition.ConfigurationPhase - org.springframework.context.annotation中的枚举
-
The various configuration phases where the condition could be evaluated.
- configureScanner(ParserContext, Element) - 类 中的方法org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- configureTasks(ScheduledTaskRegistrar) - 接口 中的方法org.springframework.scheduling.annotation.SchedulingConfigurer
-
- ConnectorServerFactoryBean - org.springframework.jmx.support中的类
-
- ConnectorServerFactoryBean() - 类 的构造器org.springframework.jmx.support.ConnectorServerFactoryBean
-
- CONTAINER_PREFIX - 类 中的静态变量org.springframework.jndi.JndiLocatorSupport
-
JNDI prefix used in a Java EE container
- contains(Class<?>) - 类 中的方法org.springframework.validation.ObjectError
-
- containsAttribute(String) - 类 中的方法org.springframework.ui.ConcurrentModel
-
Does this model contain an attribute of the given name?
- containsAttribute(String) - 接口 中的方法org.springframework.ui.Model
-
Does this model contain an attribute of the given name?
- containsAttribute(String) - 类 中的方法org.springframework.ui.ModelMap
-
Does this model contain an attribute of the given name?
- containsBean(String) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- containsBean(String) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
-
- containsBeanDefinition(String) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- containsKey(String) - 类 中的方法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) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- CONTENT_TYPE_SERIALIZED_OBJECT - 类 中的静态变量org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
Default content type: "application/x-java-serialized-object"
- ContextAnnotationAutowireCandidateResolver - 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() - 类 的构造器org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
-
- ContextClosedEvent - org.springframework.context.event中的类
-
Event raised when an ApplicationContext gets closed.
- ContextClosedEvent(ApplicationContext) - 类 的构造器org.springframework.context.event.ContextClosedEvent
-
Creates a new ContextClosedEvent.
- ContextLifecycleScheduledTaskRegistrar - org.springframework.scheduling.config中的类
-
- ContextLifecycleScheduledTaskRegistrar() - 类 的构造器org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
-
- ContextNamespaceHandler - org.springframework.context.config中的类
-
NamespaceHandler
for the 'context' namespace.
- ContextNamespaceHandler() - 类 的构造器org.springframework.context.config.ContextNamespaceHandler
-
- ContextRefreshedEvent - org.springframework.context.event中的类
-
Event raised when an ApplicationContext gets initialized or refreshed.
- ContextRefreshedEvent(ApplicationContext) - 类 的构造器org.springframework.context.event.ContextRefreshedEvent
-
Create a new ContextRefreshedEvent.
- ContextStartedEvent - org.springframework.context.event中的类
-
Event raised when an ApplicationContext gets started.
- ContextStartedEvent(ApplicationContext) - 类 的构造器org.springframework.context.event.ContextStartedEvent
-
Create a new ContextStartedEvent.
- ContextStoppedEvent - org.springframework.context.event中的类
-
Event raised when an ApplicationContext gets stopped.
- ContextStoppedEvent(ApplicationContext) - 类 的构造器org.springframework.context.event.ContextStoppedEvent
-
Create a new ContextStoppedEvent.
- Controller - org.springframework.stereotype中的注释类型
-
Indicates that an annotated class is a "Controller" (e.g. a web controller).
- CONVERSION_SERVICE_BEAN_NAME - 接口 中的静态变量org.springframework.context.ConfigurableApplicationContext
-
Name of the ConversionService bean in the factory.
- ConversionServiceFactoryBean - org.springframework.context.support中的类
-
A factory providing convenient access to a ConversionService configured with
converters appropriate for most environments.
- ConversionServiceFactoryBean() - 类 的构造器org.springframework.context.support.ConversionServiceFactoryBean
-
- convertIfNecessary(Object, Class<T>) - 类 中的方法org.springframework.validation.DataBinder
-
- convertIfNecessary(Object, Class<T>, MethodParameter) - 类 中的方法org.springframework.validation.DataBinder
-
- convertIfNecessary(Object, Class<T>, Field) - 类 中的方法org.springframework.validation.DataBinder
-
- convertJndiName(String) - 类 中的方法org.springframework.jndi.JndiLocatorSupport
-
Convert the given JNDI name into the actual JNDI name to use.
- convertResultValueIfNecessary(Object, MethodParameter) - 类 中的方法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) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法org.springframework.jmx.export.metadata.JmxMetadataUtils
-
- convertToScriptSource(String, String, ResourceLoader) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Convert the given script source locator to a ScriptSource instance.
- copyOverrides(ResourceOverridingShadowingClassLoader) - 类 中的方法org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
Copy all overrides from the given ClassLoader.
- copyTransformers(ShadowingClassLoader) - 类 中的方法org.springframework.instrument.classloading.ShadowingClassLoader
-
Copy all ClassFileTransformers from the given ClassLoader to the list of
transformers that this ClassLoader will apply.
- create() - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Invokes the create() method on the cached EJB home object.
- createAndConfigureMBean(Object, String) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Creates an MBean that is configured with the appropriate management
interface for the supplied managed resource.
- createApplicationListener(String, Class<?>, Method) - 类 中的方法org.springframework.context.event.DefaultEventListenerFactory
-
- createApplicationListener(String, Class<?>, Method) - 接口 中的方法org.springframework.context.event.EventListenerFactory
-
- createBeanFactory() - 类 中的方法org.springframework.context.support.AbstractRefreshableApplicationContext
-
方法实现说明:为我们的spring 上下文创建我们的内置的beanFactory
- createBeanPropertyBindingResult() - 类 中的方法org.springframework.validation.DataBinder
-
- createBeanWrapper() - 类 中的方法org.springframework.validation.BeanPropertyBindingResult
-
Create a new BeanWrapper for the underlying target object.
- createBshObject(String) - 类 中的静态方法org.springframework.scripting.bsh.BshScriptUtils
-
Create a new BeanShell-scripted object from the given script source.
- createBshObject(String, 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) - 类 中的静态方法org.springframework.scripting.bsh.BshScriptUtils
-
Create a new BeanShell-scripted object from the given script source.
- createCompositeInterface(Class<?>[]) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
-
Create a composite interface Class for the given interfaces,
implementing the given interfaces in one single Class.
- createCompositeInterface(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) - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Create a new ConcurrentMapCache instance for the specified cache name.
- createConfigInterface(BeanDefinition, 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() - 类 中的方法org.springframework.context.support.ConversionServiceFactoryBean
-
Create the ConversionService instance returned by this factory bean.
- createDateTimeFormatter() - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactory
-
Create a new DateTimeFormatter using this factory.
- createDateTimeFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactory
-
Create a new DateTimeFormatter using this factory.
- createDateTimeFormatter() - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Create a new DateTimeFormatter using this factory.
- createDateTimeFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Create a new DateTimeFormatter using this factory.
- createDefaultResourceRefLocator() - 类 中的静态方法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/".
- createDirectFieldAccessor() - 类 中的方法org.springframework.validation.DirectFieldBindingResult
-
Create a new DirectFieldAccessor for the underlying target object.
- createDirectFieldBindingResult() - 类 中的方法org.springframework.validation.DataBinder
-
- createEnvironment() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Create and return a new StandardEnvironment.
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- createExecutor(int, int, int, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- createInitialContext() - 类 中的方法org.springframework.jndi.JndiTemplate
-
Create a new JNDI initial context.
- createMainInterceptor() - 类 中的方法org.springframework.cache.interceptor.CacheProxyFactoryBean
-
- createMBeanServer(String, boolean) - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
-
Create a new MBeanServer instance and register it with the
MBeanServerFactory, if desired.
- createMessageFormat(String, Locale) - 类 中的方法org.springframework.context.support.MessageSourceSupport
-
Create a MessageFormat for the given message and Locale.
- createMessageSource(String) - 类 中的方法org.springframework.ui.context.support.ResourceBundleThemeSource
-
Create a MessageSource for the given basename,
to be used as MessageSource for the corresponding theme.
- createMethodValidationAdvice(Validator) - 类 中的方法org.springframework.validation.beanvalidation.MethodValidationPostProcessor
-
Create AOP advice for method validation purposes, to be applied
with a pointcut for the specified 'validated' annotation.
- createModelMBean() - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Create an instance of a class that implements ModelMBean.
- createModelMBeanOperationInfo(Method, String, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Creates an instance of ModelMBeanOperationInfo for the
given method.
- createObjectInputStream(InputStream) - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
Create an ObjectInputStream for the given InputStream.
- createObjectOutputStream(OutputStream) - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
Create an ObjectOutputStream for the given OutputStream.
- createQueue(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Create the BlockingQueue to use for the ThreadPoolExecutor.
- createQueue(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Create the BlockingQueue to use for the ThreadPoolExecutor.
- createRefreshableProxy(TargetSource, Class<?>[], boolean) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Create a refreshable proxy for the given AOP TargetSource.
- createRemoteInvocation(MethodInvocation) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Create a new RemoteInvocation object for the given AOP method invocation.
- createRemoteInvocation(MethodInvocation) - 类 中的方法org.springframework.remoting.support.DefaultRemoteInvocationFactory
-
- createRemoteInvocation(MethodInvocation) - 类 中的方法org.springframework.remoting.support.RemoteInvocationBasedAccessor
-
Create a new RemoteInvocation object for the given AOP method invocation.
- createRemoteInvocation(MethodInvocation) - 接口 中的方法org.springframework.remoting.support.RemoteInvocationFactory
-
Create a serializable RemoteInvocation object from the given AOP
MethodInvocation.
- createScanner(XmlReaderContext, boolean) - 类 中的方法org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- createScriptedObjectBeanDefinition(BeanDefinition, String, ScriptSource, 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) - 类 中的方法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) - 类 中的方法org.springframework.context.weaving.DefaultContextLoadTimeWeaver
-
- createTypeFilter(Element, ClassLoader, ParserContext) - 类 中的方法org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- CronSequenceGenerator - org.springframework.scheduling.support中的类
-
Date sequence generator for a
Crontab pattern,
allowing clients to specify a pattern that the sequence matches.
- CronSequenceGenerator(String) - 类 的构造器org.springframework.scheduling.support.CronSequenceGenerator
-
- CronSequenceGenerator(String, TimeZone) - 类 的构造器org.springframework.scheduling.support.CronSequenceGenerator
-
- CronTask - org.springframework.scheduling.config中的类
-
- CronTask(Runnable, String) - 类 的构造器org.springframework.scheduling.config.CronTask
-
Create a new CronTask.
- CronTask(Runnable, CronTrigger) - 类 的构造器org.springframework.scheduling.config.CronTask
-
Create a new CronTask.
- CronTrigger - org.springframework.scheduling.support中的类
-
Trigger implementation for cron expressions.
- CronTrigger(String) - 类 的构造器org.springframework.scheduling.support.CronTrigger
-
Build a
CronTrigger from the pattern provided in the default time zone.
- CronTrigger(String, TimeZone) - 类 的构造器org.springframework.scheduling.support.CronTrigger
-
Build a
CronTrigger from the pattern provided in the given time zone.
- CurrencyStyleFormatter - org.springframework.format.number中的类
-
A BigDecimal formatter for number values in currency style.
- CurrencyStyleFormatter() - 类 的构造器org.springframework.format.number.CurrencyStyleFormatter
-
- CurrencyUnitFormatter - org.springframework.format.number.money中的类
-
Formatter for JSR-354 CurrencyUnit values,
from and to currency code Strings.
- CurrencyUnitFormatter() - 类 的构造器org.springframework.format.number.money.CurrencyUnitFormatter
-
- CustomizableThreadFactory - org.springframework.scheduling.concurrent中的类
-
Implementation of the
ThreadFactory interface,
allowing for customizing the created threads (name, priority, etc).
- CustomizableThreadFactory() - 类 的构造器org.springframework.scheduling.concurrent.CustomizableThreadFactory
-
Create a new CustomizableThreadFactory with default thread name prefix.
- CustomizableThreadFactory(String) - 类 的构造器org.springframework.scheduling.concurrent.CustomizableThreadFactory
-
Create a new CustomizableThreadFactory with the given thread name prefix.
- customize(GroovyObject) - 接口 中的方法org.springframework.scripting.groovy.GroovyObjectCustomizer
-
Customize the supplied GroovyObject.
- customizeBeanFactory(DefaultListableBeanFactory) - 类 中的方法org.springframework.context.support.AbstractRefreshableApplicationContext
-
Customize the internal bean factory used by this context.
- customizeEvaluationContext(StandardEvaluationContext) - 类 中的方法org.springframework.context.expression.StandardBeanExpressionResolver
-
Template method for customizing the expression evaluation context.
- CustomValidatorBean - 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() - 类 的构造器org.springframework.validation.beanvalidation.CustomValidatorBean
-
- generate(Object, Method, Object...) - 接口 中的方法org.springframework.cache.interceptor.KeyGenerator
-
Generate a key for the given method and its parameters.
- generate(Object, Method, Object...) - 类 中的方法org.springframework.cache.interceptor.SimpleKeyGenerator
-
- generateBeanName(BeanDefinition, BeanDefinitionRegistry) - 类 中的方法org.springframework.context.annotation.AnnotationBeanNameGenerator
-
- generateCode(String, MethodVisitor, CodeFlow) - 类 中的方法org.springframework.context.expression.MapAccessor
-
- generateJson(Set<ConfigurableApplicationContext>) - 类 中的方法org.springframework.context.support.LiveBeansView
-
Actually generate a JSON snapshot of the beans in the given ApplicationContexts.
- generateKey(Object) - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
Compute the key for the given caching operation.
- generateKey(Object...) - 类 中的静态方法org.springframework.cache.interceptor.SimpleKeyGenerator
-
Generate a key based on the specified parameters.
- GenericApplicationContext - org.springframework.context.support中的类
-
Generic ApplicationContext implementation that holds a single internal
DefaultListableBeanFactory
instance and does not assume a specific bean definition format.
- GenericApplicationContext() - 类 的构造器org.springframework.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext.
- GenericApplicationContext(DefaultListableBeanFactory) - 类 的构造器org.springframework.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
- GenericApplicationContext(ApplicationContext) - 类 的构造器org.springframework.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext with the given parent.
- GenericApplicationContext(DefaultListableBeanFactory, ApplicationContext) - 类 的构造器org.springframework.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
- GenericApplicationListener - org.springframework.context.event中的接口
-
Extended variant of the standard
ApplicationListener interface,
exposing further metadata such as the supported event and source type.
- GenericApplicationListenerAdapter - org.springframework.context.event中的类
-
GenericApplicationListener adapter that determines supported event types
through introspecting the generically declared type of the target listener.
- GenericApplicationListenerAdapter(ApplicationListener<?>) - 类 的构造器org.springframework.context.event.GenericApplicationListenerAdapter
-
Create a new GenericApplicationListener for the given delegate.
- GenericGroovyApplicationContext - org.springframework.context.support中的类
-
- GenericGroovyApplicationContext() - 类 的构造器org.springframework.context.support.GenericGroovyApplicationContext
-
Create a new GenericGroovyApplicationContext that needs to be
loaded and then manually
refreshed.
- GenericGroovyApplicationContext(Resource...) - 类 的构造器org.springframework.context.support.GenericGroovyApplicationContext
-
Create a new GenericGroovyApplicationContext, loading bean definitions
from the given resources and automatically refreshing the context.
- GenericGroovyApplicationContext(String...) - 类 的构造器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...) - 类 的构造器org.springframework.context.support.GenericGroovyApplicationContext
-
Create a new GenericGroovyApplicationContext, loading bean definitions
from the given resource locations and automatically refreshing the context.
- GenericXmlApplicationContext - org.springframework.context.support中的类
-
Convenient application context with built-in XML support.
- GenericXmlApplicationContext() - 类 的构造器org.springframework.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext that needs to be
loaded and then manually
refreshed.
- GenericXmlApplicationContext(Resource...) - 类 的构造器org.springframework.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext, loading bean definitions
from the given resources and automatically refreshing the context.
- GenericXmlApplicationContext(String...) - 类 的构造器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...) - 类 的构造器org.springframework.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext, loading bean definitions
from the given resource locations and automatically refreshing the context.
- get(Object) - 接口 中的方法org.springframework.cache.Cache
-
Return the value to which this cache maps the specified key.
- get(Object, Class<T>) - 接口 中的方法org.springframework.cache.Cache
-
Return the value to which this cache maps the specified key,
generically specifying a type that return value will be cast to.
- get(Object, Callable<T>) - 接口 中的方法org.springframework.cache.Cache
-
Return the value to which this cache maps the specified key, obtaining
that value from valueLoader if necessary.
- get() - 接口 中的方法org.springframework.cache.Cache.ValueWrapper
-
Return the actual value in the cache.
- get(Object, Callable<T>) - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCache
-
- get(Object) - 类 中的方法org.springframework.cache.support.AbstractValueAdaptingCache
-
- get(Object, Class<T>) - 类 中的方法org.springframework.cache.support.AbstractValueAdaptingCache
-
- get(Object) - 类 中的方法org.springframework.cache.support.NoOpCache
-
- get(Object, Class<T>) - 类 中的方法org.springframework.cache.support.NoOpCache
-
- get(Object, Callable<T>) - 类 中的方法org.springframework.cache.support.NoOpCache
-
- get() - 类 中的方法org.springframework.cache.support.SimpleValueWrapper
-
Simply returns the value as given at construction time.
- get() - 枚举 中的静态方法org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
-
- get(String, ObjectFactory<?>) - 类 中的方法org.springframework.context.support.SimpleThreadScope
-
- get() - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
-
- get(long, TimeUnit) - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
-
- getActiveCount() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the number of currently active threads.
- getActiveCount() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the number of currently active threads.
- getActualFieldValue(String) - 类 中的方法org.springframework.validation.AbstractBindingResult
-
Extract the actual field value for the given field.
- getActualFieldValue(String) - 类 中的方法org.springframework.validation.AbstractPropertyBindingResult
-
Fetches the field value from the PropertyAccessor.
- getActualFieldValue(String) - 类 中的方法org.springframework.validation.MapBindingResult
-
- getActualType() - 异常错误 中的方法org.springframework.jndi.TypeMismatchNamingException
-
Return the actual type that the lookup returned, if available.
- getAdvice() - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
- getAdviceModeAttributeName() - 类 中的方法org.springframework.context.annotation.AdviceModeImportSelector
-
The name of the
AdviceMode attribute for the annotation specified by the
generic type
A.
- getAliases(String) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getAliases(String) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getAllErrors() - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- getAllErrors() - 类 中的方法org.springframework.validation.AbstractErrors
-
- getAllErrors() - 异常错误 中的方法org.springframework.validation.BindException
-
- getAllErrors() - 接口 中的方法org.springframework.validation.Errors
-
Get all errors, both global and field ones.
- getAllowedFields() - 类 中的方法org.springframework.validation.DataBinder
-
Return the fields that should be allowed for binding.
- getApplicationContext() - 类 中的方法org.springframework.context.event.ApplicationContextEvent
-
Get the ApplicationContext that the event was raised for.
- getApplicationContext() - 类 中的方法org.springframework.context.support.ApplicationObjectSupport
-
Return the ApplicationContext that this object is associated with.
- getApplicationListeners() - 类 中的方法org.springframework.context.event.AbstractApplicationEventMulticaster
-
Return a Collection containing all ApplicationListeners.
- getApplicationListeners(ApplicationEvent, ResolvableType) - 类 中的方法org.springframework.context.event.AbstractApplicationEventMulticaster
-
Return a Collection of ApplicationListeners matching the given
event type.
- getApplicationListeners() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
IOC 容器的刷新
- getApplicationName() - 接口 中的方法org.springframework.context.ApplicationContext
-
Return a name for the deployed application that this context belongs to.
- getApplicationName() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getAppliedPropertySources() - 类 中的方法org.springframework.context.support.PropertySourcesPlaceholderConfigurer
-
Return the property sources that were actually applied during
post-processing.
- getArgs() - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getArgs() - 接口 中的方法org.springframework.cache.interceptor.CacheOperationInvocationContext
-
Return the argument list used to invoke the method.
- getArguments() - 接口 中的方法org.springframework.context.MessageSourceResolvable
-
Return the array of arguments to be used to resolve this message.
- getArguments() - 类 中的方法org.springframework.context.support.DefaultMessageSourceResolvable
-
- getArguments() - 类 中的方法org.springframework.remoting.support.RemoteInvocation
-
Return the arguments for the target method call.
- getArgumentsForBindError(String, String) - 类 中的方法org.springframework.validation.DefaultBindingErrorProcessor
-
Return FieldError arguments for a binding error on the given field.
- getArgumentsForConstraint(String, String, ConstraintDescriptor<?>) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
Return FieldError arguments for a validation error on the given field.
- getAsText() - 类 中的方法org.springframework.format.support.FormatterPropertyEditorAdapter
-
- getAsyncExecutor() - 接口 中的方法org.springframework.scheduling.annotation.AsyncConfigurer
-
The
Executor instance to be used when processing async
method invocations.
- getAsyncExecutor() - 类 中的方法org.springframework.scheduling.annotation.AsyncConfigurerSupport
-
- getAsyncUncaughtExceptionHandler() - 接口 中的方法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() - 类 中的方法org.springframework.scheduling.annotation.AsyncConfigurerSupport
-
- getAttribute(String) - 类 中的方法org.springframework.jmx.export.SpringModelMBean
-
- getAttribute(String) - 类 中的方法org.springframework.remoting.support.RemoteInvocation
-
Retrieve the attribute for the given key, if any.
- getAttributeDescription(PropertyDescriptor, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Get the description for a particular attribute.
- getAttributeDescription(PropertyDescriptor, String) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Creates a description for the attribute corresponding to this property
descriptor.
- getAttributeInfo(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the attribute metadata for the MBean resource.
- getAttributeInfo(Object, String) - 类 中的方法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) - 类 中的静态方法org.springframework.jmx.support.JmxUtils
-
Return the JMX attribute name to use for the given JavaBeans property.
- getAttributes(String[]) - 类 中的方法org.springframework.jmx.export.SpringModelMBean
-
- getAttributes() - 类 中的方法org.springframework.remoting.support.RemoteInvocation
-
Return the attributes Map.
- getAutoGrowCollectionLimit() - 类 中的方法org.springframework.validation.DataBinder
-
Return the current limit for array and collection auto-growing.
- getAutowireCapableBeanFactory() - 接口 中的方法org.springframework.context.ApplicationContext
-
Expose AutowireCapableBeanFactory functionality for this context.
- getAutowireCapableBeanFactory() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Return this context's internal bean factory as AutowireCapableBeanFactory,
if already available.
- getAutowireCapableBeanFactory() - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
- getBasenameSet() - 类 中的方法org.springframework.context.support.AbstractResourceBasedMessageSource
-
Return this MessageSource's basename set, containing entries
in the order of registration.
- getBean(String, Class<T>) - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport
-
Return a bean with the specified name and type.
- getBean(String) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getBean(String, Class<T>) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getBean(String, Object...) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getBean(Class<T>) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getBean(Class<T>, Object...) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getBean(String) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean(String, Class<T>) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean(String, Object...) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean(Class<T>) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBean(Class<T>, Object...) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getBeanClassLoader() - 类 中的方法org.springframework.remoting.support.RemotingSupport
-
Return the ClassLoader that this accessor operates in,
to be used for deserializing and for generating proxies.
- getBeanClassName(Element) - 类 中的方法org.springframework.scheduling.config.ExecutorBeanDefinitionParser
-
- getBeanClassName(Element) - 类 中的方法org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
-
- getBeanClassName(Element) - 类 中的方法org.springframework.scheduling.config.SchedulerBeanDefinitionParser
-
- getBeanDefinition(String) - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
- getBeanDefinitionCount() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getBeanDefinitionDefaults() - 类 中的方法org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Return the defaults to use for detected beans (never null).
- getBeanDefinitionNames() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getBeanFactory() - 接口 中的方法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 (or not downcastable to ConfigurableListableBeanFactory).
- getBeanFactory() - 接口 中的方法org.springframework.context.ConfigurableApplicationContext
-
Return the internal bean factory of this application context.
- getBeanFactory() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Subclasses must return their internal bean factory here.
- getBeanFactory() - 类 中的方法org.springframework.context.support.AbstractRefreshableApplicationContext
-
- getBeanFactory() - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
Return the single internal BeanFactory held by this context
(as ConfigurableListableBeanFactory).
- getBeanFactoryPostProcessors() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Return the list of BeanFactoryPostProcessors that will get applied
to the internal BeanFactory.
- getBeanNamesForAnnotation(Class<? extends Annotation>) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getBeanNamesForType(ResolvableType) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getBeanNamesForType(Class<?>) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getBeanNamesForType(Class<?>, boolean, boolean) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getBeansOfType(Class<T>) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getBeansOfType(Class<T>, boolean, boolean) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getBeansWithAnnotation(Class<? extends Annotation>) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getBindingErrorProcessor() - 类 中的方法org.springframework.validation.DataBinder
-
Return the strategy for processing binding errors.
- getBindingResult() - 异常错误 中的方法org.springframework.validation.BindException
-
Return the BindingResult that this BindException wraps.
- getBindingResult(Map<?, ?>, String) - 类 中的静态方法org.springframework.validation.BindingResultUtils
-
Find the BindingResult for the given name in the given model.
- getBindingResult() - 类 中的方法org.springframework.validation.DataBinder
-
Return the BindingResult instance created by this DataBinder.
- getBundleClassLoader() - 类 中的方法org.springframework.context.support.ResourceBundleMessageSource
-
Return the ClassLoader to load resource bundles with.
- getBusinessInterface() - 类 中的方法org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
Return the business interface of the EJB we're proxying.
- getBusinessInterface() - 类 中的方法org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
Return the business interface of the EJB we're proxying.
- getCache(String) - 接口 中的方法org.springframework.cache.CacheManager
-
Return the cache associated with the given name.
- getCache(String) - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
- getCache(String) - 类 中的方法org.springframework.cache.support.AbstractCacheManager
-
- getCache(String) - 类 中的方法org.springframework.cache.support.CompositeCacheManager
-
- getCache(String) - 类 中的方法org.springframework.cache.support.NoOpCacheManager
-
This implementation always returns a
Cache implementation that will not store items.
- getCacheKey(Method, Class<?>) - 类 中的方法org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
Determine a cache key for the given method and target class.
- getCacheManager() - 类 中的方法org.springframework.cache.interceptor.AbstractCacheResolver
-
- getCacheManager() - 类 中的方法org.springframework.cache.interceptor.CacheOperation.Builder
-
- getCacheManager() - 类 中的方法org.springframework.cache.interceptor.CacheOperation
-
- getCacheMillis() - 类 中的方法org.springframework.context.support.AbstractResourceBasedMessageSource
-
Return the number of milliseconds to cache loaded properties files.
- getCacheNames() - 接口 中的方法org.springframework.cache.CacheManager
-
Return a collection of the cache names known by this manager.
- getCacheNames() - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
- getCacheNames(CacheOperationInvocationContext<?>) - 类 中的方法org.springframework.cache.interceptor.AbstractCacheResolver
-
Provide the name of the cache(s) to resolve against the current cache manager.
- getCacheNames() - 接口 中的方法org.springframework.cache.interceptor.BasicOperation
-
Return the cache name(s) associated with the operation.
- getCacheNames() - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getCacheNames() - 类 中的方法org.springframework.cache.interceptor.CacheOperation.Builder
-
- getCacheNames() - 类 中的方法org.springframework.cache.interceptor.CacheOperation
-
- getCacheNames(CacheOperationInvocationContext<?>) - 类 中的方法org.springframework.cache.interceptor.NamedCacheResolver
-
- getCacheNames(CacheOperationInvocationContext<?>) - 类 中的方法org.springframework.cache.interceptor.SimpleCacheResolver
-
- getCacheNames() - 类 中的方法org.springframework.cache.support.AbstractCacheManager
-
- getCacheNames() - 类 中的方法org.springframework.cache.support.CompositeCacheManager
-
- getCacheNames() - 类 中的方法org.springframework.cache.support.NoOpCacheManager
-
This implementation returns the name of the caches previously requested.
- getCacheOperationMetadata(CacheOperation, Method, Class<?>) - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport
-
- getCacheOperations(CacheAnnotationParser) - 接口 中的方法org.springframework.cache.annotation.AnnotationCacheOperationSource.CacheOperationProvider
-
Return the
CacheOperation instance(s) provided by the specified parser.
- getCacheOperations(Method, Class<?>) - 类 中的方法org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
Determine the caching attribute for this method invocation.
- getCacheOperations(Method, Class<?>) - 接口 中的方法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<?>) - 类 中的方法org.springframework.cache.interceptor.CompositeCacheOperationSource
-
- getCacheOperations(Method, Class<?>) - 类 中的方法org.springframework.cache.interceptor.NameMatchCacheOperationSource
-
- getCacheOperationSource() - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport
-
Return the CacheOperationSource for this cache aspect.
- getCacheOperationSources() - 类 中的方法org.springframework.cache.interceptor.CompositeCacheOperationSource
-
Return the CacheOperationSource instances that this
CompositeCacheOperationSource combines.
- getCacheResolver() - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport
-
Return the default
CacheResolver that this cache aspect delegates to.
- getCacheResolver() - 类 中的方法org.springframework.cache.interceptor.CacheOperation.Builder
-
- getCacheResolver() - 类 中的方法org.springframework.cache.interceptor.CacheOperation
-
- getCaches() - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getCaches(CacheOperationInvocationContext<CacheOperation>, CacheResolver) - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport
-
- getCandidateTypes(String, String) - 类 中的方法org.springframework.context.index.CandidateComponentsIndex
-
Return the candidate types that are associated with the specified stereotype.
- getCategory() - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
-
The category of this metric (ex. throughput, performance, utilization).
- getChronology() - 类 中的方法org.springframework.format.datetime.joda.JodaTimeContext
-
Return the user's chronology (calendar system), if any.
- getChronology() - 类 中的方法org.springframework.format.datetime.standard.DateTimeContext
-
Return the user's chronology (calendar system), if any.
- getClassForDescriptor(Object) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return the class to be used for the JMX descriptor field "class".
- getClassLoader() - 接口 中的方法org.springframework.context.annotation.ConditionContext
-
Return the
ClassLoader that should be used to load additional classes
(only
null if even the system ClassLoader isn't accessible).
- getClassLoader() - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
- getClassName(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the class name of the MBean resource.
- getClassToExpose(Object) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Return the class or interface to expose for the given bean.
- getClassToExpose(Class<?>) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Return the class or interface to expose for the given bean class.
- getClassToExpose(Object) - 类 中的静态方法org.springframework.jmx.support.JmxUtils
-
Return the class or interface to expose for the given bean.
- getClassToExpose(Class<?>) - 类 中的静态方法org.springframework.jmx.support.JmxUtils
-
Return the class or interface to expose for the given bean class.
- getCode() - 类 中的方法org.springframework.context.support.DefaultMessageSourceResolvable
-
Return the default code of this resolvable, that is,
the last one in the codes array.
- getCodes() - 接口 中的方法org.springframework.context.MessageSourceResolvable
-
Return the codes to be used to resolve this message, in the order that
they should get tried.
- getCodes() - 类 中的方法org.springframework.context.support.DefaultMessageSourceResolvable
-
- getCommonMessages() - 类 中的方法org.springframework.context.support.AbstractMessageSource
-
Return a Properties object defining locale-independent common messages, if any.
- getCompilerConfiguration() - 类 中的方法org.springframework.scripting.groovy.GroovyScriptEvaluator
-
Return this evaluator's compiler configuration (never null).
- getConcurrentExecutor() - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
Return the
Executor that this adapter delegates to.
- getCondition() - 类 中的方法org.springframework.cache.interceptor.CacheOperation
-
- getCondition() - 类 中的方法org.springframework.context.event.ApplicationListenerMethodAdapter
-
Return the condition to use.
- getConfigLocations() - 类 中的方法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() - 类 中的方法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() - 类 中的方法org.springframework.context.support.ClassPathXmlApplicationContext
-
- getConfigurationPhase() - 接口 中的方法org.springframework.context.annotation.ConfigurationCondition
-
- getConstraintsForClass(Class<?>) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
- getConstraintValidatorFactory() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- getConstructorInfo(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the constructor metadata for the MBean resource.
- getContentType() - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
Return the content type to use for sending remote invocation responses.
- getContext() - 类 中的方法org.springframework.jndi.JndiTemplate
-
Obtain a JNDI context corresponding to this template's configuration.
- getConversationId() - 类 中的方法org.springframework.context.support.SimpleThreadScope
-
- getConversionService() - 类 中的方法org.springframework.validation.DataBinder
-
Return the associated ConversionService, if any.
- getCorePoolSize() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the ThreadPoolExecutor's core pool size.
- getCreateMethod(Object) - 类 中的方法org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
Check for EJB3-style home object that serves as EJB component directly.
- getCreateMethod(Object) - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Determine the create method of the given EJB home object.
- getCreateMethod(Object) - 类 中的方法org.springframework.ejb.access.LocalSlsbInvokerInterceptor
-
Check for EJB3-style home object that serves as EJB component directly.
- getCronTaskList() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Get the cron tasks as an unmodifiable list of
CronTask objects.
- getCurrencyTimeLimit() - 类 中的方法org.springframework.jmx.export.metadata.AbstractJmxAttribute
-
Return a currency time limit for this attribute.
- getCustomEditor(String) - 类 中的方法org.springframework.validation.AbstractPropertyBindingResult
-
Retrieve the custom PropertyEditor for the given field, if any.
- getDateFormat(Locale) - 类 中的方法org.springframework.format.datetime.DateFormatter
-
- getDateTimeContext() - 类 中的静态方法org.springframework.format.datetime.standard.DateTimeContextHolder
-
Return the DateTimeContext associated with the current thread, if any.
- getDefaultConfigLocations() - 类 中的方法org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Return the default config locations to use, for the case where no
explicit config locations have been specified.
- getDefaultCurrencyTimeLimit() - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return default value for the JMX field "currencyTimeLimit", if any.
- getDefaultEncoding() - 类 中的方法org.springframework.context.support.AbstractResourceBasedMessageSource
-
Return the default charset to use for parsing properties files, if any.
- getDefaultErrorHandler(boolean) - 类 中的静态方法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() - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
Return the underlying bean factory of this context,
available for registering bean definitions.
- getDefaultLocale() - 类 中的方法org.springframework.context.support.MessageSourceAccessor
-
Return the default locale to use if no explicit locale has been given.
- getDefaultMessage() - 接口 中的方法org.springframework.context.MessageSourceResolvable
-
Return the default message to be used to resolve this message.
- getDefaultMessage(MessageSourceResolvable, Locale) - 类 中的方法org.springframework.context.support.AbstractMessageSource
-
Get a default message for the given MessageSourceResolvable.
- getDefaultMessage(String) - 类 中的方法org.springframework.context.support.AbstractMessageSource
-
Return a fallback default message for the given code, if any.
- getDefaultMessage() - 类 中的方法org.springframework.context.support.DefaultMessageSourceResolvable
-
- getDefaultValue() - 类 中的方法org.springframework.jmx.export.metadata.ManagedAttribute
-
Return the default value of this attribute.
- getDelay() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Return the delay before starting the job for the first time.
- getDependencyDescriptor() - 类 中的方法org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
Build a DependencyDescriptor for the underlying field/method.
- getDescription(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the description of the MBean resource.
- getDescription(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Reads managed resource description from the source level metadata.
- getDescription() - 类 中的方法org.springframework.jmx.export.metadata.AbstractJmxAttribute
-
Return a description for this attribute.
- getDescription() - 类 中的方法org.springframework.jmx.export.metadata.ManagedNotification
-
Return a description for this notification.
- getDescription() - 类 中的方法org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Return a description for this parameter.
- getDetailedErrorMessage(Object, String) - 类 中的方法org.springframework.context.event.ApplicationListenerMethodAdapter
-
Add additional details such as the bean type and method signature to
the given error message.
- getDisallowedFields() - 类 中的方法org.springframework.validation.DataBinder
-
Return the fields that should not be allowed for binding.
- getDisplayName() - 接口 中的方法org.springframework.context.ApplicationContext
-
Return a friendly name for this context.
- getDisplayName() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Return a friendly name for this context.
- getDisplayName() - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
-
A display name for this metric.
- getEnvironment() - 类 中的方法org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
- getEnvironment() - 接口 中的方法org.springframework.context.annotation.ConditionContext
-
Return the Environment for which the current application is running.
- getEnvironment() - 接口 中的方法org.springframework.context.ConfigurableApplicationContext
-
Return the Environment for this application context in configurable
form, allowing for further customization.
- getEnvironment() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Return the Environment for this application context in configurable
form, allowing for further customization.
- getEnvironment() - 类 中的方法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() - 类 中的方法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() - 类 中的方法org.springframework.jndi.JndiTemplate
-
Return the environment for the JNDI InitialContext, if any.
- getErrorCount() - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- getErrorCount() - 类 中的方法org.springframework.validation.AbstractErrors
-
- getErrorCount() - 异常错误 中的方法org.springframework.validation.BindException
-
- getErrorCount() - 接口 中的方法org.springframework.validation.Errors
-
Return the total number of errors.
- getErrorHandler() - 类 中的方法org.springframework.cache.interceptor.AbstractCacheInvoker
-
- getErrorHandler() - 类 中的方法org.springframework.context.event.SimpleApplicationEventMulticaster
-
Return the current error handler for this multicaster.
- getEscapedResourceDescription(BeanDefinition) - 类 中的方法org.springframework.context.support.LiveBeansView
-
Determine a resource description for the given bean definition and
apply basic JSON escaping (backslashes, double quotes) to it.
- getEventListenerFactories() - 类 中的方法org.springframework.context.event.EventListenerMethodProcessor
-
- getException() - 类 中的方法org.springframework.remoting.support.RemoteInvocationResult
-
Return the exception thrown by an unsuccessful invocation
of the target method, if any.
- getExecutorQualifier(Method) - 类 中的方法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() - 类 中的方法org.springframework.jndi.JndiObjectLocator
-
Return the type that the located JNDI object is supposed
to be assignable to, if any.
- getExporterName() - 类 中的方法org.springframework.remoting.support.RemoteExporter
-
Return a short name for this exporter.
- getExpression(Map<CachedExpressionEvaluator.ExpressionKey, Expression>, AnnotatedElementKey, String) - 类 中的方法org.springframework.context.expression.CachedExpressionEvaluator
-
Return the Expression for the specified SpEL value
Parse the expression if it hasn't been already.
- getExpression() - 类 中的方法org.springframework.scheduling.config.CronTask
-
Return the cron expression defining when the task should be executed.
- getExpression() - 类 中的方法org.springframework.scheduling.support.CronTrigger
-
Return the cron pattern that this trigger has been built with.
- getFactoryMethodMetadata() - 类 中的方法org.springframework.context.annotation.ScannedGenericBeanDefinition
-
- getFallbackClassLoader() - 类 中的方法org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
-
- getFaultActor() - 异常错误 中的方法org.springframework.remoting.soap.SoapFaultException
-
Return the actor that caused this fault.
- getFaultCode() - 异常错误 中的方法org.springframework.remoting.soap.SoapFaultException
-
Return the SOAP fault code.
- getFaultCodeAsQName() - 异常错误 中的方法org.springframework.remoting.soap.SoapFaultException
-
Return the SOAP fault code as a QName object.
- getFaultString() - 异常错误 中的方法org.springframework.remoting.soap.SoapFaultException
-
Return the descriptive SOAP fault string.
- getField() - 类 中的方法org.springframework.validation.FieldError
-
Return the affected field of the object.
- getFieldError() - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- getFieldError(String) - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- getFieldError() - 类 中的方法org.springframework.validation.AbstractErrors
-
- getFieldError(String) - 类 中的方法org.springframework.validation.AbstractErrors
-
- getFieldError() - 异常错误 中的方法org.springframework.validation.BindException
-
- getFieldError(String) - 异常错误 中的方法org.springframework.validation.BindException
-
- getFieldError() - 接口 中的方法org.springframework.validation.Errors
-
Get the first error associated with a field, if any.
- getFieldError(String) - 接口 中的方法org.springframework.validation.Errors
-
Get the first error associated with the given field, if any.
- getFieldErrorCount() - 类 中的方法org.springframework.validation.AbstractErrors
-
- getFieldErrorCount(String) - 类 中的方法org.springframework.validation.AbstractErrors
-
- getFieldErrorCount() - 异常错误 中的方法org.springframework.validation.BindException
-
- getFieldErrorCount(String) - 异常错误 中的方法org.springframework.validation.BindException
-
- getFieldErrorCount() - 接口 中的方法org.springframework.validation.Errors
-
Return the number of errors associated with a field.
- getFieldErrorCount(String) - 接口 中的方法org.springframework.validation.Errors
-
Return the number of errors associated with the given field.
- getFieldErrors() - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- getFieldErrors(String) - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- getFieldErrors(String) - 类 中的方法org.springframework.validation.AbstractErrors
-
- getFieldErrors() - 异常错误 中的方法org.springframework.validation.BindException
-
- getFieldErrors(String) - 异常错误 中的方法org.springframework.validation.BindException
-
- getFieldErrors() - 接口 中的方法org.springframework.validation.Errors
-
Get all errors associated with a field.
- getFieldErrors(String) - 接口 中的方法org.springframework.validation.Errors
-
Get all errors associated with the given field.
- getFieldType() - 类 中的方法org.springframework.format.support.FormatterPropertyEditorAdapter
-
- getFieldType(String) - 类 中的方法org.springframework.validation.AbstractBindingResult
-
This default implementation determines the type based on the actual
field value, if any.
- getFieldType(String) - 类 中的方法org.springframework.validation.AbstractErrors
-
- getFieldType(String) - 类 中的方法org.springframework.validation.AbstractPropertyBindingResult
-
Determines the field type from the property type.
- getFieldType(String) - 异常错误 中的方法org.springframework.validation.BindException
-
- getFieldType(String) - 接口 中的方法org.springframework.validation.Errors
-
Return the type of a given field.
- getFieldTypes() - 接口 中的方法org.springframework.format.AnnotationFormatterFactory
-
The types of fields that may be annotated with the <A> annotation.
- getFieldTypes() - 类 中的方法org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
-
- getFieldTypes() - 类 中的方法org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
-
- getFieldTypes() - 类 中的方法org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
-
- getFieldTypes() - 类 中的方法org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
-
- getFieldTypes() - 类 中的方法org.springframework.format.number.NumberFormatAnnotationFormatterFactory
-
- getFieldValue(String) - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- getFieldValue(String) - 异常错误 中的方法org.springframework.validation.BindException
-
- getFieldValue(String) - 接口 中的方法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() - 类 中的方法org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getFixedDelayTaskList() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Get the fixed-delay tasks as an unmodifiable list of
IntervalTask objects.
- getFixedRateTaskList() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Get the fixed-rate tasks as an unmodifiable list of
IntervalTask objects.
- getFormatter(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
-
- getFormatter(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
-
- getFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeContext
-
Get the DateTimeFormatter with the this context's settings
applied to the base formatter.
- getFormatter(DateTimeFormatter, Locale) - 类 中的静态方法org.springframework.format.datetime.joda.JodaTimeContextHolder
-
Obtain a DateTimeFormatter with user-specific settings applied to the given base Formatter.
- getFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.standard.DateTimeContext
-
Get the DateTimeFormatter with the this context's settings
applied to the base formatter.
- getFormatter(DateTimeFormatter, Locale) - 类 中的静态方法org.springframework.format.datetime.standard.DateTimeContextHolder
-
Obtain a DateTimeFormatter with user-specific settings applied to the given base Formatter.
- getFormatter(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
-
- getGlobalError() - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- getGlobalError() - 类 中的方法org.springframework.validation.AbstractErrors
-
- getGlobalError() - 异常错误 中的方法org.springframework.validation.BindException
-
- getGlobalError() - 接口 中的方法org.springframework.validation.Errors
-
Get the first global error, if any.
- getGlobalErrorCount() - 类 中的方法org.springframework.validation.AbstractErrors
-
- getGlobalErrorCount() - 异常错误 中的方法org.springframework.validation.BindException
-
- getGlobalErrorCount() - 接口 中的方法org.springframework.validation.Errors
-
Return the number of global errors.
- getGlobalErrors() - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- getGlobalErrors() - 异常错误 中的方法org.springframework.validation.BindException
-
- getGlobalErrors() - 接口 中的方法org.springframework.validation.Errors
-
Get all global errors.
- getGroovyClassLoader() - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
-
Return the GroovyClassLoader used by this script factory.
- getHandback() - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
-
- getHome() - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Return the EJB home object to use.
- getHost() - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Return the host of the registry for the exported RMI service.
- getId() - 接口 中的方法org.springframework.context.ApplicationContext
-
Return the unique id of this application context.
- getId() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getImportClassName() - 类 中的方法org.springframework.context.annotation.DeferredImportSelector.Group.Entry
-
Return the fully qualified name of the class to import.
- getImportGroup() - 接口 中的方法org.springframework.context.annotation.DeferredImportSelector
-
Return a specific import group.
- getIndex() - 类 中的方法org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Return the index of this parameter in the operation signature.
- getInitialDelay() - 类 中的方法org.springframework.scheduling.config.IntervalTask
-
Return the initial delay before first execution of the task.
- getInitialDelay() - 类 中的方法org.springframework.scheduling.support.PeriodicTrigger
-
Return the initial delay, or 0 if none.
- getInstance(Object) - 类 中的静态方法org.springframework.jmx.support.ObjectNameManager
-
Retrieve the ObjectName instance corresponding to the supplied name.
- getInstance(String) - 类 中的静态方法org.springframework.jmx.support.ObjectNameManager
-
Retrieve the ObjectName instance corresponding to the supplied name.
- getInstance(String, String, String) - 类 中的静态方法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>) - 类 中的静态方法org.springframework.jmx.support.ObjectNameManager
-
Retrieve an ObjectName instance with the specified domain name
and the supplied key/name properties.
- getInstance(Class<T>) - 类 中的方法org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
-
- getInstrumentableClassLoader() - 类 中的方法org.springframework.context.weaving.DefaultContextLoadTimeWeaver
-
- getInstrumentableClassLoader() - 类 中的方法org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
-
- getInstrumentableClassLoader() - 类 中的方法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() - 类 中的方法org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
-
- getInstrumentableClassLoader() - 接口 中的方法org.springframework.instrument.classloading.LoadTimeWeaver
-
Return a
ClassLoader that supports instrumentation
through AspectJ-style load-time weaving based on user-defined
ClassFileTransformers.
- getInstrumentableClassLoader() - 类 中的方法org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
-
- getInstrumentableClassLoader() - 类 中的方法org.springframework.instrument.classloading.SimpleLoadTimeWeaver
-
- getInstrumentableClassLoader() - 类 中的方法org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
-
- getInstrumentableClassLoader() - 类 中的方法org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
-
- getInstrumentableClassLoader() - 类 中的方法org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
-
- getInternalBindingResult() - 类 中的方法org.springframework.validation.DataBinder
-
Return the internal BindingResult held by this DataBinder,
as an AbstractPropertyBindingResult.
- getInternalParentBeanFactory() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
方法实现说明:获取我们spring上下文对象的父上下文,然后通过父上下文获取父工厂
Spring 根的上下文对象不会有父容器,但是我们的springmvc就在这里存在父工厂.
- getInternalParentMessageSource() - 类 中的方法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() - 类 中的方法org.springframework.scheduling.config.IntervalTask
-
Return how often in milliseconds the task should be executed.
- getInvocationFailureMessage() - 类 中的方法org.springframework.scheduling.support.MethodInvokingRunnable
-
Build a message for an invocation failure exception.
- getJndiEnvironment() - 类 中的方法org.springframework.jndi.JndiAccessor
-
Return the JNDI environment to use for JNDI lookups.
- getJndiName() - 类 中的方法org.springframework.jndi.JndiObjectLocator
-
Return the JNDI name to look up.
- getJndiTemplate() - 类 中的方法org.springframework.jndi.JndiAccessor
-
Return the JNDI template to use for JNDI lookups.
- getJodaTimeContext() - 类 中的静态方法org.springframework.format.datetime.joda.JodaTimeContextHolder
-
Return the JodaTimeContext associated with the current thread, if any.
- getKeepAliveSeconds() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the ThreadPoolExecutor's keep-alive seconds.
- getKey() - 异常错误 中的方法org.springframework.cache.Cache.ValueRetrievalException
-
- getKey() - 类 中的方法org.springframework.cache.interceptor.CacheOperation.Builder
-
- getKey() - 类 中的方法org.springframework.cache.interceptor.CacheOperation
-
- getKeyGenerator() - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport
-
Return the default
KeyGenerator that this cache aspect delegates to.
- getKeyGenerator() - 类 中的方法org.springframework.cache.interceptor.CacheOperation.Builder
-
- getKeyGenerator() - 类 中的方法org.springframework.cache.interceptor.CacheOperation
-
- getKeys() - 类 中的方法org.springframework.context.support.MessageSourceResourceBundle
-
This implementation throws UnsupportedOperationException,
as a MessageSource does not allow for enumerating the defined message codes.
- getLazyResolutionProxyIfNecessary(DependencyDescriptor, String) - 类 中的方法org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
-
- getLifecycleBeans() - 类 中的方法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() - 接口 中的方法org.springframework.context.annotation.LoadTimeWeavingConfigurer
-
Create, configure and return the LoadTimeWeaver instance to be used.
- getLocale() - 接口 中的方法org.springframework.context.i18n.LocaleContext
-
Return the current Locale, which can be fixed or determined dynamically,
depending on the implementation strategy.
- getLocale() - 类 中的静态方法org.springframework.context.i18n.LocaleContextHolder
-
Return the Locale associated with the current thread, if any,
or the system default Locale otherwise.
- getLocale(LocaleContext) - 类 中的静态方法org.springframework.context.i18n.LocaleContextHolder
-
Return the Locale associated with the given user context, if any,
or the system default Locale otherwise.
- getLocale() - 类 中的方法org.springframework.context.i18n.SimpleLocaleContext
-
- getLocale() - 类 中的方法org.springframework.context.support.MessageSourceResourceBundle
-
This implementation exposes the specified Locale for introspection
through the standard ResourceBundle.getLocale() method.
- getLocaleContext() - 类 中的静态方法org.springframework.context.i18n.LocaleContextHolder
-
Return the LocaleContext associated with the current thread, if any.
- getLogFile() - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
-
- getLookupType() - 类 中的方法org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
Return the desired type for the lookup.
- getManagedAttribute(Method) - 类 中的方法org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedAttribute(Method) - 接口 中的方法org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an instance of ManagedAttribute
if the supplied Method has the corresponding metadata.
- getManagedMetric(Method) - 类 中的方法org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedMetric(Method) - 接口 中的方法org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an instance of ManagedMetric
if the supplied Method has the corresponding metadata.
- getManagedNotifications(Class<?>) - 类 中的方法org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedNotifications(Class<?>) - 接口 中的方法org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an array of
ManagedNotifications
if the supplied the
Class has the corresponding metadata.
- getManagedOperation(Method) - 类 中的方法org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedOperation(Method) - 接口 中的方法org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an instance of ManagedOperation
if the supplied Method has the corresponding metadata.
- getManagedOperationParameters(Method) - 类 中的方法org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedOperationParameters(Method) - 接口 中的方法org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an array of ManagedOperationParameter
if the supplied Method has the corresponding metadata.
- getManagedResource(Class<?>) - 类 中的方法org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedResource(Class<?>) - 接口 中的方法org.springframework.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an instance of ManagedResource
if the supplied Class has the appropriate metadata.
- getManagementInterface() - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
-
Return the management interface of the target MBean,
or null if none specified.
- getMaxPoolSize() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the ThreadPoolExecutor's maximum pool size.
- getMBeanInfo(Object, String) - 类 中的方法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) - 接口 中的方法org.springframework.jmx.export.assembler.MBeanInfoAssembler
-
Create the ModelMBeanInfo for the given managed resource.
- getMBeanInterface(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() - 枚举 中的方法org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
-
- getMergedProperties(Locale) - 类 中的方法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) - 接口 中的方法org.springframework.context.MessageSource
-
Try to resolve the message.
- getMessage(String, Object[], Locale) - 接口 中的方法org.springframework.context.MessageSource
-
Try to resolve the message.
- getMessage(MessageSourceResolvable, Locale) - 接口 中的方法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) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getMessage(String, Object[], Locale) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getMessage(MessageSourceResolvable, Locale) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getMessage(String, Object[], String, Locale) - 类 中的方法org.springframework.context.support.AbstractMessageSource
-
- getMessage(String, Object[], Locale) - 类 中的方法org.springframework.context.support.AbstractMessageSource
-
- getMessage(MessageSourceResolvable, Locale) - 类 中的方法org.springframework.context.support.AbstractMessageSource
-
- getMessage(String, Object[], String, Locale) - 类 中的方法org.springframework.context.support.DelegatingMessageSource
-
- getMessage(String, Object[], Locale) - 类 中的方法org.springframework.context.support.DelegatingMessageSource
-
- getMessage(MessageSourceResolvable, Locale) - 类 中的方法org.springframework.context.support.DelegatingMessageSource
-
- getMessage(String, String) - 类 中的方法org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the default Locale.
- getMessage(String, String, Locale) - 类 中的方法org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the given Locale.
- getMessage(String, Object[], String) - 类 中的方法org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the default Locale.
- getMessage(String, Object[], String, Locale) - 类 中的方法org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the given Locale.
- getMessage(String) - 类 中的方法org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the default Locale.
- getMessage(String, Locale) - 类 中的方法org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the given Locale.
- getMessage(String, Object[]) - 类 中的方法org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the default Locale.
- getMessage(String, Object[], Locale) - 类 中的方法org.springframework.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the given Locale.
- getMessage(MessageSourceResolvable) - 类 中的方法org.springframework.context.support.MessageSourceAccessor
-
Retrieve the given MessageSourceResolvable (e.g. an ObjectError instance)
in the default Locale.
- getMessage(MessageSourceResolvable, Locale) - 类 中的方法org.springframework.context.support.MessageSourceAccessor
-
Retrieve the given MessageSourceResolvable (e.g. an ObjectError instance)
in the given Locale.
- getMessage() - 异常错误 中的方法org.springframework.validation.BindException
-
Returns diagnostic information about the errors held in this object.
- getMessageCodesResolver() - 类 中的方法org.springframework.validation.AbstractBindingResult
-
Return the strategy to use for resolving errors into message codes.
- getMessageFormat(String, Locale) - 类 中的方法org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getMessageFormat(ResourceBundle, String, Locale) - 类 中的方法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) - 类 中的方法org.springframework.context.support.AbstractMessageSource
-
Try to retrieve the given message from the parent MessageSource, if any.
- getMessageInternal(String, Object[], Locale) - 类 中的方法org.springframework.context.support.AbstractMessageSource
-
Resolve the given code and arguments as message in the given Locale,
returning null if not found.
- getMessageInterpolator() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- getMessageSource() - 类 中的方法org.springframework.ui.context.support.SimpleTheme
-
- getMessageSource() - 接口 中的方法org.springframework.ui.context.Theme
-
Return the specific MessageSource that resolves messages
with respect to this theme.
- getMessageSourceAccessor() - 类 中的方法org.springframework.context.support.ApplicationObjectSupport
-
Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
- getMetaClass() - 类 中的方法org.springframework.context.support.GenericGroovyApplicationContext
-
- getMetadata() - 类 中的方法org.springframework.context.annotation.DeferredImportSelector.Group.Entry
-
Return the
AnnotationMetadata of the importing
Configuration class.
- getMetadata() - 类 中的方法org.springframework.context.annotation.ScannedGenericBeanDefinition
-
- getMetadataReaderFactory() - 类 中的方法org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Return the MetadataReaderFactory used by this component provider.
- getMethod() - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getMethod() - 接口 中的方法org.springframework.cache.interceptor.CacheOperationInvocationContext
-
Return the method which was invoked.
- getMethod() - 类 中的方法org.springframework.scheduling.support.ScheduledMethodRunnable
-
Return the target method to call.
- getMethodName() - 类 中的方法org.springframework.remoting.support.RemoteInvocation
-
Return the name of the target method.
- getMethodSignature(Method) - 类 中的静态方法org.springframework.jmx.support.JmxUtils
-
Create a String[] representing the argument signature of a
method.
- getMetricType() - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
-
A description of how this metric's values change over time.
- getMissingCache(String) - 类 中的方法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() - 类 中的方法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() - 异常错误 中的方法org.springframework.validation.BindException
-
- getModel() - 接口 中的方法org.springframework.validation.BindingResult
-
Return a model Map for the obtained state, exposing a BindingResult
instance as '
MODEL_KEY_PREFIX + objectName'
and the object itself as 'objectName'.
- getMonetaryAmountFormat(Locale) - 类 中的方法org.springframework.format.number.money.MonetaryAmountFormatter
-
Obtain a MonetaryAmountFormat for the given locale.
- getMXBeanInterface(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() - 接口 中的方法org.springframework.cache.Cache
-
Return the cache name.
- getName() - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCache
-
- getName() - 类 中的方法org.springframework.cache.interceptor.CacheOperation
-
- getName() - 类 中的方法org.springframework.cache.support.NoOpCache
-
- getName() - 类 中的方法org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
Return the resource name for the lookup.
- getName() - 类 中的方法org.springframework.jmx.export.metadata.ManagedNotification
-
Return the name of this notification.
- getName() - 类 中的方法org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Return the name of this parameter in the operation signature.
- getName() - 类 中的方法org.springframework.ui.context.support.SimpleTheme
-
- getName() - 接口 中的方法org.springframework.ui.context.Theme
-
Return the name of the theme.
- getNativeCache() - 接口 中的方法org.springframework.cache.Cache
-
Return the underlying native cache provider.
- getNativeCache() - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCache
-
- getNativeCache() - 类 中的方法org.springframework.cache.support.NoOpCache
-
- getNestedPath() - 类 中的方法org.springframework.validation.AbstractErrors
-
- getNestedPath() - 异常错误 中的方法org.springframework.validation.BindException
-
- getNestedPath() - 接口 中的方法org.springframework.validation.Errors
-
Return the current nested path of this
Errors object.
- getNotificationFilter() - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
-
- getNotificationInfo(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
-
- getNotificationInfo(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the notification metadata for the MBean resource.
- getNotificationInfo(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
- getNotificationListener() - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
-
- getNotificationTypes() - 类 中的方法org.springframework.jmx.export.metadata.ManagedNotification
-
Return the list of notification types.
- getNumberFormat(Locale) - 类 中的方法org.springframework.format.number.AbstractNumberFormatter
-
Obtain a concrete NumberFormat for the specified locale.
- getNumberFormat(Locale) - 类 中的方法org.springframework.format.number.CurrencyStyleFormatter
-
- getNumberFormat(Locale) - 类 中的方法org.springframework.format.number.NumberStyleFormatter
-
- getNumberFormat(Locale) - 类 中的方法org.springframework.format.number.PercentStyleFormatter
-
- getObject() - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- getObject() - 类 中的方法org.springframework.context.support.ConversionServiceFactoryBean
-
- getObject() - 类 中的方法org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- getObject() - 类 中的方法org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- getObject() - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
-
- getObject() - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
-
- getObject() - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- getObject() - 类 中的方法org.springframework.jmx.access.MBeanProxyFactoryBean
-
- getObject() - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
-
- getObject() - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
- getObject() - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
-
- getObject() - 类 中的方法org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
-
- getObject() - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
-
Return the singleton JNDI object.
- getObject() - 类 中的方法org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-
- getObject() - 类 中的方法org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- getObject() - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- getObject() - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
- getObject() - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
- getObject() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- getObject() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
- getObject() - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- getObjectName(Object, String) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Retrieve the ObjectName for a bean.
- getObjectName() - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
-
Return the JMX ObjectName of this managed resource.
- getObjectName(Object, String) - 类 中的方法org.springframework.jmx.export.naming.IdentityNamingStrategy
-
Returns an instance of ObjectName based on the identity
of the managed resource.
- getObjectName(Object, String) - 类 中的方法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) - 类 中的方法org.springframework.jmx.export.naming.MetadataNamingStrategy
-
Reads the ObjectName from the source-level metadata associated
with the managed resource's Class.
- getObjectName(Object, String) - 接口 中的方法org.springframework.jmx.export.naming.ObjectNamingStrategy
-
Obtain an ObjectName for the supplied bean.
- getObjectName() - 接口 中的方法org.springframework.jmx.export.naming.SelfNaming
-
Return the ObjectName for the implementing object.
- getObjectName() - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- getObjectName() - 异常错误 中的方法org.springframework.validation.BindException
-
- getObjectName() - 类 中的方法org.springframework.validation.DataBinder
-
Return the name of the bound object.
- getObjectName() - 接口 中的方法org.springframework.validation.Errors
-
Return the name of the bound root object.
- getObjectName() - 类 中的方法org.springframework.validation.ObjectError
-
Return the name of the affected object.
- getObjectToExport() - 类 中的方法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() - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.context.support.ConversionServiceFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.jmx.access.MBeanProxyFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
- getObjectType() - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- getOperation() - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getOperation() - 接口 中的方法org.springframework.cache.interceptor.CacheOperationInvocationContext
-
Return the cache operation.
- getOperationContext(CacheOperation, Method, Object[], Object, Class<?>) - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport
-
- getOperationDescription() - 类 中的方法org.springframework.cache.interceptor.CacheableOperation.Builder
-
- getOperationDescription() - 类 中的方法org.springframework.cache.interceptor.CacheEvictOperation.Builder
-
- getOperationDescription() - 类 中的方法org.springframework.cache.interceptor.CacheOperation.Builder
-
Return an identifying description for this caching operation.
- getOperationDescription() - 类 中的方法org.springframework.cache.interceptor.CachePutOperation.Builder
-
- getOperationDescription(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Get the description for a particular operation.
- getOperationDescription(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Retrieves the description for the supplied Method from the
metadata.
- getOperationInfo(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the operation metadata for the MBean resource.
- getOperationInfo(Object, String) - 类 中的方法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) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Create parameter info for the given method.
- getOperationParameters(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Reads MBeanParameterInfo from the ManagedOperationParameter
attributes attached to a method.
- getOrder() - 类 中的方法org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- getOrder() - 类 中的方法org.springframework.context.event.ApplicationListenerMethodAdapter
-
- getOrder() - 类 中的方法org.springframework.context.event.DefaultEventListenerFactory
-
- getOrder() - 类 中的方法org.springframework.context.event.GenericApplicationListenerAdapter
-
- getOrder() - 类 中的方法org.springframework.context.event.SourceFilteringListener
-
- getOrder() - 类 中的方法org.springframework.context.weaving.AspectJWeavingEnabler
-
- getOrder() - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- getOrder() - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- getOriginal() - 异常错误 中的方法org.springframework.cache.interceptor.CacheOperationInvoker.ThrowableWrapper
-
- getParameterNameDiscoverer() - 类 中的方法org.springframework.context.expression.CachedExpressionEvaluator
-
Return a shared parameter name discoverer which caches data internally.
- getParameterNameDiscoverer() - 类 中的方法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).
- getParameterNameProvider() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- getParameterTypes() - 类 中的方法org.springframework.remoting.support.RemoteInvocation
-
Return the parameter types of the target method.
- getParent() - 接口 中的方法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() - 类 中的方法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() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getParentMessageSource() - 接口 中的方法org.springframework.context.HierarchicalMessageSource
-
Return the parent of this MessageSource, or null if none.
- getParentMessageSource() - 类 中的方法org.springframework.context.support.AbstractMessageSource
-
- getParentMessageSource() - 类 中的方法org.springframework.context.support.DelegatingMessageSource
-
- getParentThemeSource() - 接口 中的方法org.springframework.ui.context.HierarchicalThemeSource
-
Return the parent of this ThemeSource, or null if none.
- getParentThemeSource() - 类 中的方法org.springframework.ui.context.support.DelegatingThemeSource
-
- getParentThemeSource() - 类 中的方法org.springframework.ui.context.support.ResourceBundleThemeSource
-
- getParser() - 类 中的方法org.springframework.context.expression.CachedExpressionEvaluator
-
Return the SpelExpressionParser to use.
- getParser(A, Class<?>) - 接口 中的方法org.springframework.format.AnnotationFormatterFactory
-
Get the Parser to parse a submitted value for a field of fieldType
annotated with annotation.
- getParser(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
-
- getParser(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
-
- getParser(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
-
- getParser(NumberFormat, Class<?>) - 类 中的方法org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
-
- getParser(NumberFormat, Class<?>) - 类 中的方法org.springframework.format.number.NumberFormatAnnotationFormatterFactory
-
- getPayload() - 类 中的方法org.springframework.context.PayloadApplicationEvent
-
Return the payload of the event.
- getPeriod() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Return the period between repeated task executions.
- getPeriod() - 类 中的方法org.springframework.scheduling.support.PeriodicTrigger
-
Return this trigger's period.
- getPersistLocation() - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
-
- getPersistName() - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
-
- getPersistPeriod() - 类 中的方法org.springframework.jmx.export.metadata.ManagedAttribute
-
- getPersistPeriod() - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
-
The persist period for this metric.
- getPersistPeriod() - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
-
- getPersistPolicy() - 类 中的方法org.springframework.jmx.export.metadata.ManagedAttribute
-
- getPersistPolicy() - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
-
The persist policy for this metric.
- getPersistPolicy() - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
-
- getPhase() - 接口 中的方法org.springframework.context.Phased
-
Return the phase value of this object.
- getPhase(Lifecycle) - 类 中的方法org.springframework.context.support.DefaultLifecycleProcessor
-
Determine the lifecycle phase of the given bean.
- getPointcut() - 类 中的方法org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
-
- getPointcut() - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
- getPoolSize() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the current pool size.
- getPoolSize() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the current pool size.
- getPort() - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Return the port of the registry for the exported RMI service.
- getPrefix() - 类 中的方法org.springframework.validation.DefaultMessageCodesResolver
-
Return the prefix to be applied to any code built by this resolver.
- getPrinter(A, Class<?>) - 接口 中的方法org.springframework.format.AnnotationFormatterFactory
-
Get the Printer to print the value of a field of fieldType annotated with
annotation.
- getPrinter(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
-
- getPrinter(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
-
- getPrinter(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
-
- getPrinter(NumberFormat, Class<?>) - 类 中的方法org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
-
- getPrinter(NumberFormat, Class<?>) - 类 中的方法org.springframework.format.number.NumberFormatAnnotationFormatterFactory
-
- getProperties(String) - 类 中的方法org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Get a PropertiesHolder for the given filename, either from the
cache or freshly loaded.
- getProperties() - 类 中的方法org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getProperty(String) - 类 中的方法org.springframework.context.support.GenericGroovyApplicationContext
-
- getProperty(String) - 类 中的方法org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getProperty(String) - 类 中的方法org.springframework.jndi.JndiPropertySource
-
This implementation looks up and returns the value associated with the given
name from the underlying
JndiLocatorDelegate.
- getPropertyAccessor() - 类 中的方法org.springframework.validation.AbstractPropertyBindingResult
-
Provide the PropertyAccessor to work with, according to the
concrete strategy of access.
- getPropertyAccessor() - 类 中的方法org.springframework.validation.BeanPropertyBindingResult
-
Returns the BeanWrapper that this instance uses.
- getPropertyAccessor() - 类 中的方法org.springframework.validation.DataBinder
-
Return the underlying PropertyAccessor of this binder's BindingResult.
- getPropertyAccessor() - 类 中的方法org.springframework.validation.DirectFieldBindingResult
-
Returns the DirectFieldAccessor that this instance uses.
- getPropertyEditorRegistry() - 类 中的方法org.springframework.validation.AbstractBindingResult
-
This implementation returns null.
- getPropertyEditorRegistry() - 类 中的方法org.springframework.validation.AbstractPropertyBindingResult
-
Returns the underlying PropertyAccessor.
- getPropertyEditorRegistry() - 异常错误 中的方法org.springframework.validation.BindException
-
- getPropertyEditorRegistry() - 接口 中的方法org.springframework.validation.BindingResult
-
Return the underlying PropertyEditorRegistry.
- getPropertyEditorRegistry() - 类 中的方法org.springframework.validation.DataBinder
-
Return the underlying TypeConverter of this binder's BindingResult.
- getPropertyType() - 类 中的方法org.springframework.context.expression.MapAccessor
-
- getProxy() - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
- getProxyForService() - 类 中的方法org.springframework.remoting.support.RemoteExporter
-
Get a proxy for the given service object, implementing the specified
service interface.
- getRawFieldValue(String) - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- getRawFieldValue(String) - 异常错误 中的方法org.springframework.validation.BindException
-
- getRawFieldValue(String) - 接口 中的方法org.springframework.validation.BindingResult
-
Extract the raw field value for the given field.
- getReader() - 类 中的方法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() - 类 中的方法org.springframework.context.support.GenericXmlApplicationContext
-
Exposes the underlying XmlBeanDefinitionReader for additional
configuration facilities and loadBeanDefinition variations.
- getRefreshTimestamp() - 类 中的方法org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getRegisteredObjectNames() - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
-
- getRegistry() - 类 中的方法org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Return the BeanDefinitionRegistry that this scanner operates on.
- getRegistry() - 类 中的方法org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Return the BeanDefinitionRegistry that this scanner operates on.
- getRegistry() - 类 中的方法org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Return the BeanDefinitionRegistry used by this scanner, if any.
- getRegistry() - 接口 中的方法org.springframework.context.annotation.ConditionContext
-
Return the BeanDefinitionRegistry that will hold the bean definition
should the condition match.
- getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Locate or create the RMI registry.
- getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Locate or create the RMI registry.
- getRegistry(int) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Locate or create the RMI registry.
- getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
-
Locate or create the RMI registry for this exporter.
- getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
-
Locate or create the RMI registry for this exporter.
- getRegistry(int) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
-
Locate or create the RMI registry for this exporter.
- getRejectedValue(String, ConstraintViolation<Object>, BindingResult) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
Extract the rejected value behind the given constraint violation,
for exposure through the Spring errors representation.
- getRejectedValue() - 类 中的方法org.springframework.validation.FieldError
-
Return the rejected field value.
- getRemoteInvocationExecutor() - 类 中的方法org.springframework.remoting.support.RemoteInvocationBasedExporter
-
Return the RemoteInvocationExecutor used by this exporter.
- getRemoteInvocationFactory() - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Return the RemoteInvocationFactory used by this accessor.
- getRemoteInvocationFactory() - 类 中的方法org.springframework.remoting.support.RemoteInvocationBasedAccessor
-
Return the RemoteInvocationFactory used by this accessor.
- getRequiredBindingResult(Map<?, ?>, String) - 类 中的静态方法org.springframework.validation.BindingResultUtils
-
Find a required BindingResult for the given name in the given model.
- getRequiredFields() - 类 中的方法org.springframework.validation.DataBinder
-
Return the fields that are required for each binding process.
- getRequiredType() - 异常错误 中的方法org.springframework.jndi.TypeMismatchNamingException
-
Return the required type for the lookup, if available.
- getResolvableField(String, String) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
Build a resolvable wrapper for the specified field, allowing to resolve the field's
name in a MessageSource.
- getResolvableType() - 类 中的方法org.springframework.context.PayloadApplicationEvent
-
- getResolvedObjectNames() - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
-
- getResource(CommonAnnotationBeanPostProcessor.LookupElement, String) - 类 中的方法org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Obtain the resource object for the given name and type.
- getResource(String) - 类 中的方法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) - 类 中的方法org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
- getResource(String) - 类 中的方法org.springframework.instrument.classloading.ShadowingClassLoader
-
- getResource() - 类 中的方法org.springframework.scripting.support.ResourceScriptSource
-
Return the Resource to load the
script from.
- getResourceAsStream(String) - 类 中的方法org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
- getResourceAsStream(String) - 类 中的方法org.springframework.instrument.classloading.ShadowingClassLoader
-
- getResourceBundle(String, Locale) - 类 中的方法org.springframework.context.support.ResourceBundleMessageSource
-
Return a ResourceBundle for the given basename and code,
fetching already generated MessageFormats from the cache.
- getResourceBundle(Locale) - 类 中的方法org.springframework.validation.beanvalidation.MessageSourceResourceBundleLocator
-
- getResourceByPath(String) - 类 中的方法org.springframework.context.support.FileSystemXmlApplicationContext
-
Resolve resource paths as file system paths.
- getResourceLoader() - 类 中的方法org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Return the ResourceLoader that this component provider uses.
- getResourceLoader() - 接口 中的方法org.springframework.context.annotation.ConditionContext
-
Return the ResourceLoader currently being used.
- getResourcePatternResolver() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Return the ResourcePatternResolver to use for resolving location patterns
into Resource instances.
- getResources(String) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getResources(String) - 类 中的方法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) - 类 中的方法org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
- getResources(String) - 类 中的方法org.springframework.instrument.classloading.ShadowingClassLoader
-
- getRunnable() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Return the Runnable to schedule as executor task.
- getRunnable() - 类 中的方法org.springframework.scheduling.config.Task
-
Return the underlying task.
- getRunnableToSchedule(ScheduledExecutorTask) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Determine the actual Runnable to schedule for the given task.
- getScheduledExecutor() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the underlying ScheduledExecutorService for native access.
- getScheduledTasks() - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- getScheduledTasks() - 接口 中的方法org.springframework.scheduling.config.ScheduledTaskHolder
-
Return an overview of the tasks that have been scheduled by this instance.
- getScheduledTasks() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Return all locally registered tasks that have been scheduled by this registrar.
- getScheduledThreadPoolExecutor() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the underlying ScheduledThreadPoolExecutor, if available.
- getScheduler() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Return the
TaskScheduler instance for this registrar (may be
null).
- getScopedProxyMode() - 类 中的方法org.springframework.context.annotation.ScopeMetadata
-
Get the proxy-mode to be applied to the scoped instance.
- getScopeName() - 类 中的方法org.springframework.context.annotation.ScopeMetadata
-
Get the name of the scope.
- getScriptAsString() - 接口 中的方法org.springframework.scripting.ScriptSource
-
Retrieve the current script source text as String.
- getScriptAsString() - 类 中的方法org.springframework.scripting.support.ResourceScriptSource
-
- getScriptAsString() - 类 中的方法org.springframework.scripting.support.StaticScriptSource
-
- getScriptedObject(ScriptSource, Class<?>...) - 类 中的方法org.springframework.scripting.bsh.BshScriptFactory
-
- getScriptedObject(ScriptSource, Class<?>...) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
-
Loads and parses the Groovy script via the GroovyClassLoader.
- getScriptedObject(ScriptSource, Class<?>...) - 接口 中的方法org.springframework.scripting.ScriptFactory
-
Factory method for creating the scripted Java object.
- getScriptedObject(ScriptSource, Class<?>...) - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
-
Load and parse the script via JSR-223's ScriptEngine.
- getScriptedObjectType(ScriptSource) - 类 中的方法org.springframework.scripting.bsh.BshScriptFactory
-
- getScriptedObjectType(ScriptSource) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
-
- getScriptedObjectType(ScriptSource) - 接口 中的方法org.springframework.scripting.ScriptFactory
-
Determine the type of the scripted Java object.
- getScriptedObjectType(ScriptSource) - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
-
- getScriptEngine(ScriptSource) - 类 中的方法org.springframework.scripting.support.StandardScriptEvaluator
-
Obtain the JSR-223 ScriptEngine to use for the given script.
- getScriptException() - 异常错误 中的方法org.springframework.scripting.support.StandardScriptEvalException
-
- getScriptInterfaces() - 类 中的方法org.springframework.scripting.bsh.BshScriptFactory
-
- getScriptInterfaces() - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
-
Groovy scripts determine their interfaces themselves,
hence we don't need to explicitly expose interfaces here.
- getScriptInterfaces() - 接口 中的方法org.springframework.scripting.ScriptFactory
-
Return the business interfaces that the script is supposed to implement.
- getScriptInterfaces() - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
-
- getScriptSource() - 异常错误 中的方法org.springframework.scripting.ScriptCompilationException
-
Return the source for the offending script.
- getScriptSource(String, String) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Obtain a ScriptSource for the given bean, lazily creating it
if not cached already.
- getScriptSourceLocator() - 类 中的方法org.springframework.scripting.bsh.BshScriptFactory
-
- getScriptSourceLocator() - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
-
- getScriptSourceLocator() - 接口 中的方法org.springframework.scripting.ScriptFactory
-
Return a locator that points to the source of the script.
- getScriptSourceLocator() - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
-
- getServer() - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
-
Return the MBeanServer that the beans will be registered with.
- getService() - 类 中的方法org.springframework.remoting.support.RemoteExporter
-
Return the service to export.
- getServiceInterface() - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Return the interface of the service to access.
- getServiceInterface() - 类 中的方法org.springframework.remoting.support.RemoteAccessor
-
Return the interface of the service to access.
- getServiceInterface() - 类 中的方法org.springframework.remoting.support.RemoteExporter
-
Return the interface of the service to export.
- getServiceUrl() - 类 中的方法org.springframework.remoting.support.UrlBasedRemoteAccessor
-
Return the URL of this remote accessor's target service.
- getSessionBeanInstance() - 类 中的方法org.springframework.ejb.access.LocalSlsbInvokerInterceptor
-
Return an EJB instance to delegate the call to.
- getSessionBeanInstance() - 类 中的方法org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
-
Return an EJB component instance to delegate the call to.
- getSimpleTypeConverter() - 类 中的方法org.springframework.validation.DataBinder
-
Return this binder's underlying SimpleTypeConverter.
- getSnapshotAsJson() - 类 中的方法org.springframework.context.support.LiveBeansView
-
- getSnapshotAsJson() - 接口 中的方法org.springframework.context.support.LiveBeansViewMBean
-
Generate a JSON snapshot of current beans and their dependencies.
- getSpecificTargetClasses() - 类 中的方法org.springframework.context.expression.BeanExpressionContextAccessor
-
- getSpecificTargetClasses() - 类 中的方法org.springframework.context.expression.BeanFactoryAccessor
-
- getSpecificTargetClasses() - 类 中的方法org.springframework.context.expression.EnvironmentAccessor
-
- getSpecificTargetClasses() - 类 中的方法org.springframework.context.expression.MapAccessor
-
- getStartupDate() - 接口 中的方法org.springframework.context.ApplicationContext
-
Return the timestamp when this context was first loaded.
- getStartupDate() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Return the timestamp (ms) when this context was first loaded.
- getStaticMessageSource() - 类 中的方法org.springframework.context.support.StaticApplicationContext
-
Return the internal StaticMessageSource used by this context.
- getStringOrNull(ResourceBundle, String) - 类 中的方法org.springframework.context.support.ResourceBundleMessageSource
-
Efficiently retrieve the String value for the specified key,
or return null if not found.
- getStub() - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Return the RMI stub to use.
- getStub() - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
-
Return the RMI stub to use.
- getSuppressedFields() - 类 中的方法org.springframework.validation.AbstractBindingResult
-
Return the list of fields that were suppressed during the bind process.
- getSuppressedFields() - 异常错误 中的方法org.springframework.validation.BindException
-
- getSuppressedFields() - 接口 中的方法org.springframework.validation.BindingResult
-
Return the list of fields that were suppressed during the bind process.
- getTarget() - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- getTarget() - 接口 中的方法org.springframework.cache.interceptor.CacheOperationInvocationContext
-
Return the target instance on which the method was invoked.
- getTarget() - 类 中的方法org.springframework.jndi.JndiObjectTargetSource
-
- getTarget() - 类 中的方法org.springframework.scheduling.support.ScheduledMethodRunnable
-
Return the target instance to call the method on.
- getTarget() - 类 中的方法org.springframework.validation.AbstractBindingResult
-
Return the wrapped target object.
- getTarget() - 类 中的方法org.springframework.validation.BeanPropertyBindingResult
-
- getTarget() - 异常错误 中的方法org.springframework.validation.BindException
-
- getTarget() - 接口 中的方法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() - 类 中的方法org.springframework.validation.DataBinder
-
Return the wrapped target object.
- getTarget() - 类 中的方法org.springframework.validation.DirectFieldBindingResult
-
- getTarget() - 类 中的方法org.springframework.validation.MapBindingResult
-
- getTargetBean() - 类 中的方法org.springframework.context.event.ApplicationListenerMethodAdapter
-
Return the target bean instance to use.
- getTargetClass(Object) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Return the actual bean class of the given bean instance.
- getTargetClass() - 类 中的方法org.springframework.jndi.JndiObjectTargetSource
-
- getTargetInterfaceName() - 接口 中的方法org.springframework.remoting.rmi.RmiInvocationHandler
-
Return the name of the target interface that this invoker operates on.
- getTargetMap() - 类 中的方法org.springframework.validation.MapBindingResult
-
- getTask() - 类 中的方法org.springframework.scheduling.config.ScheduledTask
-
- getTaskExecutor() - 类 中的方法org.springframework.context.event.SimpleApplicationEventMulticaster
-
Return the current task executor for this multicaster.
- getTheme(String) - 类 中的方法org.springframework.ui.context.support.DelegatingThemeSource
-
- getTheme(String) - 类 中的方法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) - 接口 中的方法org.springframework.ui.context.ThemeSource
-
Return the Theme instance for the given theme name.
- getThreadPoolExecutor() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the underlying ThreadPoolExecutor for native access.
- getThrowawayClassLoader() - 类 中的方法org.springframework.context.weaving.DefaultContextLoadTimeWeaver
-
- getThrowawayClassLoader() - 类 中的方法org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
-
- getThrowawayClassLoader() - 类 中的方法org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
- getThrowawayClassLoader() - 类 中的方法org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
-
- getThrowawayClassLoader() - 接口 中的方法org.springframework.instrument.classloading.LoadTimeWeaver
-
Return a throwaway ClassLoader, enabling classes to be
loaded and inspected without affecting the parent ClassLoader.
- getThrowawayClassLoader() - 类 中的方法org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
-
- getThrowawayClassLoader() - 类 中的方法org.springframework.instrument.classloading.SimpleLoadTimeWeaver
-
- getThrowawayClassLoader() - 类 中的方法org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
-
- getThrowawayClassLoader() - 类 中的方法org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
-
- getThrowawayClassLoader() - 类 中的方法org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
-
- getTimestamp() - 类 中的方法org.springframework.context.ApplicationEvent
-
Return the system time in milliseconds when the event happened.
- getTimeUnit() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Return the time unit for the delay and period values.
- getTimeUnit() - 类 中的方法org.springframework.scheduling.support.PeriodicTrigger
-
Return this trigger's time unit (milliseconds by default).
- getTimeZone() - 类 中的静态方法org.springframework.context.i18n.LocaleContextHolder
-
Return the TimeZone associated with the current thread, if any,
or the system default TimeZone otherwise.
- getTimeZone(LocaleContext) - 类 中的静态方法org.springframework.context.i18n.LocaleContextHolder
-
Return the TimeZone associated with the given user context, if any,
or the system default TimeZone otherwise.
- getTimeZone() - 类 中的方法org.springframework.context.i18n.SimpleTimeZoneAwareLocaleContext
-
- getTimeZone() - 接口 中的方法org.springframework.context.i18n.TimeZoneAwareLocaleContext
-
Return the current TimeZone, which can be fixed or determined dynamically,
depending on the implementation strategy.
- getTimeZone() - 类 中的方法org.springframework.format.datetime.joda.JodaTimeContext
-
Return the user's time zone, if any.
- getTimeZone() - 类 中的方法org.springframework.format.datetime.standard.DateTimeContext
-
Return the user's time zone, if any.
- getTraversableResolver() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- getTrigger() - 类 中的方法org.springframework.scheduling.config.TriggerTask
-
Return the associated trigger.
- getTriggerTaskList() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Get the trigger tasks as an unmodifiable list of
TriggerTask objects.
- getType(String) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- getType(String) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
-
- getTypeConverter() - 类 中的方法org.springframework.validation.DataBinder
-
Return the underlying TypeConverter of this binder's BindingResult.
- getUnit() - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
-
The expected unit of measurement values.
- getUnless() - 类 中的方法org.springframework.cache.interceptor.CacheableOperation
-
- getUnless() - 类 中的方法org.springframework.cache.interceptor.CachePutOperation
-
- getValidationPropertyMap() - 类 中的方法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() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- getValidator() - 类 中的方法org.springframework.validation.DataBinder
-
Return the primary Validator to apply after each binding step, if any.
- getValidators() - 类 中的方法org.springframework.validation.DataBinder
-
Return the Validators to apply after data binding.
- getValue() - 类 中的方法org.springframework.remoting.support.RemoteInvocationResult
-
Return the result value returned by a successful invocation
of the target method, if any.
- GlassFishLoadTimeWeaver - org.springframework.instrument.classloading.glassfish中的类
-
LoadTimeWeaver implementation for GlassFish's
org.glassfish.api.deployment.InstrumentableClassLoader InstrumentableClassLoader.
- GlassFishLoadTimeWeaver() - 类 的构造器org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
-
- GlassFishLoadTimeWeaver(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
-
- GroovyObjectCustomizer - org.springframework.scripting.groovy中的接口
-
- GroovyScriptEvaluator - org.springframework.scripting.groovy中的类
-
Groovy-based implementation of Spring's
ScriptEvaluator strategy interface.
- GroovyScriptEvaluator() - 类 的构造器org.springframework.scripting.groovy.GroovyScriptEvaluator
-
Construct a new GroovyScriptEvaluator.
- GroovyScriptEvaluator(ClassLoader) - 类 的构造器org.springframework.scripting.groovy.GroovyScriptEvaluator
-
Construct a new GroovyScriptEvaluator.
- GroovyScriptFactory - org.springframework.scripting.groovy中的类
-
- GroovyScriptFactory(String) - 类 的构造器org.springframework.scripting.groovy.GroovyScriptFactory
-
Create a new GroovyScriptFactory for the given script source.
- GroovyScriptFactory(String, GroovyObjectCustomizer) - 类 的构造器org.springframework.scripting.groovy.GroovyScriptFactory
-
Create a new GroovyScriptFactory for the given script source,
specifying a strategy interface that can create a custom MetaClass
to supply missing methods and otherwise change the behavior of the object.
- GroovyScriptFactory(String, CompilerConfiguration) - 类 的构造器org.springframework.scripting.groovy.GroovyScriptFactory
-
Create a new GroovyScriptFactory for the given script source,
specifying a strategy interface that can create a custom MetaClass
to supply missing methods and otherwise change the behavior of the object.
- GroovyScriptFactory(String, CompilationCustomizer...) - 类 的构造器org.springframework.scripting.groovy.GroovyScriptFactory
-
Create a new GroovyScriptFactory for the given script source,
specifying a strategy interface that can customize Groovy's compilation
process within the underlying GroovyClassLoader.
- IDENTITY_OBJECT_NAME_KEY - 类 中的静态变量org.springframework.jmx.support.JmxUtils
-
The key used when extending an existing
ObjectName with the
identity hash code of its corresponding managed resource.
- IdentityNamingStrategy - org.springframework.jmx.export.naming中的类
-
An implementation of the ObjectNamingStrategy interface that
creates a name based on the identity of a given instance.
- IdentityNamingStrategy() - 类 的构造器org.springframework.jmx.export.naming.IdentityNamingStrategy
-
- IGNORE_INDEX - 类 中的静态变量org.springframework.context.index.CandidateComponentsIndexLoader
-
System property that instructs Spring to ignore the index, i.e.
- IGNORE_JNDI_PROPERTY_NAME - 类 中的静态变量org.springframework.jndi.JndiLocatorDelegate
-
System property that instructs Spring to ignore a default JNDI environment, i.e.
- ignoreResourceType(String) - 类 中的方法org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Ignore the given resource type when resolving @Resource
annotations.
- Import - org.springframework.context.annotation中的注释类型
-
- ImportAware - 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 - org.springframework.context.annotation中的接口
-
Interface to be implemented by types that register additional bean definitions when
processing @
Configuration classes.
- ImportResource - org.springframework.context.annotation中的注释类型
-
Indicates one or more resources containing bean definitions to import.
- ImportSelector - 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) - 接口 中的方法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) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Used for autodetection of beans.
- includeOperation(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to vote on the inclusion of a particular operation.
- includeOperation(Method, String) - 类 中的方法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) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Votes on the inclusion of an operation.
- includeOperation(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
- includeOperation(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
- includeOperation(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
Always returns true.
- includeReadAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to vote on the inclusion of a particular attribute accessor.
- includeReadAttribute(Method, String) - 类 中的方法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) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Vote on the inclusion of an attribute accessor.
- includeReadAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
- includeReadAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
- includeReadAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
Always returns true.
- includeWriteAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to vote on the inclusion of a particular attribute mutator.
- includeWriteAttribute(Method, String) - 类 中的方法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) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Votes on the inclusion of an attribute mutator.
- includeWriteAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
- includeWriteAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
- includeWriteAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
Always returns true.
- Indexed - org.springframework.stereotype中的注释类型
-
Indicate that the annotated element represents a stereotype for the index.
- init() - 类 中的方法org.springframework.cache.config.CacheNamespaceHandler
-
- init() - 类 中的方法org.springframework.context.config.ContextNamespaceHandler
-
- init() - 类 中的方法org.springframework.ejb.config.JeeNamespaceHandler
-
- init() - 类 中的方法org.springframework.scheduling.config.TaskNamespaceHandler
-
- init() - 类 中的方法org.springframework.scripting.config.LangNamespaceHandler
-
- initApplicationContext(ApplicationContext) - 类 中的方法org.springframework.context.support.ApplicationObjectSupport
-
Subclasses can override this for custom initialization behavior.
- initApplicationContext() - 类 中的方法org.springframework.context.support.ApplicationObjectSupport
-
Subclasses can override this for custom initialization behavior.
- initApplicationEventMulticaster() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
从bean工厂中获取或者直接显示的new一个多播器赋值给我们的applicatoinContext对象
采用典型的设计模式就是观察者模式 多播器作为的是一个被观察者
- initBeanDefinitionReader(XmlBeanDefinitionReader) - 类 中的方法org.springframework.context.support.AbstractXmlApplicationContext
-
Initialize the bean definition reader used for loading the bean
definitions of this context.
- initBeanPropertyAccess() - 类 中的方法org.springframework.validation.DataBinder
-
Initialize standard JavaBean property access for this DataBinder.
- initConversion(ConversionService) - 类 中的方法org.springframework.validation.AbstractPropertyBindingResult
-
- initDirectFieldAccess() - 类 中的方法org.springframework.validation.DataBinder
-
Initialize direct field access for this DataBinder,
as alternative to the default bean property access.
- initialize(C) - 接口 中的方法org.springframework.context.ApplicationContextInitializer
-
Initialize the given application context.
- initialize() - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Set up the ExecutorService.
- initializeCaches() - 类 中的方法org.springframework.cache.support.AbstractCacheManager
-
Initialize the static configuration of caches.
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- initLifecycleProcessor() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Initialize the LifecycleProcessor.
- initMessageSource() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Initialize the MessageSource.
- initParent(Theme) - 类 中的方法org.springframework.ui.context.support.ResourceBundleThemeSource
-
Initialize the MessageSource of the given theme with the
one from the corresponding parent of this ThemeSource.
- initPropertySources() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Replace any stub property sources with actual instances.
- initThemeSource(ApplicationContext) - 类 中的静态方法org.springframework.ui.context.support.UiApplicationContextUtils
-
Initialize the ThemeSource for the given application context,
autodetecting a bean with the name "themeSource".
- INLINE_SCRIPT_PREFIX - 类 中的静态变量org.springframework.scripting.support.ScriptFactoryPostProcessor
-
The Resource-style prefix that denotes
an inline script.
- INSTANCE - 类 中的静态变量org.springframework.cache.support.NullValue
-
- InstantFormatter - org.springframework.format.datetime.standard中的类
-
Formatter implementation for a JSR-310
Instant,
following JSR-310's parsing rules for an Instant (that is, not using a
configurable
DateTimeFormatter): accepting the
default
ISO_INSTANT format as well as
RFC_1123_DATE_TIME
(which is commonly used for HTTP date header values), as of Spring 4.3.
- InstantFormatter() - 类 的构造器org.springframework.format.datetime.standard.InstantFormatter
-
- InstrumentationLoadTimeWeaver - org.springframework.instrument.classloading中的类
-
- InstrumentationLoadTimeWeaver() - 类 的构造器org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
Create a new InstrumentationLoadTimeWeaver for the default ClassLoader.
- InstrumentationLoadTimeWeaver(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
Create a new InstrumentationLoadTimeWeaver for the given ClassLoader.
- InterfaceBasedMBeanInfoAssembler - org.springframework.jmx.export.assembler中的类
-
Subclass of AbstractReflectiveMBeanInfoAssembler that allows for
the management interface of a bean to be defined using arbitrary interfaces.
- InterfaceBasedMBeanInfoAssembler() - 类 的构造器org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
- interpolate(String, MessageInterpolator.Context) - 类 中的方法org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
-
- interpolate(String, MessageInterpolator.Context, Locale) - 类 中的方法org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
-
- IntervalTask - 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) - 类 的构造器org.springframework.scheduling.config.IntervalTask
-
Create a new IntervalTask.
- IntervalTask(Runnable, long) - 类 的构造器org.springframework.scheduling.config.IntervalTask
-
Create a new IntervalTask with no initial delay.
- InvalidInvocationException - 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) - 异常错误 的构造器org.springframework.jmx.access.InvalidInvocationException
-
Create a new InvalidInvocationException with the supplied
error message.
- InvalidMetadataException - 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) - 异常错误 的构造器org.springframework.jmx.export.metadata.InvalidMetadataException
-
Create a new InvalidMetadataException with the supplied
error message.
- InvocationFailureException - 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) - 异常错误 的构造器org.springframework.jmx.access.InvocationFailureException
-
Create a new InvocationFailureException with the supplied
error message.
- InvocationFailureException(String, Throwable) - 异常错误 的构造器org.springframework.jmx.access.InvocationFailureException
-
Create a new InvocationFailureException with the
specified error message and root cause.
- invoke(MethodInvocation) - 类 中的方法org.springframework.cache.interceptor.CacheInterceptor
-
- invoke() - 接口 中的方法org.springframework.cache.interceptor.CacheOperationInvoker
-
Invoke the cache operation defined by this instance.
- invoke(MethodInvocation) - 类 中的方法org.springframework.context.event.EventPublicationInterceptor
-
- invoke(MethodInvocation) - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
- invoke(MethodInvocation) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
-
Route the invocation to the configured managed resource..
- invoke(String, Object[], String[]) - 类 中的方法org.springframework.jmx.export.SpringModelMBean
-
- invoke(MethodInvocation) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
- invoke(RemoteInvocation, Object) - 类 中的方法org.springframework.remoting.rmi.RmiBasedExporter
-
Redefined here to be visible to RmiInvocationWrapper.
- invoke(MethodInvocation) - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
-
Fetches an RMI stub and delegates to doInvoke.
- invoke(RemoteInvocation) - 接口 中的方法org.springframework.remoting.rmi.RmiInvocationHandler
-
Apply the given invocation to the target object.
- invoke(RemoteInvocation, Object) - 类 中的方法org.springframework.remoting.support.DefaultRemoteInvocationExecutor
-
- invoke(Object) - 类 中的方法org.springframework.remoting.support.RemoteInvocation
-
Perform this invocation on the given target object.
- invoke(RemoteInvocation, Object) - 类 中的方法org.springframework.remoting.support.RemoteInvocationBasedExporter
-
Apply the given remote invocation to the given target object.
- invoke(RemoteInvocation, Object) - 接口 中的方法org.springframework.remoting.support.RemoteInvocationExecutor
-
Perform this invocation on the given target object.
- invoke(MethodInvocation) - 类 中的方法org.springframework.remoting.support.RemoteInvocationTraceInterceptor
-
- invoke(MethodInvocation) - 类 中的方法org.springframework.validation.beanvalidation.MethodValidationInterceptor
-
- invokeAndCreateResult(RemoteInvocation, Object) - 类 中的方法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) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Instantiate and invoke all registered BeanFactoryPostProcessor beans,
respecting explicit order if given.
- invokeInContext(MethodInvocation) - 类 中的方法org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
Fetches an EJB home object and delegates to doInvoke.
- invokeInContext(MethodInvocation) - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Perform the given invocation on the current EJB home,
within the thread context being prepared accordingly.
- invokeInContext(MethodInvocation) - 类 中的方法org.springframework.ejb.access.LocalSlsbInvokerInterceptor
-
This implementation "creates" a new EJB instance for each invocation.
- invokeListener(ApplicationListener<?>, ApplicationEvent) - 类 中的方法org.springframework.context.event.SimpleApplicationEventMulticaster
-
Invoke the given listener with the given event.
- invokeMethod(String, Object) - 类 中的方法org.springframework.context.support.GenericGroovyApplicationContext
-
- invokeOperation(CacheOperationInvoker) - 类 中的方法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) - 类 中的静态方法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) - 类 中的静态方法org.springframework.validation.ValidationUtils
-
- invokeValidator(Validator, Object, Errors, Object...) - 类 中的静态方法org.springframework.validation.ValidationUtils
-
- isAcceptProxyClasses() - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
Return whether to accept deserialization of proxy classes.
- isActive() - 接口 中的方法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() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- isAlias(String) - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
- isAllowed(String) - 类 中的方法org.springframework.validation.DataBinder
-
Return if the given field is allowed for binding.
- isAllowNullValues() - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Return whether this cache manager accepts and converts null values
for all of its caches.
- isAllowNullValues() - 类 中的方法org.springframework.cache.support.AbstractValueAdaptingCache
-
Return whether null values are allowed in this cache.
- isAlwaysUseMessageFormat() - 类 中的方法org.springframework.context.support.MessageSourceSupport
-
Return whether to always apply the MessageFormat rules, parsing even
messages without arguments.
- isAutoGrowNestedPaths() - 类 中的方法org.springframework.validation.DataBinder
-
Return whether "auto-growing" of nested paths has been activated.
- isAutoStartup() - 接口 中的方法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) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Return whether the specified bean definition should be considered as lazy-init.
- isBeanEligible(String, BeanDefinition, ConfigurableBeanFactory) - 类 中的方法org.springframework.context.support.LiveBeansView
-
Determine whether the specified bean is eligible for inclusion in the
LiveBeansView JSON snapshot.
- isBeanNameInUse(String) - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
- isBeforeInvocation() - 类 中的方法org.springframework.cache.interceptor.CacheEvictOperation
-
- isBindingFailure() - 类 中的方法org.springframework.validation.FieldError
-
Return whether this error represents a binding failure
(like a type mismatch); otherwise it is a validation failure.
- isCacheWide() - 类 中的方法org.springframework.cache.interceptor.CacheEvictOperation
-
- isCancelled() - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
-
- isCandidateComponent(MetadataReader) - 类 中的方法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) - 类 中的方法org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Determine whether the given bean definition qualifies as candidate.
- isCompatible(BeanDefinition, BeanDefinition) - 类 中的方法org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Determine whether the given new bean definition is compatible with
the given existing bean definition.
- isCompilable() - 类 中的方法org.springframework.context.expression.MapAccessor
-
- isConditionPassing(Object) - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
- isConnectFailure(RemoteException) - 类 中的方法org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
Determine whether the given RMI exception indicates a connect failure.
- isConnectFailure(RemoteException) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Determine whether the given RMI exception indicates a connect failure.
- isConnectFailure(RemoteException) - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
-
Determine whether the given RMI exception indicates a connect failure.
- isConnectFailure(RemoteException) - 类 中的静态方法org.springframework.remoting.rmi.RmiClientInterceptorUtils
-
Determine whether the given RMI exception indicates a connect failure.
- isContextRequired() - 类 中的方法org.springframework.context.support.ApplicationObjectSupport
-
Determine whether this application object needs to run in an ApplicationContext.
- isDefaultJndiEnvironmentAvailable() - 类 中的静态方法org.springframework.jndi.JndiLocatorDelegate
-
Check whether a default JNDI environment, as in a Java EE environment,
is available on this JVM.
- isDefaultName - 类 中的变量org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
- isDone() - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
-
- isEligibleForShadowing(String) - 类 中的方法org.springframework.instrument.classloading.ShadowingClassLoader
-
Determine whether the specified class is eligible for shadowing
by this class loader.
- isExposeClassDescriptor() - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return whether to expose the JMX descriptor field "class" for managed operations.
- isFallbackToSystemLocale() - 类 中的方法org.springframework.context.support.AbstractResourceBasedMessageSource
-
Return whether to fall back to the system Locale if no files for a specific
Locale have been found.
- isFixedRate() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Return whether to schedule as fixed-rate execution.
- isFixedRate() - 类 中的方法org.springframework.scheduling.support.PeriodicTrigger
-
Return whether this trigger uses fixed rate (true) or
fixed delay (false) behavior.
- isHomeRefreshable() - 类 中的方法org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
- isHomeRefreshable() - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Return whether the cached EJB home object is potentially
subject to on-demand refreshing.
- isIgnoreInvalidFields() - 类 中的方法org.springframework.validation.DataBinder
-
Return whether to ignore invalid fields when binding.
- isIgnoreUnknownFields() - 类 中的方法org.springframework.validation.DataBinder
-
Return whether to ignore unknown fields when binding.
- isInstrumentationAvailable() - 类 中的静态方法org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
Check whether an Instrumentation instance is available for the current VM.
- isLazy(DependencyDescriptor) - 类 中的方法org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
-
- isLog() - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
-
- isLongLived() - 接口 中的方法org.springframework.scheduling.SchedulingAwareRunnable
-
Return whether the Runnable's operation is long-lived
(true) versus short-lived (false).
- isMatch(String, String) - 类 中的方法org.springframework.cache.interceptor.NameMatchCacheOperationSource
-
Return if the given method name matches the mapped name.
- isMatch(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
- isMatchingFieldError(String, FieldError) - 类 中的方法org.springframework.validation.AbstractErrors
-
Check whether the given FieldError matches the given field.
- isMBean(Class<?>) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Determine whether the given bean class qualifies as an MBean as-is.
- isMBean(Class<?>) - 类 中的静态方法org.springframework.jmx.support.JmxUtils
-
Determine whether the given bean class qualifies as an MBean as-is.
- isModified() - 接口 中的方法org.springframework.scripting.ScriptSource
-
- isModified() - 类 中的方法org.springframework.scripting.support.ResourceScriptSource
-
- isModified() - 类 中的方法org.springframework.scripting.support.StaticScriptSource
-
- isNotIgnored(Method, String) - 类 中的方法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() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Is this task only ever going to execute once?
- isPrepared() - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
-
Return whether this client interceptor has already been prepared,
i.e. has already looked up the server and cached all metadata.
- isPrototype(String) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- isPrototype(String) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
-
- isRemoveOnCancelPolicy() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the current setting for the remove-on-cancel mode.
- isResourceRef() - 类 中的方法org.springframework.jndi.JndiLocatorSupport
-
Return whether the lookup occurs in a Java EE container.
- isRunning() - 接口 中的方法org.springframework.context.Lifecycle
-
Check whether this component is currently running.
- isRunning() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- isRunning() - 类 中的方法org.springframework.context.support.DefaultLifecycleProcessor
-
- isSingleton() - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- isSingleton(String) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- isSingleton() - 类 中的方法org.springframework.context.support.ConversionServiceFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.jmx.access.MBeanProxyFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
-
- isSingleton(String) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
-
- isSingleton() - 类 中的方法org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
- isSingleton() - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- isStatic() - 类 中的方法org.springframework.jndi.JndiObjectTargetSource
-
- isStereotypeWithNameValue(String, Set<String>, Map<String, Object>) - 类 中的方法org.springframework.context.annotation.AnnotationBeanNameGenerator
-
Check whether the given annotation is a stereotype that is allowed
to suggest a component name through its annotation value().
- isStoreByValue() - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCache
-
Return whether this cache stores a copy of each entry (true) or
a reference (false, default).
- isStoreByValue() - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Return whether this cache manager stores a copy of each entry or
a reference for all its caches.
- isSync() - 类 中的方法org.springframework.cache.interceptor.CacheableOperation
-
- isTypeMatch(String, ResolvableType) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- isTypeMatch(String, Class<?>) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- isTypeMatch(String, ResolvableType) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
-
- isTypeMatch(String, Class<?>) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
-
- isUseCodeAsDefaultMessage() - 类 中的方法org.springframework.context.support.AbstractMessageSource
-
Return whether to use the message code as default message instead of
throwing a NoSuchMessageException.
- isUseStrictCasing() - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return whether strict casing for attributes is enabled.
- isValidExpression(String) - 类 中的静态方法org.springframework.scheduling.support.CronSequenceGenerator
-
Determine whether the specified expression represents a valid cron pattern.
- ObjectError - org.springframework.validation中的类
-
Encapsulates an object error, that is, a global reason for rejecting
an object.
- ObjectError(String, String) - 类 的构造器org.springframework.validation.ObjectError
-
Create a new instance of the ObjectError class.
- ObjectError(String, String[], Object[], String) - 类 的构造器org.springframework.validation.ObjectError
-
Create a new instance of the ObjectError class.
- ObjectNameManager - org.springframework.jmx.support中的类
-
Helper class for the creation of
ObjectName instances.
- ObjectNameManager() - 类 的构造器org.springframework.jmx.support.ObjectNameManager
-
- ObjectNamingStrategy - org.springframework.jmx.export.naming中的接口
-
Strategy interface that encapsulates the creation of ObjectName instances.
- obtainApplicationContext() - 类 中的方法org.springframework.context.support.ApplicationObjectSupport
-
Obtain the ApplicationContext for actual use.
- obtainFreshBean(BeanFactory, String) - 类 中的方法org.springframework.scripting.support.RefreshableScriptTargetSource
-
Obtain a fresh target object, retrieving a FactoryBean if necessary.
- obtainFreshBeanFactory() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Tell the subclass to refresh the internal bean factory.
- onApplicationEvent(E) - 接口 中的方法org.springframework.context.ApplicationListener
-
Handle an application event.
- onApplicationEvent(ApplicationEvent) - 类 中的方法org.springframework.context.event.ApplicationListenerMethodAdapter
-
- onApplicationEvent(ApplicationEvent) - 类 中的方法org.springframework.context.event.GenericApplicationListenerAdapter
-
- onApplicationEvent(ApplicationEvent) - 类 中的方法org.springframework.context.event.SourceFilteringListener
-
- onApplicationEvent(ContextRefreshedEvent) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- onApplicationEventInternal(ApplicationEvent) - 类 中的方法org.springframework.context.event.SourceFilteringListener
-
Actually process the event, after having filtered according to the
desired event source already.
- onClose() - 接口 中的方法org.springframework.context.LifecycleProcessor
-
Notification of context close phase, e.g. for auto-stopping components.
- onClose() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Template method which can be overridden to add context-specific shutdown work.
- onClose() - 类 中的方法org.springframework.context.support.DefaultLifecycleProcessor
-
- onRefresh() - 接口 中的方法org.springframework.context.LifecycleProcessor
-
Notification of context refresh, e.g. for auto-starting components.
- onRefresh() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Template method which can be overridden to add context-specific refresh work.
- onRefresh() - 类 中的方法org.springframework.context.support.DefaultLifecycleProcessor
-
- onRegister(ObjectName) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Called when an MBean is registered.
- onRegister(ObjectName, Object) - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
-
Called when an MBean is registered under the given
ObjectName.
- onRegister(ObjectName) - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
-
Called when an MBean is registered under the given
ObjectName.
- onUnregister(ObjectName) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Called when an MBean is unregistered.
- onUnregister(ObjectName) - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
-
Called when an MBean is unregistered under the given
ObjectName.
- OptionalValidatorFactoryBean - org.springframework.validation.beanvalidation中的类
-
- OptionalValidatorFactoryBean() - 类 的构造器org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean
-
- org.springframework.cache - 程序包 org.springframework.cache
-
Spring's generic cache abstraction.
- org.springframework.cache.annotation - 程序包 org.springframework.cache.annotation
-
Annotations and supporting classes for declarative cache management.
- org.springframework.cache.concurrent - 程序包 org.springframework.cache.concurrent
-
Implementation package for java.util.concurrent based caches.
- org.springframework.cache.config - 程序包 org.springframework.cache.config
-
Support package for declarative caching configuration, with XML
schema being the primary configuration format.
- org.springframework.cache.interceptor - 程序包 org.springframework.cache.interceptor
-
AOP-based solution for declarative caching demarcation.
- org.springframework.cache.support - 程序包 org.springframework.cache.support
-
Support classes for the org.springframework.cache package.
- org.springframework.context - 程序包 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.annotation - 程序包 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 - 程序包 org.springframework.context.config
-
Support package for advanced application context configuration,
with XML schema being the primary configuration format.
- org.springframework.context.event - 程序包 org.springframework.context.event
-
Support classes for application events, like standard context events.
- org.springframework.context.expression - 程序包 org.springframework.context.expression
-
Expression parsing support within a Spring application context.
- org.springframework.context.i18n - 程序包 org.springframework.context.i18n
-
Abstraction for determining the current Locale,
plus global holder that exposes a thread-bound Locale.
- org.springframework.context.index - 程序包 org.springframework.context.index
-
Support package for reading and managing the components index.
- org.springframework.context.support - 程序包 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 - 程序包 org.springframework.context.weaving
-
Load-time weaving support for a Spring application context, building on Spring's
LoadTimeWeaver abstraction.
- org.springframework.ejb.access - 程序包 org.springframework.ejb.access
-
This package contains classes that allow easy access to EJBs.
- org.springframework.ejb.config - 程序包 org.springframework.ejb.config
-
Support package for EJB/Java EE-related configuration,
with XML schema being the primary configuration format.
- org.springframework.format - 程序包 org.springframework.format
-
An API for defining Formatters to format field model values for display in a UI.
- org.springframework.format.annotation - 程序包 org.springframework.format.annotation
-
Annotations for declaratively configuring field formatting rules.
- org.springframework.format.datetime - 程序包 org.springframework.format.datetime
-
Formatters for java.util.Date properties.
- org.springframework.format.datetime.joda - 程序包 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 - 程序包 org.springframework.format.datetime.standard
-
Integration with the JSR-310 java.time package in JDK 8.
- org.springframework.format.number - 程序包 org.springframework.format.number
-
Formatters for java.lang.Number properties.
- org.springframework.format.number.money - 程序包 org.springframework.format.number.money
-
Integration with the JSR-354 javax.money package.
- org.springframework.format.support - 程序包 org.springframework.format.support
-
Support classes for the formatting package,
providing common implementations as well as adapters.
- org.springframework.instrument.classloading - 程序包 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 - 程序包 org.springframework.instrument.classloading.glassfish
-
Support for class instrumentation on GlassFish.
- org.springframework.instrument.classloading.jboss - 程序包 org.springframework.instrument.classloading.jboss
-
Support for class instrumentation on JBoss AS 6 and 7.
- org.springframework.instrument.classloading.tomcat - 程序包 org.springframework.instrument.classloading.tomcat
-
Support for class instrumentation on Tomcat.
- org.springframework.instrument.classloading.weblogic - 程序包 org.springframework.instrument.classloading.weblogic
-
Support for class instrumentation on BEA WebLogic 10+.
- org.springframework.instrument.classloading.websphere - 程序包 org.springframework.instrument.classloading.websphere
-
Support for class instrumentation on IBM WebSphere Application Server 7+.
- org.springframework.jmx - 程序包 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 - 程序包 org.springframework.jmx.access
-
Provides support for accessing remote MBean resources.
- org.springframework.jmx.export - 程序包 org.springframework.jmx.export
-
This package provides declarative creation and registration of
Spring-managed beans as JMX MBeans.
- org.springframework.jmx.export.annotation - 程序包 org.springframework.jmx.export.annotation
-
Java 5 annotations for MBean exposure.
- org.springframework.jmx.export.assembler - 程序包 org.springframework.jmx.export.assembler
-
Provides a strategy for MBeanInfo assembly.
- org.springframework.jmx.export.metadata - 程序包 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 - 程序包 org.springframework.jmx.export.naming
-
Provides a strategy for ObjectName creation.
- org.springframework.jmx.export.notification - 程序包 org.springframework.jmx.export.notification
-
Provides supporting infrastructure to allow Spring-created MBeans
to send JMX notifications.
- org.springframework.jmx.support - 程序包 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 - 程序包 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 - 程序包 org.springframework.jndi.support
-
Support classes for JNDI usage,
including a JNDI-based BeanFactory implementation.
- org.springframework.remoting - 程序包 org.springframework.remoting
-
Exception hierarchy for Spring's remoting infrastructure,
independent of any specific remote method invocation system.
- org.springframework.remoting.rmi - 程序包 org.springframework.remoting.rmi
-
Remoting classes for conventional RMI and transparent remoting via
RMI invokers.
- org.springframework.remoting.soap - 程序包 org.springframework.remoting.soap
-
SOAP-specific exceptions and support classes for Spring's remoting subsystem.
- org.springframework.remoting.support - 程序包 org.springframework.remoting.support
-
Generic support classes for remoting implementations.
- org.springframework.scheduling - 程序包 org.springframework.scheduling
-
General exceptions for Spring's scheduling support,
independent of any specific scheduling system.
- org.springframework.scheduling.annotation - 程序包 org.springframework.scheduling.annotation
-
Java 5 annotation for asynchronous method execution.
- org.springframework.scheduling.concurrent - 程序包 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 - 程序包 org.springframework.scheduling.config
-
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
- org.springframework.scheduling.support - 程序包 org.springframework.scheduling.support
-
Generic support classes for scheduling.
- org.springframework.scripting - 程序包 org.springframework.scripting
-
Core interfaces for Spring's scripting support.
- org.springframework.scripting.bsh - 程序包 org.springframework.scripting.bsh
-
Package providing integration of
BeanShell
(and
BeanShell2)
into Spring's scripting infrastructure.
- org.springframework.scripting.config - 程序包 org.springframework.scripting.config
-
Support package for Spring's dynamic language machinery,
with XML schema being the primary configuration format.
- org.springframework.scripting.groovy - 程序包 org.springframework.scripting.groovy
-
Package providing integration of
Groovy
into Spring's scripting infrastructure.
- org.springframework.scripting.support - 程序包 org.springframework.scripting.support
-
Support classes for Spring's scripting package.
- org.springframework.stereotype - 程序包 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 - 程序包 org.springframework.ui
-
Generic support for UI layer concepts.
- org.springframework.ui.context - 程序包 org.springframework.ui.context
-
Contains classes defining the application context subinterface
for UI applications.
- org.springframework.ui.context.support - 程序包 org.springframework.ui.context.support
-
Classes supporting the org.springframework.ui.context package.
- org.springframework.validation - 程序包 org.springframework.validation
-
Provides data binding and validation functionality,
for usage in business and/or UI layers.
- org.springframework.validation.annotation - 程序包 org.springframework.validation.annotation
-
Support classes for annotation-based constraint evaluation,
e.g. using a JSR-303 Bean Validation provider.
- org.springframework.validation.beanvalidation - 程序包 org.springframework.validation.beanvalidation
-
Support classes for integrating a JSR-303 Bean Validation provider
(such as Hibernate Validator) into a Spring ApplicationContext
and in particular with Spring's data binding and validation APIs.
- org.springframework.validation.support - 程序包 org.springframework.validation.support
-
Support classes for handling validation results.
- override(String, String) - 类 中的方法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() - 类 中的方法org.springframework.remoting.support.RemotingSupport
-
Override the thread context ClassLoader with the environment's bean ClassLoader
if necessary, i.e. if the bean ClassLoader is not equivalent to the thread
context ClassLoader already.
- read(EvaluationContext, Object, String) - 类 中的方法org.springframework.context.expression.BeanExpressionContextAccessor
-
- read(EvaluationContext, Object, String) - 类 中的方法org.springframework.context.expression.BeanFactoryAccessor
-
- read(EvaluationContext, Object, String) - 类 中的方法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) - 类 中的方法org.springframework.context.expression.MapAccessor
-
- ReadableInstantPrinter - org.springframework.format.datetime.joda中的类
-
- ReadableInstantPrinter(DateTimeFormatter) - 类 的构造器org.springframework.format.datetime.joda.ReadableInstantPrinter
-
Create a new ReadableInstantPrinter.
- ReadablePartialPrinter - org.springframework.format.datetime.joda中的类
-
- ReadablePartialPrinter(DateTimeFormatter) - 类 的构造器org.springframework.format.datetime.joda.ReadablePartialPrinter
-
Create a new ReadableInstantPrinter.
- rebind(String, Object) - 类 中的方法org.springframework.jndi.JndiTemplate
-
Rebind the given object to the current JNDI context, using the given name.
- rebind() - 类 中的方法org.springframework.remoting.rmi.JndiRmiServiceExporter
-
Rebind the specified service to JNDI, for recovering in case
of the target registry having been restarted.
- recordFieldValue(String, Class<?>, Object) - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- recordFieldValue(String, Class<?>, Object) - 异常错误 中的方法org.springframework.validation.BindException
-
- recordFieldValue(String, Class<?>, Object) - 接口 中的方法org.springframework.validation.BindingResult
-
Record the given value for the specified field.
- recordSuppressedField(String) - 类 中的方法org.springframework.validation.AbstractBindingResult
-
Mark the specified disallowed field as suppressed.
- recordSuppressedField(String) - 异常错误 中的方法org.springframework.validation.BindException
-
- recordSuppressedField(String) - 接口 中的方法org.springframework.validation.BindingResult
-
Mark the specified disallowed field as suppressed.
- recreate() - 类 中的方法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) - 类 中的方法org.springframework.remoting.support.RemoteInvocationBasedAccessor
-
Recreate the invocation result contained in the given RemoteInvocationResult object.
- ReflectiveLoadTimeWeaver - org.springframework.instrument.classloading中的类
-
LoadTimeWeaver which uses reflection to delegate to an underlying ClassLoader
with well-known transformation hooks.
- ReflectiveLoadTimeWeaver() - 类 的构造器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) - 类 的构造器org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
-
Create a new SimpleLoadTimeWeaver for the given class loader.
- refresh() - 接口 中的方法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() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- REFRESH_CHECK_DELAY_ATTRIBUTE - 类 中的静态变量org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- RefreshableScriptTargetSource - org.springframework.scripting.support中的类
-
Subclass of
BeanFactoryRefreshableTargetSource that determines whether
a refresh is required through the given
ScriptFactory.
- RefreshableScriptTargetSource(BeanFactory, String, ScriptFactory, ScriptSource, boolean) - 类 的构造器org.springframework.scripting.support.RefreshableScriptTargetSource
-
Create a new RefreshableScriptTargetSource.
- refreshAndRetry(MethodInvocation) - 类 中的方法org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
Refresh the EJB home object and retry the given invocation.
- refreshAndRetry(MethodInvocation) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Refresh the RMI stub and retry the given invocation.
- refreshAndRetry(MethodInvocation) - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
-
Refresh the RMI stub and retry the given invocation.
- refreshBeanFactory() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Subclasses must implement this method to perform the actual configuration load.
- refreshBeanFactory() - 类 中的方法org.springframework.context.support.AbstractRefreshableApplicationContext
-
方法实现说明:是AbstractApplicationContext对象的子类,用于springmvc来刷新容器调用
- refreshBeanFactory() - 类 中的方法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() - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Refresh the cached home object, if applicable.
- refreshHome() - 类 中的方法org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
-
Reset the cached session bean instance, if necessary.
- refreshProperties(String, ReloadableResourceBundleMessageSource.PropertiesHolder) - 类 中的方法org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Refresh the PropertiesHolder for the given bundle filename.
- register(Class<?>...) - 类 中的方法org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register one or more annotated classes to be processed.
- register(Class<?>...) - 类 中的方法org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Register one or more annotated classes to be processed.
- register(Class<?>...) - 接口 中的方法org.springframework.context.annotation.AnnotationConfigRegistry
-
Register one or more annotated classes to be processed.
- registerAlias(String, String) - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
- registerAnnotationConfigProcessors(BeanDefinitionRegistry) - 类 中的静态方法org.springframework.context.annotation.AnnotationConfigUtils
-
Register all relevant annotation post processors in the given registry.
- registerAnnotationConfigProcessors(BeanDefinitionRegistry, Object) - 类 中的静态方法org.springframework.context.annotation.AnnotationConfigUtils
-
Register all relevant annotation post processors in the given registry.
- registerBean(Class<?>) - 类 中的方法org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from
class-declared annotations.
- registerBean(Class<T>, Supplier<T>) - 类 中的方法org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from
class-declared annotations, using the given supplier for obtaining a new
instance (possibly declared as a lambda expression or method reference).
- registerBean(Class<T>, String, Supplier<T>) - 类 中的方法org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from
class-declared annotations, using the given supplier for obtaining a new
instance (possibly declared as a lambda expression or method reference).
- registerBean(Class<?>, Class<? extends Annotation>...) - 类 中的方法org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from
class-declared annotations.
- registerBean(Class<?>, String, Class<? extends Annotation>...) - 类 中的方法org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from
class-declared annotations.
- registerBean(Class<T>, Object...) - 类 中的方法org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Register a bean from the given bean class, deriving its metadata from
class-declared annotations, and optionally providing explicit constructor
arguments for consideration in the autowiring process.
- registerBean(String, Class<T>, Object...) - 类 中的方法org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Register a bean from the given bean class, deriving its metadata from
class-declared annotations, and optionally providing explicit constructor
arguments for consideration in the autowiring process.
- registerBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - 类 中的方法org.springframework.context.annotation.AnnotationConfigApplicationContext
-
- registerBean(Class<T>, BeanDefinitionCustomizer...) - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
Register a bean from the given bean class, optionally customizing its
bean definition metadata (typically declared as a lambda expression).
- registerBean(String, Class<T>, BeanDefinitionCustomizer...) - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
Register a bean from the given bean class, optionally customizing its
bean definition metadata (typically declared as a lambda expression).
- registerBean(Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
Register a bean from the given bean class, using the given supplier for
obtaining a new instance (typically declared as a lambda expression or
method reference), optionally customizing its bean definition metadata
(again typically declared as a lambda expression).
- registerBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
Register a bean from the given bean class, using the given supplier for
obtaining a new instance (typically declared as a lambda expression or
method reference), optionally customizing its bean definition metadata
(again typically declared as a lambda expression).
- registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - 类 中的方法org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Register the specified bean with the given registry.
- registerBeanDefinition(String, BeanDefinition) - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法org.springframework.context.annotation.AutoProxyRegistrar
-
Register, escalate, and configure the standard auto proxy creator (APC) against the
given registry.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 接口 中的方法org.springframework.context.annotation.ImportBeanDefinitionRegistrar
-
Register bean definitions as necessary based on the given annotation metadata of
the importing @Configuration class.
- registerBeanNameOrInstance(Object, String) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
- registerBeanPostProcessors(ConfigurableListableBeanFactory) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Instantiate and register all BeanPostProcessor beans,
respecting explicit order if given.
- registerBeans() - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
- registerComponents(XmlReaderContext, Set<BeanDefinitionHolder>, Element) - 类 中的方法org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- registerCustomEditor(Class<?>, PropertyEditor) - 类 中的方法org.springframework.validation.DataBinder
-
- registerCustomEditor(Class<?>, String, PropertyEditor) - 类 中的方法org.springframework.validation.DataBinder
-
- registerDefaultFilters() - 类 中的方法org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
这也是为啥我们标注了@Compent @Repository @Service @Controller 能够被识别解析
Also supports Java EE 6's
ManagedBean and
JSR-330's
Named annotations, if available.
- registerDestructionCallback(String, Runnable) - 类 中的方法org.springframework.context.support.SimpleThreadScope
-
- registerFormatters(FormatterRegistry) - 类 中的方法org.springframework.format.datetime.DateFormatterRegistrar
-
- registerFormatters(FormatterRegistry) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
- registerFormatters(FormatterRegistry) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
- registerFormatters(FormatterRegistry) - 接口 中的方法org.springframework.format.FormatterRegistrar
-
Register Formatters and Converters with a FormattingConversionService
through a FormatterRegistry SPI.
- registerListeners() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Add beans that implement ApplicationListener as listeners.
- registerManagedResource(Object) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
- registerManagedResource(Object, ObjectName) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
- registerManagedResource(Object) - 接口 中的方法org.springframework.jmx.export.MBeanExportOperations
-
Register the supplied resource with JMX.
- registerManagedResource(Object, ObjectName) - 接口 中的方法org.springframework.jmx.export.MBeanExportOperations
-
Register the supplied resource with JMX.
- registerPrototype(String, Class<?>) - 类 中的方法org.springframework.context.support.StaticApplicationContext
-
Register a prototype bean with the underlying bean factory.
- registerPrototype(String, Class<?>, MutablePropertyValues) - 类 中的方法org.springframework.context.support.StaticApplicationContext
-
Register a prototype bean with the underlying bean factory.
- registerScope(Class<?>, String) - 类 中的方法org.springframework.context.annotation.Jsr330ScopeMetadataResolver
-
Register an extended JSR-330 scope annotation, mapping it onto a
specific Spring scope by name.
- registerScope(String, String) - 类 中的方法org.springframework.context.annotation.Jsr330ScopeMetadataResolver
-
Register an extended JSR-330 scope annotation, mapping it onto a
specific Spring scope by name.
- registerScriptFactoryPostProcessorIfNecessary(BeanDefinitionRegistry) - 类 中的静态方法org.springframework.scripting.config.LangNamespaceUtils
-
- registerShutdownHook() - 接口 中的方法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() - 类 中的方法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<?>) - 类 中的方法org.springframework.context.support.StaticApplicationContext
-
Register a singleton bean with the underlying bean factory.
- registerSingleton(String, Class<?>, MutablePropertyValues) - 类 中的方法org.springframework.context.support.StaticApplicationContext
-
Register a singleton bean with the underlying bean factory.
- registerTasks(ScheduledExecutorTask[], ScheduledExecutorService) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- RegistrationPolicy - org.springframework.jmx.support中的枚举
-
Indicates registration behavior when attempting to register an MBean that already
exists.
- reject(String, Object[], String) - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- reject(String) - 类 中的方法org.springframework.validation.AbstractErrors
-
- reject(String, String) - 类 中的方法org.springframework.validation.AbstractErrors
-
- reject(String) - 异常错误 中的方法org.springframework.validation.BindException
-
- reject(String, String) - 异常错误 中的方法org.springframework.validation.BindException
-
- reject(String, Object[], String) - 异常错误 中的方法org.springframework.validation.BindException
-
- reject(String) - 接口 中的方法org.springframework.validation.Errors
-
Register a global error for the entire target object,
using the given error description.
- reject(String, String) - 接口 中的方法org.springframework.validation.Errors
-
Register a global error for the entire target object,
using the given error description.
- reject(String, Object[], String) - 接口 中的方法org.springframework.validation.Errors
-
Register a global error for the entire target object,
using the given error description.
- rejectIfEmpty(Errors, String, String) - 类 中的静态方法org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code if the value is empty.
- rejectIfEmpty(Errors, String, String, String) - 类 中的静态方法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[]) - 类 中的静态方法org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code and error arguments
if the value is empty.
- rejectIfEmpty(Errors, String, String, Object[], String) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法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[]) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- rejectValue(String, String) - 类 中的方法org.springframework.validation.AbstractErrors
-
- rejectValue(String, String, String) - 类 中的方法org.springframework.validation.AbstractErrors
-
- rejectValue(String, String) - 异常错误 中的方法org.springframework.validation.BindException
-
- rejectValue(String, String, String) - 异常错误 中的方法org.springframework.validation.BindException
-
- rejectValue(String, String, Object[], String) - 异常错误 中的方法org.springframework.validation.BindException
-
- rejectValue(String, String) - 接口 中的方法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) - 接口 中的方法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) - 接口 中的方法org.springframework.validation.Errors
-
Register a field error for the specified field of the current object
(respecting the current nested path, if any), using the given error
description.
- releaseContext(Context) - 类 中的方法org.springframework.jndi.JndiTemplate
-
- releaseInstance(ConstraintValidator<?, ?>) - 类 中的方法org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
-
- releaseSessionBeanInstance(EJBLocalObject) - 类 中的方法org.springframework.ejb.access.LocalSlsbInvokerInterceptor
-
Release the given EJB instance.
- releaseSessionBeanInstance(EJBObject) - 类 中的方法org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
-
Release the given EJB instance.
- releaseTarget(Object) - 类 中的方法org.springframework.jndi.JndiObjectTargetSource
-
- ReloadableResourceBundleMessageSource - org.springframework.context.support中的类
-
Spring-specific
MessageSource implementation
that accesses resource bundles using specified basenames, participating in the
Spring
ApplicationContext's resource loading.
- ReloadableResourceBundleMessageSource() - 类 的构造器org.springframework.context.support.ReloadableResourceBundleMessageSource
-
- ReloadableResourceBundleMessageSource.PropertiesHolder - org.springframework.context.support中的类
-
PropertiesHolder for caching.
- RemoteAccessException - org.springframework.remoting中的异常错误
-
Generic remote access exception.
- RemoteAccessException(String) - 异常错误 的构造器org.springframework.remoting.RemoteAccessException
-
Constructor for RemoteAccessException.
- RemoteAccessException(String, Throwable) - 异常错误 的构造器org.springframework.remoting.RemoteAccessException
-
Constructor for RemoteAccessException.
- RemoteAccessor - org.springframework.remoting.support中的类
-
Abstract base class for classes that access a remote service.
- RemoteAccessor() - 类 的构造器org.springframework.remoting.support.RemoteAccessor
-
- RemoteConnectFailureException - org.springframework.remoting中的异常错误
-
RemoteAccessException subclass to be thrown when no connection
could be established with a remote service.
- RemoteConnectFailureException(String, Throwable) - 异常错误 的构造器org.springframework.remoting.RemoteConnectFailureException
-
Constructor for RemoteConnectFailureException.
- RemoteExporter - org.springframework.remoting.support中的类
-
Abstract base class for classes that export a remote service.
- RemoteExporter() - 类 的构造器org.springframework.remoting.support.RemoteExporter
-
- RemoteInvocation - org.springframework.remoting.support中的类
-
Encapsulates a remote invocation, providing core method invocation properties
in a serializable fashion.
- RemoteInvocation(MethodInvocation) - 类 的构造器org.springframework.remoting.support.RemoteInvocation
-
Create a new RemoteInvocation for the given AOP method invocation.
- RemoteInvocation(String, Class<?>[], Object[]) - 类 的构造器org.springframework.remoting.support.RemoteInvocation
-
Create a new RemoteInvocation for the given parameters.
- RemoteInvocation() - 类 的构造器org.springframework.remoting.support.RemoteInvocation
-
Create a new RemoteInvocation for JavaBean-style deserialization
(e.g. with Jackson).
- RemoteInvocationBasedAccessor - org.springframework.remoting.support中的类
-
Abstract base class for remote service accessors that are based
on serialization of
RemoteInvocation objects.
- RemoteInvocationBasedAccessor() - 类 的构造器org.springframework.remoting.support.RemoteInvocationBasedAccessor
-
- RemoteInvocationBasedExporter - org.springframework.remoting.support中的类
-
Abstract base class for remote service exporters that are based
on deserialization of
RemoteInvocation objects.
- RemoteInvocationBasedExporter() - 类 的构造器org.springframework.remoting.support.RemoteInvocationBasedExporter
-
- RemoteInvocationExecutor - org.springframework.remoting.support中的接口
-
- RemoteInvocationFactory - org.springframework.remoting.support中的接口
-
Strategy interface for creating a
RemoteInvocation from an AOP Alliance
MethodInvocation.
- RemoteInvocationFailureException - 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) - 异常错误 的构造器org.springframework.remoting.RemoteInvocationFailureException
-
Constructor for RemoteInvocationFailureException.
- RemoteInvocationResult - org.springframework.remoting.support中的类
-
Encapsulates a remote invocation result, holding a result value or an exception.
- RemoteInvocationResult(Object) - 类 的构造器org.springframework.remoting.support.RemoteInvocationResult
-
Create a new RemoteInvocationResult for the given result value.
- RemoteInvocationResult(Throwable) - 类 的构造器org.springframework.remoting.support.RemoteInvocationResult
-
Create a new RemoteInvocationResult for the given exception.
- RemoteInvocationResult() - 类 的构造器org.springframework.remoting.support.RemoteInvocationResult
-
Create a new RemoteInvocationResult for JavaBean-style deserialization
(e.g. with Jackson).
- RemoteInvocationSerializingExporter - org.springframework.remoting.rmi中的类
-
- RemoteInvocationSerializingExporter() - 类 的构造器org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
- RemoteInvocationTraceInterceptor - org.springframework.remoting.support中的类
-
AOP Alliance MethodInterceptor for tracing remote invocations.
- RemoteInvocationTraceInterceptor() - 类 的构造器org.springframework.remoting.support.RemoteInvocationTraceInterceptor
-
Create a new RemoteInvocationTraceInterceptor.
- RemoteInvocationTraceInterceptor(String) - 类 的构造器org.springframework.remoting.support.RemoteInvocationTraceInterceptor
-
Create a new RemoteInvocationTraceInterceptor.
- RemoteInvocationUtils - org.springframework.remoting.support中的类
-
General utilities for handling remote invocations.
- RemoteInvocationUtils() - 类 的构造器org.springframework.remoting.support.RemoteInvocationUtils
-
- RemoteLookupFailureException - 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) - 异常错误 的构造器org.springframework.remoting.RemoteLookupFailureException
-
Constructor for RemoteLookupFailureException.
- RemoteLookupFailureException(String, Throwable) - 异常错误 的构造器org.springframework.remoting.RemoteLookupFailureException
-
Constructor for RemoteLookupFailureException.
- RemoteProxyFailureException - 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) - 异常错误 的构造器org.springframework.remoting.RemoteProxyFailureException
-
Constructor for RemoteProxyFailureException.
- RemoteTimeoutException - org.springframework.remoting中的异常错误
-
RemoteAccessException subclass to be thrown when the execution
of the target method did not complete before a configurable
timeout, for example when a reply message was not received.
- RemoteTimeoutException(String) - 异常错误 的构造器org.springframework.remoting.RemoteTimeoutException
-
Constructor for RemoteTimeoutException.
- RemoteTimeoutException(String, Throwable) - 异常错误 的构造器org.springframework.remoting.RemoteTimeoutException
-
Constructor for RemoteTimeoutException.
- RemotingSupport - org.springframework.remoting.support中的类
-
Generic support base class for remote accessor and exporters,
providing common bean ClassLoader handling.
- RemotingSupport() - 类 的构造器org.springframework.remoting.support.RemotingSupport
-
- remove(String) - 类 中的方法org.springframework.context.support.SimpleThreadScope
-
- removeAlias(String) - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
- removeAllListeners() - 类 中的方法org.springframework.context.event.AbstractApplicationEventMulticaster
-
- removeAllListeners() - 接口 中的方法org.springframework.context.event.ApplicationEventMulticaster
-
Remove all listeners registered with this multicaster.
- removeApplicationListener(ApplicationListener<?>) - 类 中的方法org.springframework.context.event.AbstractApplicationEventMulticaster
-
- removeApplicationListener(ApplicationListener<?>) - 接口 中的方法org.springframework.context.event.ApplicationEventMulticaster
-
Remove a listener from the notification list.
- removeApplicationListenerBean(String) - 类 中的方法org.springframework.context.event.AbstractApplicationEventMulticaster
-
- removeApplicationListenerBean(String) - 接口 中的方法org.springframework.context.event.ApplicationEventMulticaster
-
Remove a listener bean from the notification list.
- removeBeanDefinition(String) - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
- removeSessionBeanInstance(EJBObject) - 类 中的方法org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
Remove the given EJB instance.
- removeSessionBeanInstance(EJBLocalObject) - 类 中的方法org.springframework.ejb.access.LocalSlsbInvokerInterceptor
-
Remove the given EJB instance.
- removeTransformers() - 类 中的方法org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
Remove all registered transformers, in inverse order of registration.
- renderDefaultMessage(String, Object[], Locale) - 类 中的方法org.springframework.context.support.MessageSourceSupport
-
Render the given default message String.
- replaceValidators(Validator...) - 类 中的方法org.springframework.validation.DataBinder
-
Replace the Validators to apply after each binding step.
- Repository - 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 - 类 中的静态变量org.springframework.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed Required annotation processor.
- requiredContextClass() - 类 中的方法org.springframework.context.support.ApplicationObjectSupport
-
Determine the context class that any context passed to
setApplicationContext must be an instance of.
- requiresConfigInterface() - 类 中的方法org.springframework.scripting.bsh.BshScriptFactory
-
BeanShell scripts do require a config interface.
- requiresConfigInterface() - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
-
Groovy scripts do not need a config interface,
since they expose their setters as public methods.
- requiresConfigInterface() - 接口 中的方法org.springframework.scripting.ScriptFactory
-
Return whether the script requires a config interface to be
generated for it.
- requiresConfigInterface() - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
-
- requiresDestruction(Object) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- requiresRefresh() - 类 中的方法org.springframework.scripting.support.RefreshableScriptTargetSource
-
Determine whether a refresh is required through calling
ScriptFactory's requiresScriptedObjectRefresh method.
- requiresScriptedObjectRefresh(ScriptSource) - 类 中的方法org.springframework.scripting.bsh.BshScriptFactory
-
- requiresScriptedObjectRefresh(ScriptSource) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
-
- requiresScriptedObjectRefresh(ScriptSource) - 接口 中的方法org.springframework.scripting.ScriptFactory
-
Determine whether a refresh is required (e.g. through
ScriptSource's isModified() method).
- requiresScriptedObjectRefresh(ScriptSource) - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
-
- resetCommonCaches() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Reset Spring's common reflection metadata caches, in particular the
ReflectionUtils, AnnotationUtils, ResolvableType
and CachedIntrospectionResults caches.
- resetDateTimeContext() - 类 中的静态方法org.springframework.format.datetime.standard.DateTimeContextHolder
-
Reset the DateTimeContext for the current thread.
- resetFilters(boolean) - 类 中的方法org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Reset the configured type filters.
- resetJodaTimeContext() - 类 中的静态方法org.springframework.format.datetime.joda.JodaTimeContextHolder
-
Reset the JodaTimeContext for the current thread.
- resetLocaleContext() - 类 中的静态方法org.springframework.context.i18n.LocaleContextHolder
-
Reset the LocaleContext for the current thread.
- resetThreadContextClassLoader(ClassLoader) - 类 中的方法org.springframework.remoting.support.RemotingSupport
-
Reset the original thread context ClassLoader if necessary.
- resolvableToString() - 类 中的方法org.springframework.context.support.DefaultMessageSourceResolvable
-
Build a default String representation for this MessageSourceResolvable:
including codes, arguments, and default message.
- resolve(EvaluationContext, String) - 类 中的方法org.springframework.context.expression.BeanFactoryResolver
-
- resolveArguments(ApplicationEvent) - 类 中的方法org.springframework.context.event.ApplicationListenerMethodAdapter
-
- resolveArguments(Object[], Locale) - 类 中的方法org.springframework.context.support.AbstractMessageSource
-
Searches through the given array of objects, finds any MessageSourceResolvable
objects and resolves them.
- resolveArguments(Object[], Locale) - 类 中的方法org.springframework.context.support.MessageSourceSupport
-
Template method for resolving argument objects.
- resolveBasePackage(String) - 类 中的方法org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Resolve the specified base package into a pattern specification for
the package search path.
- resolveCaches(CacheOperationInvocationContext<?>) - 类 中的方法org.springframework.cache.interceptor.AbstractCacheResolver
-
- resolveCaches(CacheOperationInvocationContext<?>) - 接口 中的方法org.springframework.cache.interceptor.CacheResolver
-
Return the cache(s) to use for the specified invocation.
- resolveClassName(String) - 类 中的方法org.springframework.scheduling.support.MethodInvokingRunnable
-
- resolveCode(String, Locale) - 类 中的方法org.springframework.context.support.AbstractMessageSource
-
Subclasses must implement this method to resolve a message.
- resolveCode(String, Locale) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.springframework.context.support.StaticMessageSource
-
- resolveCodeWithoutArguments(String, Locale) - 类 中的方法org.springframework.context.support.AbstractMessageSource
-
Subclasses can override this method to resolve a message without arguments
in an optimized fashion, i.e. to resolve without involving a MessageFormat.
- resolveCodeWithoutArguments(String, Locale) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.springframework.context.support.StaticMessageSource
-
- resolveContextualObject(String) - 类 中的方法org.springframework.context.support.SimpleThreadScope
-
- resolveEmbeddedValue(String) - 类 中的方法org.springframework.context.support.EmbeddedValueResolutionSupport
-
Resolve the given embedded value through this instance's StringValueResolver.
- resolveFallbackIfPossible(String, ClassNotFoundException) - 类 中的方法org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
-
- resolveMessageCodes(String) - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- resolveMessageCodes(String, String) - 类 中的方法org.springframework.validation.AbstractBindingResult
-
- resolveMessageCodes(String) - 异常错误 中的方法org.springframework.validation.BindException
-
- resolveMessageCodes(String, String) - 异常错误 中的方法org.springframework.validation.BindException
-
- resolveMessageCodes(String) - 接口 中的方法org.springframework.validation.BindingResult
-
Resolve the given error code into message codes.
- resolveMessageCodes(String, String) - 接口 中的方法org.springframework.validation.BindingResult
-
Resolve the given error code into message codes for the given field.
- resolveMessageCodes(String, String) - 类 中的方法org.springframework.validation.DefaultMessageCodesResolver
-
- resolveMessageCodes(String, String, String, 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) - 接口 中的方法org.springframework.validation.MessageCodesResolver
-
Build message codes for the given error code and object name.
- resolveMessageCodes(String, String, String, Class<?>) - 接口 中的方法org.springframework.validation.MessageCodesResolver
-
Build message codes for the given error code and field specification.
- resolvePath(String) - 类 中的方法org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Resolve the given path, replacing placeholders with corresponding
environment property values if necessary.
- resolveProxyTargetClass(BeanDefinition) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- resolveRefreshCheckDelay(BeanDefinition) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Get the refresh check delay for the given
ScriptFactory BeanDefinition.
- resolveScopeMetadata(BeanDefinition) - 类 中的方法org.springframework.context.annotation.AnnotationScopeMetadataResolver
-
- resolveScopeMetadata(BeanDefinition) - 类 中的方法org.springframework.context.annotation.Jsr330ScopeMetadataResolver
-
- resolveScopeMetadata(BeanDefinition) - 接口 中的方法org.springframework.context.annotation.ScopeMetadataResolver
-
Resolve the
ScopeMetadata appropriate to the supplied
bean
definition.
- resolveScopeName(String) - 类 中的方法org.springframework.context.annotation.Jsr330ScopeMetadataResolver
-
Resolve the given annotation type into a named Spring scope.
- ResourceBundleMessageSource - org.springframework.context.support中的类
-
MessageSource implementation that
accesses resource bundles using specified basenames.
- ResourceBundleMessageSource() - 类 的构造器org.springframework.context.support.ResourceBundleMessageSource
-
- ResourceBundleThemeSource - org.springframework.ui.context.support中的类
-
- ResourceBundleThemeSource() - 类 的构造器org.springframework.ui.context.support.ResourceBundleThemeSource
-
- ResourceLoaderAware - 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 - org.springframework.instrument.classloading中的类
-
Subclass of ShadowingClassLoader that overrides attempts to
locate certain files.
- ResourceOverridingShadowingClassLoader(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
Create a new ResourceOverridingShadowingClassLoader,
decorating the given ClassLoader.
- ResourceScriptSource - org.springframework.scripting.support中的类
-
ScriptSource implementation
based on Spring's
Resource
abstraction.
- ResourceScriptSource(EncodedResource) - 类 的构造器org.springframework.scripting.support.ResourceScriptSource
-
Create a new ResourceScriptSource for the given resource.
- ResourceScriptSource(Resource) - 类 的构造器org.springframework.scripting.support.ResourceScriptSource
-
Create a new ResourceScriptSource for the given resource.
- retrieveEngineByName(ScriptEngineManager, String) - 类 中的静态方法org.springframework.scripting.support.StandardScriptUtils
-
- retrieveLastModifiedTime() - 类 中的方法org.springframework.scripting.support.ResourceScriptSource
-
Retrieve the current last-modified timestamp of the underlying resource.
- retrieveScriptEngine(ScriptSource) - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
-
- RmiBasedExporter - org.springframework.remoting.rmi中的类
-
Convenient superclass for RMI-based remote exporters.
- RmiBasedExporter() - 类 的构造器org.springframework.remoting.rmi.RmiBasedExporter
-
- RmiClientInterceptor - org.springframework.remoting.rmi中的类
-
MethodInterceptor for accessing conventional
RMI services or RMI invokers.
- RmiClientInterceptor() - 类 的构造器org.springframework.remoting.rmi.RmiClientInterceptor
-
- RmiClientInterceptorUtils - org.springframework.remoting.rmi中的类
-
Factored-out methods for performing invocations within an RMI client.
- RmiClientInterceptorUtils() - 类 的构造器org.springframework.remoting.rmi.RmiClientInterceptorUtils
-
- RmiInvocationHandler - org.springframework.remoting.rmi中的接口
-
Interface for RMI invocation handlers instances on the server,
wrapping exported services.
- RmiProxyFactoryBean - org.springframework.remoting.rmi中的类
-
FactoryBean for RMI proxies, supporting both conventional RMI services
and RMI invokers.
- RmiProxyFactoryBean() - 类 的构造器org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- RmiRegistryFactoryBean - org.springframework.remoting.rmi中的类
-
FactoryBean that locates a
Registry and
exposes it for bean references.
- RmiRegistryFactoryBean() - 类 的构造器org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- RmiServiceExporter - org.springframework.remoting.rmi中的类
-
RMI exporter that exposes the specified service as RMI object with the specified name.
- RmiServiceExporter() - 类 的构造器org.springframework.remoting.rmi.RmiServiceExporter
-
- Role - org.springframework.context.annotation中的注释类型
-
Indicates the 'role' hint for a given bean.
- ROLE_GETTER - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the getter role field value in a JMX
Descriptor.
- ROLE_OPERATION - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Identifies an operation (method) in a JMX
Descriptor.
- ROLE_SETTER - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the setter role field value in a JMX
Descriptor.
- run() - 类 中的方法org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
-
- run() - 类 中的方法org.springframework.scheduling.support.MethodInvokingRunnable
-
- run() - 类 中的方法org.springframework.scheduling.support.ScheduledMethodRunnable
-
- scan(String...) - 类 中的方法org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Perform a scan within the specified base packages.
- scan(String...) - 接口 中的方法org.springframework.context.annotation.AnnotationConfigRegistry
-
Perform a scan within the specified base packages.
- scan(String...) - 类 中的方法org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
方法实现说明:真正的扫描我们@MapperScan的backpackage指定的路径的
Mapper包
- ScannedGenericBeanDefinition - 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) - 类 的构造器org.springframework.context.annotation.ScannedGenericBeanDefinition
-
Create a new ScannedGenericBeanDefinition for the class that the
given MetadataReader describes.
- schedule(Runnable, Trigger) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- schedule(Runnable, Date) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- schedule(Runnable, Trigger) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- schedule(Runnable, Date) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- schedule(Runnable, Trigger) - 接口 中的方法org.springframework.scheduling.TaskScheduler
-
Schedule the given
Runnable, invoking it whenever the trigger
indicates a next execution time.
- schedule(Runnable, Instant) - 接口 中的方法org.springframework.scheduling.TaskScheduler
-
Schedule the given
Runnable, invoking it at the specified execution time.
- schedule(Runnable, Date) - 接口 中的方法org.springframework.scheduling.TaskScheduler
-
Schedule the given
Runnable, invoking it at the specified execution time.
- scheduleAtFixedRate(Runnable, Date, long) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- scheduleAtFixedRate(Runnable, long) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- scheduleAtFixedRate(Runnable, Date, long) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- scheduleAtFixedRate(Runnable, long) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- scheduleAtFixedRate(Runnable, Instant, Duration) - 接口 中的方法org.springframework.scheduling.TaskScheduler
-
Schedule the given
Runnable, invoking it at the specified execution time
and subsequently with the given period.
- scheduleAtFixedRate(Runnable, Date, long) - 接口 中的方法org.springframework.scheduling.TaskScheduler
-
Schedule the given
Runnable, invoking it at the specified execution time
and subsequently with the given period.
- scheduleAtFixedRate(Runnable, Duration) - 接口 中的方法org.springframework.scheduling.TaskScheduler
-
Schedule the given
Runnable, starting as soon as possible and
invoking it with the given period.
- scheduleAtFixedRate(Runnable, long) - 接口 中的方法org.springframework.scheduling.TaskScheduler
-
Schedule the given
Runnable, starting as soon as possible and
invoking it with the given period.
- scheduleCronTask(CronTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Schedule the specified cron task, either right away if possible
or on initialization of the scheduler.
- Scheduled - org.springframework.scheduling.annotation中的注释类型
-
An annotation that marks a method to be scheduled.
- SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME - 类 中的静态变量org.springframework.scheduling.config.TaskManagementConfigUtils
-
The bean name of the internally managed Scheduled annotation processor.
- ScheduledAnnotationBeanPostProcessor - 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() - 类 的构造器org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- scheduledAnnotationProcessor() - 类 中的方法org.springframework.scheduling.annotation.SchedulingConfiguration
-
- ScheduledExecutorFactoryBean - org.springframework.scheduling.concurrent中的类
-
- ScheduledExecutorFactoryBean() - 类 的构造器org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- ScheduledExecutorTask - org.springframework.scheduling.concurrent中的类
-
JavaBean that describes a scheduled executor task, consisting of the
Runnable and a delay plus period.
- ScheduledExecutorTask() - 类 的构造器org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Create a new ScheduledExecutorTask,
to be populated via bean properties.
- ScheduledExecutorTask(Runnable) - 类 的构造器org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Create a new ScheduledExecutorTask, with default
one-time execution without delay.
- ScheduledExecutorTask(Runnable, long) - 类 的构造器org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Create a new ScheduledExecutorTask, with default
one-time execution with the given delay.
- ScheduledExecutorTask(Runnable, long, long, boolean) - 类 的构造器org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Create a new ScheduledExecutorTask.
- ScheduledMethodRunnable - org.springframework.scheduling.support中的类
-
- ScheduledMethodRunnable(Object, Method) - 类 的构造器org.springframework.scheduling.support.ScheduledMethodRunnable
-
Create a ScheduledMethodRunnable for the given target instance,
calling the specified method.
- ScheduledMethodRunnable(Object, String) - 类 的构造器org.springframework.scheduling.support.ScheduledMethodRunnable
-
Create a ScheduledMethodRunnable for the given target instance,
calling the specified method by name.
- ScheduledTask - org.springframework.scheduling.config中的类
-
A representation of a scheduled task at runtime,
used as a return value for scheduling methods.
- ScheduledTaskHolder - org.springframework.scheduling.config中的接口
-
Common interface for exposing locally scheduled tasks.
- ScheduledTaskRegistrar - org.springframework.scheduling.config中的类
-
Helper bean for registering tasks with a
TaskScheduler, typically using cron
expressions.
- ScheduledTaskRegistrar() - 类 的构造器org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- ScheduledTasksBeanDefinitionParser - org.springframework.scheduling.config中的类
-
Parser for the 'scheduled-tasks' element of the scheduling namespace.
- ScheduledTasksBeanDefinitionParser() - 类 的构造器org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
-
- scheduleFixedDelayTask(IntervalTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- scheduleFixedDelayTask(FixedDelayTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Schedule the specified fixed-delay task, either right away if possible
or on initialization of the scheduler.
- scheduleFixedRateTask(IntervalTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- scheduleFixedRateTask(FixedRateTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Schedule the specified fixed-rate task, either right away if possible
or on initialization of the scheduler.
- SchedulerBeanDefinitionParser - org.springframework.scheduling.config中的类
-
Parser for the 'scheduler' element of the 'task' namespace.
- SchedulerBeanDefinitionParser() - 类 的构造器org.springframework.scheduling.config.SchedulerBeanDefinitionParser
-
- Schedules - org.springframework.scheduling.annotation中的注释类型
-
Container annotation that aggregates several
Scheduled annotations.
- scheduleTasks() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- scheduleTriggerTask(TriggerTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Schedule the specified trigger task, either right away if possible
or on initialization of the scheduler.
- scheduleWithFixedDelay(Runnable, Date, long) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- scheduleWithFixedDelay(Runnable, long) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- scheduleWithFixedDelay(Runnable, Date, long) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- scheduleWithFixedDelay(Runnable, long) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- scheduleWithFixedDelay(Runnable, Instant, Duration) - 接口 中的方法org.springframework.scheduling.TaskScheduler
-
Schedule the given
Runnable, invoking it at the specified execution time
and subsequently with the given delay between the completion of one execution
and the start of the next.
- scheduleWithFixedDelay(Runnable, Date, long) - 接口 中的方法org.springframework.scheduling.TaskScheduler
-
Schedule the given
Runnable, invoking it at the specified execution time
and subsequently with the given delay between the completion of one execution
and the start of the next.
- scheduleWithFixedDelay(Runnable, Duration) - 接口 中的方法org.springframework.scheduling.TaskScheduler
-
Schedule the given
Runnable, starting as soon as possible and invoking it with
the given delay between the completion of one execution and the start of the next.
- scheduleWithFixedDelay(Runnable, long) - 接口 中的方法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 - org.springframework.scheduling中的接口
-
Extension of the Runnable interface, adding special callbacks
for long-running operations.
- SchedulingConfiguration - org.springframework.scheduling.annotation中的类
-
- SchedulingConfiguration() - 类 的构造器org.springframework.scheduling.annotation.SchedulingConfiguration
-
- SchedulingConfigurer - org.springframework.scheduling.annotation中的接口
-
- SchedulingException - org.springframework.scheduling中的异常错误
-
General exception to be thrown on scheduling failures,
such as the scheduler already having shut down.
- SchedulingException(String) - 异常错误 的构造器org.springframework.scheduling.SchedulingException
-
Constructor for SchedulingException.
- SchedulingException(String, Throwable) - 异常错误 的构造器org.springframework.scheduling.SchedulingException
-
Constructor for SchedulingException.
- SchedulingTaskExecutor - org.springframework.scheduling中的接口
-
A TaskExecutor extension exposing
scheduling characteristics that are relevant to potential task submitters.
- Scope - org.springframework.context.annotation中的注释类型
-
When used as a type-level annotation in conjunction with
@Component,
@Scope indicates the name of a scope to use for instances of
the annotated type.
- scopeAnnotationType - 类 中的变量org.springframework.context.annotation.AnnotationScopeMetadataResolver
-
- ScopedProxyMode - org.springframework.context.annotation中的枚举
-
Enumerates the various scoped-proxy options.
- ScopeMetadata - org.springframework.context.annotation中的类
-
Describes scope characteristics for a Spring-managed bean including the scope
name and the scoped-proxy behavior.
- ScopeMetadata() - 类 的构造器org.springframework.context.annotation.ScopeMetadata
-
- ScopeMetadataResolver - org.springframework.context.annotation中的接口
-
Strategy interface for resolving the scope of bean definitions.
- ScriptCompilationException - org.springframework.scripting中的异常错误
-
Exception to be thrown on script compilation failure.
- ScriptCompilationException(String) - 异常错误 的构造器org.springframework.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptCompilationException(String, Throwable) - 异常错误 的构造器org.springframework.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptCompilationException(ScriptSource, String) - 异常错误 的构造器org.springframework.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptCompilationException(ScriptSource, Throwable) - 异常错误 的构造器org.springframework.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptCompilationException(ScriptSource, String, Throwable) - 异常错误 的构造器org.springframework.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptEvaluator - org.springframework.scripting中的接口
-
Spring's strategy interface for evaluating a script.
- ScriptFactory - 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 - org.springframework.scripting.support中的类
-
BeanPostProcessor that
handles
ScriptFactory definitions,
replacing each factory with the actual scripted Java object generated by it.
- ScriptFactoryPostProcessor() - 类 的构造器org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- ScriptSource - org.springframework.scripting中的接口
-
Interface that defines the source of a script.
- selectImports(AdviceMode) - 类 中的方法org.springframework.cache.annotation.CachingConfigurationSelector
-
- selectImports(AnnotationMetadata) - 类 中的方法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) - 类 中的方法org.springframework.context.annotation.AdviceModeImportSelector
-
Determine which classes should be imported based on the given AdviceMode.
- selectImports() - 接口 中的方法org.springframework.context.annotation.DeferredImportSelector.Group
-
Return the
entries of which class(es) should be imported
for this group.
- selectImports(AnnotationMetadata) - 接口 中的方法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) - 类 中的方法org.springframework.scheduling.annotation.AsyncConfigurationSelector
-
- SelfNaming - org.springframework.jmx.export.naming中的接口
-
Interface that allows infrastructure components to provide their own
ObjectNames to the MBeanExporter.
- sendNotification(Notification) - 类 中的方法org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
-
- sendNotification(Notification) - 接口 中的方法org.springframework.jmx.export.notification.NotificationPublisher
-
- server - 类 中的变量org.springframework.jmx.support.MBeanRegistrationSupport
-
The MBeanServer instance being used to register beans.
- Service - 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) - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
Set whether to accept deserialization of proxy classes.
- setAfterInitialization(boolean) - 类 中的方法org.springframework.validation.beanvalidation.BeanValidationPostProcessor
-
Choose whether to perform validation after bean initialization
(i.e. after init methods) instead of before (which is the default).
- setAgentId(String) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
-
Set the agent id of the MBeanServer to locate.
- setAgentId(String) - 类 中的方法org.springframework.jmx.access.NotificationListenerRegistrar
-
Set the agent id of the MBeanServer to locate.
- setAgentId(String) - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
-
Set the agent id of the MBeanServer to locate.
- setAllowBeanDefinitionOverriding(boolean) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.springframework.context.support.AbstractRefreshableApplicationContext
-
Set whether to allow circular references between beans - and automatically
try to resolve them.
- setAllowCircularReferences(boolean) - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
Set whether to allow circular references between beans - and automatically
try to resolve them.
- setAllowCoreThreadTimeOut(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Specify whether to allow core threads to time out.
- setAllowCoreThreadTimeOut(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Specify whether to allow core threads to time out.
- setAllowEagerInit(boolean) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Specify whether to allow eager initialization of candidate beans
when autodetecting MBeans in the Spring application context.
- setAllowedFields(String...) - 类 中的方法org.springframework.validation.DataBinder
-
Register fields that should be allowed for binding.
- setAllowNullValues(boolean) - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
Set whether to allow null values
(adapting them to an internal null holder value).
- setAllowNullValues(boolean) - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Specify whether to accept and convert null values for all caches
in this cache manager.
- setAlwaysCreate(boolean) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.springframework.context.support.MessageSourceSupport
-
Set whether to always apply the MessageFormat rules,
parsing even messages without arguments.
- setApplicationContext(ApplicationContext) - 接口 中的方法org.springframework.context.ApplicationContextAware
-
Set the ApplicationContext that this object runs in.
- setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.context.event.EventListenerMethodProcessor
-
- setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.context.support.ApplicationObjectSupport
-
- setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.context.support.LiveBeansView
-
- setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- setApplicationEventClass(Class<?>) - 类 中的方法org.springframework.context.event.EventPublicationInterceptor
-
Set the application event class to publish.
- setApplicationEventPublisher(ApplicationEventPublisher) - 接口 中的方法org.springframework.context.ApplicationEventPublisherAware
-
Set the ApplicationEventPublisher that this object runs in.
- setApplicationEventPublisher(ApplicationEventPublisher) - 类 中的方法org.springframework.context.event.EventPublicationInterceptor
-
- setArguments(Object[]) - 类 中的方法org.springframework.remoting.support.RemoteInvocation
-
Set the arguments for the target method call.
- setAssembler(MBeanInfoAssembler) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Set the implementation of the MBeanInfoAssembler interface to use
for this exporter.
- setAsText(String) - 类 中的方法org.springframework.format.support.FormatterPropertyEditorAdapter
-
- setAsText(String) - 类 中的方法org.springframework.jndi.JndiTemplateEditor
-
- setAsyncAnnotationType(Class<? extends Annotation>) - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
Set the 'async' annotation type.
- setAsyncAnnotationType(Class<? extends Annotation>) - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
Set the 'async' annotation type to be detected at either class or method
level.
- setAsyncMode(boolean) - 类 中的方法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) - 类 中的方法org.springframework.jmx.export.SpringModelMBean
-
- setAttributes(AttributeList) - 类 中的方法org.springframework.jmx.export.SpringModelMBean
-
- setAttributes(Map<String, Serializable>) - 类 中的方法org.springframework.remoting.support.RemoteInvocation
-
Set the attributes Map.
- setAttributeSource(JmxAttributeSource) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Set the JmxAttributeSource implementation to use for
reading the metadata from the bean class.
- setAttributeSource(JmxAttributeSource) - 类 中的方法org.springframework.jmx.export.naming.MetadataNamingStrategy
-
Set the implementation of the JmxAttributeSource interface to use
when reading the source-level metadata.
- setAuthenticator(Authenticator) - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
Register a common
Authenticator to be
applied to all locally registered
contexts.
- setAutodetect(boolean) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Set whether to autodetect MBeans in the bean factory that this exporter
runs in.
- setAutodetectMode(int) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Set the autodetection mode to use.
- setAutodetectModeName(String) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Set the autodetection mode to use by name.
- setAutoGrowCollectionLimit(int) - 类 中的方法org.springframework.validation.DataBinder
-
Specify the limit for array and collection auto-growing.
- setAutoGrowNestedPaths(boolean) - 类 中的方法org.springframework.validation.DataBinder
-
Set whether this binder should attempt to "auto-grow" a nested path that contains a null value.
- setAutowireCandidatePatterns(String...) - 类 中的方法org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Set the name-matching patterns for determining autowire candidates.
- setAwaitTerminationSeconds(int) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
Specify the HTTP server's TCP backlog.
- setBasename(String) - 类 中的方法org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set a single basename, following the basic ResourceBundle convention
of not specifying file extension or language codes.
- setBasenamePrefix(String) - 类 中的方法org.springframework.ui.context.support.ResourceBundleThemeSource
-
Set the prefix that gets applied to the ResourceBundle basenames,
i.e. the theme names.
- setBasenames(String...) - 类 中的方法org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set an array of basenames, each following the basic ResourceBundle convention
of not specifying file extension or language codes.
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.context.annotation.LoadTimeWeavingConfiguration
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.context.event.AbstractApplicationEventMulticaster
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.context.support.ResourceBundleMessageSource
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.context.weaving.AspectJWeavingEnabler
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.context.weaving.DefaultContextLoadTimeWeaver
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.jmx.access.MBeanProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.remoting.support.RemotingSupport
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.scheduling.support.MethodInvokingRunnable
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.scripting.bsh.BshScriptEvaluator
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.scripting.bsh.BshScriptFactory
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptEvaluator
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.scripting.support.StandardScriptEvaluator
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
-
- setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.ui.context.support.ResourceBundleThemeSource
-
- setBeanDefinitionDefaults(BeanDefinitionDefaults) - 类 中的方法org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Set the defaults to use for detected beans.
- setBeanFactory(BeanFactory) - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport
-
Set the containing
BeanFactory for
CacheManager and other
service lookups.
- setBeanFactory(BeanFactory) - 类 中的方法org.springframework.cache.interceptor.CacheProxyFactoryBean
-
- setBeanFactory(BeanFactory) - 类 中的方法org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
- setBeanFactory(BeanFactory) - 类 中的方法org.springframework.context.annotation.MBeanExportConfiguration
-
- setBeanFactory(BeanFactory) - 类 中的方法org.springframework.context.event.AbstractApplicationEventMulticaster
-
- setBeanFactory(BeanFactory) - 类 中的方法org.springframework.context.support.DefaultLifecycleProcessor
-
- setBeanFactory(BeanFactory) - 类 中的方法org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
-
- setBeanFactory(BeanFactory) - 类 中的方法org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- setBeanFactory(BeanFactory) - 类 中的方法org.springframework.jmx.export.annotation.AnnotationMBeanExporter
-
- setBeanFactory(BeanFactory) - 类 中的方法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) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
-
- setBeanFactory(BeanFactory) - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
Set the BeanFactory to be used when looking up executors by qualifier.
- setBeanFactory(BeanFactory) - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
- setBeanFactory(BeanFactory) - 类 中的方法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) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
-
- setBeanFactory(BeanFactory) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- setBeanName(String) - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- setBeanName(String) - 类 中的方法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) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- setBeanName(String) - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
- setBeanName(String) - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- setBeanNameGenerator(BeanNameGenerator) - 类 中的方法org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Set the BeanNameGenerator to use for detected bean classes.
- setBeanNameGenerator(BeanNameGenerator) - 类 中的方法org.springframework.context.annotation.AnnotationConfigApplicationContext
-
- setBeanNameGenerator(BeanNameGenerator) - 类 中的方法org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Set the BeanNameGenerator to use for detected bean classes.
- setBeanNameGenerator(BeanNameGenerator) - 类 中的方法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>) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Supply a Map of beans to be registered with the JMX
MBeanServer.
- setBeforeInvocation(boolean) - 类 中的方法org.springframework.cache.interceptor.CacheEvictOperation.Builder
-
- setBindingErrorProcessor(BindingErrorProcessor) - 类 中的方法org.springframework.validation.DataBinder
-
Set the strategy to use for processing binding errors, that is,
required field errors and PropertyAccessExceptions.
- setBundleClassLoader(ClassLoader) - 类 中的方法org.springframework.context.support.ResourceBundleMessageSource
-
Set the ClassLoader to load resource bundles with.
- setBusinessInterface(Class<?>) - 类 中的方法org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
Set the business interface of the EJB we're proxying.
- setBusinessInterface(Class<?>) - 类 中的方法org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
Set the business interface of the EJB we're proxying.
- setCache(boolean) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
-
Set whether to cache the JNDI object once it has been located.
- setCache(boolean) - 类 中的方法org.springframework.jndi.JndiObjectTargetSource
-
Set whether to cache the JNDI object once it has been located.
- setCacheHome(boolean) - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Set whether to cache the EJB home object once it has been located.
- setCacheManager(CacheManager) - 类 中的方法org.springframework.cache.interceptor.AbstractCacheResolver
-
- setCacheManager(CacheManager) - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport
-
- setCacheManager(String) - 类 中的方法org.springframework.cache.interceptor.CacheOperation.Builder
-
- setCacheManager(CacheManager) - 类 中的方法org.springframework.cache.interceptor.CacheProxyFactoryBean
-
- setCacheManagers(Collection<CacheManager>) - 类 中的方法org.springframework.cache.support.CompositeCacheManager
-
Specify the CacheManagers to delegate to.
- setCacheMillis(long) - 类 中的方法org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set the number of milliseconds to cache loaded properties files.
- setCacheName(String) - 类 中的方法org.springframework.cache.interceptor.CacheOperation.Builder
-
- setCacheNames(Collection<String>) - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Specify the set of cache names for this CacheManager's 'static' mode.
- setCacheNames(String...) - 类 中的方法org.springframework.cache.interceptor.CacheOperation.Builder
-
- setCacheNames(Collection<String>) - 类 中的方法org.springframework.cache.interceptor.NamedCacheResolver
-
Set the cache name(s) that this resolver should use.
- setCacheOperationSource(CacheOperationSource) - 类 中的方法org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
-
Set the cache operation attribute source which is used to find cache
attributes.
- setCacheOperationSources(CacheOperationSource...) - 类 中的方法org.springframework.cache.interceptor.CacheAspectSupport
-
Set one or more cache operation sources which are used to find the cache
attributes.
- setCacheOperationSources(CacheOperationSource...) - 类 中的方法org.springframework.cache.interceptor.CacheProxyFactoryBean
-
Set one or more sources to find cache operations.
- setCacheResolver(CacheResolver) - 类 中的方法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) - 类 中的方法org.springframework.cache.interceptor.CacheOperation.Builder
-
- setCacheResolver(CacheResolver) - 类 中的方法org.springframework.cache.interceptor.CacheProxyFactoryBean
-
Set the default
CacheResolver that this cache aspect should delegate
to if no specific cache resolver has been set for the operation.
- setCaches(Collection<? extends Cache>) - 类 中的方法org.springframework.cache.support.SimpleCacheManager
-
Specify the collection of Cache instances to use for this CacheManager.
- setCacheSeconds(int) - 类 中的方法org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set the number of seconds to cache loaded properties files.
- setCacheSessionBean(boolean) - 类 中的方法org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
-
Set whether to cache the actual session bean object.
- setCacheStub(boolean) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Set whether to cache the RMI stub once it has been located.
- setCacheStub(boolean) - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
-
Set whether to cache the RMI stub once it has been located.
- setCacheWide(boolean) - 类 中的方法org.springframework.cache.interceptor.CacheEvictOperation.Builder
-
- setCategory(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
-
The category of this metric (ex. throughput, performance, utilization).
- setChronology(Chronology) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeContext
-
Set the user's chronology (calendar system).
- setChronology(Chronology) - 类 中的方法org.springframework.format.datetime.standard.DateTimeContext
-
Set the user's chronology (calendar system).
- setClassFilter(ClassFilter) - 类 中的方法org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
-
Set the ClassFilter to use for this pointcut.
- setClassLoader(ClassLoader) - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
- setClientSocketFactory(RMIClientSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Set a custom RMI client socket factory to use for the RMI registry.
- setClientSocketFactory(RMIClientSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
-
Set a custom RMI client socket factory to use for exporting the service.
- setCommonMessages(Properties) - 类 中的方法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) - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
- setCompilationCustomizers(CompilationCustomizer...) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptEvaluator
-
Set one or more customizers to be applied to this evaluator's compiler configuration.
- setCompilerConfiguration(CompilerConfiguration) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptEvaluator
-
Set a custom compiler configuration for this evaluator.
- setConcurrentExecutor(Executor) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
- setConcurrentRefresh(boolean) - 类 中的方法org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Specify whether to allow for concurrent refresh behavior, i.e. one thread
locked in a refresh attempt for a specific cached properties file whereas
other threads keep returning the old properties for the time being, until
the refresh attempt has completed.
- setCondition(String) - 类 中的方法org.springframework.cache.interceptor.CacheOperation.Builder
-
- setConfigLocation(String) - 类 中的方法org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Set the config locations for this application context in init-param style,
i.e. with distinct locations separated by commas, semicolons or whitespace.
- setConfigLocations(String...) - 类 中的方法org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Set the config locations for this application context.
- setConnectOnStartup(boolean) - 类 中的方法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) - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
Set whether to connect to the server on startup.
- setConstraintValidatorFactory(ConstraintValidatorFactory) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a custom ConstraintValidatorFactory to use for this ValidatorFactory.
- setContentType(String) - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
-
Specify the content type to use for sending remote invocation responses.
- setContexts(Map<String, HttpHandler>) - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
Register HttpHandlers
for specific context paths.
- setContinueScheduledExecutionAfterException(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Specify whether to continue the execution of a scheduled task
after it threw an exception.
- setConversionService(ConversionService) - 类 中的方法org.springframework.validation.DataBinder
-
Specify a Spring 3.0 ConversionService to use for converting
property values, as an alternative to JavaBeans PropertyEditors.
- setConverters(Set<?>) - 类 中的方法org.springframework.context.support.ConversionServiceFactoryBean
-
Configure the set of custom converter objects that should be added:
implementing Converter,
ConverterFactory,
or GenericConverter.
- setConverters(Set<?>) - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
-
Configure the set of custom converter objects that should be added.
- setCorePoolSize(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Set the ThreadPoolExecutor's core pool size.
- setCorePoolSize(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Set the ThreadPoolExecutor's core pool size.
- setCronTasks(Map<Runnable, String>) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a Map of Runnables (the tasks) and cron expressions.
- setCronTasksList(List<CronTask>) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a list of
CronTask objects.
- setCurrency(Currency) - 类 中的方法org.springframework.format.number.CurrencyStyleFormatter
-
Specify the currency, if known.
- setCurrencyTimeLimit(int) - 类 中的方法org.springframework.jmx.export.metadata.AbstractJmxAttribute
-
Set a currency time limit for this attribute.
- setDaemon(boolean) - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set whether any threads started for the JMXConnectorServer should be
started as daemon threads.
- setDateFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing date values.
- setDateFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing date values.
- setDateStyle(String) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
Set the default format style of Joda
LocalDate objects.
- setDateStyle(FormatStyle) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the style to use for date types.
- setDateStyle(FormatStyle) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the default format style of
LocalDate objects.
- setDateTimeContext(DateTimeContext) - 类 中的静态方法org.springframework.format.datetime.standard.DateTimeContextHolder
-
Associate the given DateTimeContext with the current thread.
- setDateTimeFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing date and time values.
- setDateTimeFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing date and time values.
- setDateTimeStyle(String) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
- setDateTimeStyle(FormatStyle) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the style to use for date and time types.
- setDateTimeStyle(FormatStyle) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
- setDefaultCurrencyTimeLimit(Integer) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set the default for the JMX field "currencyTimeLimit".
- setDefaultDomain(String) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set the default charset to use for parsing properties files.
- setDefaultEncoding(String) - 类 中的方法org.springframework.ui.context.support.ResourceBundleThemeSource
-
Set the default charset to use for parsing resource bundle files.
- setDefaultLocale(Locale) - 类 中的静态方法org.springframework.context.i18n.LocaleContextHolder
-
Set a shared default locale at the framework level,
as an alternative to the JVM-wide default locale.
- setDefaultObject(Object) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
-
Specify a default object to fall back to if the JNDI lookup fails.
- setDefaultProxyTargetClass(boolean) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Flag to signal that refreshable proxies should be created to proxy the target class not its interfaces.
- setDefaultRefreshCheckDelay(long) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Set the delay between refresh checks, in milliseconds.
- setDefaultTimeZone(TimeZone) - 类 中的静态方法org.springframework.context.i18n.LocaleContextHolder
-
Set a shared default time zone at the framework level,
as an alternative to the JVM-wide default time zone.
- setDefaultValue(Object) - 类 中的方法org.springframework.jmx.export.metadata.ManagedAttribute
-
Set the default value of this attribute.
- setDelay(long) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Set the delay before starting the task for the first time,
in milliseconds.
- setDescription(String) - 类 中的方法org.springframework.jmx.export.metadata.AbstractJmxAttribute
-
Set a description for this attribute.
- setDescription(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedNotification
-
Set a description for this notification.
- setDescription(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Set a description for this parameter.
- setDisallowedFields(String...) - 类 中的方法org.springframework.validation.DataBinder
-
Register fields that should not be allowed for binding.
- setDisplayName(String) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Set a friendly name for this context.
- setDisplayName(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
-
A display name for this metric.
- setEmbeddedValueResolver(StringValueResolver) - 接口 中的方法org.springframework.context.EmbeddedValueResolverAware
-
Set the StringValueResolver to use for resolving embedded definition values.
- setEmbeddedValueResolver(StringValueResolver) - 类 中的方法org.springframework.context.support.EmbeddedValueResolutionSupport
-
- setEmbeddedValueResolver(StringValueResolver) - 类 中的方法org.springframework.format.support.FormattingConversionService
-
- setEmbeddedValueResolver(StringValueResolver) - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- setEmbeddedValueResolver(StringValueResolver) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- setEncoding(String) - 类 中的方法org.springframework.scripting.support.ResourceScriptSource
-
Set the encoding used for reading the script resource.
- setEngineName(String) - 类 中的方法org.springframework.scripting.support.StandardScriptEvaluator
-
Set the name of the script engine for evaluating the scripts (e.g.
- setEnsureUniqueRuntimeObjectNames(boolean) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
- setEnvironment(Environment) - 类 中的方法org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Set the Environment to use when evaluating whether
@Conditional-annotated component classes should be registered.
- setEnvironment(ConfigurableEnvironment) - 类 中的方法org.springframework.context.annotation.AnnotationConfigApplicationContext
-
- setEnvironment(Environment) - 类 中的方法org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Set the Environment to use when resolving placeholders and evaluating
@Conditional-annotated component classes.
- setEnvironment(Environment) - 类 中的方法org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- setEnvironment(Environment) - 类 中的方法org.springframework.context.annotation.MBeanExportConfiguration
-
- setEnvironment(ConfigurableEnvironment) - 接口 中的方法org.springframework.context.ConfigurableApplicationContext
-
Set the Environment for this application context.
- setEnvironment(Environment) - 接口 中的方法org.springframework.context.EnvironmentAware
-
Set the Environment that this component runs in.
- setEnvironment(ConfigurableEnvironment) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Set the Environment for this application context.
- setEnvironment(ConfigurableEnvironment) - 类 中的方法org.springframework.context.support.GenericGroovyApplicationContext
-
Delegates the given environment to underlying GroovyBeanDefinitionReader.
- setEnvironment(ConfigurableEnvironment) - 类 中的方法org.springframework.context.support.GenericXmlApplicationContext
-
Delegates the given environment to underlying XmlBeanDefinitionReader.
- setEnvironment(Environment) - 类 中的方法org.springframework.context.support.PropertySourcesPlaceholderConfigurer
-
PropertySources from the given Environment
will be searched when replacing ${...} placeholders.
- setEnvironment(Map<String, ?>) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
-
Specify the environment for the JMX connector.
- setEnvironment(Map<String, ?>) - 类 中的方法org.springframework.jmx.access.NotificationListenerRegistrar
-
Specify the environment for the JMX connector.
- setEnvironment(Properties) - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set the environment properties used to construct the JMXConnectorServer
as java.util.Properties (String key/value pairs).
- setEnvironment(Properties) - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
Set the environment properties used to construct the JMXConnector
as java.util.Properties (String key/value pairs).
- setEnvironment(Properties) - 类 中的方法org.springframework.jndi.JndiTemplate
-
Set the environment for the JNDI InitialContext.
- setEnvironmentMap(Map<String, ?>) - 类 中的方法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, ?>) - 类 中的方法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) - 类 中的方法org.springframework.cache.interceptor.AbstractCacheInvoker
-
Set the
CacheErrorHandler instance to use to handle errors
thrown by the cache provider.
- setErrorHandler(ErrorHandler) - 类 中的方法org.springframework.context.event.SimpleApplicationEventMulticaster
-
Set the ErrorHandler to invoke in case an exception is thrown
from a listener.
- setErrorHandler(ErrorHandler) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
Provide an ErrorHandler strategy.
- setErrorHandler(ErrorHandler) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Set a custom ErrorHandler strategy.
- setException(Throwable) - 类 中的方法org.springframework.remoting.support.RemoteInvocationResult
-
Set the exception thrown by an unsuccessful invocation of the
target method, if any.
- setExceptionHandler(AsyncUncaughtExceptionHandler) - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
Set the AsyncUncaughtExceptionHandler to use to handle uncaught
exceptions thrown by asynchronous method executions.
- setExcludedBeans(String...) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Set the list of names for beans that should be excluded from autodetection.
- setExecutor(Executor) - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
Set the JDK concurrent executor to use for dispatching incoming requests.
- setExecutor(Executor) - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
Set the
Executor to use when invoking methods asynchronously.
- setExpectedType(Class<?>) - 类 中的方法org.springframework.jndi.JndiObjectLocator
-
Specify the type that the located JNDI object is supposed
to be assignable to, if any.
- setExposeAccessContext(boolean) - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Set whether to expose the JNDI environment context for all access to the target
EJB, i.e. for all method invocations on the exposed object reference.
- setExposeAccessContext(boolean) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
-
Set whether to expose the JNDI environment context for all access to the target
object, i.e. for all method invocations on the exposed object reference.
- setExposeAccessContext(boolean) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Set whether to expose the JNDI environment context for all access to the target
RMI stub, i.e. for all method invocations on the exposed object reference.
- setExposeClassDescriptor(boolean) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set whether to expose the JMX descriptor field "class" for managed operations.
- setExposeManagedResourceClassLoader(boolean) - 类 中的方法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) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Specify whether this FactoryBean should expose an unconfigurable
decorator for the created executor.
- setExposeUnconfigurableExecutor(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Specify whether this FactoryBean should expose an unconfigurable
decorator for the created executor.
- setExpressionParser(ExpressionParser) - 类 中的方法org.springframework.context.expression.StandardBeanExpressionResolver
-
Specify the EL parser to use for expression parsing.
- setExpressionPrefix(String) - 类 中的方法org.springframework.context.expression.StandardBeanExpressionResolver
-
Set the prefix that an expression string starts with.
- setExpressionSuffix(String) - 类 中的方法org.springframework.context.expression.StandardBeanExpressionResolver
-
Set the suffix that an expression string ends with.
- setFallbackToDefaultTypeMatch(boolean) - 类 中的方法org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Set whether to allow a fallback to a type match if no explicit name has been
specified.
- setFallbackToNoOpCache(boolean) - 类 中的方法org.springframework.cache.support.CompositeCacheManager
-
Indicate whether a
NoOpCacheManager should be added at the end of the delegate list.
- setFallbackToSystemLocale(boolean) - 类 中的方法org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set whether to fall back to the system Locale if no files for a specific
Locale have been found.
- setFallbackToSystemLocale(boolean) - 类 中的方法org.springframework.ui.context.support.ResourceBundleThemeSource
-
Set whether to fall back to the system Locale if no files for a
specific Locale have been found.
- setFileEncodings(Properties) - 类 中的方法org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Set per-file charsets to use for parsing properties files.
- setFilters(List<Filter>) - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
Register common
Filters to be
applied to all locally registered
contexts.
- setFixedDelayTasks(Map<Runnable, Long>) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a Map of Runnables (the tasks) and fixed-delay values.
- setFixedDelayTasksList(List<IntervalTask>) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify fixed-delay tasks as a list of
IntervalTask objects.
- setFixedRate(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Set whether to schedule as fixed-rate execution, rather than
fixed-delay execution.
- setFixedRate(boolean) - 类 中的方法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>) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a Map of Runnables (the tasks) and fixed-rate values.
- setFixedRateTasksList(List<IntervalTask>) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- setFormatName(String) - 类 中的方法org.springframework.format.number.money.MonetaryAmountFormatter
-
Specify the format name, to be resolved by the JSR-354 provider
at runtime.
- setFormatter(DateFormatter) - 类 中的方法org.springframework.format.datetime.DateFormatterRegistrar
-
Set a global date formatter to register.
- setFormatterRegistrars(Set<FormatterRegistrar>) - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- setFormatters(Set<?>) - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
-
Configure the set of custom formatter objects that should be added.
- setForwarder(MBeanServerForwarder) - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set an MBeanServerForwarder to be applied to the JMXConnectorServer.
- setFractionDigits(int) - 类 中的方法org.springframework.format.number.CurrencyStyleFormatter
-
Specify the desired number of fraction digits.
- setGlobalBindings(Map<String, Object>) - 类 中的方法org.springframework.scripting.support.StandardScriptEvaluator
-
Set the globally scoped bindings on the underlying script engine manager,
shared by all scripts, as an alternative to script argument bindings.
- setHandback(Object) - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
-
- setHost(String) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Set the host of the registry for the exported RMI service,
i.e.
- setHostname(String) - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
Specify the HTTP server's hostname to bind to.
- setId(String) - 接口 中的方法org.springframework.context.ConfigurableApplicationContext
-
Set the unique id of this application context.
- setId(String) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Set the unique id of this application context.
- setId(String) - 类 中的方法org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
- setIgnoredMethodMappings(Properties) - 类 中的方法org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
Set the mappings of bean keys to a comma-separated list of method names.
- setIgnoredMethods(String...) - 类 中的方法org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
Set the array of method names to be ignored when creating the management info.
- setIgnoreInvalidFields(boolean) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.springframework.cache.annotation.AbstractCachingConfiguration
-
- setImportMetadata(AnnotationMetadata) - 接口 中的方法org.springframework.context.annotation.ImportAware
-
Set the annotation metadata of the importing @Configuration class.
- setImportMetadata(AnnotationMetadata) - 类 中的方法org.springframework.context.annotation.LoadTimeWeavingConfiguration
-
- setImportMetadata(AnnotationMetadata) - 类 中的方法org.springframework.context.annotation.MBeanExportConfiguration
-
- setImportMetadata(AnnotationMetadata) - 类 中的方法org.springframework.scheduling.annotation.AbstractAsyncConfiguration
-
- setIncludeAnnotationConfig(boolean) - 类 中的方法org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Specify whether to register annotation config post-processors.
- setIndex(int) - 类 中的方法org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Set the index of this parameter in the operation signature.
- setInitialDelay(long) - 类 中的方法org.springframework.scheduling.support.PeriodicTrigger
-
Specify the delay for the initial execution.
- setInterceptors(Object[]) - 类 中的方法org.springframework.remoting.support.RemoteExporter
-
Set additional interceptors (or advisors) to be applied before the
remote endpoint, e.g. a PerformanceMonitorInterceptor.
- setInterfaceMappings(Properties) - 类 中的方法org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Set the mappings of bean keys to a comma-separated list of interface names.
- setIso(DateTimeFormat.ISO) - 类 中的方法org.springframework.format.datetime.DateFormatter
-
Set the ISO format used for this date.
- setIso(DateTimeFormat.ISO) - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactory
-
Set the ISO format used to format date values.
- setIso(DateTimeFormat.ISO) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the ISO format used to format date values.
- setJndiEnvironment(Properties) - 类 中的方法org.springframework.jndi.JndiAccessor
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - 类 中的方法org.springframework.remoting.rmi.JndiRmiServiceExporter
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
-
Set the JNDI environment to use for JNDI lookups.
- setJndiFactory(BeanFactory) - 类 中的方法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) - 类 中的方法org.springframework.jndi.JndiObjectLocator
-
Specify the JNDI name to look up.
- setJndiName(String) - 类 中的方法org.springframework.remoting.rmi.JndiRmiServiceExporter
-
Set the JNDI name of the exported RMI service.
- setJndiName(String) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.springframework.jndi.JndiAccessor
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) - 类 中的方法org.springframework.remoting.rmi.JndiRmiServiceExporter
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
-
Set the JNDI template to use for JNDI lookups.
- setJodaTimeContext(JodaTimeContext) - 类 中的静态方法org.springframework.format.datetime.joda.JodaTimeContextHolder
-
Associate the given JodaTimeContext with the current thread.
- setKeepAliveSeconds(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Set the ThreadPoolExecutor's keep-alive seconds.
- setKeepAliveSeconds(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Set the ThreadPoolExecutor's keep-alive seconds.
- setKeepAliveSeconds(int) - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- setKey(String) - 类 中的方法org.springframework.cache.interceptor.CacheOperation.Builder
-
- setKeyGenerator(KeyGenerator) - 类 中的方法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) - 类 中的方法org.springframework.cache.interceptor.CacheOperation.Builder
-
- setKeyGenerator(KeyGenerator) - 类 中的方法org.springframework.cache.interceptor.CacheProxyFactoryBean
-
Set the default
KeyGenerator that this cache aspect should delegate to
if no specific key generator has been set for the operation.
- setLanguage(String) - 类 中的方法org.springframework.scripting.support.StandardScriptEvaluator
-
Set the name of the language meant for evaluating the scripts (e.g.
- setLenient(boolean) - 类 中的方法org.springframework.format.datetime.DateFormatter
-
Specify whether or not parsing is to be lenient.
- setLenient(boolean) - 类 中的方法org.springframework.format.number.AbstractNumberFormatter
-
Specify whether or not parsing is to be lenient.
- setListeners(MBeanExporterListener...) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Set the MBeanExporterListeners that should be notified
of MBean registration and unregistration events.
- setLoadTimeWeaver(LoadTimeWeaver) - 类 中的方法org.springframework.context.weaving.AspectJWeavingEnabler
-
- setLoadTimeWeaver(LoadTimeWeaver) - 接口 中的方法org.springframework.context.weaving.LoadTimeWeaverAware
-
- setLoadTimeWeavingConfigurer(LoadTimeWeavingConfigurer) - 类 中的方法org.springframework.context.annotation.LoadTimeWeavingConfiguration
-
- setLocale(Locale) - 类 中的静态方法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) - 类 中的静态方法org.springframework.context.i18n.LocaleContextHolder
-
Associate the given Locale with the current thread,
preserving any TimeZone that may have been set already.
- setLocaleContext(LocaleContext) - 类 中的静态方法org.springframework.context.i18n.LocaleContextHolder
-
Associate the given LocaleContext with the current thread,
not exposing it as inheritable for child threads.
- setLocaleContext(LocaleContext, boolean) - 类 中的静态方法org.springframework.context.i18n.LocaleContextHolder
-
Associate the given LocaleContext with the current thread.
- setLocateExistingServerIfPossible(boolean) - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
-
Set whether or not the MBeanServerFactoryBean should attempt
to locate a running MBeanServer before creating one.
- setLog(boolean) - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
-
- setLogFile(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
-
- setLookupHomeOnStartup(boolean) - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Set whether to look up the EJB home object on startup.
- setLookupOnStartup(boolean) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
-
Set whether to look up the JNDI object on startup.
- setLookupOnStartup(boolean) - 类 中的方法org.springframework.jndi.JndiObjectTargetSource
-
Set whether to look up the JNDI object on startup.
- setLookupStubOnStartup(boolean) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Set whether to look up the RMI stub on startup.
- setLookupStubOnStartup(boolean) - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
-
Set whether to look up the RMI stub on startup.
- setManagedInterfaces(Class<?>...) - 类 中的方法org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Set the array of interfaces to use for creating the management info.
- setManagedMethods(String...) - 类 中的方法org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
Set the array of method names to use for creating the management info.
- setManagedResource(Object, String) - 类 中的方法org.springframework.jmx.export.SpringModelMBean
-
Sets managed resource to expose and stores its
ClassLoader.
- setManagementInterface(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) - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
-
- setMappedObjectNames(Object...) - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
-
- setMappingLocation(Resource) - 类 中的方法org.springframework.jmx.export.naming.KeyNamingStrategy
-
Set a location of a properties file to be loaded,
containing object name mappings.
- setMappingLocations(Resource...) - 类 中的方法org.springframework.jmx.export.naming.KeyNamingStrategy
-
Set location of properties files to be loaded,
containing object name mappings.
- setMappingLocations(Resource...) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify resource locations to load XML constraint mapping files from, if any.
- setMappings(Properties) - 类 中的方法org.springframework.jmx.export.naming.KeyNamingStrategy
-
Set local properties, containing object name mappings, e.g. via
the "props" tag in XML bean definitions.
- setMaxPoolSize(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Set the ThreadPoolExecutor's maximum pool size.
- setMaxPoolSize(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Set the ThreadPoolExecutor's maximum pool size.
- setMessageCodeFormatter(MessageCodeFormatter) - 类 中的方法org.springframework.validation.DefaultMessageCodesResolver
-
Specify the format for message codes built by this resolver.
- setMessageCodesResolver(MessageCodesResolver) - 类 中的方法org.springframework.validation.AbstractBindingResult
-
Set the strategy to use for resolving errors into message codes.
- setMessageCodesResolver(MessageCodesResolver) - 类 中的方法org.springframework.validation.DataBinder
-
Set the strategy to use for resolving errors into message codes.
- setMessageInterpolator(MessageInterpolator) - 类 中的方法org.springframework.validation.beanvalidation.CustomValidatorBean
-
Specify a custom MessageInterpolator to use for this Validator.
- setMessageInterpolator(MessageInterpolator) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a custom MessageInterpolator to use for this ValidatorFactory
and its exposed default Validator.
- setMessageSource(MessageSource) - 接口 中的方法org.springframework.context.MessageSourceAware
-
Set the MessageSource that this object runs in.
- setMetaClass(MetaClass) - 类 中的方法org.springframework.context.support.GenericGroovyApplicationContext
-
- setMetadataReaderFactory(MetadataReaderFactory) - 类 中的方法org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Set the MetadataReaderFactory to use.
- setMetadataReaderFactory(MetadataReaderFactory) - 类 中的方法org.springframework.context.annotation.ConfigurationClassPostProcessor
-
Set the MetadataReaderFactory to use.
- setMethodMappings(Properties) - 类 中的方法org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
Set the mappings of bean keys to a comma-separated list of method names.
- setMethodName(String) - 类 中的方法org.springframework.remoting.support.RemoteInvocation
-
Set the name of the target method.
- setMetricType(MetricType) - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
-
A description of how this metric's values change over time.
- setName(String) - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
Specify the name of the cache.
- setName(String) - 类 中的方法org.springframework.cache.interceptor.CacheOperation.Builder
-
- setName(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedNotification
-
Set the name of this notification.
- setName(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Set the name of this parameter in the operation signature.
- setNameMap(Map<String, Collection<CacheOperation>>) - 类 中的方法org.springframework.cache.interceptor.NameMatchCacheOperationSource
-
Set a name/attribute map, consisting of method names
(e.g.
- setNamingStrategy(ObjectNamingStrategy) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
Set the implementation of the ObjectNamingStrategy interface
to use for this exporter.
- setNestedPath(String) - 类 中的方法org.springframework.validation.AbstractErrors
-
- setNestedPath(String) - 异常错误 中的方法org.springframework.validation.BindException
-
- setNestedPath(String) - 接口 中的方法org.springframework.validation.Errors
-
Allow context to be changed so that standard validators can validate
subtrees.
- setNotificationFilter(NotificationFilter) - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
-
- setNotificationInfoMappings(Map<String, Object>) - 类 中的方法org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
-
- setNotificationInfos(ManagedNotification[]) - 类 中的方法org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
-
- setNotificationListener(NotificationListener) - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
-
- setNotificationListenerMappings(Map<?, ? extends NotificationListener>) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
- setNotificationListeners(NotificationListenerBean...) - 类 中的方法org.springframework.jmx.export.MBeanExporter
-
- setNotificationPublisher(NotificationPublisher) - 接口 中的方法org.springframework.jmx.export.notification.NotificationPublisherAware
-
- setNotificationType(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedNotification
-
Set a single notification type, or a list of notification types
as comma-delimited String.
- setNotificationTypes(String...) - 类 中的方法org.springframework.jmx.export.metadata.ManagedNotification
-
Set a list of notification types.
- setObjectName(Object) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
-
Set the ObjectName of the MBean which calls are routed to,
as ObjectName instance or as String.
- setObjectName(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
-
Set the JMX ObjectName of this managed resource.
- setObjectName(Object) - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set the ObjectName used to register the JMXConnectorServer
itself with the MBeanServer, as ObjectName instance
or as String.
- setOrder(int) - 类 中的方法org.springframework.context.event.DefaultEventListenerFactory
-
- setParallelism(int) - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Specify the parallelism level.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set the ParameterNameDiscoverer to use for resolving method parameter
names if needed (e.g. for parameter names of MBean operation methods).
- setParameterNameDiscoverer(ParameterNameDiscoverer) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Set the ParameterNameDiscoverer to use for resolving method and constructor
parameter names if needed for message interpolation.
- setParameterTypes(Class<?>[]) - 类 中的方法org.springframework.remoting.support.RemoteInvocation
-
Set the parameter types of the target method.
- setParent(ApplicationContext) - 接口 中的方法org.springframework.context.ConfigurableApplicationContext
-
Set the parent of this application context.
- setParent(ApplicationContext) - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
Set the parent of this application context.
- setParent(ApplicationContext) - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
Set the parent of this application context, also setting
the parent of the internal BeanFactory accordingly.
- setParentMessageSource(MessageSource) - 接口 中的方法org.springframework.context.HierarchicalMessageSource
-
Set the parent that will be used to try to resolve messages
that this object can't resolve.
- setParentMessageSource(MessageSource) - 类 中的方法org.springframework.context.support.AbstractMessageSource
-
- setParentMessageSource(MessageSource) - 类 中的方法org.springframework.context.support.DelegatingMessageSource
-
- setParentThemeSource(ThemeSource) - 接口 中的方法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) - 类 中的方法org.springframework.ui.context.support.DelegatingThemeSource
-
- setParentThemeSource(ThemeSource) - 类 中的方法org.springframework.ui.context.support.ResourceBundleThemeSource
-
- setPattern(String) - 类 中的方法org.springframework.format.datetime.DateFormatter
-
Set the pattern to use to format date values.
- setPattern(String) - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactory
-
Set the pattern to use to format date values.
- setPattern(String) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the pattern to use to format date values.
- setPattern(String) - 类 中的方法org.springframework.format.number.CurrencyStyleFormatter
-
Specify the pattern to use to format number values.
- setPattern(String) - 类 中的方法org.springframework.format.number.NumberStyleFormatter
-
Specify the pattern to use to format number values.
- setPeriod(long) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Set the period between repeated task executions, in milliseconds.
- setPersistLocation(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
-
- setPersistName(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
-
- setPersistPeriod(int) - 类 中的方法org.springframework.jmx.export.metadata.ManagedAttribute
-
- setPersistPeriod(int) - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
-
The persist period for this metric.
- setPersistPeriod(int) - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
-
- setPersistPolicy(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedAttribute
-
- setPersistPolicy(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
-
The persist policy for this metric.
- setPersistPolicy(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
-
- setPointcut(Pointcut) - 类 中的方法org.springframework.cache.interceptor.CacheProxyFactoryBean
-
Set a pointcut, i.e. a bean that triggers conditional invocation of the
CacheInterceptor depending on the method and attributes passed.
- setPoolSize(int) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Set the ScheduledExecutorService's pool size.
- setPoolSize(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Set the ScheduledExecutorService's pool size.
- setPoolSize(String) - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- setPort(int) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Set the port of the registry for the exported RMI service,
i.e.
- setPort(int) - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
Specify the HTTP server's port.
- setPrefix(String) - 类 中的方法org.springframework.validation.DefaultMessageCodesResolver
-
Specify a prefix to be applied to any code built by this resolver.
- setProblemReporter(ProblemReporter) - 类 中的方法org.springframework.context.annotation.ConfigurationClassPostProcessor
-
Set the ProblemReporter to use.
- setPropertiesPersister(PropertiesPersister) - 类 中的方法org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Set the PropertiesPersister to use for parsing properties files.
- setProperty(String, Object) - 类 中的方法org.springframework.context.support.GenericGroovyApplicationContext
-
- setPropertySources(PropertySources) - 类 中的方法org.springframework.context.support.PropertySourcesPlaceholderConfigurer
-
Customize the set of PropertySources to be used by this configurer.
- setProviderClass(Class) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify the desired provider class, if any.
- setProxyInterface(Class<?>) - 类 中的方法org.springframework.jmx.access.MBeanProxyFactoryBean
-
Set the interface that the generated proxy will implement.
- setProxyInterface(Class<?>) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
-
Specify the proxy interface to use for the JNDI object.
- setProxyInterfaces(Class<?>...) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
-
Specify multiple proxy interfaces to use for the JNDI object.
- setQueueCapacity(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
- setQueueCapacity(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
- setQueueCapacity(int) - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- setRefreshHomeOnConnectFailure(boolean) - 类 中的方法org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
-
Set whether to refresh the EJB home on connect failure.
- setRefreshOnConnectFailure(boolean) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
-
Set whether to refresh the MBeanServer connection on connect failure.
- setRefreshStubOnConnectFailure(boolean) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Set whether to refresh the RMI stub on connect failure.
- setRefreshStubOnConnectFailure(boolean) - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
-
Set whether to refresh the RMI stub on connect failure.
- setRefreshTimestamp(long) - 类 中的方法org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- setRegisterDefaultFormatters(boolean) - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
-
Indicate whether default formatters should be registered or not.
- setRegisterTraceInterceptor(boolean) - 类 中的方法org.springframework.remoting.support.RemoteExporter
-
Set whether to register a RemoteInvocationTraceInterceptor for exported
services.
- setRegisterWithFactory(boolean) - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
-
Set whether to register the MBeanServer with the
MBeanServerFactory, making it available through
MBeanServerFactory.findMBeanServer().
- setRegistrationPolicy(RegistrationPolicy) - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
-
The policy to use when attempting to register an MBean
under an
ObjectName that already exists.
- setRegistry(Registry) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
-
Specify the RMI registry to register the exported service with.
- setRegistryClientSocketFactory(RMIClientSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
-
Set a custom RMI client socket factory to use for accessing the RMI registry.
- setRegistryClientSocketFactory(RMIClientSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
-
Set a custom RMI client socket factory to use for the RMI registry.
- setRegistryHost(String) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
-
Set the host of the registry for the exported RMI service,
i.e.
- setRegistryPort(int) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
-
Set the port of the registry for the exported RMI service,
i.e.
- setRegistryServerSocketFactory(RMIServerSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
-
Set a custom RMI server socket factory to use for the RMI registry.
- setRejectedExecutionHandler(RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Set the RejectedExecutionHandler to use for the ExecutorService.
- setRejectedExecutionHandler(RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- setRemoteInvocationExecutor(RemoteInvocationExecutor) - 类 中的方法org.springframework.remoting.support.RemoteInvocationBasedExporter
-
Set the RemoteInvocationExecutor to use for this exporter.
- setRemoteInvocationFactory(RemoteInvocationFactory) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Set the RemoteInvocationFactory to use for this accessor.
- setRemoteInvocationFactory(RemoteInvocationFactory) - 类 中的方法org.springframework.remoting.support.RemoteInvocationBasedAccessor
-
Set the RemoteInvocationFactory to use for this accessor.
- setRemoveOnCancelPolicy(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- setRemoveOnCancelPolicy(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- setReplaceExistingBinding(boolean) - 类 中的方法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...) - 类 中的方法org.springframework.validation.DataBinder
-
Register fields that are required for each binding process.
- setResourceFactory(BeanFactory) - 类 中的方法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) - 类 中的方法org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Set the ResourceLoader to use for resource locations.
- setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- setResourceLoader(ResourceLoader) - 接口 中的方法org.springframework.context.ResourceLoaderAware
-
Set the ResourceLoader that this object runs in.
- setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.context.support.GenericApplicationContext
-
Set a ResourceLoader to use for this context.
- setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Set the ResourceLoader to use for loading bundle properties files.
- setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- setResourcePattern(String) - 类 中的方法org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Set the resource pattern to use when scanning the classpath.
- setResourceRef(boolean) - 类 中的方法org.springframework.jndi.JndiLocatorSupport
-
Set whether the lookup occurs in a Java EE container, i.e. if the prefix
"java:comp/env/" needs to be added if the JNDI name doesn't already
contain it.
- setResourceRef(boolean) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
-
Set whether the lookup occurs in a Java EE container, i.e. if the prefix
"java:comp/env/" needs to be added if the JNDI name doesn't already
contain it.
- setResourceRef(boolean) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
-
Set whether the lookup occurs in a Java EE container, i.e. if the prefix
"java:comp/env/" needs to be added if the JNDI name doesn't already
contain it.
- setResourceRef(boolean) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
-
Set whether the lookup occurs in a Java EE container, i.e. if the prefix
"java:comp/env/" needs to be added if the JNDI name doesn't already
contain it.
- setRoundingMode(RoundingMode) - 类 中的方法org.springframework.format.number.CurrencyStyleFormatter
-
Specify the rounding mode to use for decimal parsing.
- setRunnable(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Set the Runnable to schedule as executor task.
- setScheduledExecutor(ScheduledExecutorService) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
- setScheduledExecutorTasks(ScheduledExecutorTask...) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Register a list of ScheduledExecutorTask objects with the ScheduledExecutorService
that this FactoryBean creates.
- setScheduler(Object) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- setScheduler(Object) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- setScopeAnnotationType(Class<? extends Annotation>) - 类 中的方法org.springframework.context.annotation.AnnotationScopeMetadataResolver
-
Set the type of annotation that is checked for by this
AnnotationScopeMetadataResolver.
- setScopedProxyMode(ScopedProxyMode) - 类 中的方法org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Specify the proxy behavior for non-singleton scoped beans.
- setScopedProxyMode(ScopedProxyMode) - 类 中的方法org.springframework.context.annotation.ScopeMetadata
-
Set the proxy-mode to be applied to the scoped instance.
- setScopeMetadataResolver(ScopeMetadataResolver) - 类 中的方法org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Set the ScopeMetadataResolver to use for detected bean classes.
- setScopeMetadataResolver(ScopeMetadataResolver) - 类 中的方法org.springframework.context.annotation.AnnotationConfigApplicationContext
-
- setScopeMetadataResolver(ScopeMetadataResolver) - 类 中的方法org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Set the ScopeMetadataResolver to use for detected bean classes.
- setScopeName(String) - 类 中的方法org.springframework.context.annotation.ScopeMetadata
-
Set the name of the scope.
- setScript(String) - 类 中的方法org.springframework.scripting.support.StaticScriptSource
-
Set a fresh script String, overriding the previous script.
- setServer(MBeanServerConnection) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
-
Set the MBeanServerConnection used to connect to the
MBean which all invocations are routed to.
- setServer(MBeanServerConnection) - 类 中的方法org.springframework.jmx.access.NotificationListenerRegistrar
-
Set the MBeanServerConnection used to connect to the
MBean which all invocations are routed to.
- setServer(MBeanServer) - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
-
Specify the MBeanServer instance with which all beans should
be registered.
- setServerSocketFactory(RMIServerSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
Set a custom RMI server socket factory to use for the RMI registry.
- setServerSocketFactory(RMIServerSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
-
Set a custom RMI server socket factory to use for exporting the service.
- setService(Object) - 类 中的方法org.springframework.remoting.support.RemoteExporter
-
Set the service to export.
- setServiceInterface(Class<?>) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Set the interface of the service to access.
- setServiceInterface(Class<?>) - 类 中的方法org.springframework.remoting.support.RemoteAccessor
-
Set the interface of the service to access.
- setServiceInterface(Class<?>) - 类 中的方法org.springframework.remoting.support.RemoteExporter
-
Set the interface of the service to export.
- setServiceName(String) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
-
Set the name of the exported RMI service,
i.e.
- setServicePort(int) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
-
Set the port that the exported RMI service will use.
- setServiceUrl(String) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
-
Set the service URL of the remote MBeanServer.
- setServiceUrl(String) - 类 中的方法org.springframework.jmx.access.NotificationListenerRegistrar
-
Set the service URL of the remote MBeanServer.
- setServiceUrl(String) - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set the service URL for the JMXConnectorServer.
- setServiceUrl(String) - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
Set the service URL of the remote MBeanServer.
- setServiceUrl(String) - 类 中的方法org.springframework.remoting.support.UrlBasedRemoteAccessor
-
Set the URL of this remote accessor's target service.
- setShareableResources(String...) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.springframework.context.annotation.ConfigurationClassPostProcessor
-
Set the
SourceExtractor to use for generated bean definitions
that correspond to
Bean factory methods.
- setStore(ConcurrentMap<Object, Object>) - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
Specify the ConcurrentMap to use as an internal store
(possibly pre-populated).
- setStoreByValue(boolean) - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Specify whether this cache manager stores a copy of each entry (true
or the reference (false for all of its caches.
- setStyle(int) - 类 中的方法org.springframework.format.datetime.DateFormatter
-
Set the style to use to format date values.
- setStyle(String) - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactory
-
Set the two characters to use to format date values, in Joda-Time style.
- setStylePattern(String) - 类 中的方法org.springframework.format.datetime.DateFormatter
-
Set the two character to use to format date values.
- setStylePattern(String) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the two characters to use to format date values, in Joda-Time style.
- setSync(boolean) - 类 中的方法org.springframework.cache.interceptor.CacheableOperation.Builder
-
- setTaskDecorator(TaskDecorator) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
Specify a custom
TaskDecorator to be applied to any
Runnable
about to be executed.
- setTaskDecorator(TaskDecorator) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Specify a custom
TaskDecorator to be applied to any
Runnable
about to be executed.
- setTaskExecutor(Executor) - 类 中的方法org.springframework.context.event.SimpleApplicationEventMulticaster
-
Set a custom executor (typically a TaskExecutor)
to invoke each listener with.
- setTaskExecutor(Executor) - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
- setTaskScheduler(TaskScheduler) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- setThreaded(boolean) - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set whether the JMXConnectorServer should be started in a separate thread.
- setThreadFactory(ThreadFactory) - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Set the ThreadFactory to use for the ExecutorService's thread pool.
- setThreadFactory(ForkJoinPool.ForkJoinWorkerThreadFactory) - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Set the factory for creating new ForkJoinWorkerThreads.
- setThreadNamePrefix(String) - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
- setTimeFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing time values.
- setTimeFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing time values.
- setTimeoutPerShutdownPhase(long) - 类 中的方法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) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
Set the default format style of Joda
LocalTime objects.
- setTimeStyle(FormatStyle) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the style to use for time types.
- setTimeStyle(FormatStyle) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the default format style of
LocalTime objects.
- setTimeUnit(TimeUnit) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Specify the time unit for the delay and period values.
- setTimeZone(TimeZone) - 类 中的静态方法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) - 类 中的静态方法org.springframework.context.i18n.LocaleContextHolder
-
Associate the given TimeZone with the current thread,
preserving any Locale that may have been set already.
- setTimeZone(TimeZone) - 类 中的方法org.springframework.format.datetime.DateFormatter
-
Set the TimeZone to normalize the date values into, if any.
- setTimeZone(TimeZone) - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactory
-
Set the TimeZone to normalize the date values into, if any.
- setTimeZone(DateTimeZone) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeContext
-
Set the user's time zone.
- setTimeZone(ZoneId) - 类 中的方法org.springframework.format.datetime.standard.DateTimeContext
-
Set the user's time zone.
- setTimeZone(TimeZone) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the TimeZone to normalize the date values into, if any.
- setTraversableResolver(TraversableResolver) - 类 中的方法org.springframework.validation.beanvalidation.CustomValidatorBean
-
Specify a custom TraversableResolver to use for this Validator.
- setTraversableResolver(TraversableResolver) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a custom TraversableResolver to use for this ValidatorFactory
and its exposed default Validator.
- setTriggerTasks(Map<Runnable, Trigger>) - 类 中的方法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>) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a list of
TriggerTask objects.
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Set the handler for internal worker threads that terminate due to unrecoverable errors
encountered while executing tasks.
- setUnit(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
-
The expected unit of measurement values.
- setUnless(String) - 类 中的方法org.springframework.cache.interceptor.CacheableOperation.Builder
-
- setUnless(String) - 类 中的方法org.springframework.cache.interceptor.CachePutOperation.Builder
-
- setUseCodeAsDefaultMessage(boolean) - 类 中的方法org.springframework.context.support.AbstractMessageSource
-
Set whether to use the message code as default message instead of
throwing a NoSuchMessageException.
- setUseIsoFormat(boolean) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
Set whether standard ISO formatting should be applied to all date/time types.
- setUseIsoFormat(boolean) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set whether standard ISO formatting should be applied to all date/time types.
- setUseStrictCasing(boolean) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
-
Set whether to use strict casing for attributes.
- setUseStrictCasing(boolean) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set whether to use strict casing for attributes.
- setValidatedAnnotationType(Class<? extends Annotation>) - 类 中的方法org.springframework.validation.beanvalidation.MethodValidationPostProcessor
-
Set the 'validated' annotation type.
- setValidating(boolean) - 类 中的方法org.springframework.context.support.AbstractXmlApplicationContext
-
Set whether to use XML validation.
- setValidating(boolean) - 类 中的方法org.springframework.context.support.GenericXmlApplicationContext
-
Set whether to use XML validation.
- setValidationMessageSource(MessageSource) - 类 中的方法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) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify bean validation properties to be passed to the validation provider.
- setValidationPropertyMap(Map<String, String>) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify bean validation properties to be passed to the validation provider as a Map.
- setValidationProviderResolver(ValidationProviderResolver) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a JSR-303
ValidationProviderResolver for bootstrapping the
provider of choice, as an alternative to
META-INF driven resolution.
- setValidator(Validator) - 类 中的方法org.springframework.validation.beanvalidation.BeanValidationPostProcessor
-
Set the JSR-303 Validator to delegate to for validating beans.
- setValidator(Validator) - 类 中的方法org.springframework.validation.beanvalidation.MethodValidationPostProcessor
-
Set the JSR-303 Validator to delegate to for validating methods.
- setValidator(Validator) - 类 中的方法org.springframework.validation.DataBinder
-
Set the Validator to apply after each binding step.
- setValidatorFactory(ValidatorFactory) - 类 中的方法org.springframework.validation.beanvalidation.BeanValidationPostProcessor
-
Set the JSR-303 ValidatorFactory to delegate to for validating beans,
using its default Validator.
- setValidatorFactory(ValidatorFactory) - 类 中的方法org.springframework.validation.beanvalidation.CustomValidatorBean
-
Set the ValidatorFactory to obtain the target Validator from.
- setValidatorFactory(ValidatorFactory) - 类 中的方法org.springframework.validation.beanvalidation.MethodValidationPostProcessor
-
Set the JSR-303 ValidatorFactory to delegate to for validating methods,
using its default Validator.
- setValue(Object) - 类 中的方法org.springframework.remoting.support.RemoteInvocationResult
-
Set the result value returned by a successful invocation of the
target method, if any.
- setWaitForTasksToCompleteOnShutdown(boolean) - 类 中的方法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 - org.springframework.instrument.classloading中的类
-
ClassLoader decorator that shadows an enclosing ClassLoader,
applying registered transformers to all affected classes.
- ShadowingClassLoader(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.ShadowingClassLoader
-
- ShadowingClassLoader(ClassLoader, boolean) - 类 的构造器org.springframework.instrument.classloading.ShadowingClassLoader
-
Create a new ShadowingClassLoader, decorating the given ClassLoader.
- shouldGenerateId() - 类 中的方法org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
-
- shutdown() - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Perform a shutdown on the underlying ExecutorService.
- SimpleApplicationEventMulticaster - org.springframework.context.event中的类
-
- SimpleApplicationEventMulticaster() - 类 的构造器org.springframework.context.event.SimpleApplicationEventMulticaster
-
Create a new SimpleApplicationEventMulticaster.
- SimpleApplicationEventMulticaster(BeanFactory) - 类 的构造器org.springframework.context.event.SimpleApplicationEventMulticaster
-
Create a new SimpleApplicationEventMulticaster for the given BeanFactory.
- SimpleCacheErrorHandler - org.springframework.cache.interceptor中的类
-
A simple
CacheErrorHandler that does not handle the
exception at all, simply throwing it back at the client.
- SimpleCacheErrorHandler() - 类 的构造器org.springframework.cache.interceptor.SimpleCacheErrorHandler
-
- SimpleCacheManager - org.springframework.cache.support中的类
-
Simple cache manager working against a given collection of caches.
- SimpleCacheManager() - 类 的构造器org.springframework.cache.support.SimpleCacheManager
-
- SimpleCacheResolver - org.springframework.cache.interceptor中的类
-
- SimpleCacheResolver() - 类 的构造器org.springframework.cache.interceptor.SimpleCacheResolver
-
- SimpleCacheResolver(CacheManager) - 类 的构造器org.springframework.cache.interceptor.SimpleCacheResolver
-
- SimpleHttpServerFactoryBean - 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() - 类 的构造器org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
- SimpleInstrumentableClassLoader - org.springframework.instrument.classloading中的类
-
Simplistic implementation of an instrumentable ClassLoader.
- SimpleInstrumentableClassLoader(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
-
Create a new SimpleInstrumentableClassLoader for the given ClassLoader.
- SimpleJndiBeanFactory - org.springframework.jndi.support中的类
-
Simple JNDI-based implementation of Spring's
BeanFactory interface.
- SimpleJndiBeanFactory() - 类 的构造器org.springframework.jndi.support.SimpleJndiBeanFactory
-
- SimpleKey - org.springframework.cache.interceptor中的类
-
- SimpleKey(Object...) - 类 的构造器org.springframework.cache.interceptor.SimpleKey
-
- SimpleKeyGenerator - org.springframework.cache.interceptor中的类
-
Simple key generator.
- SimpleKeyGenerator() - 类 的构造器org.springframework.cache.interceptor.SimpleKeyGenerator
-
- SimpleLoadTimeWeaver - org.springframework.instrument.classloading中的类
-
- SimpleLoadTimeWeaver() - 类 的构造器org.springframework.instrument.classloading.SimpleLoadTimeWeaver
-
Create a new SimpleLoadTimeWeaver for the current context
ClassLoader.
- SimpleLoadTimeWeaver(SimpleInstrumentableClassLoader) - 类 的构造器org.springframework.instrument.classloading.SimpleLoadTimeWeaver
-
Create a new SimpleLoadTimeWeaver for the given
ClassLoader.
- SimpleLocaleContext - org.springframework.context.i18n中的类
-
Simple implementation of the
LocaleContext interface,
always returning a specified
Locale.
- SimpleLocaleContext(Locale) - 类 的构造器org.springframework.context.i18n.SimpleLocaleContext
-
Create a new SimpleLocaleContext that exposes the specified Locale.
- SimpleReflectiveMBeanInfoAssembler - 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() - 类 的构造器org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
- SimpleRemoteSlsbInvokerInterceptor - org.springframework.ejb.access中的类
-
Basic invoker for a remote Stateless Session Bean.
- SimpleRemoteSlsbInvokerInterceptor() - 类 的构造器org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
-
- SimpleRemoteStatelessSessionProxyFactoryBean - org.springframework.ejb.access中的类
-
Convenient FactoryBean for remote SLSB proxies.
- SimpleRemoteStatelessSessionProxyFactoryBean() - 类 的构造器org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- SimpleTheme - org.springframework.ui.context.support中的类
-
- SimpleTheme(String, MessageSource) - 类 的构造器org.springframework.ui.context.support.SimpleTheme
-
Create a SimpleTheme.
- SimpleThreadScope - org.springframework.context.support中的类
-
A simple thread-backed Scope implementation.
- SimpleThreadScope() - 类 的构造器org.springframework.context.support.SimpleThreadScope
-
- SimpleThrowawayClassLoader - org.springframework.instrument.classloading中的类
-
ClassLoader that can be used to load classes without bringing them
into the parent loader.
- SimpleThrowawayClassLoader(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.SimpleThrowawayClassLoader
-
Create a new SimpleThrowawayClassLoader for the given ClassLoader.
- SimpleTimeZoneAwareLocaleContext - org.springframework.context.i18n中的类
-
- SimpleTimeZoneAwareLocaleContext(Locale, TimeZone) - 类 的构造器org.springframework.context.i18n.SimpleTimeZoneAwareLocaleContext
-
Create a new SimpleTimeZoneAwareLocaleContext that exposes the specified
Locale and TimeZone.
- SimpleTriggerContext - org.springframework.scheduling.support中的类
-
- SimpleTriggerContext() - 类 的构造器org.springframework.scheduling.support.SimpleTriggerContext
-
Create a SimpleTriggerContext with all time values set to null.
- SimpleTriggerContext(Date, Date, Date) - 类 的构造器org.springframework.scheduling.support.SimpleTriggerContext
-
Create a SimpleTriggerContext with the given time values.
- SimpleValueWrapper - org.springframework.cache.support中的类
-
- SimpleValueWrapper(Object) - 类 的构造器org.springframework.cache.support.SimpleValueWrapper
-
Create a new SimpleValueWrapper instance for exposing the given value.
- SmartApplicationListener - org.springframework.context.event中的接口
-
Extended variant of the standard
ApplicationListener interface,
exposing further metadata such as the supported event and source type.
- SmartLifecycle - 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 - org.springframework.validation中的接口
-
Extended variant of the
Validator interface, adding support for
validation 'hints'.
- SoapFaultException - org.springframework.remoting.soap中的异常错误
-
RemoteInvocationFailureException subclass that provides the details
of a SOAP fault.
- SoapFaultException(String, Throwable) - 异常错误 的构造器org.springframework.remoting.soap.SoapFaultException
-
Constructor for SoapFaultException.
- SourceFilteringListener - org.springframework.context.event中的类
-
- SourceFilteringListener(Object, ApplicationListener<?>) - 类 的构造器org.springframework.context.event.SourceFilteringListener
-
Create a SourceFilteringListener for the given event source.
- SourceFilteringListener(Object) - 类 的构造器org.springframework.context.event.SourceFilteringListener
-
- SpringCacheAnnotationParser - org.springframework.cache.annotation中的类
-
- SpringCacheAnnotationParser() - 类 的构造器org.springframework.cache.annotation.SpringCacheAnnotationParser
-
- SpringConstraintValidatorFactory - org.springframework.validation.beanvalidation中的类
-
- SpringConstraintValidatorFactory(AutowireCapableBeanFactory) - 类 的构造器org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
-
Create a new SpringConstraintValidatorFactory for the given BeanFactory.
- SpringModelMBean - org.springframework.jmx.export中的类
-
- SpringModelMBean() - 类 的构造器org.springframework.jmx.export.SpringModelMBean
-
Construct a new SpringModelMBean instance with an empty
ModelMBeanInfo.
- SpringModelMBean(ModelMBeanInfo) - 类 的构造器org.springframework.jmx.export.SpringModelMBean
-
Construct a new SpringModelMBean instance with the given
ModelMBeanInfo.
- SpringValidatorAdapter - 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) - 类 的构造器org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
Create a new SpringValidatorAdapter for the given JSR-303 Validator.
- StandardBeanExpressionResolver - org.springframework.context.expression中的类
-
Standard implementation of the
BeanExpressionResolver
interface, parsing and evaluating Spring EL using Spring's expression module.
- StandardBeanExpressionResolver() - 类 的构造器org.springframework.context.expression.StandardBeanExpressionResolver
-
Create a new StandardBeanExpressionResolver with default settings.
- StandardBeanExpressionResolver(ClassLoader) - 类 的构造器org.springframework.context.expression.StandardBeanExpressionResolver
-
Create a new StandardBeanExpressionResolver with the given bean class loader,
using it as the basis for expression compilation.
- StandardScriptEvalException - org.springframework.scripting.support中的异常错误
-
- StandardScriptEvalException(ScriptException) - 异常错误 的构造器org.springframework.scripting.support.StandardScriptEvalException
-
Construct a new script eval exception with the specified original exception.
- StandardScriptEvaluator - org.springframework.scripting.support中的类
-
javax.script (JSR-223) based implementation of Spring's
ScriptEvaluator
strategy interface.
- StandardScriptEvaluator() - 类 的构造器org.springframework.scripting.support.StandardScriptEvaluator
-
Construct a new StandardScriptEvaluator.
- StandardScriptEvaluator(ClassLoader) - 类 的构造器org.springframework.scripting.support.StandardScriptEvaluator
-
Construct a new StandardScriptEvaluator for the given class loader.
- StandardScriptEvaluator(ScriptEngineManager) - 类 的构造器org.springframework.scripting.support.StandardScriptEvaluator
-
Construct a new
StandardScriptEvaluator for the given JSR-223
ScriptEngineManager to obtain script engines from.
- StandardScriptFactory - org.springframework.scripting.support中的类
-
ScriptFactory implementation based
on the JSR-223 script engine abstraction (as included in Java 6+).
- StandardScriptFactory(String) - 类 的构造器org.springframework.scripting.support.StandardScriptFactory
-
Create a new StandardScriptFactory for the given script source.
- StandardScriptFactory(String, Class<?>...) - 类 的构造器org.springframework.scripting.support.StandardScriptFactory
-
Create a new StandardScriptFactory for the given script source.
- StandardScriptFactory(String, String) - 类 的构造器org.springframework.scripting.support.StandardScriptFactory
-
Create a new StandardScriptFactory for the given script source.
- StandardScriptFactory(String, String, Class<?>...) - 类 的构造器org.springframework.scripting.support.StandardScriptFactory
-
Create a new StandardScriptFactory for the given script source.
- StandardScriptUtils - org.springframework.scripting.support中的类
-
- StandardScriptUtils() - 类 的构造器org.springframework.scripting.support.StandardScriptUtils
-
- start() - 接口 中的方法org.springframework.context.Lifecycle
-
Start this component.
- start() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- start() - 类 中的方法org.springframework.context.support.DefaultLifecycleProcessor
-
Start all registered beans that implement
Lifecycle and are
not
already running.
- StaticApplicationContext - org.springframework.context.support中的类
-
ApplicationContext implementation
which supports programmatic registration of beans and messages,
rather than reading bean definitions from external configuration sources.
- StaticApplicationContext() - 类 的构造器org.springframework.context.support.StaticApplicationContext
-
Create a new StaticApplicationContext.
- StaticApplicationContext(ApplicationContext) - 类 的构造器org.springframework.context.support.StaticApplicationContext
-
Create a new StaticApplicationContext with the given parent.
- StaticMessageSource - org.springframework.context.support中的类
-
Simple implementation of
MessageSource
which allows messages to be registered programmatically.
- StaticMessageSource() - 类 的构造器org.springframework.context.support.StaticMessageSource
-
- StaticScriptSource - org.springframework.scripting.support中的类
-
Static implementation of the
ScriptSource interface,
encapsulating a given String that contains the script source text.
- StaticScriptSource(String) - 类 的构造器org.springframework.scripting.support.StaticScriptSource
-
Create a new StaticScriptSource for the given script.
- StaticScriptSource(String, String) - 类 的构造器org.springframework.scripting.support.StaticScriptSource
-
Create a new StaticScriptSource for the given script.
- stop() - 接口 中的方法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) - 接口 中的方法org.springframework.context.SmartLifecycle
-
Indicates that a Lifecycle component must stop if it is currently running.
- stop() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
-
- stop() - 类 中的方法org.springframework.context.support.DefaultLifecycleProcessor
-
Stop all registered beans that implement
Lifecycle and
are
currently running.
- submit(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
- submit(Callable<T>) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
- submit(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
- submit(Callable<T>) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
- submit(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- submit(Callable<T>) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- submitListenable(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
- submitListenable(Callable<T>) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
- submitListenable(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
- submitListenable(Callable<T>) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
- submitListenable(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- submitListenable(Callable<T>) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- suggestedClassName() - 接口 中的方法org.springframework.scripting.ScriptSource
-
Determine a class name for the underlying script.
- suggestedClassName() - 类 中的方法org.springframework.scripting.support.ResourceScriptSource
-
- suggestedClassName() - 类 中的方法org.springframework.scripting.support.StaticScriptSource
-
- supports(Class<?>) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
- supports(Class<?>) - 接口 中的方法org.springframework.validation.Validator
-
- supportsEvent(Class<?>, ResolvableType) - 类 中的方法org.springframework.context.event.AbstractApplicationEventMulticaster
-
Filter a listener early through checking its generically declared event
type before trying to instantiate it.
- supportsEvent(ApplicationListener<?>, ResolvableType, Class<?>) - 类 中的方法org.springframework.context.event.AbstractApplicationEventMulticaster
-
Determine whether the given listener supports the given event.
- supportsEventType(ResolvableType) - 类 中的方法org.springframework.context.event.ApplicationListenerMethodAdapter
-
- supportsEventType(ResolvableType) - 接口 中的方法org.springframework.context.event.GenericApplicationListener
-
Determine whether this listener actually supports the given event type.
- supportsEventType(ResolvableType) - 类 中的方法org.springframework.context.event.GenericApplicationListenerAdapter
-
- supportsEventType(Class<? extends ApplicationEvent>) - 类 中的方法org.springframework.context.event.GenericApplicationListenerAdapter
-
- supportsEventType(Class<? extends ApplicationEvent>) - 接口 中的方法org.springframework.context.event.SmartApplicationListener
-
Determine whether this listener actually supports the given event type.
- supportsEventType(ResolvableType) - 类 中的方法org.springframework.context.event.SourceFilteringListener
-
- supportsEventType(Class<? extends ApplicationEvent>) - 类 中的方法org.springframework.context.event.SourceFilteringListener
-
- supportsMethod(Method) - 类 中的方法org.springframework.context.event.DefaultEventListenerFactory
-
- supportsMethod(Method) - 接口 中的方法org.springframework.context.event.EventListenerFactory
-
Specify if this factory supports the specified
Method.
- supportsSourceType(Class<?>) - 类 中的方法org.springframework.context.event.ApplicationListenerMethodAdapter
-
- supportsSourceType(Class<?>) - 接口 中的方法org.springframework.context.event.GenericApplicationListener
-
Determine whether this listener actually supports the given source type.
- supportsSourceType(Class<?>) - 类 中的方法org.springframework.context.event.GenericApplicationListenerAdapter
-
- supportsSourceType(Class<?>) - 接口 中的方法org.springframework.context.event.SmartApplicationListener
-
Determine whether this listener actually supports the given source type.
- supportsSourceType(Class<?>) - 类 中的方法org.springframework.context.event.SourceFilteringListener
-
- suppress(String) - 类 中的方法org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
Ensure that a resource with the given path is not found.
- SYSTEM_ENVIRONMENT_BEAN_NAME - 接口 中的静态变量org.springframework.context.ConfigurableApplicationContext
-
Name of the System environment bean in the factory.
- SYSTEM_PROPERTIES_BEAN_NAME - 接口 中的静态变量org.springframework.context.ConfigurableApplicationContext
-
Name of the System properties bean in the factory.