Class BlogPostReference
java.lang.Object
com.atlassian.confluence.renderer.BlogPostReference
This class is used to represent blogpost reference in markup required for rendering.
-
Constructor Summary
ConstructorsConstructorDescriptionBlogPostReference
(String reference, String spaceKey, PageManager pageManager) Blogpost Reference Constructor to parse out the reference into a blogpost -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
BlogPostReference
public BlogPostReference(String reference, String spaceKey, PageManager pageManager) throws ParseException Blogpost Reference Constructor to parse out the reference into a blogpost- Parameters:
reference
- - blogpost references are expected to be in the format '/yyyy/MM/dd/blogTitle'spaceKey
- - space where the blog post livespageManager
-- Throws:
ParseException
- - thrown if the blog post reference is not in the expected format
-
-
Method Details
-
getPostingDay
-
getPostingYear
-
getPostingMonth
-
getEntityName
-
getSpaceKey
-
getBlogPost
-