Returns whether quoting rules from JSP.1.6 are applied to EL expressions in attributes. @return true if EL expressions used within attributes should have the quoting rules in JSP.1.6 applied to the expression.
()
| 277 | * the expression. |
| 278 | */ |
| 279 | boolean getQuoteAttributeEL(); |
| 280 | |
| 281 | /** |
| 282 | * Returns the variable name used in the generated JSP servlet code to reference the EL expression factory. |
no outgoing calls
no test coverage detected