Package net.sf.jasperreports.util
Class CastorMappingExtensionsRegistryFactory
- java.lang.Object
-
- net.sf.jasperreports.util.CastorMappingExtensionsRegistryFactory
-
- All Implemented Interfaces:
ExtensionsRegistryFactory
public class CastorMappingExtensionsRegistryFactory extends Object implements ExtensionsRegistryFactory
Deprecated.To be removed.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
CASTOR_MAPPING_PROPERTY_PREFIX
Deprecated.static char
CASTOR_MAPPING_VERSION_SEPARATOR
Deprecated.
-
Constructor Summary
Constructors Constructor Description CastorMappingExtensionsRegistryFactory()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ExtensionsRegistry
createRegistry(String registryId, JRPropertiesMap properties)
Deprecated.Instantiates an extensions registry.
-
-
-
Field Detail
-
CASTOR_MAPPING_PROPERTY_PREFIX
public static final String CASTOR_MAPPING_PROPERTY_PREFIX
Deprecated.- See Also:
- Constant Field Values
-
CASTOR_MAPPING_VERSION_SEPARATOR
public static final char CASTOR_MAPPING_VERSION_SEPARATOR
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
createRegistry
public ExtensionsRegistry createRegistry(String registryId, JRPropertiesMap properties)
Deprecated.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:
DefaultExtensionsRegistry.PROPERTY_REGISTRY_PREFIX
-
-