Package org.apache.catalina.startup
Interface ContextConfig.ContextXml
-
- Enclosing class:
- ContextConfig
public static interface ContextConfig.ContextXmlInterface for loading context XML configuration into a Context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidload(Context context)Loads the context XML configuration into the given context.
-
-
-
Method Detail
-
load
void load(Context context) throws java.lang.Exception
Loads the context XML configuration into the given context.- Parameters:
context- the context to configure- Throws:
java.lang.Exception- if an error occurs during loading
-
-