Module io.inverno.mod.web.base
Package io.inverno.mod.web.base.annotation
package io.inverno.mod.web.base.annotation
Inverno Web base annotations.
-
ClassDescriptionBinds a request body to a Web route method parameter.Binds the value of an HTTP cookie to a Web route method parameter whose name indicates the name of the cookie.Binds the value of a form parameter to a Web route method parameter whose name indicates the name of the parameter.Binds the value of an HTTP header to a Web route method parameter whose name indicates the name of the header.Binds the value of a URI path parameter as defined by
URIBuilder
to a Web route method parameter whose name indicates the name of the parameter.Binds the value of an HTTP query parameter to a Web route method parameter whose name indicates the name of the parameter.