org.apache.commons.jelly.tags.core
Class InvokeTag
java.lang.Object
|
+--org.apache.commons.jelly.TagSupport
|
+--org.apache.commons.jelly.tags.core.InvokeTag
- All Implemented Interfaces:
- ArgTagParent, Tag
- public class InvokeTag
- extends TagSupport
- implements ArgTagParent
A tag which calls a method in an object instantied by core:new
- Version:
- $Revision: 1.10 $
- Author:
- Rodney Waldhoff
Method Summary |
void |
addArgument(java.lang.Class type,
java.lang.Object value)
|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized. |
void |
setExceptionVar(java.lang.String var)
Sets the name of a variable that exports the exception thrown by
the method's invocation (if any) |
void |
setMethod(java.lang.String method)
|
void |
setOn(java.lang.Object instance)
|
void |
setVar(java.lang.String var)
Sets the name of the variable exported by this tag |
Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokeTag
public InvokeTag()
setVar
public void setVar(java.lang.String var)
- Sets the name of the variable exported by this tag
setExceptionVar
public void setExceptionVar(java.lang.String var)
- Sets the name of a variable that exports the exception thrown by
the method's invocation (if any)
setMethod
public void setMethod(java.lang.String method)
setOn
public void setOn(java.lang.Object instance)
addArgument
public void addArgument(java.lang.Class type,
java.lang.Object value)
- Specified by:
addArgument
in interface ArgTagParent
doTag
public void doTag(XMLOutput output)
throws MissingAttributeException,
JellyTagException
- Description copied from interface:
Tag
- Evaluates this tag after all the tags properties have been initialized.
Copyright © 2002-2004 Apache Software Foundation. All Rights Reserved.