Uses of Interface
net.sf.jasperreports.extensions.ExtensionsRegistry

Packages that use ExtensionsRegistry
net.sf.jasperreports.components   
net.sf.jasperreports.components.sort   
net.sf.jasperreports.data   
net.sf.jasperreports.engine.fonts   
net.sf.jasperreports.extensions   
net.sf.jasperreports.governors   
net.sf.jasperreports.repo   
 

Uses of ExtensionsRegistry in net.sf.jasperreports.components
 

Methods in net.sf.jasperreports.components that return ExtensionsRegistry
 ExtensionsRegistry ComponentsExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
 

Uses of ExtensionsRegistry in net.sf.jasperreports.components.sort
 

Methods in net.sf.jasperreports.components.sort that return ExtensionsRegistry
 ExtensionsRegistry SortParameterContributorExtensionFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
 

Uses of ExtensionsRegistry in net.sf.jasperreports.data
 

Methods in net.sf.jasperreports.data that return ExtensionsRegistry
 ExtensionsRegistry DataAdapterParameterContributorExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
 ExtensionsRegistry DefaultDataAdapterServiceExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
 

Uses of ExtensionsRegistry in net.sf.jasperreports.engine.fonts
 

Classes in net.sf.jasperreports.engine.fonts that implement ExtensionsRegistry
 class FontExtensionsRegistry
           
 

Methods in net.sf.jasperreports.engine.fonts that return ExtensionsRegistry
 ExtensionsRegistry SimpleFontExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
 

Uses of ExtensionsRegistry in net.sf.jasperreports.extensions
 

Classes in net.sf.jasperreports.extensions that implement ExtensionsRegistry
 class DefaultExtensionsRegistry
          The default extension registry implementation.
 class SingletonExtensionRegistry<Type>
          An extension registry that contains a single extension.
 class SpringExtensionsRegistry
          An extension registry which works by looking for beans of a specific extension type in a Spring beans factory.
 

Methods in net.sf.jasperreports.extensions that return ExtensionsRegistry
 ExtensionsRegistry ExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
          Instantiates an extensions registry.
 ExtensionsRegistry SpringExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
 ExtensionsRegistry DefaultExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
static ExtensionsRegistry ExtensionsEnvironment.getExtensionsRegistry()
          Returns the extensions registry to be used in the current context.
static ExtensionsRegistry ExtensionsEnvironment.getSystemExtensionsRegistry()
          Returns the system default extensions registry object.
static ExtensionsRegistry ExtensionsEnvironment.getThreadExtensionsRegistry()
          Returns the thread extensions registry, if any.
protected  ExtensionsRegistry DefaultExtensionsRegistry.instantiateRegistry(JRPropertiesMap props, java.lang.String registryId, java.lang.String factoryClass)
           
 

Methods in net.sf.jasperreports.extensions that return types with arguments of type ExtensionsRegistry
protected  java.util.Map<java.net.URL,java.util.List<ExtensionsRegistry>> DefaultExtensionsRegistry.getClassLoaderRegistries(java.lang.ClassLoader classLoader)
           
protected  java.util.List<ExtensionsRegistry> DefaultExtensionsRegistry.getRegistries()
           
protected  java.util.List<ExtensionsRegistry> DefaultExtensionsRegistry.loadRegistries()
           
protected  java.util.List<ExtensionsRegistry> DefaultExtensionsRegistry.loadRegistries(JRPropertiesMap properties)
           
 

Methods in net.sf.jasperreports.extensions with parameters of type ExtensionsRegistry
static void ExtensionsEnvironment.setSystemExtensionsRegistry(ExtensionsRegistry extensionsRegistry)
          Sets the system default extensions registry.
static void ExtensionsEnvironment.setThreadExtensionsRegistry(ExtensionsRegistry extensionsRegistry)
          Sets the thread extensions registry.
 

Uses of ExtensionsRegistry in net.sf.jasperreports.governors
 

Methods in net.sf.jasperreports.governors that return ExtensionsRegistry
 ExtensionsRegistry GovernorExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
 

Uses of ExtensionsRegistry in net.sf.jasperreports.repo
 

Methods in net.sf.jasperreports.repo that return ExtensionsRegistry
 ExtensionsRegistry DefaultRepositoryServiceExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
 ExtensionsRegistry FileRepositoryServiceExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com