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

Method addChild

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

Add a new child Container to those associated with this Container, if supported. Prior to adding this Container to the set of children, the child's setParent() method must be called, with this Container as an argument. This method may throw an IllegalArgumentException if th

(Container child)

Source from the content-addressed store, hash-verified

340 * @exception IllegalStateException if this Container does not support child Containers
341 */
342 void addChild(Container child);
343
344
345 /**

Callers 15

testBug57190Method · 0.65
deployMethod · 0.65
addServletMethod · 0.65
setHostMethod · 0.65
getHostMethod · 0.65
addContextMethod · 0.65
addWebappMethod · 0.65
configureContextMethod · 0.65
deployDescriptorMethod · 0.65
deployWARMethod · 0.65
deployDirectoryMethod · 0.65

Implementers 1

ContainerBasejava/org/apache/catalina/core/Containe

Calls

no outgoing calls

Tested by 2

testBug57190Method · 0.52