MCPcopy Create free account
hub / github.com/apache/tomcat / isNameReserved

Method isNameReserved

java/org/apache/catalina/ssi/SSIMediator.java:268–270  ·  view source on GitHub ↗

Checks whether the given variable name is reserved by this class. @param name the variable name to check @return true if the name is reserved

(String name)

Source from the content-addressed store, hash-verified

266 * @return true if the name is reserved
267 */
268 protected boolean isNameReserved(String name) {
269 return name.startsWith(className + ".");
270 }
271
272
273 /**

Callers 2

setVariableValueMethod · 0.95
getVariableValueMethod · 0.95

Calls 1

startsWithMethod · 0.45

Tested by

no test coverage detected