Returns whether strict whitespace handling rules are applied during JSP compilation. @return true if the strict white space rules are applied.
()
| 322 | * @return {@code true} if the strict white space rules are applied. |
| 323 | */ |
| 324 | default boolean getStrictWhitespace() { |
| 325 | return true; |
| 326 | } |
| 327 |
no outgoing calls
no test coverage detected