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

Method getParent

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

Get the parent container. @return Return the Container for which this Container is a child, if there is one. If there is no defined parent, return null .

()

Source from the content-addressed store, hash-verified

211 * return <code>null</code>.
212 */
213 Container getParent();
214
215
216 /**

Callers 15

getServerMethod · 0.95
containerEventMethod · 0.95
getMBeanKeyPropertiesMethod · 0.95
getServerMethod · 0.95
getLogNameMethod · 0.95
getMBeanKeyPropertiesMethod · 0.95
getNamingContextNameMethod · 0.95
postWorkDirectoryMethod · 0.95
getVirtualServerNameMethod · 0.95
startInternalMethod · 0.95
startInternalMethod · 0.95
getNonAsyncClassNamesMethod · 0.95

Implementers 1

ContainerBasejava/org/apache/catalina/core/Containe

Calls

no outgoing calls

Tested by

no test coverage detected