|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.servlet.simpledisplay.UserStatusPathConverter
public class UserStatusPathConverter
Converts a path to a user status. e.g. "/display/status/fred/1234"
| Constructor Summary | |
|---|---|
UserStatusPathConverter()
|
|
| Method Summary | |
|---|---|
ConvertedPath |
getPath(java.lang.String path)
Returns a ConvertedPath based on the passed in path. |
boolean |
handles(java.lang.String path)
Return true from this method if your path converter can convert the specified path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserStatusPathConverter()
| Method Detail |
|---|
public boolean handles(java.lang.String path)
PathConverter
handles in interface PathConverterpath - the path relative to the servlet mapping
public ConvertedPath getPath(java.lang.String path)
PathConverterConvertedPath based on the passed in path.
getPath in interface PathConverterpath -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||