public static class Renders.PageRenderer extends Object implements org.zkoss.zk.ui.sys.PageRenderer
| Constructor and Description |
|---|
PageRenderer()
Default constructor.
|
PageRenderer(org.zkoss.zk.ui.Execution exec) |
PageRenderer(org.zkoss.zk.ui.Execution exec,
boolean pageDOM) |
public PageRenderer()
PageRenderer(Executions.getCurrent()).public PageRenderer(org.zkoss.zk.ui.Execution exec)
public PageRenderer(org.zkoss.zk.ui.Execution exec,
boolean pageDOM)
pageDOM - whether to generate the DOM element to represent the page.
In other words, if true is specified, the content will be enclosed with
an additional DIV element representing the tag.public void render(org.zkoss.zk.ui.Page page,
Writer out)
throws IOException
render in interface org.zkoss.zk.ui.sys.PageRendererIOExceptionCopyright © 2019. All rights reserved.