public class ComponentsExtensionsRegistryFactory extends Object implements ExtensionsRegistryFactory
This registry factory is registered by default in JasperReports.
ListComponent
Modifier and Type | Field and Description |
---|---|
static String |
BARBECUE_COMPONENT_NAME |
static List<String> |
BARCODE4J_COMPONENT_NAMES |
static String |
ICONLABEL_COMPONENT_NAME |
static String |
LIST_COMPONENT_NAME |
static String |
MAP_COMPONENT_NAME |
static String |
NAMESPACE |
static String |
SORT_COMPONENT_NAME |
static String |
SPIDERCHART_COMPONENT_NAME |
static String |
TABLE_COMPONENT_NAME |
static String |
XSD_LOCATION |
static String |
XSD_RESOURCE |
Constructor and Description |
---|
ComponentsExtensionsRegistryFactory() |
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 LIST_COMPONENT_NAME
public static final String TABLE_COMPONENT_NAME
public static final String BARBECUE_COMPONENT_NAME
public static final String SPIDERCHART_COMPONENT_NAME
public static final String MAP_COMPONENT_NAME
public static final String SORT_COMPONENT_NAME
public static final String ICONLABEL_COMPONENT_NAME
public ExtensionsRegistry createRegistry(String registryId, JRPropertiesMap properties)
ExtensionsRegistryFactory
createRegistry
in interface ExtensionsRegistryFactory
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 processDefaultExtensionsRegistry.PROPERTY_REGISTRY_PREFIX
Copyright © 2023 Cloud Software Group, Inc.. All rights reserved.