Package net.sf.jasperreports.parts
Class PartComponentsExtensionsRegistryFactory
- java.lang.Object
-
- net.sf.jasperreports.parts.PartComponentsExtensionsRegistryFactory
-
- All Implemented Interfaces:
ExtensionsRegistryFactory
public class PartComponentsExtensionsRegistryFactory extends java.lang.Object implements ExtensionsRegistryFactory
Extension registry factory that includes built-in part component implementations.This registry factory is registered by default in JasperReports.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
ListComponent
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAMESPACEstatic java.lang.StringSUBREPORT_PART_COMPONENT_NAMEstatic java.lang.StringXSD_LOCATIONstatic java.lang.StringXSD_RESOURCE
-
Constructor Summary
Constructors Constructor Description PartComponentsExtensionsRegistryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsRegistrycreateRegistry(java.lang.String registryId, JRPropertiesMap properties)Instantiates an extensions registry.
-
-
-
Field Detail
-
NAMESPACE
public static final java.lang.String NAMESPACE
- See Also:
- Constant Field Values
-
XSD_LOCATION
public static final java.lang.String XSD_LOCATION
- See Also:
- Constant Field Values
-
XSD_RESOURCE
public static final java.lang.String XSD_RESOURCE
- See Also:
- Constant Field Values
-
SUBREPORT_PART_COMPONENT_NAME
public static final java.lang.String SUBREPORT_PART_COMPONENT_NAME
- See Also:
- Constant Field Values
-
-
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
-
-