Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.springframework.beans.factory.support

Classes in org.springframework.beans.factory.support used by org.springframework.beans.factory.support
AbstractAutowireCapableBeanFactory
          Abstract BeanFactory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinition class.
AbstractBeanDefinition
          Base class for bean definition objects, factoring out common properties of RootBeanDefinition and ChildBeanDefinition.
AbstractBeanDefinitionReader
          Abstract base class for bean definition readers which implement the BeanDefinitionReader interface.
AbstractBeanFactory
          Abstract superclass for BeanFactory implementations, implementing the ConfigurableBeanFactory SPI interface.
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.
CglibSubclassingInstantiationStrategy.CglibSubclassCreator.CglibIdentitySupport
          Class providing hashCode and equals methods required by CGLIB to ensure that CGLIB doesn't generate a distinct class per bean.
InstantiationStrategy
          Interface responsible for creating instances corresponding to a root bean definition.
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
          Root bean definitions are the most common type of bean definition.
SimpleInstantiationStrategy
          Simple object instantiation strategy for use in a BeanFactory.