Package org.apache.catalina.startup
Class CopyParentClassLoaderRule
- java.lang.Object
-
- org.apache.tomcat.util.digester.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 aContainer
) to the top item on the stack (which must also be aContainer
).- Version:
- $Revision: 1.3 $ $Date: 2006/03/12 01:27:06 $
- Author:
- Craig R. McClanahan
-
-
Field Summary
-
Fields inherited from class org.apache.tomcat.util.digester.Rule
digester, namespaceURI
-
-
Constructor Summary
Constructors Constructor Description CopyParentClassLoaderRule(Digester digester)
Construct a new instance of this Rule.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
begin(Attributes attributes)
Handle the beginning of an XML element.-
Methods inherited from class org.apache.tomcat.util.digester.Rule
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
-
-
-
-
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.
-
-