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

Packages that use JRPropertiesMap
net.sf.jasperreports.components   
net.sf.jasperreports.components.headertoolbar   
net.sf.jasperreports.components.sort   
net.sf.jasperreports.components.table   
net.sf.jasperreports.components.table.fill   
net.sf.jasperreports.data   
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.fonts   
net.sf.jasperreports.engine.util Utility classes. 
net.sf.jasperreports.extensions   
net.sf.jasperreports.governors   
net.sf.jasperreports.repo   
net.sf.jasperreports.util   
net.sf.jasperreports.web.util   
 

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.components.headertoolbar
 

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

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

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

Uses of JRPropertiesMap in net.sf.jasperreports.components.table
 

Methods in net.sf.jasperreports.components.table that return JRPropertiesMap
 JRPropertiesMap StandardBaseColumn.getPropertiesMap()
           
 

Uses of JRPropertiesMap in net.sf.jasperreports.components.table.fill
 

Methods in net.sf.jasperreports.components.table.fill that return JRPropertiesMap
protected  JRPropertiesMap FillTable.evaluateProperties(BaseColumn column, byte evaluation)
           
 JRPropertiesMap TableReportDataset.getPropertiesMap()
           
 JRPropertiesMap TableReport.getPropertiesMap()
           
 JRPropertiesMap FillColumn.getPropertiesMap()
           
 

Constructors in net.sf.jasperreports.components.table.fill with parameters of type JRPropertiesMap
FillColumn(BaseColumn tableColumn, int width, java.util.List<FillColumn> subcolumns, JRPropertiesMap properties)
           
FillColumn(BaseColumn tableColumn, JRPropertiesMap properties)
           
 

Uses of JRPropertiesMap in net.sf.jasperreports.data
 

Methods in net.sf.jasperreports.data with parameters of type JRPropertiesMap
 ExtensionsRegistry DefaultDataAdapterServiceExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
 ExtensionsRegistry DataAdapterParameterContributorExtensionsRegistryFactory.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.
protected static JRPropertiesMap JRPropertiesUtil.getOwnProperties(JRPropertiesHolder propertiesHolder)
           
static JRPropertiesMap JRPropertiesMap.getPropertiesClone(JRPropertiesHolder propertiesHolder)
          Clones the properties map of a properties holder.
 JRPropertiesMap ElementDecorator.getPropertiesMap()
           
 JRPropertiesMap JasperPrint.getPropertiesMap()
           
 JRPropertiesMap JRPropertiesHolder.getPropertiesMap()
          Returns this object's properties map.
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
 java.util.List<JRPropertiesUtil.PropertySuffix> JRPropertiesUtil.getAllProperties(JRPropertiesMap propertiesMap, java.lang.String prefix)
          Returns the list of all properties for a key prefix, including global properties.
 boolean JRPropertiesUtil.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.
 java.lang.Character JRPropertiesUtil.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.
 float JRPropertiesUtil.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.
 int JRPropertiesUtil.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.
 long JRPropertiesUtil.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<JRPropertiesUtil.PropertySuffix> JRPropertiesUtil.getProperties(JRPropertiesMap propertiesMap, java.lang.String prefix)
          Returns the list of all properties for a key prefix.
 java.lang.String JRPropertiesUtil.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.
 void JRPropertiesMap.setBaseProperties(JRPropertiesMap base)
          Sets the base properties map.
protected  void JRPropertiesUtil.transfer(JRPropertiesMap source, JRPropertiesHolder destination, java.lang.String tranferPropertiesPrefix)
           
 void JRPropertiesUtil.transferProperties(JRPropertiesMap source, JRPropertiesHolder destination, java.lang.String tranferPropertiesPrefix)
          Copies properties from one object to another.
 

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 JRBaseDataset.propertiesMap
           
protected  JRPropertiesMap JRBaseParameter.propertiesMap
           
protected  JRPropertiesMap JRBaseField.propertiesMap
           
protected  JRPropertiesMap JRBaseDatasetRun.propertiesMap
           
protected  JRPropertiesMap JRBaseScriptlet.propertiesMap
           
 

Methods in net.sf.jasperreports.engine.base that return JRPropertiesMap
 JRPropertiesMap JRBaseDataset.getPropertiesMap()
           
 JRPropertiesMap JRBaseParameter.getPropertiesMap()
           
 JRPropertiesMap JRBaseField.getPropertiesMap()
           
 JRPropertiesMap JRBaseDatasetRun.getPropertiesMap()
           
 JRPropertiesMap JRBasePrintElement.getPropertiesMap()
           
 JRPropertiesMap JRBaseElement.getPropertiesMap()
           
 JRPropertiesMap JRBaseReport.getPropertiesMap()
           
 JRPropertiesMap JRBaseScriptlet.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(JasperReportsContext jasperReportsContext, JRPropertiesMap propertiesMap, java.lang.String originFilterPrefix)
           
static JROriginExporterFilter JROriginExporterFilter.getFilter(JRPropertiesMap propertiesMap, java.lang.String originFilterPrefix)
          Deprecated. Replaced by JROriginExporterFilter.getFilter(JasperReportsContext, JRPropertiesMap, String).
 

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 JRFillField.getPropertiesMap()
           
 JRPropertiesMap JRFillElement.getPropertiesMap()
           
 JRPropertiesMap JRTemplatePrintElement.getPropertiesMap()
           
 JRPropertiesMap JRTemplateElement.getPropertiesMap()
           
 JRPropertiesMap JRFillScriptlet.getPropertiesMap()
           
 JRPropertiesMap JRFillDataset.getPropertiesMap()
           
 JRPropertiesMap JRFillDatasetRun.getPropertiesMap()
           
 JRPropertiesMap JRFillParameter.getPropertiesMap()
           
 

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

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

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)
          Deprecated.  
 JRPropertiesMap DelegatePropertiesHolder.getPropertiesMap()
           
 

Methods in net.sf.jasperreports.engine.util with parameters of type JRPropertiesMap
 void ObjectUtils.HashCode.add(JRPropertiesMap properties)
          Adds a set of properties to the hash.
static boolean ObjectUtils.equals(JRPropertiesMap p1, JRPropertiesMap p2)
          Determines whether two property sets are identical.
static java.util.List<JRProperties.PropertySuffix> JRProperties.getAllProperties(JRPropertiesMap propertiesMap, java.lang.String prefix)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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.PropertySuffix> JRProperties.getProperties(JRPropertiesMap propertiesMap, java.lang.String prefix)
          Deprecated. Returns the list of all properties for a key prefix.
static java.lang.String JRProperties.getProperty(JRPropertiesMap propertiesMap, java.lang.String key)
          Deprecated. 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)
          Deprecated.  
static void JRProperties.transferProperties(JRPropertiesMap source, JRPropertiesHolder destination, java.lang.String tranferPropertiesPrefix)
          Deprecated. 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 ExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
          Instantiates an extensions registry.
 ExtensionsRegistry SpringExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
protected  org.springframework.beans.factory.ListableBeanFactory SpringExtensionsRegistryFactory.getBeanFactory(java.lang.String registryId, JRPropertiesMap properties)
           
protected  ExtensionsRegistry DefaultExtensionsRegistry.instantiateRegistry(JRPropertiesMap props, java.lang.String registryId, java.lang.String factoryClass)
           
 

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)
           
 

Uses of JRPropertiesMap in net.sf.jasperreports.repo
 

Methods in net.sf.jasperreports.repo with parameters of type JRPropertiesMap
 ExtensionsRegistry FileRepositoryServiceExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
 ExtensionsRegistry CastorMappingExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
          Deprecated.  
 ExtensionsRegistry DefaultRepositoryExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
 ExtensionsRegistry FileRepositoryExtensionsRegistryFactory.createRegistry(java.lang.String registryId, JRPropertiesMap properties)
           
 

Uses of JRPropertiesMap in net.sf.jasperreports.util
 

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

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

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



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com