Package org.apache.catalina.startup
Interface ContextConfig.ContextXml
- Enclosing class:
ContextConfig
public static interface ContextConfig.ContextXml
Interface for loading context XML configuration into a Context.
-
Method Summary
-
Method Details
-
load
Loads the context XML configuration into the given context.- Parameters:
context- the context to configure- Throws:
Exception- if an error occurs during loading
-