edu.rice.rubis.servlets
Class BuyNowAuth

edu.rice.rubis.servlets.BuyNowAuth

public class BuyNowAuth

This servlets display the page authentifying the user to allow him to put a buy an item at the "buy now" price. It must be called this way :

 http://..../BuyNowAuth?itemId=xx where xx is the id of the item
 /

Version:
1.0
Author:
Emmanuel Cecchet and Julie Marguerite

Constructor Summary
BuyNowAuth()
           
 
Method Summary
 void doGet(edu.rice.rubis.servlets.HttpServletRequest request, edu.rice.rubis.servlets.HttpServletResponse response)
          Display the web page with the form to authenticate the user
 void doPost(edu.rice.rubis.servlets.HttpServletRequest request, edu.rice.rubis.servlets.HttpServletResponse response)
          Call the doGet method
 

Constructor Detail

BuyNowAuth

public BuyNowAuth()
Method Detail

doGet

public void doGet(edu.rice.rubis.servlets.HttpServletRequest request,
                  edu.rice.rubis.servlets.HttpServletResponse response)
           throws java.io.IOException,
                  edu.rice.rubis.servlets.ServletException
Display the web page with the form to authenticate the user

doPost

public void doPost(edu.rice.rubis.servlets.HttpServletRequest request,
                   edu.rice.rubis.servlets.HttpServletResponse response)
            throws java.io.IOException,
                   edu.rice.rubis.servlets.ServletException
Call the doGet method


Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.