Uses of Class
org.apache.juneau.rest.httppart.RequestPathParam
Packages that use RequestPathParam
-
Uses of RequestPathParam in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return RequestPathParamModifier and TypeMethodDescriptionRestRequest.getPathParam
(String name) Shortcut for callinggetPathParams().get( .name )RestRequest.getPathRemainder()
Shortcut for callinggetPathParams().getRemainder() . -
Uses of RequestPathParam in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return RequestPathParamModifier and TypeMethodDescriptionReturns the last parameter with the specified name.Returns the first parameter with the specified name.Returns the last parameter with the specified name.RequestPathParams.getRemainder()
Returns the decoded remainder of the URL following any path pattern matches.RequestPathParams.getRemainderUndecoded()
Same asRequestPathParams.getRemainder()
but doesn't decode characters.RequestPathParam.parser
(HttpPartParserSession value) RequestPathParam.schema
(HttpPartSchema value) Methods in org.apache.juneau.rest.httppart that return types with arguments of type RequestPathParamModifier and TypeMethodDescriptionReturns all the parameters with the specified name.RequestPathParams.getSorted()
Returns all headers in sorted order.Returns all headers with the specified name.