| 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 author: Jean-Francois Arcand version: $Revision: 1.44 $ $Date: 2004/04/09 21:47:04 $ |
createWebXmlDigester | public static Digester createWebXmlDigester(boolean namespaceAware, boolean validation)(Code) | | |
getDebug | public int getDebug()(Code) | | Return the debugging detail level for this component.
|
getDefaultWebXml | public String getDefaultWebXml()(Code) | | Return the location of the default deployment descriptor
|
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 |
setDefaultWebXml | public void setDefaultWebXml(String path)(Code) | | Set the location of the default deployment descriptor
Parameters: path - Absolute/relative path to the default web.xml |
|
|