| java.lang.Object net.wastl.webmail.server.WebMailServer net.wastl.webmail.server.WebMailServlet
WebMailServlet | public class WebMailServlet extends WebMailServer implements Servlet(Code) | | This is WebMails main server. From here most parts will be administered.
This is the servlet implementation of WebMail (introduced in 0.6.1)
Created: Tue Feb 2 12:07:25 1999
author: Sebastian Schaffert version: $Revision: 1.2 $ |
WebMailServlet | public WebMailServlet()(Code) | | |
destroy | public void destroy()(Code) | | |
initServers | protected void initServers()(Code) | | Init possible servers of this main class
|
service | public void service(ServletRequest req1, ServletResponse res1) throws ServletException(Code) | | Handle a request to the WebMail servlet.
This is the central method of the WebMailServlet. It first gathers all of the necessary information
from the client, then either creates or gets a Session and executes the URL handler for the given
path.
|
shutdownServers | protected void shutdownServers()(Code) | | |
|
|