com.jcorporate.expresso.core.misc
Class ConfigExpresso
java.lang.Object
com.jcorporate.expresso.core.misc.ConfigExpresso
- public class ConfigExpresso
- extends Object
Class that maps to the <expresso-config> top level section in the
expresso-config.xml file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigExpresso
public ConfigExpresso()
setCryptoKey
public void setCryptoKey(String newKey)
setEncryptMode
public void setEncryptMode(String newMode)
setHttpPort
public void setHttpPort(String newValue)
setSslPort
public void setSslPort(String newValue)
getEncryptMode
public String getEncryptMode()
getCryptoKey
public String getCryptoKey()
getHttpPort
public String getHttpPort()
getSslPort
public String getSslPort()
addCacheManager
public void addCacheManager(ConfigCacheManager newCache)
addClassHandler
public static void addClassHandler(ConfigClassHandler cch)
getCacheManager
public ConfigCacheManager getCacheManager()
getContexts
public Vector getContexts()
getClassHandlers
public HashMap getClassHandlers()
addContext
public void addContext(ConfigContext newContext)
setLogDirectory
public void setLogDirectory(String newDir)
getLogDirectory
public String getLogDirectory()
setStrongCrypto
public void setStrongCrypto(String newCrypto)
strongCrypto
public boolean strongCrypto()
setServletAPI
public void setServletAPI(String newAPI)
setServletApi
public void setServletApi(String newAPI)
getServletAPI
public String getServletAPI()
Please see www.jcorporate.com for information about new Expresso releases.