public class UserStatusListPathConverter extends Object implements PathConverter
e.g. "/display/status/fred/list"
Constructor and Description |
---|
UserStatusListPathConverter() |
Modifier and Type | Method and Description |
---|---|
ConvertedPath |
getPath(String path)
Returns a
ConvertedPath based on the passed in path. |
boolean |
handles(String simplePath)
Return true from this method if your path converter can convert the specified path.
|
public boolean handles(String simplePath)
PathConverter
handles
in interface PathConverter
simplePath
- the path relative to the servlet mappingpublic ConvertedPath getPath(String path)
PathConverter
ConvertedPath
based on the passed in path.getPath
in interface PathConverter
path
- Copyright © 2003–2016 Atlassian. All rights reserved.
View cookie preferences