| Modifier and Type | Method and Description |
|---|---|
ExtensionsRegistry |
ComponentsExtensionsRegistryFactory.createRegistry(String registryId,
JRPropertiesMap properties) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsRegistry |
HeaderToolbarConditionalStyleProviderExtensionFactory.createRegistry(String registryId,
JRPropertiesMap properties) |
ExtensionsRegistry |
HeaderToolbarParameterContributorExtensionFactory.createRegistry(String registryId,
JRPropertiesMap properties) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsRegistry |
SortParameterContributorExtensionFactory.createRegistry(String registryId,
JRPropertiesMap properties) |
| Modifier and Type | Method and Description |
|---|---|
JRPropertiesMap |
StandardBaseColumn.getPropertiesMap() |
JRPropertiesMap |
CompiledCell.getPropertiesMap() |
JRPropertiesMap |
DesignCell.getPropertiesMap() |
| Modifier and Type | Method and Description |
|---|---|
protected JRPropertiesMap |
FillTable.evaluateProperties(BaseColumn column,
byte evaluation) |
JRPropertiesMap |
TableReportDataset.getPropertiesMap() |
JRPropertiesMap |
TableReport.getPropertiesMap() |
JRPropertiesMap |
FillColumn.getPropertiesMap() |
| Constructor and Description |
|---|
FillColumn(BaseColumn tableColumn,
int width,
List<FillColumn> subcolumns,
JRPropertiesMap properties) |
FillColumn(BaseColumn tableColumn,
JRPropertiesMap properties) |
| Modifier and Type | Method and Description |
|---|---|
JRPropertiesMap |
JRBaseCellContents.getPropertiesMap() |
| Modifier and Type | Method and Description |
|---|---|
JRPropertiesMap |
JRDesignCellContents.getPropertiesMap() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsRegistry |
DefaultDataAdapterServiceExtensionsRegistryFactory.createRegistry(String registryId,
JRPropertiesMap properties) |
ExtensionsRegistry |
DataAdapterParameterContributorExtensionsRegistryFactory.createRegistry(String registryId,
JRPropertiesMap properties) |
| Modifier and Type | Method and Description |
|---|---|
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(URL location)
Loads a properties file from a location.
|
| Modifier and Type | Method and Description |
|---|---|
List<JRPropertiesUtil.PropertySuffix> |
JRPropertiesUtil.getAllProperties(JRPropertiesMap propertiesMap,
String prefix)
Returns the list of all properties for a key prefix, including global
properties.
|
boolean |
JRPropertiesUtil.getBooleanProperty(JRPropertiesMap propertiesMap,
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.
|
Character |
JRPropertiesUtil.getCharacterProperty(JRPropertiesMap propertiesMap,
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,
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,
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,
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 List<JRPropertiesUtil.PropertySuffix> |
JRPropertiesUtil.getProperties(JRPropertiesMap propertiesMap,
String prefix)
Returns the list of all properties for a key prefix.
|
String |
JRPropertiesUtil.getProperty(JRPropertiesMap propertiesMap,
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,
String tranferPropertiesPrefix) |
void |
JRPropertiesUtil.transferProperties(JRPropertiesMap source,
JRPropertiesHolder destination,
String tranferPropertiesPrefix)
Copies properties from one object to another.
|
| Constructor and Description |
|---|
JRPropertiesMap(JRPropertiesMap propertiesMap)
Clones a properties map.
|
| Modifier and Type | Field and Description |
|---|---|
protected JRPropertiesMap |
JRBaseDataset.propertiesMap |
protected JRPropertiesMap |
JRBaseParameter.propertiesMap |
protected JRPropertiesMap |
JRBaseField.propertiesMap |
protected JRPropertiesMap |
JRBaseDatasetRun.propertiesMap |
protected JRPropertiesMap |
JRBaseScriptlet.propertiesMap |
| Modifier and Type | Method and Description |
|---|---|
JRPropertiesMap |
JRBaseDataset.getPropertiesMap() |
JRPropertiesMap |
JRBaseParameter.getPropertiesMap() |
JRPropertiesMap |
JRBaseBand.getPropertiesMap() |
JRPropertiesMap |
JRBaseField.getPropertiesMap() |
JRPropertiesMap |
JRBaseDatasetRun.getPropertiesMap() |
JRPropertiesMap |
JRBasePrintElement.getPropertiesMap() |
JRPropertiesMap |
JRBaseElement.getPropertiesMap() |
JRPropertiesMap |
JRBaseReport.getPropertiesMap() |
JRPropertiesMap |
JRBaseScriptlet.getPropertiesMap() |
| Modifier and Type | Method and Description |
|---|---|
JRPropertiesMap |
JRDesignBand.getPropertiesMap() |
| Modifier and Type | Method and Description |
|---|---|
static JROriginExporterFilter |
JROriginExporterFilter.getFilter(JasperReportsContext jasperReportsContext,
JRPropertiesMap propertiesMap,
String originFilterPrefix) |
static JROriginExporterFilter |
JROriginExporterFilter.getFilter(JRPropertiesMap propertiesMap,
String originFilterPrefix)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected JRPropertiesMap |
JRFillElement.dynamicProperties |
protected JRPropertiesMap |
JRFillElement.mergedProperties |
protected JRPropertiesMap |
JRFillElement.staticProperties |
| Modifier and Type | Method and Description |
|---|---|
protected JRPropertiesMap |
JRFillElement.getEvaluatedProperties() |
JRPropertiesMap |
JRFillField.getPropertiesMap() |
JRPropertiesMap |
JRFillBand.getPropertiesMap() |
JRPropertiesMap |
JRFillElement.getPropertiesMap() |
JRPropertiesMap |
JRTemplatePrintElement.getPropertiesMap() |
JRPropertiesMap |
JRFillCellContents.getPropertiesMap() |
JRPropertiesMap |
JRTemplateElement.getPropertiesMap() |
JRPropertiesMap |
JRFillScriptlet.getPropertiesMap() |
JRPropertiesMap |
JRFillDataset.getPropertiesMap() |
JRPropertiesMap |
JRFillDatasetRun.getPropertiesMap() |
JRPropertiesMap |
JRFillParameter.getPropertiesMap() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsRegistry |
SimpleFontExtensionsRegistryFactory.createRegistry(String registryId,
JRPropertiesMap properties) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsRegistry |
SQLQueryClauseFunctionsExtensions.createRegistry(String registryId,
JRPropertiesMap properties) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsRegistry |
PropertyStyleProviderExtensionFactory.createRegistry(String registryId,
JRPropertiesMap properties) |
| Modifier and Type | Method and Description |
|---|---|
protected static JRPropertiesMap |
JRProperties.getOwnProperties(JRPropertiesHolder propertiesHolder)
Deprecated.
|
JRPropertiesMap |
DelegatePropertiesHolder.getPropertiesMap() |
| Modifier and Type | Method and Description |
|---|---|
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 List<JRProperties.PropertySuffix> |
JRProperties.getAllProperties(JRPropertiesMap propertiesMap,
String prefix)
Deprecated.
Returns the list of all properties for a key prefix, including global
properties.
|
static boolean |
JRProperties.getBooleanProperty(JRPropertiesMap propertiesMap,
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 Character |
JRProperties.getCharacterProperty(JRPropertiesMap propertiesMap,
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,
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,
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,
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 List<JRProperties.PropertySuffix> |
JRProperties.getProperties(JRPropertiesMap propertiesMap,
String prefix)
Deprecated.
Returns the list of all properties for a key prefix.
|
static String |
JRProperties.getProperty(JRPropertiesMap propertiesMap,
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,
String tranferPropertiesPrefix)
Deprecated.
|
static void |
JRProperties.transferProperties(JRPropertiesMap source,
JRPropertiesHolder destination,
String tranferPropertiesPrefix)
Deprecated.
Copies properties from one object to another.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionsRegistry |
DefaultExtensionsRegistryFactory.createRegistry(String registryId,
JRPropertiesMap properties) |
ExtensionsRegistry |
ExtensionsRegistryFactory.createRegistry(String registryId,
JRPropertiesMap properties)
Instantiates an extensions registry.
|
ExtensionsRegistry |
SpringExtensionsRegistryFactory.createRegistry(String registryId,
JRPropertiesMap properties) |
protected org.springframework.beans.factory.ListableBeanFactory |
SpringExtensionsRegistryFactory.getBeanFactory(String registryId,
JRPropertiesMap properties) |
protected ExtensionsRegistry |
DefaultExtensionsRegistry.instantiateRegistry(JRPropertiesMap props,
String registryId,
String factoryClass) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsRegistry |
GovernorExtensionsRegistryFactory.createRegistry(String registryId,
JRPropertiesMap properties) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsRegistry |
FileRepositoryServiceExtensionsRegistryFactory.createRegistry(String registryId,
JRPropertiesMap properties) |
ExtensionsRegistry |
CastorMappingExtensionsRegistryFactory.createRegistry(String registryId,
JRPropertiesMap properties)
Deprecated.
|
ExtensionsRegistry |
DefaultRepositoryExtensionsRegistryFactory.createRegistry(String registryId,
JRPropertiesMap properties) |
ExtensionsRegistry |
FileRepositoryExtensionsRegistryFactory.createRegistry(String registryId,
JRPropertiesMap properties) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsRegistry |
DateRangeQueryClauseExtensions.createRegistry(String registryId,
JRPropertiesMap properties) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsRegistry |
CastorMappingExtensionsRegistryFactory.createRegistry(String registryId,
JRPropertiesMap properties) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsRegistry |
JacksonMappingExtensionsRegistryFactory.createRegistry(String registryId,
JRPropertiesMap properties) |
Copyright © 2012. All Rights Reserved.