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

Method isValidateTld

java/org/apache/jasper/JspC.java:965–967  ·  view source on GitHub ↗

Returns whether TLD validation is enabled. @return true if TLD validation is enabled

()

Source from the content-addressed store, hash-verified

963 * @return {@code true} if TLD validation is enabled
964 */
965 public boolean isValidateTld() {
966 return validateTld;
967 }
968
969 /**
970 * Sets the option to validate XML files.

Callers 2

initTldScannerMethod · 0.95
initServletContextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected