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 PathConverter
PathConverterModuleDescriptor. 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 class
BlogPathConverter
A Path converter that converts friendly blog path urls to a viewpage or viewblogposts action.class
PagePathConverter
This path converter takes a friendly page url and converts it into a viewpage action url.class
SpacePathConverter
This path converter takes a friendly space url and converts it into a viewspace action url.class
UserPathConverter
This 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 void
DefaultPathConverterManager. addPathConverter(int weight, PathConverter converter)
void
PathConverterManager. addPathConverter(int weight, PathConverter converter)
void
DefaultPathConverterManager. removePathConverter(PathConverter converter)
void
PathConverterManager. removePathConverter(PathConverter converter)
-