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

Method setWebXmlEncoding

java/org/apache/jasper/JspC.java:1149–1151  ·  view source on GitHub ↗

Sets the encoding to be used to read and write web.xml files. If not specified, defaults to UTF-8. @param encoding Encoding, e.g. "UTF-8".

(String encoding)

Source from the content-addressed store, hash-verified

1147 * @param encoding Encoding, e.g. "UTF-8".
1148 */
1149 public void setWebXmlEncoding(String encoding) {
1150 webxmlEncoding = encoding;
1151 }
1152
1153 /**
1154 * Sets the option to merge generated web.xml fragment into the WEB-INF/web.xml file of the web application that we

Callers 1

setArgsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected