Package net.sf.jasperreports.components
Class ComponentsExtensionsRegistryFactory
- java.lang.Object
-
- net.sf.jasperreports.components.ComponentsExtensionsRegistryFactory
-
- All Implemented Interfaces:
ExtensionsRegistryFactory
public class ComponentsExtensionsRegistryFactory extends java.lang.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:
ListComponent
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBARBECUE_COMPONENT_NAMEstatic java.util.List<java.lang.String>BARCODE4J_COMPONENT_NAMESstatic java.lang.StringICONLABEL_COMPONENT_NAMEstatic java.lang.StringLIST_COMPONENT_NAMEstatic java.lang.StringMAP_COMPONENT_NAMEstatic java.lang.StringNAMESPACEstatic java.lang.StringSORT_COMPONENT_NAMEstatic java.lang.StringSPIDERCHART_COMPONENT_NAMEstatic java.lang.StringTABLE_COMPONENT_NAMEstatic java.lang.StringXSD_LOCATIONstatic java.lang.StringXSD_RESOURCE
-
Constructor Summary
Constructors Constructor Description ComponentsExtensionsRegistryFactory()
-
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
-
LIST_COMPONENT_NAME
public static final java.lang.String LIST_COMPONENT_NAME
- See Also:
- Constant Field Values
-
TABLE_COMPONENT_NAME
public static final java.lang.String TABLE_COMPONENT_NAME
- See Also:
- Constant Field Values
-
BARBECUE_COMPONENT_NAME
public static final java.lang.String BARBECUE_COMPONENT_NAME
- See Also:
- Constant Field Values
-
BARCODE4J_COMPONENT_NAMES
public static final java.util.List<java.lang.String> BARCODE4J_COMPONENT_NAMES
-
SPIDERCHART_COMPONENT_NAME
public static final java.lang.String SPIDERCHART_COMPONENT_NAME
- See Also:
- Constant Field Values
-
MAP_COMPONENT_NAME
public static final java.lang.String MAP_COMPONENT_NAME
- See Also:
- Constant Field Values
-
SORT_COMPONENT_NAME
public static final java.lang.String SORT_COMPONENT_NAME
- See Also:
- Constant Field Values
-
ICONLABEL_COMPONENT_NAME
public static final java.lang.String ICONLABEL_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
-
-