MCPcopy Create free account
hub / github.com/apache/tomcat / setTrimSpaces

Method setTrimSpaces

java/org/apache/jasper/JspC.java:540–542  ·  view source on GitHub ↗

Sets the option to control handling of template text that consists entirely of whitespace. @param trimSpaces New value

(TrimSpacesOption trimSpaces)

Source from the content-addressed store, hash-verified

538 * @param trimSpaces New value
539 */
540 public void setTrimSpaces(TrimSpacesOption trimSpaces) {
541 this.trimSpaces = trimSpaces;
542 }
543
544 /**
545 * Sets the option to control handling of template text that consists entirely of whitespace.

Callers 1

setArgsMethod · 0.95

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected