Uses of Class
org.apache.juneau.rest.util.UrlPathMatcher
Packages that use UrlPathMatcher
Package
Description
REST Server API
REST Method Argument Beans
REST Server Utilities
-
Uses of UrlPathMatcher in org.apache.juneau.rest
Fields in org.apache.juneau.rest declared as UrlPathMatcherModifier and TypeFieldDescriptionprotected final UrlPathMatcherRestContext.pathMatcherprotected final UrlPathMatcher[]RestOpContext.pathMatchersMethods in org.apache.juneau.rest that return UrlPathMatcherModifier and TypeMethodDescriptionRestContext.getPathMatcher()Returns the path matcher for this context. -
Uses of UrlPathMatcher in org.apache.juneau.rest.arg
Methods in org.apache.juneau.rest.arg with parameters of type UrlPathMatcherModifier and TypeMethodDescriptionstatic PathArgPathArg.create(ParameterInfo paramInfo, AnnotationWorkList annotations, UrlPathMatcher pathMatcher) Static creator.static PathRemainderArgPathRemainderArg.create(ParameterInfo paramInfo, AnnotationWorkList annotations, UrlPathMatcher pathMatcher) Static creator.Constructors in org.apache.juneau.rest.arg with parameters of type UrlPathMatcherModifierConstructorDescriptionprotectedPathArg(ParameterInfo paramInfo, AnnotationWorkList annotations, UrlPathMatcher pathMatcher) Constructor. -
Uses of UrlPathMatcher in org.apache.juneau.rest.util
Methods in org.apache.juneau.rest.util that return UrlPathMatcherModifier and TypeMethodDescriptionUrlPathMatcherList.asArray()Returns the contents of this list as aUrlPathMatcherarray.static UrlPathMatcherConstructs a matcher from the specified pattern string.Methods in org.apache.juneau.rest.util with parameters of type UrlPathMatcherModifier and TypeMethodDescriptionintUrlPathMatcher.compareTo(UrlPathMatcher o) Comparator for this object.