| javax.servlet.http.HttpServlet com.methodhead.servlet.MailServlet
MailServlet | public class MailServlet extends HttpServlet (Code) | |
A servlet that initializes
com.methodhead.mail.Mail Mail singleton. The
following init-param may be specified:
-
mailproperties: the path of a properties file containing
the properties Mail expects.
If the path begins with a forward slash it is assumed to be an absolute
path, otherwise it is assumed to be a path relative to the context's
root. For example: WEB-INF/mail.properties or
/etc/mail.properties. If this parameter is not specified, it
defaults to WEB-INF/mail.properties.
|
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|