edu.rice.rubis.servlets
Class SellItemForm

edu.rice.rubis.servlets.SellItemForm

public class SellItemForm

Builds the html page that display the form to register a new item to sell.

Version:
1.0
Author:
Emmanuel Cecchet and Julie Marguerite

Constructor Summary
SellItemForm()
           
 
Method Summary
 void doGet(edu.rice.rubis.servlets.HttpServletRequest request, edu.rice.rubis.servlets.HttpServletResponse response)
          Build the html page for the response
 void doPost(edu.rice.rubis.servlets.HttpServletRequest request, edu.rice.rubis.servlets.HttpServletResponse response)
           
 

Constructor Detail

SellItemForm

public SellItemForm()
Method Detail

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

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
Build the html page for the response


Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.