Uses of Class
net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
Packages that use BeanStoreTag 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 BeanStoreTag in net.sf.jguiraffe.gui.builder.di.tags
Methods in net.sf.jguiraffe.gui.builder.di.tags that return BeanStoreTag Modifier and Type Method Description BeanStoreTag
AbstractBeanTag. getBeanStoreTag()
Returns a reference to the enclosingBeanStoreTag
.BeanStoreTag
BeanStoreTag. getParentStoreTag()
Returns a reference to an enclosingBeanStoreTag
, defining the parent bean store for this tag.Methods in net.sf.jguiraffe.gui.builder.di.tags with parameters of type BeanStoreTag Modifier and Type Method Description protected void
AbstractBeanTag. setBeanStoreTag(BeanStoreTag beanStoreTag)
Sets the reference to the enclosingBeanStoreTag
.protected void
BeanStoreTag. setParentStoreTag(BeanStoreTag parentStoreTag)
Sets the reference to the enclosingBeanStoreTag
.
-