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

Method setClassLoader

java/org/apache/jasper/servlet/TldScanner.java:134–136  ·  view source on GitHub ↗

Set the class loader used by the digester to create objects as a result of this scan. Normally this only needs to be set when using JspC. @param classLoader Class loader to use when creating new objects while parsing TLDs

(ClassLoader classLoader)

Source from the content-addressed store, hash-verified

132 * @param classLoader Class loader to use when creating new objects while parsing TLDs
133 */
134 public void setClassLoader(ClassLoader classLoader) {
135 tldParser.setClassLoader(classLoader);
136 }
137
138 /**
139 * Scan for TLDs required by the platform specification.

Callers 2

initTldScannerMethod · 0.45
loadTagFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected