Uses of Class
org.apache.felix.http.base.internal.registry.PathResolution
-
Packages that use PathResolution Package Description org.apache.felix.http.base.internal.registry -
-
Uses of PathResolution in org.apache.felix.http.base.internal.registry
Methods in org.apache.felix.http.base.internal.registry that return PathResolution Modifier and Type Method Description PathResolution
PathResolver. resolve(String uri)
PathResolution
PathResolverFactory.DefaultMatcher. resolve(String uri)
PathResolution
PathResolverFactory.ExactAndPathMatcher. resolve(String uri)
PathResolution
PathResolverFactory.ExactMatcher. resolve(String uri)
PathResolution
PathResolverFactory.ExtensionMatcher. resolve(String uri)
PathResolution
PathResolverFactory.PathMatcher. resolve(String uri)
PathResolution
PathResolverFactory.RegexMatcher. resolve(String uri)
PathResolution
PathResolverFactory.RootMatcher. resolve(String uri)
PathResolution
PerContextHandlerRegistry. resolve(String relativeRequestURI)
PathResolution
ServletRegistry. resolve(String relativeRequestURI)
Resolve a request uriPathResolution
HandlerRegistry. resolveServlet(String requestURI)
-