public class MailerServlet
extends javax.servlet.http.HttpServlet
MailerServlet class.
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.validator.routines.EmailValidator |
emailValidator |
protected String |
redirectSuccess |
protected static String[] |
REQUIRED_FIELDS
Constant
REQUIRED_FIELDS="new String[] { sendto, subject, usernam"{trunked} |
Constructor and Description |
---|
MailerServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
init()
init
|
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
protected static final String[] REQUIRED_FIELDS
REQUIRED_FIELDS="new String[] { sendto, subject, usernam"{trunked}
protected String redirectSuccess
protected org.apache.commons.validator.routines.EmailValidator emailValidator
public void init() throws javax.servlet.ServletException
init
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
- if any.public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2022. All rights reserved.