org.zkoss.web.servlet.dsp.action
Class Otherwise
java.lang.Object
org.zkoss.web.servlet.dsp.action.AbstractAction
org.zkoss.web.servlet.dsp.action.Otherwise
- All Implemented Interfaces:
- Action
public class Otherwise
- extends AbstractAction
Represents the last alternative within a Choose action.
- Author:
- tomyeh
Otherwise
public Otherwise()
render
public void render(ActionContext ac,
boolean nested)
throws DspException,
IOException
- Description copied from interface:
Action
- Processes the action and renders the output to
ActionContext.getOut().
nested - whether there is any nested content.
- Throws:
DspException
IOException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2015. All rights reserved.