public class Remove extends AbstractAction
| Constructor and Description |
|---|
Remove() |
| Modifier and Type | Method and Description |
|---|---|
int |
getScope()
Returns the scope.
|
java.lang.String |
getVar()
Returns the attribute name.
|
void |
render(ActionContext ac,
boolean nested)
Processes the action and renders the output to
ActionContext.getOut(). |
void |
setScope(java.lang.String scope)
Sets the scope.
|
void |
setVar(java.lang.String var)
Sets the attribute name.
|
java.lang.String |
toString() |
append, append, append, getIf, getUnless, isEffective, setIf, setUnless, toScopepublic int getScope()
public void setScope(java.lang.String scope)
public java.lang.String getVar()
public void setVar(java.lang.String var)
public void render(ActionContext ac, boolean nested) throws DspException, java.io.IOException
ActionActionContext.getOut().nested - whether there is any nested content.DspExceptionjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005-2011 Potix Corporation. All Rights Reserved.