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 StaplerStapler.getCurrent()Gets the currentStaplerthat the calling thread is associated with.WebApp.getSomeStapler()Gets a reference to someStaplerservlet in this webapp.RequestImpl.getStapler()StaplerRequest.getStapler()Deprecated.Gets theStaplerinstance that this belongs to.StaplerRequest.StaplerRequest2WrapperImpl.getStapler()StaplerRequest.StaplerRequestWrapperImpl.getStapler()StaplerRequest2.getStapler()Gets theStaplerinstance 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)