com.groiss.servlet
Class AVWInit
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.groiss.servlet.AVWInit
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class AVWInit
- extends HttpServlet
This servlet is used for initialization when running in application server.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AVWInit
public AVWInit()
init
public void init(ServletConfig config)
throws ServletException
- Specified by:
init in interface Servlet- Overrides:
init in class GenericServlet
- Throws:
ServletException
destroy
public void destroy()
- Specified by:
destroy in interface Servlet- Overrides:
destroy in class GenericServlet
doGet
protected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws IOException,
ServletException
- Overrides:
doGet in class HttpServlet
- Throws:
IOException
ServletException
getContext
public static ServletContext getContext()
- Provide access to shared servlet context
- Returns:
- the shared servlet context
@enterprise 8.0.10078 Copyright © 2001-2011 Groiss Informatics GmbH. All Rights Reserved.