| |
|
| java.lang.Object net.wastl.webmail.server.WebMailServer
All known Subclasses: net.wastl.webmail.server.WebMailServlet,
WebMailServer | abstract public class WebMailServer (Code) | | This is WebMails main server. From here most parts will be administered.
author: Sebastian Schaffert version: $Revision: 1.2 $ |
debug | protected static boolean debug(Code) | | |
defaultLocale | protected static Locale defaultLocale(Code) | | Webmail default locale setting.
|
possible_providers | protected static Provider[] possible_providers(Code) | | |
store_providers | protected static Provider[] store_providers(Code) | | |
transport_providers | protected static Provider[] transport_providers(Code) | | |
WebMailServer | public WebMailServer()(Code) | | |
debugOut | public static void debugOut(String msg)(Code) | | If debugging is enabled, send the given message to STDERR.
Parameters: msg - The message |
debugOut | public void debugOut(String msg, Exception ex)(Code) | | If debugging is enabled, send the given exception together with an explanatory message
to STDERR.
Parameters: msg - The explanatory message Parameters: ex - The exception |
getDebug | public static boolean getDebug()(Code) | | |
getDefaultLocale | public static Locale getDefaultLocale()(Code) | | Return default locale.
Related code:
1. login screen:
server/TopLevelHandler.java line #110.
2. webmail.css:
plugins/PassThroughPlugin.java line #77.
3. user's default locale setting:
xml/XMLUserData.java line #82.
default locale. |
getStoreProviders | public Provider[] getStoreProviders()(Code) | | |
getTransportProviders | public Provider[] getTransportProviders()(Code) | | |
getUptime | public long getUptime()(Code) | | |
initConfig | protected void initConfig()(Code) | | |
initProviders | protected void initProviders()(Code) | | |
initServers | abstract protected void initServers()(Code) | | Init possible servers of this main class
|
initStorage | protected void initStorage()(Code) | | |
reinitServer | abstract public void reinitServer(String ID)(Code) | | |
restart | public void restart()(Code) | | |
setDebug | public static void setDebug(boolean b)(Code) | | |
shutdown | public void shutdown()(Code) | | |
shutdownServers | abstract protected void shutdownServers()(Code) | | |
|
|
|