Package net.sf.jasperreports.barbecue
Class BarbecueExtensionsRegistryFactory
- java.lang.Object
-
- net.sf.jasperreports.barbecue.BarbecueExtensionsRegistryFactory
-
- All Implemented Interfaces:
ExtensionsRegistryFactory
public class BarbecueExtensionsRegistryFactory 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_NAME
-
Constructor Summary
Constructors Constructor Description BarbecueExtensionsRegistryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsRegistrycreateRegistry(String registryId, JRPropertiesMap properties)
-
-
-
Field Detail
-
BARBECUE_COMPONENT_NAME
public static final String BARBECUE_COMPONENT_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
createRegistry
public ExtensionsRegistry createRegistry(String registryId, JRPropertiesMap properties)
- Specified by:
createRegistryin interfaceExtensionsRegistryFactory
-
-