Package org.springframework.beans.factory.config

SPI interfaces and configuration-related convenience classes for bean factories.

See:
          Description

Interface Summary
AutowireCapableBeanFactory Extension of the BeanFactory interface to be implemented by bean factories that are capable of autowiring and expose this functionality for existing bean instances.
BeanDefinition A BeanDefinition describes a bean instance, which has property values, constructor argument values, and further information supplied by concrete implementations.
BeanFactoryPostProcessor Allows for custom modification of an application context's bean definitions, adapting the bean property values of the context's underlying bean factory.
BeanPostProcessor Allows for custom modification of new bean instances, e.g.
ConfigurableBeanFactory SPI interface to be implemented by most if not all bean factories.
ConfigurableListableBeanFactory SPI interface to be implemented by most if not all listable bean factories.
 

Class Summary
CommonsLogFactoryBean Factory bean for commons-logging Log instances.
ConstructorArgumentValues Holder for constructor argument values for a bean.
ConstructorArgumentValues.ValueHolder Holder for a constructor argument value, with an optional type attribute indicating the target type of the actual constructor argument.
CustomEditorConfigurer BeanFactoryPostProcessor implementation that allows for convenient registration of custom property editors.
ListFactoryBean Simple factory for shared List instances.
MapFactoryBean Simple factory for shared Map instances.
MethodInvokingFactoryBean FactoryBean which returns a value which is the result of a static or instance method invocation.
PreferencesPlaceholderConfigurer Subclass of PropertyPlaceholderConfigurer that supports J2SE 1.4's Preferences API (java.util.prefs).
PropertiesFactoryBean Allows for making a properties file from a classpath location available as Properties instance in a bean factory.
PropertyOverrideConfigurer A property resource configurer that overrides bean property values in an application context definition.
PropertyPlaceholderConfigurer A property resource configurer that resolves placeholders in bean property values of context definitions.
PropertyResourceConfigurer Allows for configuration of individual bean property values from a property resource, i.e.
ResourceFactoryBean FactoryBean for Resource descriptors.
RuntimeBeanReference Immutable placeholder class used for the value of a PropertyValue object when it's a reference to another bean in this factory to be resolved at runtime.
SetFactoryBean Simple factory for shared Set instances.
 

Package org.springframework.beans.factory.config Description

SPI interfaces and configuration-related convenience classes for bean factories.



Copyright (C) 2003-2004 The Spring Framework Project.