Package org.zkoss.web.servlet.dsp.action
Interface Action
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrender(ActionContext ac, boolean nested)Processes the action and renders the output toActionContext.getOut().
-
-
-
Method Detail
-
render
void render(ActionContext ac, boolean nested) throws DspException, java.io.IOException
Processes the action and renders the output toActionContext.getOut().- Parameters:
nested- whether there is any nested content.- Throws:
DspExceptionjava.io.IOException
-
-