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

Method CustomTag

java/org/apache/jasper/compiler/Node.java:1671–1674  ·  view source on GitHub ↗
(String qName, String prefix, String localName, String uri, Attributes attrs, Mark start, Node parent,
                TagInfo tagInfo, Class<?> tagHandlerClass)

Source from the content-addressed store, hash-verified

1669 * Constructor for custom action implemented by tag handler.
1670 */
1671 CustomTag(String qName, String prefix, String localName, String uri, Attributes attrs, Mark start, Node parent,
1672 TagInfo tagInfo, Class<?> tagHandlerClass) {
1673 this(qName, prefix, localName, uri, attrs, null, null, start, parent, tagInfo, tagHandlerClass);
1674 }
1675
1676 /*
1677 * Constructor for custom action implemented by tag handler.

Callers

nothing calls this directly

Calls 4

isAssignableFromMethod · 0.45
getTagInfoMethod · 0.45
hasDynamicAttributesMethod · 0.45

Tested by

no test coverage detected