Uses of Annotation Interface
org.kohsuke.stapler.InjectedParameter
Packages that use InjectedParameter
Package
Description
Stapler
URL
→ Object
mapping framework.-
Uses of InjectedParameter in org.kohsuke.stapler
Classes in org.kohsuke.stapler with annotations of type InjectedParameterModifier and TypeClassDescription@interface
Indicates that this parameter is injected by evaluatingStaplerRequest2.findAncestorObject(Class)
with the parameter type.@interface
Indicates that this parameter is bound from HTTP header.@interface
Indicates that this parameter is injected from HTTP query parameter. -
Uses of InjectedParameter in org.kohsuke.stapler.json
Classes in org.kohsuke.stapler.json with annotations of type InjectedParameterModifier and TypeClassDescription@interface
Binds the body payload into POJO via json-lib.@interface
Binds the submitted form to a parameter of a web-bound method.