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

Method validateDirectives

java/org/apache/jasper/compiler/Validator.java:1545–1547  ·  view source on GitHub ↗
(Compiler compiler, Node.Nodes page)

Source from the content-addressed store, hash-verified

1543 }
1544
1545 public static void validateDirectives(Compiler compiler, Node.Nodes page) throws JasperException {
1546 page.visit(new DirectiveVisitor(compiler));
1547 }
1548
1549 public static void validateExDirectives(Compiler compiler, Node.Nodes page) throws JasperException {
1550 // Determine the default output content type

Callers 1

generateJavaMethod · 0.95

Calls 1

visitMethod · 0.65

Tested by

no test coverage detected