org.jboss.console.plugins.monitor
Class ManageSnapshotServlet

java.lang.Object
  extended byjavax.servlet.http.HttpServlet
      extended byorg.jboss.console.plugins.monitor.ManageSnapshotServlet

public class ManageSnapshotServlet
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Constructor Summary
ManageSnapshotServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest req, HttpServletResponse resp)
           
protected  void doit(HttpServletRequest req, HttpServletResponse resp)
           
protected  void doPost(HttpServletRequest req, HttpServletResponse resp)
           
protected  void error(java.lang.String msg, HttpServletRequest req, HttpServletResponse resp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManageSnapshotServlet

public ManageSnapshotServlet()
Method Detail

doGet

protected void doGet(HttpServletRequest req,
                     HttpServletResponse resp)
              throws ServletException,
                     java.io.IOException
Throws:
ServletException
java.io.IOException

doPost

protected void doPost(HttpServletRequest req,
                      HttpServletResponse resp)
               throws ServletException,
                      java.io.IOException
Throws:
ServletException
java.io.IOException

error

protected void error(java.lang.String msg,
                     HttpServletRequest req,
                     HttpServletResponse resp)
              throws ServletException,
                     java.io.IOException
Throws:
ServletException
java.io.IOException

doit

protected void doit(HttpServletRequest req,
                    HttpServletResponse resp)
             throws ServletException,
                    java.io.IOException
Throws:
ServletException
java.io.IOException