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

Method addPrefixMapping

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

Maps the given prefix to the given URI. @param prefix The prefix to map @param uri The URI to be associated with the given prefix

(String prefix, String uri)

Source from the content-addressed store, hash-verified

459 * @param uri The URI to be associated with the given prefix
460 */
461 public void addPrefixMapping(String prefix, String uri) {
462 jspPrefixMapper.put(prefix, uri);
463 }
464
465 /**
466 * Pushes the given URI onto the stack of URIs to which the given prefix is mapped.

Callers 1

parseTaglibDirectiveMethod · 0.80

Calls 1

putMethod · 0.65

Tested by

no test coverage detected