org.apache.catalina.startup

Class 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).

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Craig R. McClanahan

Constructor Summary
CopyParentClassLoaderRule()
Construct a new instance of this Rule.
Method Summary
voidbegin(String namespace, String name, Attributes attributes)
Handle the beginning of an XML element.

Constructor Detail

CopyParentClassLoaderRule

public CopyParentClassLoaderRule()
Construct a new instance of this Rule.

Method Detail

begin

public void begin(String namespace, String name, Attributes attributes)
Handle the beginning of an XML element.

Parameters: attributes The attributes of this element

Throws: Exception if a processing error occurs

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.