Uses of Class
io.fluxcapacitor.javaclient.web.ParameterValue
Packages that use ParameterValue
-
Uses of ParameterValue in io.fluxcapacitor.javaclient.web
Methods in io.fluxcapacitor.javaclient.web that return ParameterValueModifier and TypeMethodDescriptiondefault ParameterValue
WebRequestContext.getCookieParameter
(String name) Retrieves a parameter value from the cookie source using the specified parameter name.default ParameterValue
WebRequestContext.getFormParameter
(String name) Retrieves the value of a form parameter from the web request context.default ParameterValue
WebRequestContext.getHeaderParameter
(String name) Retrieves the value of a parameter from the HTTP request headers by its name.DefaultWebRequestContext.getParameter
(String name, WebParameterSource... sources) default ParameterValue
WebRequestContext.getParameter
(String name) Retrieves the value of a parameter from the web request.WebRequestContext.getParameter
(String name, WebParameterSource... sources) Retrieves the value of a specified parameter from the given sources in a web request.default ParameterValue
WebRequestContext.getPathParameter
(String name) Retrieves the value of a parameter from the path section of the web request.default ParameterValue
WebRequestContext.getQueryParameter
(String name) Retrieves the value of a query parameter from the web request.