com.bankframe.ei.servlet
Class UserGroupServlet
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--com.bankframe.ei.servlet.EonServlet
|
+--com.bankframe.ei.servlet.UserGroupServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class UserGroupServlet
- extends EonServlet
This class is the servlet that is used to create and remove users and groups in BankFrame MCA
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getServletInfo()
This method returns a string that describes this servlet. |
void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
This method is the entry point to the servlet |
Methods inherited from class javax.servlet.http.HttpServlet |
service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupServlet
public UserGroupServlet()
getServletInfo
public java.lang.String getServletInfo()
- This method returns a string that describes this servlet.
- Specified by:
getServletInfo
in interface javax.servlet.Servlet
- Overrides:
getServletInfo
in class javax.servlet.GenericServlet
service
public void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
- This method is the entry point to the servlet
- Overrides:
service
in class EonServlet
javax.servlet.ServletException
java.io.IOException
Copyright © 2005 Siebel Systems, Inc. All rights reserved.