public class SetTag extends TagSupport
body, context, parent
Constructor and Description |
---|
SetTag() |
Modifier and Type | Method and Description |
---|---|
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
|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
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)
Copyright © 2012. All Rights Reserved.