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 class
SingleProtectionDomainFactory
Implementation ofProtectionDomainFactory
that wraps a single protection domain.Methods in net.sf.jasperreports.engine.util that return ProtectionDomainFactory Modifier and Type Method Description static ProtectionDomainFactory
JRClassLoader. getProtectionDomainFactory()
Methods in net.sf.jasperreports.engine.util with parameters of type ProtectionDomainFactory Modifier and Type Method Description static void
JRClassLoader. setProtectionDomainFactory(ProtectionDomainFactory protectionDomainFactory)
Sets a protection domain factory to be used for creating protection domains for the classes loaded by instances of this class.
-