MCPcopy Index your code
hub / github.com/apache/tomcat / NamingContext

Method NamingContext

java/org/apache/naming/NamingContext.java:72–74  ·  view source on GitHub ↗

Builds a naming context. @param env The environment to use to construct the naming context @param name The name of the associated Catalina Context

(Hashtable<String,Object> env, String name)

Source from the content-addressed store, hash-verified

70 * @param name The name of the associated Catalina Context
71 */
72 public NamingContext(Hashtable<String,Object> env, String name) {
73 this(env, name, new HashMap<>());
74 }
75
76
77 /**

Callers

nothing calls this directly

Calls 5

addToEnvironmentMethod · 0.95
keysMethod · 0.65
getMethod · 0.65
hasMoreElementsMethod · 0.45
nextElementMethod · 0.45

Tested by

no test coverage detected