| Package | Description |
|---|---|
| net.sf.jguiraffe.di.impl.providers |
In the
providers sub package different implementations of the
BeanProvider interface can be found. |
| net.sf.jguiraffe.gui.builder.di.tags |
In this package tag handler classes for defining beans in a Jelly script can be
found.
|
| Class and Description |
|---|
| 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. |
| LifeCycleBeanProvider
An abstract base class for
BeanProvider implementations with
life-cycle support. |
| MapBeanProvider
A specialized
BeanProvider implementation for creating beans of
type java.util.Map. |
| SimpleBeanProvider
A base class for simple bean providers.
|
| Class and Description |
|---|
| ConstantBeanProvider
A concrete implementation of the
BeanProvider interface that
will always return the same bean instance. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.