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

Method findChild

java/org/apache/catalina/Container.java:368–368  ·  view source on GitHub ↗

Obtain a child Container by name. @param name Name of the child Container to be retrieved @return The child Container with the given name or null if no such child exists.

(String name)

Source from the content-addressed store, hash-verified

366 * @return The child Container with the given name or <code>null</code> if no such child exists.
367 */
368 Container findChild(String name);
369
370
371 /**

Callers 15

getContextMethod · 0.95
expireMethod · 0.95
removeChildMethod · 0.95
testTagMethod · 0.65
testTagMethod · 0.65
testDependantsOrderMethod · 0.65
doTestTagReleaseMethod · 0.65
testConcurrencyMethod · 0.65

Implementers 1

ContainerBasejava/org/apache/catalina/core/Containe

Calls

no outgoing calls

Tested by 15

testTagMethod · 0.52
testTagMethod · 0.52
testDependantsOrderMethod · 0.52
doTestTagReleaseMethod · 0.52
testConcurrencyMethod · 0.52
testSslEnvMethod · 0.52
configMethod · 0.52