Class WebMethodContext

java.lang.Object
org.kohsuke.stapler.WebMethodContext

public final class WebMethodContext extends Object
Function.contextualize(Object) parameter that indicates the function is called to serve request, such as doFoo(...) or doIndex(...)
Author:
Kohsuke Kawaguchi
See Also:
  • Field Details

    • DYNAMIC

      public static final String DYNAMIC
      Used as a special name that represents doDynamic(...) that does dynamic traversal.
      See Also:
  • Method Details

    • getName

      public String getName()
      Name of the web method. "" for index route.