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

Method setWebFragmentXml

java/org/apache/jasper/JspC.java:1126–1129  ·  view source on GitHub ↗

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

(String s)

Source from the content-addressed store, hash-verified

1124 * @param s New value
1125 */
1126 public void setWebFragmentXml(String s) {
1127 webxmlFile = resolveFile(s).getAbsolutePath();
1128 webxmlLevel = FRG_WEBXML;
1129 }
1130
1131 /**
1132 * File where we generate a complete web.xml with the class definitions.

Callers

nothing calls this directly

Calls 2

resolveFileMethod · 0.95
getAbsolutePathMethod · 0.45

Tested by

no test coverage detected