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

Method setPageEncoding

java/org/apache/jasper/compiler/Node.java:588–590  ·  view source on GitHub ↗

Sets the encoding of the page. @param enc The page encoding

(String enc)

Source from the content-addressed store, hash-verified

586 * @param enc The page encoding
587 */
588 public void setPageEncoding(String enc) {
589 pageEnc = enc;
590 }
591
592 /**
593 * Returns the encoding of the page.

Callers 3

parseMethod · 0.95
parseMethod · 0.95
visitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected