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

Method createSubcontext

java/org/apache/naming/SelectorContext.java:246–249  ·  view source on GitHub ↗
(Name name)

Source from the content-addressed store, hash-verified

244
245
246 @Override
247 public Context createSubcontext(Name name) throws NamingException {
248 return getBoundContext().createSubcontext(parseName(name));
249 }
250
251
252 @Override

Callers

nothing calls this directly

Calls 2

getBoundContextMethod · 0.95
parseNameMethod · 0.95

Tested by

no test coverage detected