Uses of Class
org.apache.juneau.rest.httppart.RequestFormParam
Packages that use RequestFormParam
Package
Description
REST Server API
REST Assertions
-
Uses of RequestFormParam in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return RequestFormParamModifier and TypeMethodDescriptionRestRequest.getFormParam
(String name) Shortcut for callinggetFormData().getString(name) . -
Uses of RequestFormParam in org.apache.juneau.rest.assertions
Constructors in org.apache.juneau.rest.assertions with parameters of type RequestFormParamModifierConstructorDescriptionFluentRequestFormParamAssertion
(Assertion creator, RequestFormParam value, R returns) Chained constructor.FluentRequestFormParamAssertion
(RequestFormParam value, R returns) Constructor. -
Uses of RequestFormParam in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return RequestFormParamModifier 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.RequestFormParam.parser
(HttpPartParserSession value) RequestFormParam.schema
(HttpPartSchema value) Methods in org.apache.juneau.rest.httppart that return types with arguments of type RequestFormParamModifier and TypeMethodDescriptionReturns all the parameters with the specified name.RequestFormParams.getSorted()
Returns all headers in sorted order.Returns all headers with the specified name.