org.apache.catalina.startup
Class ContextConfig

java.lang.Object
  extended byorg.apache.catalina.startup.ContextConfig
All Implemented Interfaces:
LifecycleListener

public final class ContextConfig
extends java.lang.Object
implements LifecycleListener

Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets.

Version:
$Revision: 781708 $ $Date: 2009-06-04 12:07:19 +0100 (Thu, 04 Jun 2009) $
Author:
Craig R. McClanahan

Constructor Summary
ContextConfig()
           
 
Method Summary
 int getDebug()
          Return the debugging detail level for this component.
 void lifecycleEvent(LifecycleEvent event)
          Process the START event for an associated Context.
 void setDebug(int debug)
          Set the debugging detail level for this component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextConfig

public ContextConfig()
Method Detail

getDebug

public int getDebug()
Return the debugging detail level for this component.


setDebug

public void setDebug(int debug)
Set the debugging detail level for this component.

Parameters:
debug - The new debugging detail level

lifecycleEvent

public void lifecycleEvent(LifecycleEvent event)
Process the START event for an associated Context.

Specified by:
lifecycleEvent in interface LifecycleListener
Parameters:
event - The lifecycle event that has occurred


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.