Betty v1.1.0

christophedelory.betty.servlet
Class LoginHttpServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by christophedelory.servlet.AbstractHttpServlet
              extended by christophedelory.betty.servlet.LoginHttpServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class LoginHttpServlet
extends AbstractHttpServlet

Logins to the Web application.

Version:
$Revision: 82 $
Author:
Christophe Delory
See Also:
Serialized Form

Constructor Summary
LoginHttpServlet()
           
 
Method Summary
protected  void doPost(HttpServletRequest req, HttpServletResponse resp)
           
 String getServletInfo()
           
 void init()
           
 
Methods inherited from class christophedelory.servlet.AbstractHttpServlet
doGet, doPut, getEnvEntry, getLocales, getParameter, sendError, sendError, sendResponse
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginHttpServlet

public LoginHttpServlet()
Method Detail

getServletInfo

public String getServletInfo()
Specified by:
getServletInfo in interface Servlet
Overrides:
getServletInfo in class GenericServlet

init

public void init()
          throws ServletException
Overrides:
init in class GenericServlet
Throws:
ServletException

doPost

protected void doPost(HttpServletRequest req,
                      HttpServletResponse resp)
               throws IOException,
                      ServletException
Overrides:
doPost in class AbstractHttpServlet
Throws:
IOException
ServletException

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.