Returns the variable name used in the generated JSP servlet code to reference the EL expression factory. @return the name of the variable that will be used in the generated JSP code for the expression factory
()
| 284 | * @return the name of the variable that will be used in the generated JSP code for the expression factory |
| 285 | */ |
| 286 | default String getVariableForExpressionFactory() { |
| 287 | return "_el_expressionfactory"; |
| 288 | } |
| 289 |
no outgoing calls
no test coverage detected