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)
PathConverterhandles in interface PathConvertersimplePath - the path relative to the servlet mappingpublic ConvertedPath getPath(String path)
PathConverterConvertedPath based on the passed in path.getPath in interface PathConverterpath - Copyright © 2003–2016 Atlassian. All rights reserved.