org.apache.myfaces.tobago.webapp
Class TobagoServletContextListener

java.lang.Object
  extended by org.apache.myfaces.tobago.webapp.TobagoServletContextListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class TobagoServletContextListener
extends Object
implements javax.servlet.ServletContextListener


Constructor Summary
TobagoServletContextListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent event)
           
 void contextInitialized(javax.servlet.ServletContextEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TobagoServletContextListener

public TobagoServletContextListener()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent event)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent event)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.