public interface PageBuilder
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Flushes as much information as possible to the current HTTP response.
|
void |
setDecorator(Decorator decorator)
Sets the decorated page.
|
void setDecorator(Decorator decorator)
decorator - Decorator for the current request.IllegalStateException - if the page has already been flushedvoid flush()
IllegalStateException - if the page has not been flushedCopyright © 2002-2016 Atlassian. All Rights Reserved.