Method Summary |
|
public static synchronized String | getConfigPath() Returns a string representing the mmbase.config parameter without a
final File.separator . |
public static File | getDataDir() |
public static synchronized String | getHtmlRoot() Returns a string representing the mmbase.htmlroot parameter without a
final File.separator . |
public static synchronized String | getHtmlRootUrlPath() Returns a string representing the HtmlRootUrlPath, this is the path under
the webserver, what is the root for this instance. |
public static synchronized String | getOutputFile() Returns a string representing the mmbase.outputfile parameter. |
public static synchronized ServletContext | getServletContext() Returns the ServletContext used to initialize MMBase. |
public static synchronized ThreadGroup | getThreadGroup() Returns the MMBase thread group. |
public static synchronized void | init(ServletContext servletContext) Initialize MMBase using a ServletContext . |
public static synchronized void | init(String configPath, boolean initLogging) Initialize MMBase using a config path. |
public static synchronized void | init() Initialize MMBase using system properties only. |
public static synchronized void | initHtmlRoot() Initialize mmbase.htmlroot parameter. |
public static boolean | isInitialized() Returns whether this class has been initialized. |
public static Thread | startThread(Runnable task, String name) Starts a daemon thread using the MMBase thread group. |
public static Thread | startThread(DaemonTask task, String name) Starts a daemon thread using the MMBase thread group. |