Package org.apache.catalina.startup
Interface Catalina.ServerXml
-
- Enclosing class:
- Catalina
public static interface Catalina.ServerXmlInterface for generated server XML loading classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidload(Catalina catalina)Load the server configuration into the specified Catalina instance.
-
-
-
Method Detail
-
load
void load(Catalina catalina) throws java.lang.Exception
Load the server configuration into the specified Catalina instance.- Parameters:
catalina- The Catalina instance- Throws:
java.lang.Exception- if an error occurs during loading
-
-