com.atlassian.confluence.content.service.page
Interface PageProvider

All Known Implementing Classes:
CreatePageAction.SimplePageProvider

public interface PageProvider

An interface implemented by a class that can provide the page to be created.

The creation of Page object can be quite involved so by using this interface the process can be deferred as long as required.


Method Summary
 Page getPage()
           
 

Method Detail

getPage

Page getPage()


Copyright © 2003-2014 Atlassian. All Rights Reserved.