MCPcopy Create free account
hub / github.com/apache/tomcat / getContextClass

Method getContextClass

java/org/apache/catalina/startup/UserConfig.java:137–139  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

135 * @return the Context implementation class name
136 */
137 public String getContextClass() {
138 return this.contextClass;
139 }
140
141
142 /**

Callers 1

createContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected