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.
|
Modifier and Type | Field and Description |
---|---|
static ConstantBeanProvider |
ConstantBeanProvider.NULL
Constant for a dependency that will be resolved to null.
|
Modifier and Type | Method and Description |
---|---|
static ConstantBeanProvider |
ConstantBeanProvider.getInstance(Class<?> valueClass,
Object value)
Returns an instance of this class that refers to the specified value of
the given class.
|
static ConstantBeanProvider |
ConstantBeanProvider.getInstance(Object bean)
Creates a new instance of this class and initializes it with the bean to
be managed.
|
Modifier and Type | Method and Description |
---|---|
ConstantBeanProvider |
ValueData.createValueProvider()
Creates the bean provider for the specified value.
|
ConstantBeanProvider |
ValueData.createValueProvider(ClassDescription defClass)
Creates the bean provider for the specified value using the given default
class description.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.