Uses of Class
net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Packages that use BeanTag 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 BeanTag in net.sf.jguiraffe.gui.builder.di.tags
Methods in net.sf.jguiraffe.gui.builder.di.tags that return BeanTag Modifier and Type Method Description BeanTag
ConstructorTag. getBeanTag()
Returns the enclosing bean tag.BeanTag
FactoryTag. getBeanTag()
Returns a reference to the enclosingBeanTag
.Methods in net.sf.jguiraffe.gui.builder.di.tags with parameters of type BeanTag Modifier and Type Method Description protected void
ConstructorTag. setBeanTag(BeanTag tag)
Initializes the reference to the enclosingBeanTag
.protected void
FactoryTag. setBeanTag(BeanTag beanTag)
Initializes the reference to the enclosingBeanTag
.
-