com.Servlet
Class OperationPanier

java.lang.Object
  extended by HttpServlet
      extended by com.Servlet.OperationPanier

public class OperationPanier
extends HttpServlet

Classe permettant de savoir quelle opération a été demandée sur le panier.

Version:
1.0
Author:
E. Dupuis, L. Jilibert

Constructor Summary
OperationPanier()
           
 
Method Summary
 void destroy()
           
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationPanier

public OperationPanier()
Method Detail

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  IOException
Throws:
ServletException
IOException

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   IOException
Throws:
ServletException
IOException

destroy

public void destroy()

init

public void init()
          throws ServletException
Throws:
ServletException