Uses of Class
org.apache.juneau.rest.util.UrlPathMatch
Packages that use UrlPathMatch
Package
Description
REST Server API
REST Server Utilities
-
Uses of UrlPathMatch in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return UrlPathMatchModifier and TypeMethodDescriptionRestChildMatch.getPathMatch()
Returns the path matching results of the REST child match.RestSession.getUrlPathMatch()
Returns the URL path pattern match on this call.Methods in org.apache.juneau.rest with parameters of type UrlPathMatchModifier and TypeMethodDescriptionstatic RestChildMatch
RestChildMatch.create
(UrlPathMatch pathMatch, RestContext childContext) Creator.RestSession.urlPathMatch
(UrlPathMatch value) Sets the URL path pattern match on this call.Constructors in org.apache.juneau.rest with parameters of type UrlPathMatchModifierConstructorDescriptionprotected
RestChildMatch
(UrlPathMatch pathMatch, RestContext childContext) Constructor. -
Uses of UrlPathMatch in org.apache.juneau.rest.util
Methods in org.apache.juneau.rest.util that return UrlPathMatchModifier and TypeMethodDescriptionabstract UrlPathMatch
Returns a non-null value if the specified path matches this pattern.