JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
Apache Tomcat
®
11.0.23
org.apache.catalina.startup
ContextConfig
ContextXml
Contents
Description
Method Summary
Method Details
load(Context)
Hide sidebar
Show sidebar
Interface ContextConfig.ContextXml
Enclosing class:
ContextConfig
public static interface
ContextConfig.ContextXml
Interface for loading context XML configuration into a Context.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
load
(
Context
context)
Loads the context XML configuration into the given context.
Method Details
load
void
load
(
Context
context)
throws
Exception
Loads the context XML configuration into the given context.
Parameters:
context
- the context to configure
Throws:
Exception
- if an error occurs during loading