Uses of Class
io.fluxzero.sdk.web.ParameterValue
Packages that use ParameterValue
-
Uses of ParameterValue in io.fluxzero.sdk.web
Methods in io.fluxzero.sdk.web that return ParameterValueModifier and TypeMethodDescriptiondefault ParameterValueWebRequestContext.getCookieParameter(String name) Retrieves a parameter value from the cookie source using the specified parameter name.default ParameterValueWebRequestContext.getFormParameter(String name) Retrieves the value of a form parameter from the web request context.default ParameterValueWebRequestContext.getHeaderParameter(String name) Retrieves the value of a parameter from the HTTP request headers by its name.DefaultWebRequestContext.getParameter(String name, WebParameterSource... sources) default ParameterValueWebRequestContext.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 ParameterValueWebRequestContext.getPathParameter(String name) Retrieves the value of a parameter from the path section of the web request.default ParameterValueWebRequestContext.getQueryParameter(String name) Retrieves the value of a query parameter from the web request.