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

Method getNonCustomTagPrefix

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

Gets the mark for a non-custom tag prefix. @param prefix The prefix @return The mark location

(String prefix)

Source from the content-addressed store, hash-verified

991 * @return The mark location
992 */
993 public Mark getNonCustomTagPrefix(String prefix) {
994 return nonCustomTagPrefixMap.get(prefix);
995 }
996
997 /**
998 * Returns the deferredSyntaxAllowedAsLiteral attribute value.

Callers 1

parseTaglibDirectiveMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected