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

Method setIsDefaultPageEncoding

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

Sets whether the page encoding is the default encoding. @param isDefault true if the page encoding is the default

(boolean isDefault)

Source from the content-addressed store, hash-verified

604 * @param isDefault true if the page encoding is the default
605 */
606 public void setIsDefaultPageEncoding(boolean isDefault) {
607 isDefaultPageEncoding = isDefault;
608 }
609
610 /**
611 * Returns whether the page encoding is the default encoding.

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected