public class SpacePathConverter extends Object implements PathConverter
This converter will return the home page.
Modifier and Type | Field and Description |
---|---|
static String |
DISPLAY_SPACE_HOME_PAGE_PATH |
Constructor and Description |
---|
SpacePathConverter() |
Modifier and Type | Method and Description |
---|---|
ConvertedPath |
getPath(String path)
Returns a
ConvertedPath based on the passed in path. |
boolean |
handles(String simplePath)
Return true from this method if your path converter can convert the specified path.
|
public static final String DISPLAY_SPACE_HOME_PAGE_PATH
public boolean handles(String simplePath)
PathConverter
handles
in interface PathConverter
simplePath
- the path relative to the servlet mappingpublic ConvertedPath getPath(String path)
PathConverter
ConvertedPath
based on the passed in path.getPath
in interface PathConverter
path
- the path relative to the servlet mappingConvertedPath
representing the path conversionCopyright © 2003–2016 Atlassian. All rights reserved.