public interface PathConverterManager
Modifier and Type | Method and Description |
---|---|
void |
addPathConverter(int weight,
PathConverter converter) |
java.util.List<PathConverter> |
getPathConverters() |
void |
removePathConverter(PathConverter converter) |
java.util.List<PathConverter> getPathConverters()
void addPathConverter(int weight, PathConverter converter)
void removePathConverter(PathConverter converter)
Copyright © 2003-2014 Atlassian. All Rights Reserved.