org.apache.catalina.startup
Class SecurityClassLoad

java.lang.Object
  |
  +--org.apache.catalina.startup.SecurityClassLoad

public final class SecurityClassLoad
extends java.lang.Object

Static class used to preload java classes when using the Java SecurityManager so that the defineClassInPackage RuntimePermission does not trigger an AccessControlException.

Version:
$Revision: 466595 $ $Date: 2006-10-21 23:24:41 +0100 (Sat, 21 Oct 2006) $
Author:
Glenn L. Nielsen

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

Constructor Detail

SecurityClassLoad

public SecurityClassLoad()


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