| org.apache.catalina.startup.CopyParentClassLoaderRule
CopyParentClassLoaderRule | public class CopyParentClassLoaderRule extends Rule (Code) | | 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 version: $Revision: 1.4 $ $Date: 2004/05/26 16:16:31 $ |
CopyParentClassLoaderRule | public CopyParentClassLoaderRule()(Code) | | Construct a new instance of this Rule.
|
begin | public void begin(String namespace, String name, Attributes attributes) throws Exception(Code) | | Handle the beginning of an XML element.
Parameters: attributes - The attributes of this element exception: Exception - if a processing error occurs |
|
|