public class UserStatusPathConverter extends Object implements PathConverter
| Constructor and Description |
|---|
UserStatusPathConverter() |
| Modifier and Type | Method and Description |
|---|---|
ConvertedPath |
getPath(String path)
Returns a
ConvertedPath based on the passed in path. |
boolean |
handles(String path)
Return true from this method if your path converter can convert the specified path.
|
public boolean handles(String path)
PathConverterhandles in interface PathConverterpath - the path relative to the servlet mappingpublic ConvertedPath getPath(String path)
PathConverterConvertedPath based on the passed in path.getPath in interface PathConverterpath - Copyright © 2003–2015 Atlassian. All rights reserved.