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

Method isELIgnored

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

Checks if EL is ignored. @return true if EL is ignored

()

Source from the content-addressed store, hash-verified

944 * @return true if EL is ignored
945 */
946 public boolean isELIgnored() {
947 return isELIgnored;
948 }
949
950 /**
951 * Sets the error on EL not found flag.

Callers 12

generateJavaMethod · 0.45
processCharsMethod · 0.45
parseAttributeMethod · 0.45
parseAttributeValueMethod · 0.45
parseTemplateTextMethod · 0.45
parseElementsMethod · 0.45
visitMethod · 0.45
checkXmlAttributesMethod · 0.45
getJspAttributeMethod · 0.45
isExpressionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected