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

Method setAddWebXmlMappings

java/org/apache/jasper/JspC.java:1160–1162  ·  view source on GitHub ↗

Sets the option to merge generated web.xml fragment into the WEB-INF/web.xml file of the web application that we were processing. @param b true to merge the fragment into the existing web.xml file of the processed web application ({uriroot}/WEB-INF/web.xml), false</c

(boolean b)

Source from the content-addressed store, hash-verified

1158 * ({uriroot}/WEB-INF/web.xml), <code>false</code> to keep the generated web.xml fragment
1159 */
1160 public void setAddWebXmlMappings(boolean b) {
1161 addWebXmlMappings = b;
1162 }
1163
1164 /**
1165 * Sets the option that throws an exception in case of a compilation error.

Callers 1

setArgsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected