|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathConverter | |
---|---|
com.atlassian.confluence.mail.archive | |
com.atlassian.confluence.plugin.descriptor | |
com.atlassian.confluence.servlet.simpledisplay |
Uses of PathConverter in com.atlassian.confluence.mail.archive |
---|
Classes in com.atlassian.confluence.mail.archive that implement PathConverter | |
---|---|
class |
MailPathConverter
A Path converter that converts friendly mail path url to a viewmail action. |
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
Deprecated. since Confluence 4.3 No alternative is offered. Simply implement PathConverter directly. |
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. |
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 that return types with arguments of type PathConverter | |
---|---|
java.util.List<PathConverter> |
PathConverterManager.getPathConverters()
|
java.util.List<PathConverter> |
DefaultPathConverterManager.getPathConverters()
|
Methods in com.atlassian.confluence.servlet.simpledisplay with parameters of type PathConverter | |
---|---|
void |
PathConverterManager.addPathConverter(int weight,
PathConverter converter)
|
void |
DefaultPathConverterManager.addPathConverter(int weight,
PathConverter converter)
|
void |
PathConverterManager.removePathConverter(PathConverter converter)
|
void |
DefaultPathConverterManager.removePathConverter(PathConverter converter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |