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 BeanTagConstructorTag. getBeanTag()Returns the enclosing bean tag.BeanTagFactoryTag. 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 voidConstructorTag. setBeanTag(BeanTag tag)Initializes the reference to the enclosingBeanTag.protected voidFactoryTag. setBeanTag(BeanTag beanTag)Initializes the reference to the enclosingBeanTag.
-