com.atlassian.confluence.content.service.blogpost
Interface BlogPostProvider


public interface BlogPostProvider

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

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


Method Summary
 BlogPost getBlogPost()
           
 

Method Detail

getBlogPost

BlogPost getBlogPost()


Copyright © 2003-2013 Atlassian. All Rights Reserved.