Uses of Class
net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Packages that use ConstantBeanProvider Package Description net.sf.jguiraffe.di.impl.providers In theproviders
sub package different implementations of theBeanProvider
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. -
-
Uses of ConstantBeanProvider in net.sf.jguiraffe.di.impl.providers
Fields in net.sf.jguiraffe.di.impl.providers declared as ConstantBeanProvider Modifier and Type Field Description static ConstantBeanProvider
ConstantBeanProvider. NULL
Constant for a dependency that will be resolved to null.Methods in net.sf.jguiraffe.di.impl.providers that return ConstantBeanProvider Modifier and Type Method 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. -
Uses of ConstantBeanProvider in net.sf.jguiraffe.gui.builder.di.tags
Methods in net.sf.jguiraffe.gui.builder.di.tags that return ConstantBeanProvider Modifier and Type Method 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.
-