edu.rice.rubis.servlets
Class BrowseCategories

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

public class BrowseCategories
extends RubisHttpServlet

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


Constructor Summary
BrowseCategories()
           
 
Method Summary
 void destroy()
          Clean up the connection pool.
 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)
           
 int getPoolSize()
           
 
Methods inherited from class edu.rice.rubis.servlets.RubisHttpServlet
closeConnection, finalizeConnections, getConnection, init, initializeConnections, releaseConnection
 

Constructor Detail

BrowseCategories

public BrowseCategories()
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
Build the html page for the response
Overrides:
doGet in class RubisHttpServlet

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
Overrides:
doPost in class RubisHttpServlet

destroy

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


Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.