Class Summary |
AboutMe |
This servlets displays general information about the user loged in
and about his current bids or items to sell. |
Auth |
|
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 |
BrowseRegions |
Builds the html page with the list of all region in the database |
BuyNow |
This servlets display the page allowing a user to buy an item
It must be called this way :
http://..../BuyNow? |
BuyNowAuth |
This servlets display the page authentifying the user
to allow him to put a buy an item at the "buy now" price.
|
Config |
This class contains the configuration for the servlets
like the path of HTML files, etc ... |
PutBid |
This servlets display the page allowing a user to put a bid
on an item.
|
PutBidAuth |
This servlets display the page authentifying the user
to allow him to put a bid on an item.
|
PutComment |
This servlets display the page allowing a user to put a comment
on an item.
|
PutCommentAuth |
This servlets display the page authentifying the user
to allow him to put a comment on another user.
|
RegisterItem |
Add a new item in the database |
RegisterUser |
Add a new user in the database |
RubisHttpServlet |
Provides the method to initialize connection to the database. |
SearchItemsByCategory |
This servlets displays a list of items belonging to a specific category.
|
SearchItemsByRegion |
Build the html page with the list of all items for given category and region. |
SellItemForm |
Builds the html page that display the form to register a new item to sell. |
ServletPrinter |
In fact, this class is not a servlet itself but it provides
output services to servlets to send back HTML files. |
StoreBid |
This servlet records a bid in the database and display
the result of the transaction.
|
StoreBuyNow |
This servlet records a BuyNow in the database and display
the result of the transaction.
|
StoreComment |
This servlets records a comment in the database and display
the result of the transaction.
|
TimeManagement |
This class provides additionnal functions that the GregorianCalendar
class does not provide. |
ViewBidHistory |
This servlets displays the list of bids regarding an item.
|
ViewItem |
This servlets displays the full description of a given item
and allows the user to bid on this item.
|
ViewUserInfo |
This servlets displays general information about a user.
|