com.bankframe.ei.servlet
Class UserAdministrationServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.bankframe.ei.servlet.EonServlet
com.bankframe.ei.servlet.UserAdministrationServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class UserAdministrationServlet
- extends EonServlet
This class is the servlet that is used to administer users in BankFrame MCA
- See Also:
- Serialized Form
UserAdministrationServlet
public UserAdministrationServlet()
getServletInfo
public String getServletInfo()
- This method returns a string that describes this servlet.
- Specified by:
getServletInfo
in interface Servlet
- Overrides:
getServletInfo
in class GenericServlet
- Returns:
- String description of servlet.
log
public void log(String message)
- This method logs a string to the log file.
- Overrides:
log
in class EonServlet
- Parameters:
message
- java.lang.String
service
public void service(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
- This method handles a request for the servlet.
- Overrides:
service
in class EonServlet
- Throws:
ServletException
IOException
Copyright © 2005, 2007, Oracle. All rights reserved.