|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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)
Create (if necessary) and return a Digester configured to process the web application deployment descriptor (web.xml). |
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. |
protected static SchemaResolver |
registerLocalSchema(SchemaResolver entityResolver)
Utilities used to force the parser to use local schema, when available, instead of the schemaLocation XML element. |
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)
protected static SchemaResolver registerLocalSchema(SchemaResolver entityResolver)
schemaLocation
XML element.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |