|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.zkoss.zk.ui.sys.HtmlPageRenders.RenderContext
public static class HtmlPageRenders.RenderContext
The render context.
HtmlPageRenders.getRenderContext(org.zkoss.zk.ui.Execution)
Field Summary | |
---|---|
boolean |
crawlable
Indicates whether to generate crawlable content. |
java.io.Writer |
perm
The writer used to generate the content that exists even after the widgets have been rendered. |
java.io.Writer |
temp
The writer used to generate the content that will be replaced after the widgets have been rendered. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.io.Writer temp
It is never null.
public final java.io.Writer perm
It is never null.
public final boolean crawlable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |