Uses of Class
org.kohsuke.stapler.Stapler
Packages that use Stapler
-
Uses of Stapler in org.kohsuke.stapler
Fields in org.kohsuke.stapler declared as StaplerMethods in org.kohsuke.stapler that return StaplerModifier and TypeMethodDescriptionstatic Stapler
Stapler.getCurrent()
Gets the currentStapler
that the calling thread is associated with.WebApp.getSomeStapler()
Gets a reference to someStapler
servlet in this webapp.RequestImpl.getStapler()
StaplerRequest.getStapler()
Deprecated.Gets theStapler
instance that this belongs to.StaplerRequest.StaplerRequest2WrapperImpl.getStapler()
StaplerRequest.StaplerRequestWrapperImpl.getStapler()
StaplerRequest2.getStapler()
Gets theStapler
instance that this belongs to.Constructors in org.kohsuke.stapler with parameters of type StaplerModifierConstructorDescriptionRequestImpl
(Stapler stapler, jakarta.servlet.http.HttpServletRequest request, List<org.kohsuke.stapler.AncestorImpl> ancestors, TokenList tokens) RequestImpl
(Stapler stapler, javax.servlet.http.HttpServletRequest request, List<org.kohsuke.stapler.AncestorImpl> ancestors, TokenList tokens) Deprecated.ResponseImpl
(Stapler stapler, jakarta.servlet.http.HttpServletResponse response) ResponseImpl
(Stapler stapler, javax.servlet.http.HttpServletResponse response) Deprecated.
RequestImpl(Stapler, HttpServletRequest, List, TokenList)