Package org.kohsuke.stapler
Class WebMethodContext
java.lang.Object
org.kohsuke.stapler.WebMethodContext
Function.contextualize(Object)
parameter that indicates
the function is called to serve request, such as doFoo(...)
or doIndex(...)
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Field Summary
-
Method Summary
-
Field Details
-
DYNAMIC
Used as a special name that representsdoDynamic(...)
that does dynamic traversal.- See Also:
-
-
Method Details
-
getName
Name of the web method. "" for index route.
-