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

Method getStrictWhitespace

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

Returns whether strict whitespace handling rules are applied during JSP compilation. @return true if the strict white space rules are applied.

()

Source from the content-addressed store, hash-verified

322 * @return {@code true} if the strict white space rules are applied.
323 */
324 default boolean getStrictWhitespace() {
325 return true;
326 }
327

Callers 1

parseAttributesMethod · 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