org.apache.myfaces.trinidadinternal.webapp
Class TrinidadListenerImpl

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.webapp.TrinidadListenerImpl
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class TrinidadListenerImpl
extends java.lang.Object
implements javax.servlet.ServletContextListener

Implementation of the Trinidad Context Listener

Version:
$Revision$ $Date$
Author:
Scott O'Bryan (latest modification by $Author$)

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

Constructor Detail

TrinidadListenerImpl

public TrinidadListenerImpl()
Method Detail

contextDestroyed

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

contextInitialized

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


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.