public class PartComponentsExtensionsRegistryFactory extends Object implements ExtensionsRegistryFactory
This registry factory is registered by default in JasperReports.
ListComponent| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE |
static String |
SUBREPORT_PART_COMPONENT_NAME |
static String |
XSD_LOCATION |
static String |
XSD_RESOURCE |
| Constructor and Description |
|---|
PartComponentsExtensionsRegistryFactory() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsRegistry |
createRegistry(String registryId,
JRPropertiesMap properties)
Instantiates an extensions registry.
|
public static final String NAMESPACE
public static final String XSD_LOCATION
public static final String XSD_RESOURCE
public static final String SUBREPORT_PART_COMPONENT_NAME
public PartComponentsExtensionsRegistryFactory()
public ExtensionsRegistry createRegistry(String registryId, JRPropertiesMap properties)
ExtensionsRegistryFactorycreateRegistry in interface ExtensionsRegistryFactoryregistryId - 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 processDefaultExtensionsRegistry.PROPERTY_REGISTRY_PREFIXCopyright © 2017. All rights reserved.