|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.dynabean.SetTag
public class SetTag
A tag which sets a variable from the result of an expression
Field Summary |
---|
Fields inherited from class org.apache.commons.jelly.TagSupport |
---|
body, context, parent |
Constructor Summary | |
---|---|
SetTag()
|
Method Summary | |
---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized. |
void |
setProperty(java.lang.String property)
Sets the name of the property to set on the target object. |
protected void |
setPropertyValue(java.lang.Object target,
java.lang.String property,
java.lang.Object value)
|
void |
setScope(java.lang.String scope)
Sets the variable scope for this variable. |
void |
setTarget(java.lang.Object target)
Sets the target object on which to set a property. |
void |
setValue(Expression value)
Sets the expression to evaluate. |
void |
setVar(java.lang.String var)
Sets the variable name to define for this expression |
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 |
Constructor Detail |
---|
public SetTag()
Method Detail |
---|
public void doTag(XMLOutput output) throws JellyTagException
Tag
JellyTagException
public void setVar(java.lang.String var)
public void setScope(java.lang.String scope)
public void setValue(Expression value)
public void setTarget(java.lang.Object target)
public void setProperty(java.lang.String property)
protected void setPropertyValue(java.lang.Object target, java.lang.String property, java.lang.Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |