All Packages Class Hierarchy This Package Previous Next Index
Class tejas.SEMMailJudgeServlet
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----tejas.SEMMailJudgeServlet
- public class SEMMailJudgeServlet
- extends HttpServlet
Takes a judge email and throws out a page to type the mail.
On submitting, it mails fellow.
-
SEMMailJudgeServlet()
-
-
doGet(HttpServletRequest, HttpServletResponse)
- Performs the HTTP GET operation; the default implementation
reports an HTTP BAD_REQUEST error.
-
doPost(HttpServletRequest, HttpServletResponse)
- doPost takes the stuff from above and mails it!!
SEMMailJudgeServlet
public SEMMailJudgeServlet()
doGet
public void doGet(HttpServletRequest req,
HttpServletResponse res) throws ServletException, IOException
- Performs the HTTP GET operation; the default implementation
reports an HTTP BAD_REQUEST error.
- Overrides:
- doGet in class HttpServlet
doPost
public void doPost(HttpServletRequest req,
HttpServletResponse res) throws ServletException, IOException
- doPost takes the stuff from above and mails it!!
- Overrides:
- doPost in class HttpServlet
All Packages Class Hierarchy This Package Previous Next Index