com.Servlet
Class Panier
java.lang.Object
HttpServlet
com.Servlet.Panier
public class Panier
- extends HttpServlet
Listing du contenu du panier d'un utilisateur
- Version:
- 1.0
- Author:
- E. Dupuis, L. Jilibert
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 |
Panier
public Panier()
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