Class Dispatcher

java.lang.Object
org.kohsuke.stapler.Dispatcher
Direct Known Subclasses:
HttpDeletable.HttpDeletableDispatcher

public abstract class Dispatcher extends Object
Controls the dispatching of incoming HTTP requests.
Author:
Kohsuke Kawaguchi
  • Field Details

    • TRACE

      public static boolean TRACE
      This flag will activate the evaluation trace. It adds the evaluation process as HTTP headers, and when the evaluation failed, special diagnostic 404 page will be rendered. Useful for developer assistance.
    • TRACE_PER_REQUEST

      public static boolean TRACE_PER_REQUEST
      This flag will activate the per-request evaluation trace for requests that have X-Stapler-Trace set to "true". It adds the evaluation process as HTTP headers, and when the evaluation failed, special diagnostic 404 page will be rendered. Useful for developer assistance.
  • Constructor Details

    • Dispatcher

      public Dispatcher()
  • Method Details