Package net.sf.jasperreports.functions
Class FunctionsRegistryFactory
java.lang.Object
net.sf.jasperreports.functions.FunctionsRegistryFactory
- All Implemented Interfaces:
ExtensionsRegistryFactory
- Author:
- Massimo Rabbi (mrabbi@users.sourceforge.net)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The key used inside a jasperreports_extensions.properties file to denote the classes referenced by this extension -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRegistry
(String registryId, JRPropertiesMap properties) Instantiates an extensions registry.
-
Field Details
-
FUNCTIONS_CLASSES_PROPERTY_PREFIX
The key used inside a jasperreports_extensions.properties file to denote the classes referenced by this extension- See Also:
-
-
Constructor Details
-
FunctionsRegistryFactory
public FunctionsRegistryFactory()
-
-
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:
-