All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.expershop.esapi.AppConfiguration

java.lang.Object
   |
   +----com.expershop.esapi.AppConfiguration

public class AppConfiguration
extends Object
A class to give access to this application's properties


Method Index

 o get(String)
Get a configuration parameter, given its name.
 o getAdminPassword(String)
Get this application's administrator password
 o getDouble(String)
Get a configuration parameter, given its name.
 o getJdbcDriverClass()
 o getJdbcPassword()
 o getJdbcUrl()
 o getJdbcUser()
 o getLocale()
Get the Locale
 o getMaxConn()
 o getName()
Get this application's name
 o getRootDir()
Get this application's root directory (shop.RootDir property)
 o getTimeout()

Methods

 o getJdbcDriverClass
 public String getJdbcDriverClass()
 o getJdbcUser
 public String getJdbcUser()
 o getJdbcPassword
 public String getJdbcPassword()
 o getJdbcUrl
 public String getJdbcUrl()
 o getMaxConn
 public int getMaxConn()
 o getName
 public String getName()
Get this application's name

 o getAdminPassword
 public String getAdminPassword(String id)
Get this application's administrator password

 o getRootDir
 public String getRootDir()
Get this application's root directory (shop.RootDir property)

 o getLocale
 public Locale getLocale()
Get the Locale

 o getTimeout
 public int getTimeout()
 o get
 public String get(String pname) throws SQLException
Get a configuration parameter, given its name.

 o getDouble
 public double getDouble(String pname) throws IOException
Get a configuration parameter, given its name.


All Packages  Class Hierarchy  This Package  Previous  Next  Index