public class Remove extends AbstractAction
| Constructor and Description |
|---|
Remove() |
| Modifier and Type | Method and Description |
|---|---|
int |
getScope()
Returns the scope.
|
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 |
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 void render(ActionContext ac, boolean nested) throws DspException, IOException
ActionActionContext.getOut().nested - whether there is any nested content.DspExceptionIOExceptionCopyright © 2018. All rights reserved.