| Package | Description |
|---|---|
| org.apache.felix.http.base.internal.registry |
| Modifier and Type | Method and Description |
|---|---|
PathResolution |
ServletRegistry.resolve(@NotNull String relativeRequestURI)
Resolve a request uri
|
PathResolution |
PerContextHandlerRegistry.resolve(@NotNull String relativeRequestURI) |
PathResolution |
PathResolverFactory.RootMatcher.resolve(String uri) |
PathResolution |
PathResolverFactory.DefaultMatcher.resolve(String uri) |
PathResolution |
PathResolverFactory.ExactAndPathMatcher.resolve(String uri) |
PathResolution |
PathResolverFactory.ExactMatcher.resolve(String uri) |
PathResolution |
PathResolverFactory.PathMatcher.resolve(String uri) |
PathResolution |
PathResolverFactory.ExtensionMatcher.resolve(String uri) |
@Nullable PathResolution |
PathResolverFactory.RegexMatcher.resolve(@NotNull String uri) |
PathResolution |
PathResolver.resolve(String uri) |
PathResolution |
HandlerRegistry.resolveServlet(@NotNull String requestURI) |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.