Uses of Enum Class
io.fluxzero.sdk.web.WebParameterSource
Packages that use WebParameterSource
-
Uses of WebParameterSource in io.fluxzero.sdk.web
Subclasses with type arguments of type WebParameterSource in io.fluxzero.sdk.webModifier and TypeClassDescriptionenumEnumerates the sources of parameter values in an HTTP or WebSocket request.Methods in io.fluxzero.sdk.web that return WebParameterSourceModifier and TypeMethodDescriptionstatic WebParameterSourceReturns 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.fluxzero.sdk.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.