edu.rice.rubis.servlets
Class AboutMe

edu.rice.rubis.servlets.RubisHttpServlet
  |
  +--edu.rice.rubis.servlets.AboutMe

public class AboutMe
extends RubisHttpServlet

This servlets displays general information about the user loged in and about his current bids or items to sell.

Version:
1.0
Author:
Emmanuel Cecchet and Julie Marguerite

Constructor Summary
AboutMe()
           
 
Method Summary
 void destroy()
          Clean up the connection pool.
 void doGet(edu.rice.rubis.servlets.HttpServletRequest request, edu.rice.rubis.servlets.HttpServletResponse response)
          Call doPost method.
 void doPost(edu.rice.rubis.servlets.HttpServletRequest request, edu.rice.rubis.servlets.HttpServletResponse response)
          Check username and password and build the web page that display the information about the loged in user.
 int getPoolSize()
           
 
Methods inherited from class edu.rice.rubis.servlets.RubisHttpServlet
closeConnection, finalizeConnections, getConnection, init, initializeConnections, releaseConnection
 

Constructor Detail

AboutMe

public AboutMe()
Method Detail

getPoolSize

public int getPoolSize()
Overrides:
getPoolSize in class RubisHttpServlet

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
Call doPost method.
Overrides:
doGet in class RubisHttpServlet
Parameters:
request - a HttpServletRequest value
response - a HttpServletResponse value
Throws:
java.io.IOException - if an error occurs
edu.rice.rubis.servlets.ServletException - if an error occurs

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
Check username and password and build the web page that display the information about the loged in user.
Overrides:
doPost in class RubisHttpServlet
Parameters:
request - a HttpServletRequest value
response - a HttpServletResponse value
Throws:
java.io.IOException - if an error occurs
edu.rice.rubis.servlets.ServletException - if an error occurs

destroy

public void destroy()
Clean up the connection pool.
Overrides:
destroy in class RubisHttpServlet


Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.