public class DefaultPathConverterManager extends Object implements PathConverterManager
| Constructor and Description |
|---|
DefaultPathConverterManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPathConverter(int weight,
PathConverter converter) |
List<PathConverter> |
getPathConverters() |
void |
removePathConverter(PathConverter converter) |
public List<PathConverter> getPathConverters()
getPathConverters in interface PathConverterManagerpublic void addPathConverter(int weight,
PathConverter converter)
addPathConverter in interface PathConverterManagerpublic void removePathConverter(PathConverter converter)
removePathConverter in interface PathConverterManagerCopyright © 2003–2022 Atlassian. All rights reserved.