net.codescore.servlets
Class InitServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.codescore.servlets.InitServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class InitServlet
- extends HttpServlet
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dc
private DataContext dc
InitServlet
public InitServlet()
doGet
protected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Overrides:
doGet in class HttpServlet
- Throws:
ServletException
IOException
init
public void init()
throws ServletException
- Application level initialization should occur here.
- Overrides:
init in class GenericServlet
- Throws:
ServletException
Copyright 2008 © Adam Cornett, Andrew Conner All Rights Reserved.