public interface PathResolver extends Comparable<PathResolver>
| Modifier and Type | Method and Description |
|---|---|
int |
getOrdering() |
String |
getPattern() |
int |
getRanking() |
ServletHandler |
getServletHandler() |
PathResolution |
resolve(String uri) |
compareToPathResolution resolve(String uri)
ServletHandler getServletHandler()
int getRanking()
int getOrdering()
String getPattern()
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.