| |
|
| java.lang.Object com.salmonllc.util.ApplicationContext
ApplicationContext | public class ApplicationContext (Code) | | Creates an application context object that can be used by other framwork
classes to determine information on the web application
|
createThreadWithContext | public static Thread createThreadWithContext(Runnable r)(Code) | | Creates a new thread that shares the same application context as the current thread
|
createThreadWithContextClone | public static Thread createThreadWithContextClone(Runnable r)(Code) | | Creates a new thread with a clone of the application context as the current thread
|
getAppDocumentRoot | public String getAppDocumentRoot()(Code) | | Returns the contextRoot. |
getAppPropertiesPath | public String getAppPropertiesPath()(Code) | | Returns the directory where framework properties are stored
|
setAppDocumentRoot | public void setAppDocumentRoot(String contextRoot)(Code) | | Parameters: Framework - method, don't call directly |
setAppID | public void setAppID(String appID)(Code) | | Parameters: appID - The appID to set. |
setLogger | public void setLogger(MessageLog logger)(Code) | | Parameters: Framework - method, don't call directly |
|
|
|