org.apache.catalina.startup
Class ContextConfig
java.lang.Object
org.apache.catalina.startup.ContextConfig
- LifecycleListener
public final class ContextConfig
extends java.lang.Object
Startup event listener for a Context that configures the properties
of that Context, and the associated defined servlets.
Version:
- Craig R. McClanahan
- Jean-Francois Arcand
static Digester | createWebXmlDigester(boolean namespaceAware, boolean validation)
|
int | getDebug() - Return the debugging detail level for this component.
|
String | getDefaultWebXml() - Return the location of the default deployment descriptor
|
void | lifecycleEvent(LifecycleEvent event) - Process the START event for an associated Context.
|
void | setDebug(int debug) - Set the debugging detail level for this component.
|
void | setDefaultWebXml(String path) - Set the location of the default deployment descriptor
|
createWebXmlDigester
public static Digester createWebXmlDigester(boolean namespaceAware,
boolean validation)
getDebug
public int getDebug()
Return the debugging detail level for this component.
getDefaultWebXml
public String getDefaultWebXml()
Return the location of the default deployment descriptor
setDebug
public void setDebug(int debug)
Set the debugging detail level for this component.
debug
- The new debugging detail level
setDefaultWebXml
public void setDefaultWebXml(String path)
Set the location of the default deployment descriptor
path
- Absolute/relative path to the default web.xml
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.