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

Method getNameParser

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

Source from the content-addressed store, hash-verified

278
279
280 @Override
281 public NameParser getNameParser(Name name) throws NamingException {
282 return getBoundContext().getNameParser(parseName(name));
283 }
284
285
286 @Override

Callers

nothing calls this directly

Calls 2

getBoundContextMethod · 0.95
parseNameMethod · 0.95

Tested by

no test coverage detected