Serializable, Servlet, ServletConfigpublic class WebMail extends HttpServlet
| Modifier and Type | Field | Description |
|---|---|---|
static String |
CONFIG_BACKGROUND_CHECK |
|
static String |
CONFIG_CHECK_MINUTES |
|
static String |
CONFIG_IDLE_SECONDS |
|
(package private) static String |
CONFIG_LEAVE_ON_SERVER |
| Constructor | Description |
|---|---|
WebMail() |
| Modifier and Type | Method | Description |
|---|---|---|
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
Escapes html tags
|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, logdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicestatic final String CONFIG_LEAVE_ON_SERVER
public static final String CONFIG_BACKGROUND_CHECK
public static final String CONFIG_CHECK_MINUTES
public static final String CONFIG_IDLE_SECONDS
static String quoteHTML(String line)
line - null OKpublic void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
doGet in class HttpServletIOExceptionServletExceptionpublic void doPost(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
doPost in class HttpServletIOExceptionServletException