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.3 $ $Date: 2006/03/12 01:27:06 $
    Author:
    Craig R. McClanahan
    • Constructor Detail

      • CopyParentClassLoaderRule

        public CopyParentClassLoaderRule​(Digester digester)
        Construct a new instance of this Rule.
        Parameters:
        digester - Digester we are associated with
    • Method Detail

      • begin

        public void begin​(Attributes attributes)
                   throws Exception
        Handle the beginning of an XML element.
        Overrides:
        begin in class Rule
        Parameters:
        attributes - The attributes of this element
        Throws:
        Exception - if a processing error occurs