org.apache.jasper.security
类 SecurityClassLoad

java.lang.Object
  继承者 org.apache.jasper.security.SecurityClassLoad

public final class SecurityClassLoad
extends Object

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

作者:
Jean-Francois Arcand

构造方法摘要
SecurityClassLoad()
           
 
方法摘要
static void securityClassLoad(ClassLoader loader)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SecurityClassLoad

public SecurityClassLoad()
方法详细信息

securityClassLoad

public static void securityClassLoad(ClassLoader loader)


Copyright © 2013. All Rights Reserved.