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, wait
getPath, handles
public boolean handles(String simplePath)
handles
in interface PathConverter
public ConvertedPath getPath(String path)
getPath
in interface PathConverter
Copyright © 2003–2019 Atlassian. All rights reserved.