public static class Renders.PageRenderer extends java.lang.Object implements PageRenderer
Constructor and Description |
---|
PageRenderer()
Default constructor.
|
PageRenderer(Execution exec) |
PageRenderer(Execution exec,
boolean pageDOM) |
Modifier and Type | Method and Description |
---|---|
void |
render(Page page,
java.io.Writer out)
Renders the page.
|
public PageRenderer()
PageRenderer(Executions.getCurrent())
.public PageRenderer(Execution exec)
public 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
PageRenderer
render
in interface PageRenderer
out
- the output writer to put the content to (never null).java.io.IOException
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.