public class Set extends AbstractAction
| Constructor and Description |
|---|
Set() |
| Modifier and Type | Method and Description |
|---|---|
int |
getScope()
Returns the scope.
|
Object |
getValue()
Returns the attribute value.
|
String |
getVar()
Returns the attribute name.
|
void |
render(ActionContext ac,
boolean nested)
Processes the action and renders the output to
ActionContext.getOut(). |
void |
setScope(String scope)
Sets the scope.
|
void |
setValue(Object val)
Sets the attribute value.
|
void |
setVar(String var)
Sets the attribute name.
|
String |
toString() |
append, append, append, getIf, getUnless, isEffective, setIf, setUnless, toScopepublic int getScope()
public void setScope(String scope)
public String getVar()
public void setVar(String var)
public Object getValue()
public void setValue(Object val)
public void render(ActionContext ac, boolean nested) throws DspException, IOException
ActionActionContext.getOut().nested - whether there is any nested content.DspExceptionIOExceptionCopyright © 2021. All rights reserved.