com.atlassian.jira.web.pagebuilder
Interface PageBuilderSpi

All Known Implementing Classes:
DefaultPageBuilder

public interface PageBuilderSpi

Interface for hosts that handle requests.

Since:
v6.1

Method Summary
 void finish(DecoratablePage page)
          Finishes writing the decorated page and decorator to the current HTTP response
 

Method Detail

finish

void finish(DecoratablePage page)
Finishes writing the decorated page and decorator to the current HTTP response

Parameters:
page - page being decorated


Copyright © 2002-2014 Atlassian. All Rights Reserved.