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

Method getTrimSpaces

java/org/apache/jasper/Options.java:114–114  ·  view source on GitHub ↗

Returns the option for trimming whitespace-only template text. @return TrimSpacesOption#TRUE to remove template text that consists only of whitespace from the output completely, TrimSpacesOption#SINGLE to replace such template text with a single space, {@link

()

Source from the content-addressed store, hash-verified

112 * replace any sequence of whitespace and new lines within template text with a single new line.
113 */
114 TrimSpacesOption getTrimSpaces();
115
116 /**
117 * Returns the scratch directory used as the work folder for temporary compilation files.

Callers 3

visitMethod · 0.65
setupContextWriterMethod · 0.65
visitMethod · 0.65

Implementers 2

JspCjava/org/apache/jasper/JspC.java
EmbeddedServletOptionsjava/org/apache/jasper/EmbeddedServlet

Calls

no outgoing calls

Tested by

no test coverage detected