org.apache.continuum.web.startup
Class ContinuumStartup

java.lang.Object
  extended by org.apache.continuum.web.startup.ContinuumStartup
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class ContinuumStartup
extends Object
implements javax.servlet.ServletContextListener

Since:
15 mars 2008
Version:
$Id: ContinuumStartup.java 1372260 2012-08-13 04:29:09Z brett $
Author:
olamy

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

Constructor Detail

ContinuumStartup

public ContinuumStartup()
Method Detail

contextDestroyed

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

contextInitialized

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


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