public static class HtmlPageRenders.RenderContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
crawlable
Indicates whether to generate crawlable content.
|
boolean |
included
Indicated whether this page/execution is included.
|
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.
|
public final java.io.Writer temp
It is never null.
public final java.io.Writer perm
It is null if the current page is included by another.
public final boolean crawlable
public final boolean included
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.