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 class
ConstructorInvocationTag
A specializedInvocationTag
implementation that deals with
objects.ConstructorInvocation
class
ConstructorTag
A specialized constructor invocation tag that is intended to be used inside a<bean>
tag for defining theBeanProvider
for creating the managed bean.class
MethodInvocationTag
A specializedInvocationTag
implementation that deals withMethodInvocation
objects.Methods in net.sf.jguiraffe.gui.builder.di.tags that return InvocationTag Modifier and Type Method Description InvocationTag
ParameterTag. 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 void
ParameterTag. initInvocationTag(InvocationTag invTag)
Initializes this tag with the reference to the associatedInvocationTag
.
-