Uses of Class
edu.rice.rubis.servlets.RubisHttpServlet

Uses of RubisHttpServlet in edu.rice.rubis.servlets
 

Subclasses of RubisHttpServlet in edu.rice.rubis.servlets
 class AboutMe
          This servlets displays general information about the user loged in and about his current bids or items to sell.
 class BrowseCategories
          Builds the html page with the list of all categories and provides links to browse all items in a category or items in a category for a given region
 class BrowseRegions
          Builds the html page with the list of all region in the database
 class BuyNow
          This servlets display the page allowing a user to buy an item It must be called this way : http://..../BuyNow?
 class PutBid
          This servlets display the page allowing a user to put a bid on an item.
 class PutComment
          This servlets display the page allowing a user to put a comment on an item.
 class RegisterItem
          Add a new item in the database
 class RegisterUser
          Add a new user in the database
 class SearchItemsByCategory
          This servlets displays a list of items belonging to a specific category.
 class SearchItemsByRegion
          Build the html page with the list of all items for given category and region.
 class StoreBid
          This servlet records a bid in the database and display the result of the transaction.
 class StoreBuyNow
          This servlet records a BuyNow in the database and display the result of the transaction.
 class StoreComment
          This servlets records a comment in the database and display the result of the transaction.
 class ViewBidHistory
          This servlets displays the list of bids regarding an item.
 class ViewItem
          This servlets displays the full description of a given item and allows the user to bid on this item.
 class ViewUserInfo
          This servlets displays general information about a user.
 



Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.