Uses of Annotation Interface
io.fluxzero.sdk.web.WebParam
Packages that use WebParam
-
Uses of WebParam in io.fluxzero.sdk.web
Classes in io.fluxzero.sdk.web with annotations of type WebParamModifier and TypeClassDescription@interfaceInjects the value of an HTTP cookie into a handler method parameter.@interfaceInjects an individual form field or a complete form object into a handler method parameter.@interfaceInjects an HTTP request header into a handler method parameter.@interfaceInjects a path variable from the URI into a handler method parameter.@interfaceInjects an HTTP query parameter into a handler method parameter.