org.apache.myfaces.tobago.webapp
Class TobagoServletContextListener

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

public class TobagoServletContextListener
extends Object
implements ServletContextListener


Constructor Summary
TobagoServletContextListener()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent event)
           
 void contextInitialized(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(ServletContextEvent event)
Specified by:
contextInitialized in interface ServletContextListener

contextDestroyed

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


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.