public abstract class SimpleFormToMailServlet extends JamesServlet
| Modifier and Type | Field and Description |
|---|---|
(package private) String[] |
entries
Deprecated.
|
(package private) boolean |
first
Deprecated.
|
(package private) static Logger |
log
Deprecated.
|
protected SendMailInterface |
sendmail
Deprecated.
|
pageLogmmbase, retryAfter| Constructor and Description |
|---|
SimpleFormToMailServlet()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getentries(HttpPost post)
Deprecated.
|
String |
getHtmlFooter()
Deprecated.
|
String |
getHtmlHeader(String title)
Deprecated.
Produces a 'standard' header of html-form.
|
String |
getServletInfo()
Deprecated.
Info method, provides the user/server with some basic info on
this Servlet
|
abstract String |
getSubject()
Deprecated.
|
abstract String |
getToEmailAddress()
Deprecated.
|
void |
init()
Deprecated.
Initializes the servlet.
|
void |
reload()
Deprecated.
reload
|
void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Deprecated.
service call will be called by the server when a request is done
by a user.
|
getAddress, getAuthorization, getAuthorization, getCookie, getInitParameters, getModule, getParam, getParamVector, getProperties, getPropertyassociateMapping, checkInited, decRefCount, destroy, doGet, getAssociations, getBasePath, getMMBase, getRequestURL, getServletByAssociation, getServletByMapping, getServletMappings, getServletMappingsByAssociation, incRefCount, setInitException, setMMBasedoDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicestatic Logger log
protected SendMailInterface sendmail
boolean first
String[] entries
public void init()
JamesServletinit in class JamesServletpublic void reload()
public void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
service in class MMBaseServletjavax.servlet.ServletExceptionIOExceptionpublic abstract String getSubject()
public abstract String getToEmailAddress()
public String getHtmlHeader(String title)
public String getHtmlFooter()
public String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class MMBaseServletMMBase 1.9-SNAPSHOT - ${javadoctimestamp}