| |
|
| java.lang.Object org.apache.catalina.startup.ContextConfig
ContextConfig | final public class ContextConfig implements LifecycleListener(Code) | | Startup event listener for a Context that configures the properties
of that Context, and the associated defined servlets.
author: Craig R. McClanahan version: $Revision: 1.66 $ $Date: 2002/06/23 20:35:30 $ |
Method Summary | |
public int | getDebug() Return the debugging detail level for this component. | public void | lifecycleEvent(LifecycleEvent event) Process the START event for an associated Context. | public void | setDebug(int debug) Set the debugging detail level for this component. |
getDebug | public int getDebug()(Code) | | Return the debugging detail level for this component.
|
lifecycleEvent | public void lifecycleEvent(LifecycleEvent event)(Code) | | Process the START event for an associated Context.
Parameters: event - The lifecycle event that has occurred |
setDebug | public void setDebug(int debug)(Code) | | Set the debugging detail level for this component.
Parameters: debug - The new debugging detail level |
|
|
|