org.zkoss.web.servlet.dsp.action
Class Include
java.lang.Object
org.zkoss.web.servlet.dsp.action.AbstractAction
org.zkoss.web.servlet.dsp.action.Include
- All Implemented Interfaces:
- Action
public class Include
- extends AbstractAction
Includes another URL.
- Author:
- tomyeh
Include
public Include()
getPage
public String getPage()
- Returns the page (URI).
setPage
public void setPage(String page)
- Sets the page (URI).
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.