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:
ListComponent
-
-
Field Summary
Fields Modifier and Type Field Description static StringBARBECUE_COMPONENT_NAMEstatic List<String>BARCODE4J_COMPONENT_NAMESstatic StringICONLABEL_COMPONENT_NAMEstatic StringLIST_COMPONENT_NAMEstatic StringMAP_COMPONENT_NAMEstatic StringNAMESPACEstatic StringSORT_COMPONENT_NAMEstatic StringSPIDERCHART_COMPONENT_NAMEstatic StringTABLE_COMPONENT_NAMEstatic StringXSD_LOCATIONstatic StringXSD_RESOURCE
-
Constructor Summary
Constructors Constructor Description ComponentsExtensionsRegistryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsRegistrycreateRegistry(String registryId, JRPropertiesMap properties)Instantiates an extensions registry.
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
XSD_LOCATION
public static final String XSD_LOCATION
- See Also:
- Constant Field Values
-
XSD_RESOURCE
public static final String XSD_RESOURCE
- See Also:
- Constant Field Values
-
LIST_COMPONENT_NAME
public static final String LIST_COMPONENT_NAME
- See Also:
- Constant Field Values
-
TABLE_COMPONENT_NAME
public static final String TABLE_COMPONENT_NAME
- See Also:
- Constant Field Values
-
BARBECUE_COMPONENT_NAME
public static final String BARBECUE_COMPONENT_NAME
- See Also:
- Constant Field Values
-
SPIDERCHART_COMPONENT_NAME
public static final String SPIDERCHART_COMPONENT_NAME
- See Also:
- Constant Field Values
-
MAP_COMPONENT_NAME
public static final String MAP_COMPONENT_NAME
- See Also:
- Constant Field Values
-
SORT_COMPONENT_NAME
public static final String SORT_COMPONENT_NAME
- See Also:
- Constant Field Values
-
ICONLABEL_COMPONENT_NAME
public static final String ICONLABEL_COMPONENT_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
createRegistry
public ExtensionsRegistry createRegistry(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
-
-