edu.rice.rubis.servlets
Class PutBidAuth

edu.rice.rubis.servlets.PutBidAuth

public class PutBidAuth

This servlets display the page authentifying the user to allow him to put a bid on an item. It must be called this way :

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

Version:
1.0
Author:
Emmanuel Cecchet and Julie Marguerite

Constructor Summary
PutBidAuth()
           
 
Method Summary
 void doGet(edu.rice.rubis.servlets.HttpServletRequest request, edu.rice.rubis.servlets.HttpServletResponse response)
           
 void doPost(edu.rice.rubis.servlets.HttpServletRequest request, edu.rice.rubis.servlets.HttpServletResponse response)
           
 

Constructor Detail

PutBidAuth

public PutBidAuth()
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

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


Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.