Uses of Class
JSPservletPkg.JSPloader

Uses of JSPloader in JSPservletPkg
 

Fields in JSPservletPkg declared as JSPloader
(package private)  JSPloader PageBoxAPI.loader
          Relevant JSPloader.
(package private)  JSPloader ResourcePrivilegedAction.loader
          Back pointer on loader.
(package private)  JSPloader JSPhandler.ClassEntry.jl
          ClassLoader
(package private)  JSPloader JSPloader.ProtectionDomainInfo.jl
          invoking JSPloader
 

Constructors in JSPservletPkg with parameters of type JSPloader
ResourcePrivilegedAction.ResourcePrivilegedAction(JSPloader jl, java.lang.String rl, java.lang.String name)
          Constructor.
JSPloader.ProtectionDomainInfo.JSPloader.ProtectionDomainInfo(JSPloader jl, java.security.ProtectionDomain pd, long nextUpdate, boolean isValid, boolean isChecked)
          Constructor.
JSPloader.ClassInfo.JSPloader.ClassInfo(java.lang.Class cl, JSPloader.ProtectionDomainInfo pdi)
          Constructor used with a Protection Domain with credentials.
JSPloader.ClassInfo.JSPloader.ClassInfo()
          Constructor used with a Protection Domain with credentials for an unallowed class.
JSPloader.ClassInfo.JSPloader.ClassInfo(java.lang.Class cl)
          Constructor used without a ProtectionDomain or with a ProtectionDomain without credentials.
JSPloader.ResourceEntry.JSPloader.ResourceEntry()