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

Method setWebXml

java/org/apache/jasper/JspC.java:1136–1139  ·  view source on GitHub ↗

File where we generate a complete web.xml with the class definitions. @param s New value

(String s)

Source from the content-addressed store, hash-verified

1134 * @param s New value
1135 */
1136 public void setWebXml(String s) {
1137 webxmlFile = resolveFile(s).getAbsolutePath();
1138 webxmlLevel = ALL_WEBXML;
1139 }
1140
1141 /**
1142 * Sets the encoding to be used to read and write web.xml files.

Callers 1

precompileMethod · 0.80

Calls 2

resolveFileMethod · 0.95
getAbsolutePathMethod · 0.45

Tested by 1

precompileMethod · 0.64