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

Method getEnvEntries

java/org/apache/tomcat/util/descriptor/web/WebXml.java:915–917  ·  view source on GitHub ↗

Returns the environment entries. @return the environment entries

()

Source from the content-addressed store, hash-verified

913 * @return the environment entries
914 */
915 public Map<String,ContextEnvironment> getEnvEntries() {
916 return envEntries;
917 }
918
919 // ejb-ref
920 // TODO: Should support multiple description elements with language

Callers 2

mergeMethod · 0.95
configureContextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected