Uses of Interface
com.atlassian.confluence.servlet.simpledisplay.PathConverter

Packages that use PathConverter
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
 PathConverter PathConverterModuleDescriptor.getModule()
           
 

Uses of PathConverter in com.atlassian.confluence.servlet.simpledisplay
 

Classes in com.atlassian.confluence.servlet.simpledisplay that implement PathConverter
 class AbstractPathConverter
           
 class BlogPathConverter
          A Path converter that converts friendly blog path urls to a viewpage or viewblogposts action.
 class MailPathConverter
          A Path converter that converts friendly mail path url to a viewmail 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 or browsespace 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.
 class UserStatusListPathConverter
          Converts a path to a list of user status updates for a user.
 class UserStatusPathConverter
          Converts a path to a user status.
 

Methods in com.atlassian.confluence.servlet.simpledisplay with parameters of type PathConverter
 void DefaultPathConverterManager.addPathConverter(int weight, PathConverter converter)
           
 void PathConverterManager.addPathConverter(int weight, PathConverter converter)
           
 void DefaultPathConverterManager.removePathConverter(PathConverter converter)
           
 void PathConverterManager.removePathConverter(PathConverter converter)
           
 



Confluence is developed by Atlassian.