|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.servlet.simpledisplay.UserStatusListPathConverter
public class UserStatusListPathConverter
Converts a path to a list of user status updates for a user. e.g. "/display/status/fred/list"
| Constructor Summary | |
|---|---|
UserStatusListPathConverter()
|
|
| Method Summary | |
|---|---|
ConvertedPath |
getPath(java.lang.String path)
Returns a ConvertedPath based on the passed in path. |
boolean |
handles(java.lang.String simplePath)
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 UserStatusListPathConverter()
| Method Detail |
|---|
public boolean handles(java.lang.String simplePath)
PathConverter
handles in interface PathConvertersimplePath - 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 | |||||||||