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
()
| 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 |
no outgoing calls
no test coverage detected