Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getBoundContext
Method · 0.95
parseName
Method · 0.95
Tested by
no test coverage detected