Package net.sf.jasperreports.compilers
Class StandardReportClassWhitelistExtension
- java.lang.Object
-
- net.sf.jasperreports.compilers.StandardReportClassWhitelistExtension
-
- All Implemented Interfaces:
ExtensionsRegistryFactory
public class StandardReportClassWhitelistExtension extends java.lang.Object implements ExtensionsRegistryFactory
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description StandardReportClassWhitelistExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsRegistrycreateRegistry(java.lang.String registryId, JRPropertiesMap properties)Instantiates an extensions registry.
-
-
-
Method Detail
-
createRegistry
public ExtensionsRegistry createRegistry(java.lang.String registryId, JRPropertiesMap properties)
Description copied from interface:ExtensionsRegistryFactoryInstantiates an extensions registry.- Specified by:
createRegistryin interfaceExtensionsRegistryFactory- Parameters:
registryId- the ID of the registry to instantiate. The ID can be used to identify a set of properties to be used when instantiating the registry.properties- the map of properties that can be used to configure the registry instantiation process- Returns:
- an extensions registry
- See Also:
DefaultExtensionsRegistry.PROPERTY_REGISTRY_PREFIX
-
-