Expresso 5-5-0

com.jcorporate.expresso.core.misc
Class ConfigExpresso

java.lang.Object
  extended bycom.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.


Constructor Summary
ConfigExpresso()
           
 
Method Summary
 void addCacheManager(ConfigCacheManager newCache)
           
static void addClassHandler(ConfigClassHandler cch)
           
 void addContext(ConfigContext newContext)
           
 ConfigCacheManager getCacheManager()
           
 HashMap getClassHandlers()
           
 Vector getContexts()
           
 String getCryptoKey()
           
 String getEncryptMode()
           
 String getHttpPort()
           
 String getLogDirectory()
           
 String getServletAPI()
           
 String getSslPort()
           
 void setCryptoKey(String newKey)
           
 void setEncryptMode(String newMode)
           
 void setHttpPort(String newValue)
           
 void setLogDirectory(String newDir)
           
 void setServletApi(String newAPI)
           
 void setServletAPI(String newAPI)
           
 void setSslPort(String newValue)
           
 void setStrongCrypto(String newCrypto)
           
 boolean strongCrypto()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigExpresso

public ConfigExpresso()
Method Detail

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()

Expresso 5-5-0

Please see www.jcorporate.com for information about new Expresso releases.