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

Method getTldResourcePath

java/org/apache/jasper/compiler/TldCache.java:121–123  ·  view source on GitHub ↗

Returns the resource path for the given TLD URI. @param uri the TLD URI @return the resource path, or null if not found

(String uri)

Source from the content-addressed store, hash-verified

119 * @return the resource path, or null if not found
120 */
121 public TldResourcePath getTldResourcePath(String uri) {
122 return uriTldResourcePathMap.get(uri);
123 }
124
125
126 /**

Callers 5

isOutDatedMethod · 0.95
loadTagFileMethod · 0.45
visitMethod · 0.45
getTaglibInfoMethod · 0.45
parseTaglibDirectiveMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected