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

Method isErrorOnELNotFound

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

Checks if error on EL not found is enabled. @return true if error on EL not found is enabled

()

Source from the content-addressed store, hash-verified

971 * @return true if error on EL not found is enabled
972 */
973 public boolean isErrorOnELNotFound() {
974 return errorOnELNotFound;
975 }
976
977 /**
978 * Puts a non-custom tag prefix in the map.

Callers 1

genPreambleMethodsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected