edu.rice.rubis.servlets
Class Config

java.lang.Object
  |
  +--edu.rice.rubis.servlets.Config

public class Config
extends java.lang.Object

This class contains the configuration for the servlets like the path of HTML files, etc ...

Version:
1.0
Author:
Emmanuel Cecchet and Julie Marguerite

Field Summary
static int AboutMePoolSize
           
static int BrowseCategoriesPoolSize
           
static int BrowseRegionsPoolSize
           
static int BuyNowPoolSize
           
static java.lang.String DatabaseProperties
           
static java.lang.String HTMLFilesPath
           
static int PutBidPoolSize
           
static int PutCommentPoolSize
           
static int RegisterItemPoolSize
           
static int RegisterUserPoolSize
           
static int SearchItemsByCategoryPoolSize
           
static int SearchItemsByRegionPoolSize
           
static int StoreBidPoolSize
           
static int StoreBuyNowPoolSize
           
static int StoreCommentPoolSize
           
static int ViewBidHistoryPoolSize
           
static int ViewItemPoolSize
           
static int ViewUserInfoPoolSize
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTMLFilesPath

public static final java.lang.String HTMLFilesPath

DatabaseProperties

public static final java.lang.String DatabaseProperties

AboutMePoolSize

public static final int AboutMePoolSize

BrowseCategoriesPoolSize

public static final int BrowseCategoriesPoolSize

BrowseRegionsPoolSize

public static final int BrowseRegionsPoolSize

BuyNowPoolSize

public static final int BuyNowPoolSize

PutBidPoolSize

public static final int PutBidPoolSize

PutCommentPoolSize

public static final int PutCommentPoolSize

RegisterItemPoolSize

public static final int RegisterItemPoolSize

RegisterUserPoolSize

public static final int RegisterUserPoolSize

SearchItemsByCategoryPoolSize

public static final int SearchItemsByCategoryPoolSize

SearchItemsByRegionPoolSize

public static final int SearchItemsByRegionPoolSize

StoreBidPoolSize

public static final int StoreBidPoolSize

StoreBuyNowPoolSize

public static final int StoreBuyNowPoolSize

StoreCommentPoolSize

public static final int StoreCommentPoolSize

ViewBidHistoryPoolSize

public static final int ViewBidHistoryPoolSize

ViewItemPoolSize

public static final int ViewItemPoolSize

ViewUserInfoPoolSize

public static final int ViewUserInfoPoolSize


Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.