com.groiss.servlet
Class AVWInit

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by 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

Constructor Summary
AVWInit()
           
 
Method Summary
 void destroy()
           
protected  void doGet(HttpServletRequest req, HttpServletResponse resp)
           
static ServletContext getContext()
          Provide access to shared servlet context
 void init(ServletConfig config)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVWInit

public AVWInit()
Method Detail

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.