All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.SEMAddJudgeServlet

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----tejas.SEMAddJudgeServlet

public class SEMAddJudgeServlet
extends HttpServlet
class that allows a subevent manager to add a judge

Author:
B.Aditya

Constructor Index

 o SEMAddJudgeServlet()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
doGet displays a form and accepts data.
 o doPost(HttpServletRequest, HttpServletResponse)
Performs the HTTP POST operation; the default implementation reports an HTTP BAD_REQUEST error.

Constructors

 o SEMAddJudgeServlet
 public SEMAddJudgeServlet()

Methods

 o doGet
 public void doGet(HttpServletRequest req,
                   HttpServletResponse res) throws ServletException, IOException
doGet displays a form and accepts data.

Overrides:
doGet in class HttpServlet
 o doPost
 public void doPost(HttpServletRequest req,
                    HttpServletResponse res) throws ServletException, IOException
Performs the HTTP POST operation; the default implementation reports an HTTP BAD_REQUEST error.

Overrides:
doPost in class HttpServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index