Package net.sf.jasperreports.components
Class ComponentsExtensionsRegistryFactory
java.lang.Object
net.sf.jasperreports.components.ComponentsExtensionsRegistryFactory
- All Implemented Interfaces:
ExtensionsRegistryFactory
public class ComponentsExtensionsRegistryFactory
extends Object
implements ExtensionsRegistryFactory
Extension registry factory that includes built-in component element
implementations.
This registry factory is registered by default in JasperReports.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRegistry
(String registryId, JRPropertiesMap properties) Instantiates an extensions registry.
-
Field Details
-
LIST_COMPONENT_NAME
- See Also:
-
TABLE_COMPONENT_NAME
- See Also:
-
ICONLABEL_COMPONENT_NAME
- See Also:
-
-
Constructor Details
-
ComponentsExtensionsRegistryFactory
public ComponentsExtensionsRegistryFactory()
-
-
Method Details
-
createRegistry
Description copied from interface:ExtensionsRegistryFactory
Instantiates an extensions registry.- Specified by:
createRegistry
in 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:
-