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.


Constructor Index

 o SEMMailJudgeServlet()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
Performs the HTTP GET operation; the default implementation reports an HTTP BAD_REQUEST error.
 o doPost(HttpServletRequest, HttpServletResponse)
doPost takes the stuff from above and mails it!!

Constructors

 o SEMMailJudgeServlet
 public SEMMailJudgeServlet()

Methods

 o 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
 o 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