i2p.susi.webmail
Class WebMail

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by i2p.susi.webmail.WebMail
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class WebMail
extends HttpServlet

Author:
susi23
See Also:
Serialized Form

Field Summary
static String CONFIG_BACKGROUND_CHECK
           
static String CONFIG_CHECK_MINUTES
           
static String CONFIG_IDLE_SECONDS
           
(package private) static String CONFIG_LEAVE_ON_SERVER
           
 
Constructor Summary
WebMail()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
(package private) static String quoteHTML(String line)
          prepare line for presentation between html tags - quote html tags
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_LEAVE_ON_SERVER

static final String CONFIG_LEAVE_ON_SERVER
See Also:
Constant Field Values

CONFIG_BACKGROUND_CHECK

public static final String CONFIG_BACKGROUND_CHECK
See Also:
Constant Field Values

CONFIG_CHECK_MINUTES

public static final String CONFIG_CHECK_MINUTES
See Also:
Constant Field Values

CONFIG_IDLE_SECONDS

public static final String CONFIG_IDLE_SECONDS
See Also:
Constant Field Values
Constructor Detail

WebMail

public WebMail()
Method Detail

quoteHTML

static String quoteHTML(String line)
prepare line for presentation between html tags - quote html tags

Parameters:
line -
Returns:
escaped string

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws IOException,
                  ServletException
Overrides:
doGet in class HttpServlet
Throws:
IOException
ServletException

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws IOException,
                   ServletException
Overrides:
doPost in class HttpServlet
Throws:
IOException
ServletException