|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.catalina.startup.HostConfig
Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts.
コンストラクタの概要 | |
HostConfig()
|
メソッドの概要 | |
java.lang.String |
getConfigClass()
Return the Context configuration class name. |
java.lang.String |
getContextClass()
Return the Context implementation class name. |
int |
getDebug()
Return the debugging detail level for this component. |
void |
lifecycleEvent(LifecycleEvent event)
Process the START event for an associated Host. |
void |
setConfigClass(java.lang.String configClass)
Set the Context configuration class name. |
void |
setContextClass(java.lang.String contextClass)
Set the Context implementation class name. |
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 |
コンストラクタの詳細 |
public HostConfig()
メソッドの詳細 |
public java.lang.String getConfigClass()
public void setConfigClass(java.lang.String configClass)
configClass
- The new Context configuration class name.public java.lang.String getContextClass()
public void setContextClass(java.lang.String contextClass)
contextClass
- The new Context implementation class name.public int getDebug()
public void setDebug(int debug)
debug
- The new debugging detail levelpublic void lifecycleEvent(LifecycleEvent event)
LifecycleListener
内の lifecycleEvent
event
- The lifecycle event that has occurred
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |