|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.web.servlet.dsp.action.AbstractAction
org.zkoss.web.servlet.dsp.action.Otherwise
public class Otherwise
Represents the last alternative within a Choose action.
| Constructor Summary | |
|---|---|
Otherwise()
|
|
| Method Summary | |
|---|---|
void |
render(ActionContext ac,
boolean nested)
Processes the action and renders the output to ActionContext.getOut(). |
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 Otherwise()
| Method Detail |
|---|
public void render(ActionContext ac,
boolean nested)
throws DspException,
java.io.IOException
ActionActionContext.getOut().
nested - whether there is any nested content.
DspException
java.io.IOExceptionpublic 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 | |||||||||