public class RequirejsModuleMappingExtensionsRegistryFactory extends Object implements ExtensionsRegistryFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
REQUIREJS_MAPPING_PROPERTY_PREFIX |
static String |
URL_SUFFIX |
| Constructor and Description |
|---|
RequirejsModuleMappingExtensionsRegistryFactory() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsRegistry |
createRegistry(String registryId,
JRPropertiesMap properties)
Instantiates an extensions registry.
|
public static final String REQUIREJS_MAPPING_PROPERTY_PREFIX
public static final String URL_SUFFIX
public RequirejsModuleMappingExtensionsRegistryFactory()
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.