net.sf.jasperreports.extensions
Interface ExtensionsRegistryFactory

All Known Implementing Classes:
CastorMappingExtensionsRegistryFactory, CastorMappingExtensionsRegistryFactory, ComponentsExtensionsRegistryFactory, DataAdapterParameterContributorExtensionsRegistryFactory, DefaultDataAdapterServiceExtensionsRegistryFactory, DefaultExtensionsRegistryFactory, DefaultRepositoryExtensionsRegistryFactory, FileRepositoryExtensionsRegistryFactory, FileRepositoryServiceExtensionsRegistryFactory, GovernorExtensionsRegistryFactory, HeaderToolbarParameterContributorExtensionFactory, JacksonMappingExtensionsRegistryFactory, SimpleFontExtensionsRegistryFactory, SortParameterContributorExtensionFactory, SpringExtensionsRegistryFactory

public interface ExtensionsRegistryFactory

A factory of ExtensionsRegistry instance.

Such factories are used by the default components registry to instantiate sub extensions registries.

Version:
$Id: ExtensionsRegistryFactory.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
DefaultExtensionsRegistry.PROPERTY_REGISTRY_FACTORY_PREFIX

Method Summary
 ExtensionsRegistry createRegistry(java.lang.String registryId, JRPropertiesMap properties)
          Instantiates an extensions registry.
 

Method Detail

createRegistry

ExtensionsRegistry createRegistry(java.lang.String registryId,
                                  JRPropertiesMap properties)
Instantiates an extensions registry.

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


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com