org.zkoss.zk.ui.sys
Class HtmlPageRenders.RenderContext

java.lang.Object
  extended by org.zkoss.zk.ui.sys.HtmlPageRenders.RenderContext
Enclosing class:
HtmlPageRenders

public static class HtmlPageRenders.RenderContext
extends java.lang.Object

The render context.

See Also:
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

temp

public final java.io.Writer temp
The writer used to generate the content that will be replaced after the widgets have been rendered. It is mainly used to put the crawlable content, which is used only for Search Engine.

It is never null.


perm

public final java.io.Writer perm
The writer used to generate the content that exists even after the widgets have been rendered. It is currenlty used only to generate CSS style.

It is never null.


crawlable

public final boolean crawlable
Indicates whether to generate crawlable content.



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo