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(String property)
Sets the name of the property to set on the target object.
|
protected void |
setPropertyValue(Object target,
String property,
Object value) |
void |
setScope(String scope)
Sets the variable scope for this variable.
|
void |
setTarget(Object target)
Sets the target object on which to set a property.
|
void |
setValue(Expression value)
Sets the expression to evaluate.
|
void |
setVar(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(String var)
public void setScope(String scope)
public void setValue(Expression value)
public void setTarget(Object target)
public void setProperty(String property)
Copyright © 2014. All rights reserved.