All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.IndivSEProfileServlet

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

public class IndivSEProfileServlet
extends HttpServlet
This class allows the user to change his profile for a sub-event


Constructor Index

 o IndivSEProfileServlet()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
Performs the HTTP GET operation; the default implementation reports an HTTP BAD_REQUEST error.
 o doPost(HttpServletRequest, HttpServletResponse)
Performs the HTTP POST operation; the default implementation reports an HTTP BAD_REQUEST error.
 o failure(PrintWriter)
 o init()

Constructors

 o IndivSEProfileServlet
 public IndivSEProfileServlet()

Methods

 o init
 public void init()
 o doGet
 public void doGet(HttpServletRequest req,
                   HttpServletResponse res) throws 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 IOException
Performs the HTTP POST operation; the default implementation reports an HTTP BAD_REQUEST error.

Overrides:
doPost in class HttpServlet
 o failure
 public void failure(PrintWriter pw)

All Packages  Class Hierarchy  This Package  Previous  Next  Index