Uses of Annotation Interface
io.fluxcapacitor.javaclient.web.WebParam

Packages that use WebParam
Package
Description
 
  • Uses of WebParam in io.fluxcapacitor.javaclient.web

    Classes in io.fluxcapacitor.javaclient.web with annotations of type WebParam
    Modifier and Type
    Class
    Description
    @interface 
    Injects the value of an HTTP cookie into a handler method parameter.
    @interface 
    Injects an individual form field or a complete form object into a handler method parameter.
    @interface 
    Injects an HTTP request header into a handler method parameter.
    @interface 
    Injects a path variable from the URI into a handler method parameter.
    @interface 
    Injects an HTTP query parameter into a handler method parameter.