public class FunctionsRegistryFactory extends Object implements ExtensionsRegistryFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
EXPRESSION_FUNCTIONS_CLASSES_PROPERTY_PREFIX
Deprecated.
Replaced by
FUNCTIONS_CLASSES_PROPERTY_PREFIX. |
static String |
FUNCTIONS_CLASSES_PROPERTY_PREFIX
The key used inside a jasperreports_extensions.properties file to denote the classes
referenced by this extension
|
static String |
PROPERTY_EXPRESSION_FUNCTIONS_REGISTRY_FACTORY
Deprecated.
To be removed.
|
| Constructor and Description |
|---|
FunctionsRegistryFactory() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsRegistry |
createRegistry(String registryId,
JRPropertiesMap properties)
Instantiates an extensions registry.
|
public static final String EXPRESSION_FUNCTIONS_CLASSES_PROPERTY_PREFIX
FUNCTIONS_CLASSES_PROPERTY_PREFIX.public static final String PROPERTY_EXPRESSION_FUNCTIONS_REGISTRY_FACTORY
public static final String FUNCTIONS_CLASSES_PROPERTY_PREFIX
public ExtensionsRegistry createRegistry(String registryId, JRPropertiesMap properties)
ExtensionsRegistryFactorycreateRegistry in interface ExtensionsRegistryFactoryregistryId - 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 processDefaultExtensionsRegistry.PROPERTY_REGISTRY_PREFIXCopyright © 2017. All rights reserved.