Class PagePathConverter
- java.lang.Object
-
- com.atlassian.confluence.servlet.simpledisplay.PagePathConverter
-
- All Implemented Interfaces:
PathConverter
public class PagePathConverter extends Object implements PathConverter
This path converter takes a friendly page url and converts it into a viewpage action url. This converter expects exactly two fields:- Space Key
- Page Title
-
-
Constructor Summary
Constructors Constructor Description PagePathConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConvertedPath
getPath(String path)
boolean
handles(String simplePath)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.servlet.simpledisplay.PathConverter
getPath, handles
-
-
-
-
Method Detail
-
handles
public boolean handles(String simplePath)
- Specified by:
handles
in interfacePathConverter
-
getPath
public ConvertedPath getPath(String path)
- Specified by:
getPath
in interfacePathConverter
-
-