Uses of Interface
com.atlassian.confluence.servlet.simpledisplay.PathConverter
Packages that use PathConverter
Package
Description
-
Uses of PathConverter in com.atlassian.confluence.pages.actions
Classes in com.atlassian.confluence.pages.actions that implement PathConverter -
Uses of PathConverter in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return PathConverter -
Uses of PathConverter in com.atlassian.confluence.servlet.simpledisplay
Classes in com.atlassian.confluence.servlet.simpledisplay that implement PathConverterModifier and TypeClassDescriptionclassclassA 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.classThis path converter requests for a username to either their personal space (if they have one and the viewer has permission) or their user profile.Methods in com.atlassian.confluence.servlet.simpledisplay that return types with arguments of type PathConverterModifier and TypeMethodDescriptionDefaultPathConverterManager.getPathConverters()PathConverterManager.getPathConverters()Methods in com.atlassian.confluence.servlet.simpledisplay with parameters of type PathConverterModifier and TypeMethodDescriptionvoidDefaultPathConverterManager.addPathConverter(int weight, PathConverter converter) voidPathConverterManager.addPathConverter(int weight, PathConverter converter) voidDefaultPathConverterManager.removePathConverter(PathConverter converter) voidPathConverterManager.removePathConverter(PathConverter converter)