org.apache.catalina.startup
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: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
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.
|
Parameters: attributes The attributes of this element
Throws: Exception if a processing error occurs