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.restMethods 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 RestChildMatchRestChildMatch.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 UrlPathMatchModifierConstructorDescriptionprotectedRestChildMatch(UrlPathMatch pathMatch, RestContext childContext) Constructor.
- 
Uses of UrlPathMatch in org.apache.juneau.rest.utilMethods in org.apache.juneau.rest.util that return UrlPathMatchModifier and TypeMethodDescriptionabstract UrlPathMatchReturns a non-null value if the specified path matches this pattern.