org.kohsuke.stapler
Interface HttpDeletable


public interface HttpDeletable

Marks the object that can handle HTTP DELETE.

Author:
Kohsuke Kawaguchi

Method Summary
 void delete(StaplerRequest req, StaplerResponse rsp)
          Called when HTTP DELETE method is invoked.
 

Method Detail

delete

void delete(StaplerRequest req,
            StaplerResponse rsp)
            throws java.io.IOException,
                   javax.servlet.ServletException
Called when HTTP DELETE method is invoked.

Throws:
java.io.IOException
javax.servlet.ServletException


Copyright © 2011. All Rights Reserved.