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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRegistry
(String registryId, JRPropertiesMap properties) Deprecated.Instantiates an extensions registry.
-
Field Details
-
CASTOR_MAPPING_PROPERTY_PREFIX
Deprecated.- See Also:
-
CASTOR_MAPPING_VERSION_SEPARATOR
public static final char CASTOR_MAPPING_VERSION_SEPARATORDeprecated.- See Also:
-
-
Constructor Details
-
CastorMappingExtensionsRegistryFactory
public CastorMappingExtensionsRegistryFactory()Deprecated.
-
-
Method Details
-
createRegistry
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:
-