MCPcopy Index your code
hub / github.com/apache/tomcat / getContextClass

Method getContextClass

java/org/apache/catalina/startup/HostConfig.java:172–174  ·  view source on GitHub ↗

Get the Context implementation class name. @return the Context implementation class name

()

Source from the content-addressed store, hash-verified

170 * @return the Context implementation class name
171 */
172 public String getContextClass() {
173 return this.contextClass;
174 }
175
176
177 /**

Callers 2

setContextClassMethod · 0.95
lifecycleEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected