com.bankframe.ei.servlet
Class StartupServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.bankframe.ei.servlet.EonServlet
com.bankframe.ei.servlet.StartupServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class StartupServlet
- extends EonServlet
- See Also:
- Serialized Form
Methods inherited from class com.bankframe.ei.servlet.EonServlet |
log |
StartupServlet
public StartupServlet()
service
public void service(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
- Description copied from class:
EonServlet
- This method is the entry point to the servlet
- Overrides:
service
in class EonServlet
- Throws:
ServletException
IOException
- See Also:
HttpServlet.service(HttpServletRequest, HttpServletResponse)
init
public void init(ServletConfig arg0)
throws ServletException
- Description copied from class:
EonServlet
- This method is called during initialisation of the Servlet by the Servlet Container.
- Specified by:
init
in interface Servlet
- Overrides:
init
in class EonServlet
- Throws:
ServletException
- See Also:
Servlet.init(ServletConfig)
destroy
public void destroy()
- Specified by:
destroy
in interface Servlet
- Overrides:
destroy
in class GenericServlet
- See Also:
Servlet.destroy()
Copyright © 2005, 2007, Oracle. All rights reserved.