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

Method getVariableForExpressionFactory

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

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

()

Source from the content-addressed store, hash-verified

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

Callers 3

generateGettersMethod · 0.65
generateInitMethod · 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