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)
@Nullable PathResolution
PathResolverFactory.RegexMatcher. resolve(@NotNull String uri)
PathResolution
PathResolverFactory.RootMatcher. resolve(String uri)
PathResolution
PerContextHandlerRegistry. resolve(@NotNull String relativeRequestURI)
PathResolution
ServletRegistry. resolve(@NotNull String relativeRequestURI)
Resolve a request uriPathResolution
HandlerRegistry. resolveServlet(@NotNull String requestURI)
-