|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.zkoss.zul.impl.PageRenderer
public class PageRenderer
The page render for ZUL pages.
Constructor Summary | |
---|---|
PageRenderer()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageRenderer()
Method Detail |
---|
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 renderDesktop(org.zkoss.zk.ui.Execution exec, org.zkoss.zk.ui.Page page, Writer out) throws IOException
IOException
protected 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 caued by an asynchronous update
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |