Uses of Interface
net.sf.jasperreports.engine.util.ProtectionDomainFactory
-
Packages that use ProtectionDomainFactory Package Description net.sf.jasperreports.engine.util Contains utility classes for the core library. -
-
Uses of ProtectionDomainFactory in net.sf.jasperreports.engine.util
Classes in net.sf.jasperreports.engine.util that implement ProtectionDomainFactory Modifier and Type Class Description classSingleProtectionDomainFactoryImplementation ofProtectionDomainFactorythat wraps a single protection domain.Methods in net.sf.jasperreports.engine.util that return ProtectionDomainFactory Modifier and Type Method Description static ProtectionDomainFactoryJRClassLoader. getProtectionDomainFactory()Methods in net.sf.jasperreports.engine.util with parameters of type ProtectionDomainFactory Modifier and Type Method Description static voidJRClassLoader. setProtectionDomainFactory(ProtectionDomainFactory protectionDomainFactory)Sets a protection domain factory to be used for creating protection domains for the classes loaded by instances of this class.
-