Apache Tomcat 7.0.0

org.apache.catalina.core
Class ContainerBase.PrivilegedAddChild

java.lang.Object
  extended by org.apache.catalina.core.ContainerBase.PrivilegedAddChild
All Implemented Interfaces:
PrivilegedAction<Void>
Enclosing class:
ContainerBase

protected class ContainerBase.PrivilegedAddChild
extends Object
implements PrivilegedAction<Void>

Perform addChild with the permissions of this class. addChild can be called with the XML parser on the stack, this allows the XML parser to have fewer privileges than Tomcat.


Method Summary
 Void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public Void run()
Specified by:
run in interface PrivilegedAction<Void>

Apache Tomcat 7.0.0

Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.