程序包的使用
org.springframework.beans.factory.support
使用org.springframework.beans.factory.support的程序包 程序包 说明 org.springframework.aop.config Support package for declarative AOP configuration, with XML schema being the primary configuration format.org.springframework.aop.framework.autoproxy.target org.springframework.aop.scope Support for AOP-based scoping of target objects, with configurable backend.org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration.org.springframework.beans.factory.groovy Support package for Groovy-based bean definitions.org.springframework.beans.factory.support Classes supporting theorg.springframework.beans.factorypackage.org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactoryimplementation, including a standard "spring-beans" XSD.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.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.org.springframework.jca.context Integration package that allows for deploying a Spring application context as a JCA 1.7 compliant RAR file.org.springframework.jdbc.core.support Classes supporting theorg.springframework.jdbc.corepackage.org.springframework.jms.annotation Annotations and support classes for declarative JMS listener endpoints.org.springframework.orm.jpa.support Classes supporting theorg.springframework.orm.jpapackage.org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.org.springframework.scheduling.config Support package for declarative scheduling configuration, with XML schema being the primary configuration format.org.springframework.scripting.config Support package for Spring's dynamic language machinery, with XML schema being the primary configuration format.org.springframework.test.context.support Support classes for the Spring TestContext Framework.org.springframework.test.context.web Web support classes for the Spring TestContext Framework.org.springframework.transaction.config Support package for declarative transaction configuration, with XML schema being the primary configuration format.org.springframework.web.context.support Classes supporting theorg.springframework.web.contextpackage, such as WebApplicationContext implementations and various utility classes.org.springframework.web.servlet.config Defines the XML configuration namespace for Spring MVC.org.springframework.aop.config使用的org.springframework.beans.factory.support中的类 类 说明 BeanDefinitionRegistry Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.org.springframework.aop.framework.autoproxy.target使用的org.springframework.beans.factory.support中的类 类 说明 DefaultListableBeanFactory Spring's default implementation of theConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.org.springframework.aop.scope使用的org.springframework.beans.factory.support中的类 类 说明 BeanDefinitionRegistry Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.org.springframework.beans.factory.annotation使用的org.springframework.beans.factory.support中的类 类 说明 AbstractBeanDefinition Base class for concrete, full-fledgedBeanDefinitionclasses, factoring out common properties ofGenericBeanDefinition,RootBeanDefinition, andChildBeanDefinition.AutowireCandidateResolver Strategy interface for determining whether a specific bean definition qualifies as an autowire candidate for a specific dependency.GenericBeanDefinition GenericBeanDefinition is a one-stop shop for standard bean definition purposes.GenericTypeAwareAutowireCandidateResolver BasicAutowireCandidateResolverthat performs a full generic type match with the candidate's type if the dependency is declared as a generic type (e.g.MergedBeanDefinitionPostProcessor Post-processor callback interface for merged bean definitions at runtime.RootBeanDefinition A root bean definition represents the merged bean definition that backs a specific bean in a Spring BeanFactory at runtime.SimpleAutowireCandidateResolver AutowireCandidateResolverimplementation to use when no annotation support is available.org.springframework.beans.factory.groovy使用的org.springframework.beans.factory.support中的类 类 说明 AbstractBeanDefinition Base class for concrete, full-fledgedBeanDefinitionclasses, factoring out common properties ofGenericBeanDefinition,RootBeanDefinition, andChildBeanDefinition.AbstractBeanDefinitionReader Abstract base class for bean definition readers which implement theBeanDefinitionReaderinterface.BeanDefinitionReader Simple interface for bean definition readers.BeanDefinitionRegistry Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.GenericBeanDefinition GenericBeanDefinition is a one-stop shop for standard bean definition purposes.org.springframework.beans.factory.support使用的org.springframework.beans.factory.support中的类 类 说明 AbstractAutowireCapableBeanFactory Abstract bean factory superclass that implements default bean creation, with the full capabilities specified by theRootBeanDefinitionclass.AbstractBeanDefinition Base class for concrete, full-fledgedBeanDefinitionclasses, factoring out common properties ofGenericBeanDefinition,RootBeanDefinition, andChildBeanDefinition.AbstractBeanDefinitionReader Abstract base class for bean definition readers which implement theBeanDefinitionReaderinterface.AbstractBeanFactory Abstract base class forBeanFactoryimplementations, providing the full capabilities of theConfigurableBeanFactorySPI.AutowireCandidateQualifier Qualifier for resolving autowire candidates.AutowireCandidateResolver Strategy interface for determining whether a specific bean definition qualifies as an autowire candidate for a specific dependency.BeanDefinitionBuilder Programmatic means of constructingBeanDefinitionsusing the builder pattern.BeanDefinitionDefaults A simple holder forBeanDefinitionproperty defaults.BeanDefinitionReader Simple interface for bean definition readers.BeanDefinitionRegistry Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.BeanDefinitionValidationException Exception thrown when the validation of a bean definition failed.BeanNameGenerator Strategy interface for generating bean names for bean definitions.ChildBeanDefinition Bean definition for beans which inherit settings from their parent.DefaultBeanNameGenerator Default implementation of theBeanNameGeneratorinterface, delegating toBeanDefinitionReaderUtils.generateBeanName(BeanDefinition, BeanDefinitionRegistry).DefaultSingletonBeanRegistry Generic registry for shared bean instances, implementing theSingletonBeanRegistry.FactoryBeanRegistrySupport Support base class for singleton registries which need to handleFactoryBeaninstances, integrated withDefaultSingletonBeanRegistry's singleton management.InstantiationStrategy Interface responsible for creating instances corresponding to a root bean definition.ManagedList Tag collection class used to hold managed List elements, which may include runtime bean references (to be resolved into bean objects).MethodOverride Object representing the override of a method on a managed object by the IoC container.MethodOverrides Set of method overrides, determining which, if any, methods on a managed object the Spring IoC container will override at runtime.RootBeanDefinition A root bean definition represents the merged bean definition that backs a specific bean in a Spring BeanFactory at runtime.SecurityContextProvider Provider of the security context of the code running inside the bean factory.SimpleAutowireCandidateResolver AutowireCandidateResolverimplementation to use when no annotation support is available.SimpleInstantiationStrategy Simple object instantiation strategy for use in a BeanFactory.org.springframework.beans.factory.xml使用的org.springframework.beans.factory.support中的类 类 说明 AbstractAutowireCapableBeanFactory Abstract bean factory superclass that implements default bean creation, with the full capabilities specified by theRootBeanDefinitionclass.AbstractBeanDefinition Base class for concrete, full-fledgedBeanDefinitionclasses, factoring out common properties ofGenericBeanDefinition,RootBeanDefinition, andChildBeanDefinition.AbstractBeanDefinitionReader Abstract base class for bean definition readers which implement theBeanDefinitionReaderinterface.AbstractBeanFactory Abstract base class forBeanFactoryimplementations, providing the full capabilities of theConfigurableBeanFactorySPI.BeanDefinitionBuilder Programmatic means of constructingBeanDefinitionsusing the builder pattern.BeanDefinitionDefaults A simple holder forBeanDefinitionproperty defaults.BeanDefinitionReader Simple interface for bean definition readers.BeanDefinitionRegistry Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.DefaultListableBeanFactory Spring's default implementation of theConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.DefaultSingletonBeanRegistry Generic registry for shared bean instances, implementing theSingletonBeanRegistry.FactoryBeanRegistrySupport Support base class for singleton registries which need to handleFactoryBeaninstances, integrated withDefaultSingletonBeanRegistry's singleton management.MethodOverrides Set of method overrides, determining which, if any, methods on a managed object the Spring IoC container will override at runtime.org.springframework.context.annotation使用的org.springframework.beans.factory.support中的类 类 说明 AbstractBeanDefinition Base class for concrete, full-fledgedBeanDefinitionclasses, factoring out common properties ofGenericBeanDefinition,RootBeanDefinition, andChildBeanDefinition.AutowireCandidateResolver Strategy interface for determining whether a specific bean definition qualifies as an autowire candidate for a specific dependency.BeanDefinitionDefaults A simple holder forBeanDefinitionproperty defaults.BeanDefinitionReader Simple interface for bean definition readers.BeanDefinitionRegistry Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.BeanDefinitionRegistryPostProcessor Extension to the standardBeanFactoryPostProcessorSPI, allowing for the registration of further bean definitions before regular BeanFactoryPostProcessor detection kicks in.BeanNameGenerator Strategy interface for generating bean names for bean definitions.DefaultListableBeanFactory Spring's default implementation of theConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.GenericBeanDefinition GenericBeanDefinition is a one-stop shop for standard bean definition purposes.GenericTypeAwareAutowireCandidateResolver BasicAutowireCandidateResolverthat performs a full generic type match with the candidate's type if the dependency is declared as a generic type (e.g.MergedBeanDefinitionPostProcessor Post-processor callback interface for merged bean definitions at runtime.RootBeanDefinition A root bean definition represents the merged bean definition that backs a specific bean in a Spring BeanFactory at runtime.SimpleAutowireCandidateResolver AutowireCandidateResolverimplementation to use when no annotation support is available.org.springframework.context.support使用的org.springframework.beans.factory.support中的类 类 说明 BeanDefinitionRegistry Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.DefaultListableBeanFactory Spring's default implementation of theConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.org.springframework.jca.context使用的org.springframework.beans.factory.support中的类 类 说明 BeanDefinitionRegistry Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.org.springframework.jdbc.core.support使用的org.springframework.beans.factory.support中的类 类 说明 BeanDefinitionRegistry Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.PropertiesBeanDefinitionReader Bean definition reader for a simple properties format.org.springframework.jms.annotation使用的org.springframework.beans.factory.support中的类 类 说明 MergedBeanDefinitionPostProcessor Post-processor callback interface for merged bean definitions at runtime.RootBeanDefinition A root bean definition represents the merged bean definition that backs a specific bean in a Spring BeanFactory at runtime.org.springframework.orm.jpa.support使用的org.springframework.beans.factory.support中的类 类 说明 MergedBeanDefinitionPostProcessor Post-processor callback interface for merged bean definitions at runtime.RootBeanDefinition A root bean definition represents the merged bean definition that backs a specific bean in a Spring BeanFactory at runtime.org.springframework.scheduling.annotation使用的org.springframework.beans.factory.support中的类 类 说明 MergedBeanDefinitionPostProcessor Post-processor callback interface for merged bean definitions at runtime.RootBeanDefinition A root bean definition represents the merged bean definition that backs a specific bean in a Spring BeanFactory at runtime.org.springframework.scheduling.config使用的org.springframework.beans.factory.support中的类 类 说明 BeanDefinitionBuilder Programmatic means of constructingBeanDefinitionsusing the builder pattern.org.springframework.scripting.config使用的org.springframework.beans.factory.support中的类 类 说明 BeanDefinitionRegistry Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.org.springframework.test.context.support使用的org.springframework.beans.factory.support中的类 类 说明 BeanDefinitionReader Simple interface for bean definition readers.DefaultListableBeanFactory Spring's default implementation of theConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.org.springframework.test.context.web使用的org.springframework.beans.factory.support中的类 类 说明 DefaultListableBeanFactory Spring's default implementation of theConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.org.springframework.transaction.config使用的org.springframework.beans.factory.support中的类 类 说明 AbstractBeanDefinition Base class for concrete, full-fledgedBeanDefinitionclasses, factoring out common properties ofGenericBeanDefinition,RootBeanDefinition, andChildBeanDefinition.org.springframework.web.context.support使用的org.springframework.beans.factory.support中的类 类 说明 BeanDefinitionRegistry Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.BeanNameGenerator Strategy interface for generating bean names for bean definitions.DefaultListableBeanFactory Spring's default implementation of theConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.org.springframework.web.servlet.config使用的org.springframework.beans.factory.support中的类 类 说明 AbstractBeanDefinition Base class for concrete, full-fledgedBeanDefinitionclasses, factoring out common properties ofGenericBeanDefinition,RootBeanDefinition, andChildBeanDefinition.BeanDefinitionBuilder Programmatic means of constructingBeanDefinitionsusing the builder pattern.