org.zkoss.web.servlet.dsp.action
Interface Action
- All Known Implementing Classes:
- AbstractAction, Box, Choose, ForEach, If, Img, Include, Otherwise, Out, Page, Remove, Set, When
public interface Action
An action that could be used with
InterpreterServlet
.
It is like a tag in JSP.
- Author:
- tomyeh
render
void render(ActionContext ac,
boolean nested)
throws DspException,
java.io.IOException
- Processes the action and renders the output to
ActionContext.getOut()
.
- Parameters:
nested
- whether there is any nested content.
- Throws:
DspException
java.io.IOException
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.