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

Method getTaglib

java/org/apache/jasper/compiler/PageInfo.java:432–434  ·  view source on GitHub ↗

Gets the tag library corresponding to the given URI. @param uri The URI to look up @return Tag library corresponding to the given URI

(String uri)

Source from the content-addressed store, hash-verified

430 * @return Tag library corresponding to the given URI
431 */
432 public TagLibraryInfo getTaglib(String uri) {
433 return taglibsMap.get(uri);
434 }
435
436 /**
437 * Gets the collection of tag libraries that are associated with a URI.

Callers 5

startPrefixMappingMethod · 0.80
parseCustomActionMethod · 0.80
parseTaglibDirectiveMethod · 0.80
parseCustomTagMethod · 0.80
visitMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected