public class LoginServlet extends HttpServlet
| Constructor and Description |
|---|
LoginServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void | doGet(HttpServletRequest req,
HttpServletResponse resp) |
protected void | doPost(HttpServletRequest req,
HttpServletResponse resp) |
void | init() |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
doGet in class HttpServletServletExceptionIOExceptionprotected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
doPost in class HttpServletServletExceptionIOExceptionpublic void init()
throws ServletExceptioninit in class GenericServletServletException