| java.lang.Object |
| ↳ |
com.atlassian.confluence.servlet.simpledisplay.UserStatusPathConverter |
Class Overview
Converts a path to a user status.
e.g. "/display/status/fred/1234"
Fields
Public Constructors
public
UserStatusPathConverter
()
Public Methods
Parameters
| simplePath
| the path relative to the servlet mapping |
public
boolean
handles
(String simplePath)
Return true from this method if your path converter can convert the specified path.
By default, the SimpleDisplayServlet will be mapped to '/display' which will be stripped off
the path before being passed to this method.
The first converter that returns true for a path will be used to perform the conversion.
Parameters
| simplePath
| the path relative to the servlet mapping |
Returns
- true if your path converter can handle this path