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: 1.4 $ $Date: 2004/05/26 16:16:31 $

Author:
Craig R. McClanahan

Constructor Summary

CopyParentClassLoaderRule()
Construct a new instance of this Rule.

Method Summary

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

Constructor Details

CopyParentClassLoaderRule

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

Method Details

begin

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

Parameters:
attributes - The attributes of this element


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.