×
Gets the part of the request URL from protocol up to the context path. javax.servlet.ServletContext, getServletContext(). Returns the ServletContext object ...
Maps an HTTP request to a method call / JSP invocation against a model object by evaluating the request URL in a EL-ish way.
Package org.kohsuke.stapler. Stapler URL → Object mapping framework. The main entry points are Stapler , StaplerRequest , and StaplerResponse . Interface ...
Accepts submission from the node configuration page. void, doConfigSubmit​(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp).
Subsystem for exposing arbitrary objects on per-session basis to the URL space. org.kohsuke.stapler.event. org.kohsuke.stapler.framework.io.
Handles the submission for the system configuration. void, doDynamic​(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp).
Missing: component/ | Show results with:component/
Nested classes/interfaces inherited from interface org.kohsuke.stapler. ... Gets the part of the request URL from protocol up to the context path.
Builds up the environment variable map that's sufficient to identify a process as ours. Object, getDynamic​(String token, org.kohsuke.stapler.StaplerRequest req ...
org.kohsuke.stapler.StaplerRequest ... public static final class StaplerRequest.RenderOnDemandParameters extends Object. Return value of StaplerRequest.
Nodes are persisted objects that capture user configurations, and instances get thrown away and recreated whenever the configuration changes. Running state of ...
Missing: component/ | Show results with:component/