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.PageRenderer
IOException
protected void renderPage(org.zkoss.zk.ui.Execution exec, org.zkoss.zk.ui.Page page, Writer out) throws IOException
Page.isComplete()
is false.IOException
protected 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.IOException
Copyright © 2016. All rights reserved.