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

Method getVariableValue

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

Returns the value of the named variable with no encoding applied. @param variableName the name of the variable @return the variable value, or null if not found

(String variableName)

Source from the content-addressed store, hash-verified

277 * @return the variable value, or null if not found
278 */
279 public String getVariableValue(String variableName) {
280 return getVariableValue(variableName, ENCODING_NONE);
281 }
282
283
284 /**

Callers 1

substituteVariablesMethod · 0.95

Calls 3

isNameReservedMethod · 0.95
encodeMethod · 0.95
getVariableValueMethod · 0.65

Tested by

no test coverage detected