public class PageRenderer extends Object implements org.zkoss.zk.ui.sys.PageRenderer
| Constructor and Description |
|---|
PageRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(org.zkoss.zk.ui.Page page,
Writer out) |
protected void |
renderComplete(org.zkoss.zk.ui.Execution exec,
org.zkoss.zk.ui.Page page,
Writer out)
Renders the page if
Page.isComplete() is true. |
protected void |
renderPage(org.zkoss.zk.ui.Execution exec,
org.zkoss.zk.ui.Page page,
Writer out)
Renders the page if
Page.isComplete() is false. |
public void render(org.zkoss.zk.ui.Page page,
Writer out)
throws IOException
render in interface org.zkoss.zk.ui.sys.PageRendererIOExceptionprotected void renderPage(org.zkoss.zk.ui.Execution exec,
org.zkoss.zk.ui.Page page,
Writer out)
throws IOException
Page.isComplete() is false.IOExceptionprotected void renderComplete(org.zkoss.zk.ui.Execution exec,
org.zkoss.zk.ui.Page page,
Writer out)
throws IOException
Page.isComplete() is true.
In other words, the page content contains HTML/BODY tags.IOExceptionCopyright © 2021. All rights reserved.