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

Method addToEnvironment

java/org/apache/naming/SelectorContext.java:305–308  ·  view source on GitHub ↗
(String propName, Object propVal)

Source from the content-addressed store, hash-verified

303
304
305 @Override
306 public Object addToEnvironment(String propName, Object propVal) throws NamingException {
307 return getBoundContext().addToEnvironment(propName, propVal);
308 }
309
310
311 @Override

Callers

nothing calls this directly

Calls 1

getBoundContextMethod · 0.95

Tested by

no test coverage detected