| com.atlassian.confluence.servlet.simpledisplay.PathConverter |
Known Indirect Subclasses
AbstractPathConverter,
BlogPathConverter,
MailPathConverter,
PagePathConverter,
SpacePathConverter,
UserPathConverter,
UserStatusListPathConverter,
UserStatusPathConverter
| |||||||||||||||||||||||||||
Path converters are used by the SimpleDisplayServlet to convert friendly URL's to action URLs.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a
ConvertedPath based on the passed in path. | |||||||||||
Return true from this method if your path converter can convert the specified path.
| |||||||||||
Returns a ConvertedPath based on the passed in path.
| path | the path relative to the servlet mapping |
|---|
ConvertedPath representing the path conversion
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.
| path | the path relative to the servlet mapping |
|---|

