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

Method setJavaEncoding

java/org/apache/jasper/JspC.java:833–835  ·  view source on GitHub ↗

Sets the encoding to use for java files. @param encodingName The name, e.g. "UTF-8"

(String encodingName)

Source from the content-addressed store, hash-verified

831 * @param encodingName The name, e.g. "UTF-8"
832 */
833 public void setJavaEncoding(String encodingName) {
834 javaEncoding = encodingName;
835 }
836
837 @Override
838 public boolean getFork() {

Callers 1

setArgsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected