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

Method getVariableForInstanceManager

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

Returns the variable name used in the generated JSP servlet code to reference the instance manager. @return the name of the variable that will be used in the generated JSP code for the instance manager

()

Source from the content-addressed store, hash-verified

293 * @return the name of the variable that will be used in the generated JSP code for the instance manager
294 */
295 default String getVariableForInstanceManager() {
296 return "_jsp_instancemanager";
297 }
298

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