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.restMethods 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.argMethods in org.apache.juneau.rest.arg with parameters of type UrlPathMatcherModifier and TypeMethodDescriptionstatic PathArgPathArg.create(ParamInfo paramInfo, AnnotationWorkList annotations, UrlPathMatcher pathMatcher) Static creator.Constructors in org.apache.juneau.rest.arg with parameters of type UrlPathMatcherModifierConstructorDescriptionprotectedPathArg(ParamInfo paramInfo, AnnotationWorkList annotations, UrlPathMatcher pathMatcher) Constructor.
- 
Uses of UrlPathMatcher in org.apache.juneau.rest.utilMethods 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.