Package org.kohsuke.stapler.verb


package org.kohsuke.stapler.verb
  • Class
    Description
    Restricts a WebMethod to a specific HTTP method 'DELETE'.
    Restricts a WebMethod to a specific HTTP method 'GET'.
    Restricts the routing to matching HTTP verbs.
    Restricts a WebMethod to a specific HTTP method 'POST'.
    Restricts a WebMethod to a specific HTTP method 'PUT'.