Uses of Class
org.restlet.ext.jaxrs.internal.util.MatchingResult
-
Packages that use MatchingResult Package Description org.restlet.ext.jaxrs.internal.util -
-
Uses of MatchingResult in org.restlet.ext.jaxrs.internal.util
Methods in org.restlet.ext.jaxrs.internal.util that return MatchingResult Modifier and Type Method Description MatchingResultPathRegExp. match(RemainingPath remainingPath)Deprecated.Checks if this regular expression matches the given remaining path.Methods in org.restlet.ext.jaxrs.internal.util with parameters of type MatchingResult Modifier and Type Method Description static voidAlgorithmUtil. addPathVarsToMap(MatchingResult matchResult, CallContext callContext)Deprecated.Adds the matched template parameters to theCallContext.
-