Uses of Interface
com.atlassian.confluence.servlet.simpledisplay.PathConverter
-
Packages that use PathConverter Package Description com.atlassian.confluence.plugin.descriptor com.atlassian.confluence.servlet.simpledisplay -
-
Uses of PathConverter in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return PathConverter Modifier and Type Method Description PathConverterPathConverterModuleDescriptor. getModule() -
Uses of PathConverter in com.atlassian.confluence.servlet.simpledisplay
Classes in com.atlassian.confluence.servlet.simpledisplay that implement PathConverter Modifier and Type Class Description classBlogPathConverterA Path converter that converts friendly blog path urls to a viewpage or viewblogposts action.classPagePathConverterThis path converter takes a friendly page url and converts it into a viewpage action url.classSpacePathConverterThis path converter takes a friendly space url and converts it into a viewspace action url.classUserPathConverterThis 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 PathConverter Modifier and Type Method Description List<PathConverter>DefaultPathConverterManager. getPathConverters()List<PathConverter>PathConverterManager. getPathConverters()Methods in com.atlassian.confluence.servlet.simpledisplay with parameters of type PathConverter Modifier and Type Method Description voidDefaultPathConverterManager. addPathConverter(int weight, PathConverter converter)voidPathConverterManager. addPathConverter(int weight, PathConverter converter)voidDefaultPathConverterManager. removePathConverter(PathConverter converter)voidPathConverterManager. removePathConverter(PathConverter converter)
-