public interface PathConverterManager
Modifier and Type | Method and Description |
---|---|
void |
addPathConverter(int weight,
PathConverter converter) |
List<PathConverter> |
getPathConverters() |
void |
removePathConverter(PathConverter converter) |
List<PathConverter> getPathConverters()
void addPathConverter(int weight, PathConverter converter)
void removePathConverter(PathConverter converter)
Copyright © 2003–2019 Atlassian. All rights reserved.