public static class Renders.PageRenderer extends java.lang.Object implements PageRenderer
| Constructor and Description |
|---|
Renders.PageRenderer()
Default constructor.
|
Renders.PageRenderer(Execution exec) |
Renders.PageRenderer(Execution exec,
boolean pageDOM) |
public Renders.PageRenderer()
PageRenderer(Executions.getCurrent()).public Renders.PageRenderer(Execution exec)
public Renders.PageRenderer(Execution exec, boolean pageDOM)
pageDOM - whether to generate the DOM element to represent the page.
In other words, if true is specified, the content will be enclosed with
an additional DIV element representing the tag.public void render(Page page, java.io.Writer out) throws java.io.IOException
PageRendererrender in interface PageRendererout - the output writer to put the content to (never null).java.io.IOExceptionCopyright © 2005-2011 Potix Corporation. All Rights Reserved.