|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.web.servlet.dsp.action.AbstractAction org.zkoss.web.servlet.dsp.action.Set
public class Set
The set action used to set an attribute.
Constructor Summary | |
---|---|
Set()
|
Method Summary | |
---|---|
int |
getScope()
Returns the scope. |
java.lang.Object |
getValue()
Returns the attribute value. |
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 |
setValue(java.lang.Object val)
Sets the attribute value. |
void |
setVar(java.lang.String var)
Sets the attribute name. |
java.lang.String |
toString()
|
Methods inherited from class org.zkoss.web.servlet.dsp.action.AbstractAction |
---|
append, append, append, getIf, getUnless, isEffective, setIf, setUnless, toScope |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Set()
Method Detail |
---|
public int getScope()
public void setScope(java.lang.String scope)
public java.lang.String getVar()
public void setVar(java.lang.String var)
public java.lang.Object getValue()
public void setValue(java.lang.Object val)
public void render(ActionContext ac, boolean nested) throws DspException, java.io.IOException
Action
ActionContext.getOut()
.
nested
- whether there is any nested content.
DspException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |