Uses of Class
net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Packages that use DependencyTag Package Description 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 DependencyTag in net.sf.jguiraffe.gui.builder.di.tags
Subclasses of DependencyTag in net.sf.jguiraffe.gui.builder.di.tags Modifier and Type Class Description class
ElementTag
A tag handler class that allows adding elements to collections.class
EntryKeyTag
A tag handler class for defining the key of an
.EntryTag
class
EntryTag
A tag handler implementation for populating a map.class
FactoryTag
A tag for defining a bean factory that is used as creationBeanProvider
for aBeanTag
.class
InvocationTargetTag
A specialized tag handler implementation for defining the target object of a method invocation.class
ParameterTag
A tag handler class for defining the parameters of a method or constructor invocation.class
SetPropertyTag
A tag handler class that creates a
object.SetPropertyInvocation
Methods in net.sf.jguiraffe.gui.builder.di.tags that return DependencyTag Modifier and Type Method Description DependencyTag
AbstractBeanTag. getTargetDependency()
Returns the target dependency.
-