org.apache.catalina.startup
クラス ContextConfig

java.lang.Object
  |
  +--org.apache.catalina.startup.ContextConfig
すべての実装インタフェース:
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.

バージョン:
$Revision: 1.52.2.1 $ $Date: 2002/02/20 03:18:32 $
作成者:
Craig R. McClanahan

コンストラクタの概要
ContextConfig()
           
 
メソッドの概要
 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.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ContextConfig

public ContextConfig()
メソッドの詳細

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.
パラメータ:
debug - The new debugging detail level

lifecycleEvent

public void lifecycleEvent(LifecycleEvent event)
Process the START event for an associated Context.
定義:
インタフェース LifecycleListener 内の lifecycleEvent
パラメータ:
event - The lifecycle event that has occurred


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.