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

Method getEjbRefs

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

Returns the EJB references. @return the EJB references

()

Source from the content-addressed store, hash-verified

935 * @return the EJB references
936 */
937 public Map<String,ContextEjb> getEjbRefs() {
938 return ejbRefs;
939 }
940
941 // ejb-local-ref
942 // 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