Class BlogPathConverter
java.lang.Object
com.atlassian.confluence.servlet.simpledisplay.BlogPathConverter
- All Implemented Interfaces:
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.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.confluence.servlet.simpledisplay.PathConverter
getPath, handles
-
Constructor Details
-
BlogPathConverter
public BlogPathConverter()
-
-
Method Details
-
handles
- Specified by:
handles
in interfacePathConverter
-
getPath
- Specified by:
getPath
in interfacePathConverter
-