christophedelory.betty.admin.servlet
Class AddUserHttpServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
christophedelory.servlet.AbstractHttpServlet
christophedelory.betty.admin.servlet.AddUserHttpServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class AddUserHttpServlet
- extends AbstractHttpServlet
Adds or replaces a user definition.
- Version:
- $Revision$
- Author:
- Christophe Delory
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddUserHttpServlet
public AddUserHttpServlet()
getServletInfo
public String getServletInfo()
- Specified by:
getServletInfo
in interface Servlet
- Overrides:
getServletInfo
in class GenericServlet
doPost
protected void doPost(HttpServletRequest req,
HttpServletResponse resp)
throws IOException,
ServletException
- Overrides:
doPost
in class AbstractHttpServlet
- Throws:
IOException
ServletException
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.