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

Method setJspConfigPageEncoding

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

Sets the encoding specified in the JSP config element whose URL pattern matches the page containing this Root. @param enc The page encoding from the JSP config

(String enc)

Source from the content-addressed store, hash-verified

567 * @param enc The page encoding from the JSP config
568 */
569 public void setJspConfigPageEncoding(String enc) {
570 jspConfigPageEnc = enc;
571 }
572
573 /**
574 * Gets the encoding specified in the JSP config element whose URL pattern matches the page containing this

Callers 2

parseMethod · 0.95
parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected