org.makumba.commons
Class NamedResourcesContextListener

java.lang.Object
  extended by org.makumba.commons.NamedResourcesContextListener
All Implemented Interfaces:
EventListener, ServletContextListener

public class NamedResourcesContextListener
extends Object
implements ServletContextListener


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

Constructor Detail

NamedResourcesContextListener

public NamedResourcesContextListener()
Method Detail

contextInitialized

public void contextInitialized(ServletContextEvent sce)
Specified by:
contextInitialized in interface ServletContextListener

contextDestroyed

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