Uses of Class
org.restlet.ext.jaxrs.internal.util.RemainingPath
-
Packages that use RemainingPath Package Description org.restlet.ext.jaxrs Support for JAX-RS API.org.restlet.ext.jaxrs.internal.util org.restlet.ext.jaxrs.internal.wrappers -
-
Uses of RemainingPath in org.restlet.ext.jaxrs
Fields in org.restlet.ext.jaxrs declared as RemainingPath Modifier and Type Field Description private RemainingPathJaxRsRestlet.ResObjAndRemPath. uprivate RemainingPathJaxRsRestlet.RroRemPathAndMatchedPath. uMethods in org.restlet.ext.jaxrs with parameters of type RemainingPath Modifier and Type Method Description private JaxRsRestlet.RroRemPathAndMatchedPathJaxRsRestlet. identifyRootResource(RemainingPath u)Deprecated.Identifies the root resource class, see JAX-RS-Spec (2008-04-16), section 3.7.2 "Request Matching", Part 1: "Identify the root resource class"Constructors in org.restlet.ext.jaxrs with parameters of type RemainingPath Constructor Description ResObjAndRemPath(ResourceObject resourceObject, RemainingPath u)RroRemPathAndMatchedPath(ResourceObject rootResObj, RemainingPath u, java.lang.String matchedUriPath) -
Uses of RemainingPath in org.restlet.ext.jaxrs.internal.util
Fields in org.restlet.ext.jaxrs.internal.util declared as RemainingPath Modifier and Type Field Description private RemainingPathMatchingResult. finalCapturingGroupDeprecated.Methods in org.restlet.ext.jaxrs.internal.util that return RemainingPath Modifier and Type Method Description RemainingPathMatchingResult. getFinalCapturingGroup()Deprecated.Returns the final capturing group.Methods in org.restlet.ext.jaxrs.internal.util with parameters of type RemainingPath Modifier and Type Method Description intRemainingPath. compareTo(RemainingPath other)Deprecated.MatchingResultPathRegExp. match(RemainingPath remainingPath)Deprecated.Checks if this regular expression matches the given remaining path.booleanPathRegExp. matchesWithEmpty(RemainingPath remainingPath)Deprecated.Checks, if this regular expression matches the given path with no final matching group. -
Uses of RemainingPath in org.restlet.ext.jaxrs.internal.wrappers
Fields in org.restlet.ext.jaxrs.internal.wrappers with type parameters of type RemainingPath Modifier and Type Field Description private java.util.Map<RemainingPath,java.util.Set<Method>>ResourceClass. allowedMethodsDeprecated.Caches the allowed methods (unmodifiable) for given remainingParts.Methods in org.restlet.ext.jaxrs.internal.wrappers with parameters of type RemainingPath Modifier and Type Method Description java.util.Set<Method>ResourceClass. getAllowedMethods(RemainingPath remainingPath)Deprecated.Returns the allowed methods on the remainingPart.java.util.Collection<ResourceMethod>ResourceClass. getMethodsForPath(RemainingPath remainingPath)Deprecated.Return all resource methods for the given path, ignoring HTTP method, consumed or produced mimes and so on.
-