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

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

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.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 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 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)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com