Class 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:
    WebMethod
    • Field Detail

      • DYNAMIC

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

      • getName

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