|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.catalina.startup.ContextConfig
Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets.
Constructor Summary | |
ContextConfig()
|
Method Summary | |
static org.apache.commons.digester.Digester |
createWebXmlDigester(boolean namespaceAware,
boolean validation)
|
int |
getDebug()
Return the debugging detail level for this component. |
java.lang.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(java.lang.String path)
Set the location of the default deployment descriptor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContextConfig()
Method Detail |
public int getDebug()
public void setDebug(int debug)
debug
- The new debugging detail levelpublic java.lang.String getDefaultWebXml()
public void setDefaultWebXml(java.lang.String path)
path
- Absolute/relative path to the default web.xmlpublic void lifecycleEvent(LifecycleEvent event)
lifecycleEvent
in interface LifecycleListener
event
- The lifecycle event that has occurredpublic static org.apache.commons.digester.Digester createWebXmlDigester(boolean namespaceAware, boolean validation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |