com.atlassian.confluence.renderer
Class BlogPostReferenceParser

java.lang.Object
  extended by com.atlassian.confluence.renderer.BlogPostReferenceParser

public class BlogPostReferenceParser
extends Object

Parse the part of a resource identifier in wiki markup which identifies a blog post. e.g. 2005/11/29/BlogTitle


Constructor Summary
BlogPostReferenceParser(String reference)
           
 
Method Summary
 Calendar getCalendarPostingDay()
           
 String getEntityName()
           
 String getPostingDay()
           
 String getPostingMonth()
           
 String getPostingYear()
           
protected  void parseBlogPostReference(String reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogPostReferenceParser

public BlogPostReferenceParser(String reference)
                        throws ParseException
Throws:
ParseException
Method Detail

parseBlogPostReference

protected void parseBlogPostReference(String reference)
                               throws ParseException
Throws:
ParseException

getCalendarPostingDay

public Calendar getCalendarPostingDay()

getPostingDay

public String getPostingDay()

getPostingYear

public String getPostingYear()

getPostingMonth

public String getPostingMonth()

getEntityName

public String getEntityName()


Copyright © 2003-2012 Atlassian. All Rights Reserved.