Uses of Class
com.atlassian.confluence.servlet.simpledisplay.AbstractPathConverter
Packages that use AbstractPathConverter
-
Uses of AbstractPathConverter in com.atlassian.confluence.servlet.simpledisplay
Subclasses of AbstractPathConverter in com.atlassian.confluence.servlet.simpledisplayModifier and TypeClassDescriptionclassA Path converter that converts friendly blog path urls to a viewpage or viewblogposts action if the dark feature confluence.readable.url is disabled.classIf the dark feature confluence.readable.url is enabled, redirect /display/{space}/{page-slug} to /spaces/{space}/pages/{page-id}/{page-slug} which will eventually forwarded to viewpage.action Otherwise, this path converter converts it into a viewpage action url.classThis path converter takes a friendly space url and converts it into a viewspace action url.