public interface PathConverter
SimpleDisplayServlet to convert friendly URL's to action URLs.| 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.
|
boolean handles(String path)
path - the path relative to the servlet mappingConvertedPath getPath(String path)
ConvertedPath based on the passed in path.path - the path relative to the servlet mappingConvertedPath representing the path conversionCopyright © 2003–2016 Atlassian. All rights reserved.