org.apache.catalina.startup
Class CopyParentClassLoaderRule
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
).
Version:
- Craig R. McClanahan
void | begin(String namespace, String name, Attributes attributes) - Handle the beginning of an XML element.
|
CopyParentClassLoaderRule
public CopyParentClassLoaderRule()
Construct a new instance of this Rule.
begin
public void begin(String namespace,
String name,
Attributes attributes)
throws Exception
Handle the beginning of an XML element.
attributes
- The attributes of this element
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.