net.sf.tacos.demo
Class ConfigurationServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.tapestry.ApplicationServlet
              extended by net.sf.tacos.demo.ConfigurationServlet
All Implemented Interfaces:
Serializable, EventListener, javax.servlet.Servlet, javax.servlet.ServletConfig, javax.servlet.ServletContextListener

public class ConfigurationServlet
extends org.apache.tapestry.ApplicationServlet
implements javax.servlet.ServletContextListener

Configures log4j mostly

See Also:
Serialized Form

Constructor Summary
ConfigurationServlet()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent arg0)
           
 void contextInitialized(javax.servlet.ServletContextEvent arg0)
          
 void destroy()
           
 void init()
           
 
Methods inherited from class org.apache.tapestry.ApplicationServlet
addModuleIfExists, constructErrorHandler, constructRegistry, createClassResolver, doGet, doPost, doService, init, initializeApplication, show
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationServlet

public ConfigurationServlet()
Method Detail

init

public void init()
Overrides:
init in class javax.servlet.GenericServlet
See Also:
GenericServlet.init()

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Servlet
Overrides:
destroy in class org.apache.tapestry.ApplicationServlet
See Also:
Servlet.destroy()

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent arg0)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
See Also:
ServletContextListener.contextDestroyed(javax.servlet.ServletContextEvent)

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent arg0)

Specified by:
contextInitialized in interface javax.servlet.ServletContextListener