Uses of Class
net.sf.jasperreports.engine.JRPropertiesMap

Packages that use JRPropertiesMap
net.sf.jasperreports.components   
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
net.sf.jasperreports.engine.util Utility classes. 
net.sf.jasperreports.extensions   
net.sf.jasperreports.governors   
 

Uses of JRPropertiesMap in net.sf.jasperreports.components
 

Methods in net.sf.jasperreports.components with parameters of type JRPropertiesMap
 ExtensionsRegistry ComponentsExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
 

Uses of JRPropertiesMap in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRPropertiesMap
 JRPropertiesMap JRPropertiesMap.cloneProperties()
          Clones this property map.
 JRPropertiesMap JRPropertiesMap.getBaseProperties()
          Returns the base properties map, if any.
static JRPropertiesMap JRPropertiesMap.getPropertiesClone(JRPropertiesHolder propertiesHolder)
          Clones the properties map of a properties holder.
 JRPropertiesMap JRPropertiesHolder.getPropertiesMap()
          Returns this object's properties map.
 JRPropertiesMap JasperPrint.getPropertiesMap()
           
static JRPropertiesMap JRPropertiesMap.loadProperties(java.net.URL location)
          Loads a properties file from a location.
 

Methods in net.sf.jasperreports.engine with parameters of type JRPropertiesMap
 void JRPropertiesMap.setBaseProperties(JRPropertiesMap base)
          Sets the base properties map.
 

Constructors in net.sf.jasperreports.engine with parameters of type JRPropertiesMap
JRPropertiesMap(JRPropertiesMap propertiesMap)
          Clones a properties map.
 

Uses of JRPropertiesMap in net.sf.jasperreports.engine.base
 

Fields in net.sf.jasperreports.engine.base declared as JRPropertiesMap
protected  JRPropertiesMap JRBaseScriptlet.propertiesMap
           
protected  JRPropertiesMap JRBaseDataset.propertiesMap
           
protected  JRPropertiesMap JRBaseField.propertiesMap
           
protected  JRPropertiesMap JRBaseParameter.propertiesMap
           
 

Methods in net.sf.jasperreports.engine.base that return JRPropertiesMap
 JRPropertiesMap JRBaseScriptlet.getPropertiesMap()
           
 JRPropertiesMap JRBaseDataset.getPropertiesMap()
           
 JRPropertiesMap JRBaseField.getPropertiesMap()
           
 JRPropertiesMap JRBasePrintElement.getPropertiesMap()
           
 JRPropertiesMap JRBaseElement.getPropertiesMap()
           
 JRPropertiesMap JRBaseParameter.getPropertiesMap()
           
 JRPropertiesMap JRBaseReport.getPropertiesMap()
           
 

Uses of JRPropertiesMap in net.sf.jasperreports.engine.export
 

Methods in net.sf.jasperreports.engine.export with parameters of type JRPropertiesMap
static JROriginExporterFilter JROriginExporterFilter.getFilter(JRPropertiesMap propertiesMap, java.lang.String originFilterPrefix)
           
 

Uses of JRPropertiesMap in net.sf.jasperreports.engine.fill
 

Fields in net.sf.jasperreports.engine.fill declared as JRPropertiesMap
protected  JRPropertiesMap JRFillElement.dynamicProperties
           
protected  JRPropertiesMap JRFillElement.mergedProperties
           
protected  JRPropertiesMap JRFillElement.staticProperties
           
 

Methods in net.sf.jasperreports.engine.fill that return JRPropertiesMap
protected  JRPropertiesMap JRFillElement.getEvaluatedProperties()
           
 JRPropertiesMap JRFillElement.getPropertiesMap()
           
 JRPropertiesMap JRTemplatePrintElement.getPropertiesMap()
           
 JRPropertiesMap JRFillField.getPropertiesMap()
           
 JRPropertiesMap JRTemplateElement.getPropertiesMap()
           
 JRPropertiesMap JRFillDataset.getPropertiesMap()
           
 JRPropertiesMap JRFillScriptlet.getPropertiesMap()
           
 JRPropertiesMap JRFillParameter.getPropertiesMap()
           
 

Uses of JRPropertiesMap in net.sf.jasperreports.engine.util
 

Methods in net.sf.jasperreports.engine.util that return JRPropertiesMap
protected static JRPropertiesMap JRProperties.getOwnProperties(JRPropertiesHolder propertiesHolder)
           
 JRPropertiesMap DelegatePropertiesHolder.getPropertiesMap()
           
 

Methods in net.sf.jasperreports.engine.util with parameters of type JRPropertiesMap
static java.util.List JRProperties.getAllProperties(JRPropertiesMap propertiesMap, java.lang.String prefix)
          Returns the list of all properties for a key prefix, including global properties.
static boolean JRProperties.getBooleanProperty(JRPropertiesMap propertiesMap, java.lang.String key, boolean defaultValue)
          Returns the value of a property as a boolean, looking first in the supplied properties map and then in the system properties.
static java.lang.Character JRProperties.getCharacterProperty(JRPropertiesMap propertiesMap, java.lang.String key)
          Returns the value of a property as a Character value, looking first in the supplied properties holder and then in the system properties.
static float JRProperties.getFloatProperty(JRPropertiesMap propertiesMap, java.lang.String key, float defaultValue)
          Returns the value of a property as a float, looking first in the supplied properties map and then in the system properties.
static int JRProperties.getIntegerProperty(JRPropertiesMap propertiesMap, java.lang.String key, int defaultValue)
          Returns the value of a property as an integer, looking first in the supplied properties map and then in the system properties.
static long JRProperties.getLongProperty(JRPropertiesMap propertiesMap, java.lang.String key, int defaultValue)
          Returns the value of a property as a long, looking first in the supplied properties map and then in the system properties.
static java.util.List JRProperties.getProperties(JRPropertiesMap propertiesMap, java.lang.String prefix)
          Returns the list of all properties for a key prefix.
static java.lang.String JRProperties.getProperty(JRPropertiesMap propertiesMap, java.lang.String key)
          Returns the value of a property, looking first in the supplied properties map and then in the system properties.
protected static void JRProperties.transfer(JRPropertiesMap source, JRPropertiesHolder destination, java.lang.String tranferPropertiesPrefix)
           
static void JRProperties.transferProperties(JRPropertiesMap source, JRPropertiesHolder destination, java.lang.String tranferPropertiesPrefix)
          Copies properties from one object to another.
 

Uses of JRPropertiesMap in net.sf.jasperreports.extensions
 

Methods in net.sf.jasperreports.extensions with parameters of type JRPropertiesMap
 ExtensionsRegistry DefaultExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
 ExtensionsRegistry SpringExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
 ExtensionsRegistry ExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
          Instantiates an extensions registry.
protected  ListableBeanFactory SpringExtensionsRegistryFactory.getBeanFactory(java.lang.String registryId, JRPropertiesMap properties)
           
protected  ExtensionsRegistry DefaultExtensionsRegistry.instantiateRegistry(JRPropertiesMap props, java.lang.String registryId, java.lang.String factoryClass)
           
protected  java.util.List DefaultExtensionsRegistry.loadRegistries(JRPropertiesMap properties)
           
 

Uses of JRPropertiesMap in net.sf.jasperreports.governors
 

Methods in net.sf.jasperreports.governors with parameters of type JRPropertiesMap
 ExtensionsRegistry GovernorExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
 



© 2001-2009 Jaspersoft Corporation www.jaspersoft.com