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
-
IndivSEProfileServlet()
-
-
doGet(HttpServletRequest, HttpServletResponse)
- Performs the HTTP GET operation; the default implementation
reports an HTTP BAD_REQUEST error.
-
doPost(HttpServletRequest, HttpServletResponse)
-
Performs the HTTP POST operation; the default implementation
reports an HTTP BAD_REQUEST error.
-
failure(PrintWriter)
-
-
init()
-
IndivSEProfileServlet
public IndivSEProfileServlet()
init
public void init()
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
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
failure
public void failure(PrintWriter pw)
All Packages Class Hierarchy This Package Previous Next Index