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
Methods 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 PathArg
PathArg.create
(ParamInfo paramInfo, AnnotationWorkList annotations, UrlPathMatcher pathMatcher) Static creator.Constructors in org.apache.juneau.rest.arg with parameters of type UrlPathMatcherModifierConstructorDescriptionprotected
PathArg
(ParamInfo 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 aUrlPathMatcher
array.static UrlPathMatcher
Constructs a matcher from the specified pattern string.Methods in org.apache.juneau.rest.util with parameters of type UrlPathMatcherModifier and TypeMethodDescriptionint
UrlPathMatcher.compareTo
(UrlPathMatcher o) Comparator for this object.