public interface

PageBuilder

com.atlassian.jira.web.pagebuilder.PageBuilder
Known Indirect Subclasses

Class Overview

Interface for working with decoration when rendering an HTML page.

Summary

Public Methods
void flush()
Flushes as much information as possible to the current HTTP response.
void setDecorator(Decorator decorator)
Sets the decorated page.

Public Methods

public void flush ()

Flushes as much information as possible to the current HTTP response. This may be called multiple times in a single request.

Throws
IllegalStateException if the page has not been flushed

public void setDecorator (Decorator decorator)

Sets the decorated page. This can be called any number of times before the first call to flush.

Parameters
decorator Decorator for the current request.
Throws
IllegalStateException if the page has already been flushed