Class CopyParentClassLoaderRule

java.lang.Object
org.apache.tomcat.util.digester.Rule
org.apache.catalina.startup.CopyParentClassLoaderRule

public class CopyParentClassLoaderRule extends Rule

Rule that copies the parentClassLoader property from the next-to-top item on the stack (which must be a Container) to the top item on the stack (which must also be a Container).

Author:
Craig R. McClanahan