|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
providers sub package different implementations of the
BeanProvider interface can be found.
See:
Description
| Class Summary | |
|---|---|
| CollectionBeanProvider |
An abstract base class for BeanProvider implementations that
create beans derived from collections. |
| ConstantBeanProvider |
A concrete implementation of the BeanProvider interface that
will always return the same bean instance. |
| ConstructorBeanProvider | A simple bean provider that creates new bean instances by invoking a constructor. |
| FactoryBeanProvider |
A specialized life-cycle supporting
implementation for creating new bean instances on each invocation. |
| LifeCycleBeanProvider |
An abstract base class for BeanProvider implementations with
life-cycle support. |
| ListBeanProvider |
A specific CollectionBeanProvider implementation that creates
a list bean. |
| MapBeanProvider |
A specialized BeanProvider implementation for creating beans of
type java.util.Map. |
| MethodInvocationBeanProvider |
A specialized BeanProvider that creates beans by invoking a
method. |
| PropertiesBeanProvider |
A specialized BeanProvider implementation for creating a
java.util.Properties object. |
| SetBeanProvider |
A specialized CollectionBeanProvider implementation that
creates a java.util.Set bean. |
| SimpleBeanProvider | A base class for simple bean providers. |
| SingletonBeanProvider |
A specialized life-cycle supporting BeanProvider implementation for
creating singleton beans. |
In the providers sub package different implementations of the
BeanProvider interface can be found.
The implementations in this package can be divided into two groups:
Class.newInstance(),
invoking a constructor, using a constant object).$Id: package.html 156 2009-03-03 21:04:47Z oheger $
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||