Returns whether strict quote escaping is enabled for scriplet expressions. @return true if the quote escaping required by section JSP.1.6 of the JSP specification should be applied to scriplet expression.
()
| 269 | * to scriplet expression. |
| 270 | */ |
| 271 | boolean getStrictQuoteEscaping(); |
| 272 | |
| 273 | /** |
| 274 | * Returns whether quoting rules from JSP.1.6 are applied to EL expressions in attributes. |
no outgoing calls
no test coverage detected