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

Method hasJspRoot

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

Checks if this page has a JSP root. @return true if the page has a JSP root

()

Source from the content-addressed store, hash-verified

299 * @return true if the page has a JSP root
300 */
301 public boolean hasJspRoot() {
302 return hasJspRoot;
303 }
304
305 /**
306 * Returns the omit XML declaration setting.

Callers 1

generateXmlPrologMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected