net.sf.jasperreports.repo
Class CastorMappingExtensionsRegistryFactory
java.lang.Object
net.sf.jasperreports.repo.CastorMappingExtensionsRegistryFactory
- All Implemented Interfaces:
- ExtensionsRegistryFactory
Deprecated. Replaced by CastorMappingExtensionsRegistryFactory.
public class CastorMappingExtensionsRegistryFactory
- extends Object
- implements ExtensionsRegistryFactory
- Version:
- $Id: CastorMappingExtensionsRegistryFactory.java 5397 2012-05-21 01:10:02Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CASTOR_MAPPING_PROPERTY_PREFIX
public static final String CASTOR_MAPPING_PROPERTY_PREFIX
- Deprecated.
- See Also:
- Constant Field Values
CastorMappingExtensionsRegistryFactory
public CastorMappingExtensionsRegistryFactory()
- Deprecated.
createRegistry
public ExtensionsRegistry createRegistry(String registryId,
JRPropertiesMap properties)
- Deprecated.
- Description copied from interface:
ExtensionsRegistryFactory
- Instantiates an extensions registry.
- Specified by:
createRegistry in interface ExtensionsRegistryFactory
- 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
Copyright © 2012. All Rights Reserved.