Uses of Class
org.apache.juneau.rest.util.UrlPath
Packages that use UrlPath
Package
Description
REST Server API
REST Server Utilities
-
Uses of UrlPath in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return UrlPathModifier and TypeMethodDescriptionRestSession.Builder.getUrlPath()
Returns the request path info as aUrlPath
bean.RestSession.getUrlPath()
Returns the request path info as aUrlPath
bean. -
Uses of UrlPath in org.apache.juneau.rest.util
Methods in org.apache.juneau.rest.util that return UrlPathModifier and TypeMethodDescriptionstatic UrlPath
Creates a new parsedUrlPath
object from the specified string.Methods in org.apache.juneau.rest.util with parameters of type UrlPathModifier and TypeMethodDescriptionabstract UrlPathMatch
Returns a non-null value if the specified path matches this pattern.