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 |
renderDesktop(org.zkoss.zk.ui.Execution exec,
org.zkoss.zk.ui.Page page,
Writer out)
Renders the desktop and the page.
|
protected void |
renderPage(org.zkoss.zk.ui.Execution exec,
org.zkoss.zk.ui.Page page,
Writer out,
boolean au)
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 renderDesktop(org.zkoss.zk.ui.Execution exec,
org.zkoss.zk.ui.Page page,
Writer out)
throws IOException
IOExceptionprotected void renderPage(org.zkoss.zk.ui.Execution exec,
org.zkoss.zk.ui.Page page,
Writer out,
boolean au)
throws IOException
Page.isComplete() is false.au - whether it is caused by an asynchronous updateIOExceptionprotected 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 © 2015. All rights reserved.