Uses of Enum Class
io.fluxcapacitor.javaclient.web.WebParameterSource
Packages that use WebParameterSource
-
Uses of WebParameterSource in io.fluxcapacitor.javaclient.web
Methods in io.fluxcapacitor.javaclient.web that return WebParameterSourceModifier and TypeMethodDescriptionstatic WebParameterSource
Returns the enum constant of this class with the specified name.static WebParameterSource[]
WebParameterSource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.fluxcapacitor.javaclient.web with parameters of type WebParameterSourceModifier and TypeMethodDescriptionDefaultWebRequestContext.getParameter
(String name, WebParameterSource... sources) WebRequestContext.getParameter
(String name, WebParameterSource... sources) Retrieves the value of a specified parameter from the given sources in a web request.