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

Method putNonCustomTagPrefix

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

Puts a non-custom tag prefix in the map. @param prefix The prefix @param where The mark location

(String prefix, Mark where)

Source from the content-addressed store, hash-verified

981 * @param where The mark location
982 */
983 public void putNonCustomTagPrefix(String prefix, Mark where) {
984 nonCustomTagPrefixMap.put(prefix, where);
985 }
986
987 /**
988 * Gets the mark for a non-custom tag prefix.

Callers 1

parseCustomTagMethod · 0.80

Calls 1

putMethod · 0.65

Tested by

no test coverage detected