OOP ConfigPerHost Version 2.3
C G N P S

C

com.bentofw.configperhost - package com.bentofw.configperhost
Read a set of property values per host from XML.
com.bentofw.util - package com.bentofw.util
The classes and interfaces required for APIs by OOP-Research.
ConfigPerHost - Class in com.bentofw.configperhost
Read a set of property values from XML.

G

getBooleanValue(HttpServletRequest, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns the boolean property value for the specified host and key.
getBooleanValue(String, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns the boolean property value for the specified host and key.
getBooleanValueArray(HttpServletRequest, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns array that contains boolean property values for the specified host and key.
getBooleanValueArray(String, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns array that contains boolean property values for the specified host and key.
getBooleanValueArrayForAllHosts(String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns array that contains boolean property values for the specified key, that is shared among all the hosts.
getBooleanValueForAllHosts(String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns the boolean property value for the specified key, that is shared among all the hosts.
getDoubleValue(HttpServletRequest, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns the double property value for the specified host and key.
getDoubleValue(String, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns the double property value for the specified host and key.
getDoubleValueArray(HttpServletRequest, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns array that contains double property values for the specified host and key.
getDoubleValueArray(String, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns array that contains double property values for the specified host and key.
getDoubleValueArrayForAllHosts(String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns array that contains double property values for the specified key, that is shared among all the hosts.
getDoubleValueForAllHosts(String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns the double property value for the specified key, that is shared among all the hosts.
getInstance() - Static method in class com.bentofw.configperhost.ConfigPerHost
Returns the instance of this class.
getIntValue(HttpServletRequest, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns the int property value for the specified host and key.
getIntValue(String, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns the int property value for the specified host and key.
getIntValueArray(HttpServletRequest, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns array that contains int property values for the specified host and key.
getIntValueArray(String, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns array that contains int property values for the specified host and key.
getIntValueArrayForAllHosts(String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns array that contains int property values for the specified key, that is shared among all the hosts.
getIntValueForAllHosts(String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns the int property value for the specified key, that is shared among all the hosts.
getLongValue(HttpServletRequest, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns the long property value for the specified host and key.
getLongValue(String, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns the long property value for the specified host and key.
getLongValueArray(HttpServletRequest, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns array that contains long property values for the specified host and key.
getLongValueArray(String, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns array that contains long property values for the specified host and key.
getLongValueArrayForAllHosts(String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns array that contains long property values for the specified key, that is shared among all the hosts.
getLongValueForAllHosts(String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns the long property value for the specified key, that is shared among all the hosts.
getMessage() - Method in exception com.bentofw.util.NestedException
Returns the error message of original Throwable.
getOriginal() - Method in exception com.bentofw.util.NestedException
Returns the original Throwable.
getString(HttpServletRequest, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns the String property value for the specified host and key.
getString(String, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns the String property value for the specified host and key.
getStringArray(HttpServletRequest, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns array that contains String property values for the specified host and key.
getStringArray(String, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns array that contains String property values for the specified host and key.
getStringArrayForAllHosts(String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns array that contains String property values for the specified key, that is shared among all the hosts.
getStringForAllHosts(String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns the String property value for the specified key, that is shared among all the hosts.
getStringSet(HttpServletRequest, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns Set that contains String property values for the specified host and key.
getStringSet(String, String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns Set that contains String property values for the specified host and key.
getStringSetForAllHosts(String) - Method in class com.bentofw.configperhost.ConfigPerHost
Returns Set that contains String property values for the specified key, that is shared among all the hosts.

N

NestedException - Exception in com.bentofw.util
The exception for the system error.
NestedException(Throwable) - Constructor for exception com.bentofw.util.NestedException
The custructor.
NoPropertyFileException - Exception in com.bentofw.util
This exception will be thrown when the required property file is not found.
NoPropertyFileException(String) - Constructor for exception com.bentofw.util.NoPropertyFileException
The custructor.
NoValueFoundException - Exception in com.bentofw.configperhost
Thrown by ConfigPerHost.
NoValueFoundException(String) - Constructor for exception com.bentofw.configperhost.NoValueFoundException
 

P

prepare() - Method in class com.bentofw.configperhost.ConfigPerHost
Parses a series of "config-per-host-num.xml" files from WEB-INF/classes directory.
printStackTrace() - Method in exception com.bentofw.util.NestedException
Print this Throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in exception com.bentofw.util.NestedException
Print this Throwable and its backtrace to the specified PrintStream.
printStackTrace(PrintWriter) - Method in exception com.bentofw.util.NestedException
Print this Throwable and its backtrace to the specified PrintWriter.

S

SimpleException - Exception in com.bentofw.util
The exception for the logical error.
SimpleException(String) - Constructor for exception com.bentofw.util.SimpleException
The custructor.

C G N P S
OOP ConfigPerHost Version 2.3

ALL CONTENTS COPYRIGHT 2005, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.