com.atlassian.confluence.renderer
Class BlogPostReferenceParser
java.lang.Object
com.atlassian.confluence.renderer.BlogPostReferenceParser
public class BlogPostReferenceParser
- extends java.lang.Object
Parse the part of a resource identifier in wiki markup which identifies a blog post.
e.g. 2005/11/29/BlogTitle
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogPostReferenceParser
public BlogPostReferenceParser(java.lang.String reference)
throws java.text.ParseException
- Throws:
java.text.ParseException
parseBlogPostReference
protected void parseBlogPostReference(java.lang.String reference)
throws java.text.ParseException
- Throws:
java.text.ParseException
getCalendarPostingDay
public java.util.Calendar getCalendarPostingDay()
getPostingDay
public java.lang.String getPostingDay()
getPostingYear
public java.lang.String getPostingYear()
getPostingMonth
public java.lang.String getPostingMonth()
getEntityName
public java.lang.String getEntityName()
Copyright © 2003-2014 Atlassian. All Rights Reserved.