MCPcopy Create free account
hub / github.com/apache/tomcat / setWebXmlInclude

Method setWebXmlInclude

java/org/apache/jasper/JspC.java:1116–1119  ·  view source on GitHub ↗

File where we generate configuration with the class definitions to be included in a web.xml file. @param s New value

(String s)

Source from the content-addressed store, hash-verified

1114 * @param s New value
1115 */
1116 public void setWebXmlInclude(String s) {
1117 webxmlFile = resolveFile(s).getAbsolutePath();
1118 webxmlLevel = INC_WEBXML;
1119 }
1120
1121 /**
1122 * File where we generate a complete web-fragment.xml with the class definitions.

Callers

nothing calls this directly

Calls 2

resolveFileMethod · 0.95
getAbsolutePathMethod · 0.45

Tested by

no test coverage detected