public class InvokeTag extends TagSupport implements ArgTagParent
body, context, parent
Constructor and Description |
---|
InvokeTag() |
Modifier and Type | Method and Description |
---|---|
void |
addArgument(Class type,
Object value) |
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
void |
setExceptionVar(String var)
Sets the name of a variable that exports the exception thrown by
the method's invocation (if any)
|
void |
setMethod(String method) |
void |
setOn(Object instance) |
void |
setVar(String var)
Sets the name of the variable exported by this tag
|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public void setVar(String var)
public void setExceptionVar(String var)
public void setMethod(String method)
public void setOn(Object instance)
public void addArgument(Class type, Object value)
addArgument
in interface ArgTagParent
public void doTag(XMLOutput output) throws MissingAttributeException, JellyTagException
Tag
doTag
in interface Tag
MissingAttributeException
JellyTagException
Copyright © 2014 Apache Software Foundation. All rights reserved.