Package net.sf.jguiraffe.di.impl.providers

In the 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 BeanProvider 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.
 

Package net.sf.jguiraffe.di.impl.providers Description

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:

$Id: package.html 156 2009-03-03 21:04:47Z oheger $



Copyright © 2009 The JGUIraffe Team. All Rights Reserved.