Class BlogPathConverter

java.lang.Object
com.atlassian.confluence.servlet.simpledisplay.BlogPathConverter
All Implemented Interfaces:
PathConverter

public class BlogPathConverter extends Object implements PathConverter
A Path converter that converts friendly blog path urls to a viewpage or viewblogposts action.

This converter expects the url to have between 3 and 5 path elements and interprets them as:

  • Space Key
  • Year
  • Month
  • Day
  • Title (Optional)

If the title is not specified, this converter returns a path that will show all posts for that day.