Package | Description |
---|---|
com.atlassian.confluence.plugin.descriptor | |
com.atlassian.confluence.servlet.simpledisplay |
Modifier and Type | Method and Description |
---|---|
PathConverter |
PathConverterModuleDescriptor.getModule() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPathConverter
Deprecated.
since 4.3. 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.
|
Modifier and Type | Method and Description |
---|---|
List<PathConverter> |
DefaultPathConverterManager.getPathConverters() |
List<PathConverter> |
PathConverterManager.getPathConverters() |
Modifier and Type | Method and 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) |
Copyright © 2003–2019 Atlassian. All rights reserved.