Uses of Class
net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Packages that use InvocationTag 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 InvocationTag in net.sf.jguiraffe.gui.builder.di.tags
Subclasses of InvocationTag in net.sf.jguiraffe.gui.builder.di.tags Modifier and Type Class Description classConstructorInvocationTagA specializedInvocationTagimplementation that deals withobjects.ConstructorInvocationclassConstructorTagA specialized constructor invocation tag that is intended to be used inside a<bean>tag for defining theBeanProviderfor creating the managed bean.classMethodInvocationTagA specializedInvocationTagimplementation that deals withMethodInvocationobjects.Methods in net.sf.jguiraffe.gui.builder.di.tags that return InvocationTag Modifier and Type Method Description InvocationTagParameterTag. getInvocationTag()Returns a reference to theInvocationTag, to which this tag belongs.Methods in net.sf.jguiraffe.gui.builder.di.tags with parameters of type InvocationTag Modifier and Type Method Description protected voidParameterTag. initInvocationTag(InvocationTag invTag)Initializes this tag with the reference to the associatedInvocationTag.
-