public class BlogPathConverter extends Object implements PathConverter
This converter expects the url to have between 3 and 5 path elements and interprets them as:
If the title is not specified, this converter returns a path that will show all posts for that day.
| Constructor and Description | 
|---|
BlogPathConverter()  | 
| Modifier and Type | Method and Description | 
|---|---|
ConvertedPath | 
getPath(String path)  | 
boolean | 
handles(String simplePath)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPath, handlespublic boolean handles(String simplePath)
handles in interface PathConverterpublic ConvertedPath getPath(String path)
getPath in interface PathConverterCopyright © 2003–2022 Atlassian. All rights reserved.