com.philemonworks.selfdiagnose
Class SelfDiagnoseListener

java.lang.Object
  extended by com.philemonworks.selfdiagnose.SelfDiagnoseListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class SelfDiagnoseListener
extends Object
implements javax.servlet.ServletContextListener


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

Constructor Detail

SelfDiagnoseListener

public SelfDiagnoseListener()
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

isExitOnError

public boolean isExitOnError()

setExitOnError

public void setExitOnError(boolean exitOnError)


Copyright © 2012. All Rights Reserved.