Uses of Annotation Interface
org.kohsuke.stapler.QueryParameter
Package
Description
Stapler
URL
→ Object
mapping framework.Subsystem for exposing arbitrary objects on per-session basis to the URL space.
-
Uses of QueryParameter in org.kohsuke.stapler
Modifier and TypeMethodDescriptionQueryParameter.HandlerImpl.parse
(StaplerRequest2 request, QueryParameter a, Class type, String parameterName) -
Uses of QueryParameter in org.kohsuke.stapler.bind
Modifier and TypeMethodDescriptionvoid
BoundObjectTable.doScript
(StaplerRequest2 req, StaplerResponse2 rsp, String var, String methods) This serves the script content for a bound object.void
BoundObjectTable.doScript
(StaplerRequest2 req, StaplerResponse2 rsp, String var, String methods) This serves the script content for a bound object.