Method Summary |
|
public synchronized void | configure(Configuration newConfig) Configure the global container including type conversion for default
values. |
public synchronized void | destroy() |
public synchronized ExpressoServicesConfig | getExpressoServicesConfig() Retrieve the current ExpressoServicesConfiguration file bean.
Note An important aspect of memory saving that RootContainer does
is that it maintains the local copy of the ExpressoServicesConfig as a
weak reference. |
public synchronized String | getHttpPort() |
public synchronized LogManager | getLogManager() |
public synchronized java.net.URL | getServicesFileLocation() Retrieves the URL location of the services file location. |
public synchronized String | getServletAPI() |
public synchronized String | getSetupValue(String key) Retrieve a specific setup value for the container. |
public synchronized Map | getSetupValues() Retrieve all the setup values for the root container. |
public synchronized Boolean | getShowStackTrace() Get the show stack trace. |
public synchronized String | getSslPort() Retrieve the location of the Expresso SSL port. |
public synchronized void | initialize() |
public synchronized boolean | isShowStackTrace() Retrieve whether stack traces should be shown or not. |
public synchronized void | reconfigure(Configuration newConfig) |
public synchronized void | setExpressoServicesConfig(ExpressoServicesConfig theConfig) Set the ExpressoServicesConfig bean. |
public synchronized void | setHttpPort(String httpPort) |
public synchronized void | setLogManager(LogManager newManager) |
public synchronized void | setServicesFileLocation(java.net.URL url) Sets the ULR location of the services file. |
public synchronized void | setServletAPI(String servletAPI) |
public synchronized void | setShowStackTrace(Boolean showStackTrace) Sets whether stack traces should be shown or not. |
public synchronized void | setSslPort(String sslPort) |