com.mf.kennewick.system
Class KennewickLifecycleListener

java.lang.Object
  extended bycom.mf.kennewick.system.KennewickLifecycleListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

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

Author:
Jeffrey Payne

Field Summary
static java.lang.String PARAM_PROPS_FILE
           
 
Constructor Summary
KennewickLifecycleListener()
           
 
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
 

Field Detail

PARAM_PROPS_FILE

public static final java.lang.String PARAM_PROPS_FILE
See Also:
Constant Field Values
Constructor Detail

KennewickLifecycleListener

public KennewickLifecycleListener()
Method Detail

contextInitialized

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

contextDestroyed

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


Copyright © 2004 Media Fortress, LLC, LLC. Licensed for commercial use under the Apache 2.0 License.