|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.function.AbstractExpression
org.pentaho.reporting.engine.classic.core.function.strings.ResourceMesssageFormatExpression
public class ResourceMesssageFormatExpression
Formats a message read from a resource-bundle using named parameters. The parameters are resolved against the current data-row.
This performs the same task as the ResourceMessageFormatFilter does inside a text-element.
Constructor Summary | |
---|---|
ResourceMesssageFormatExpression()
Default constructor. |
Method Summary | |
---|---|
String |
getFormatKey()
Returns the key that is used to lookup the format string used in the message format in the resource bundle. |
String |
getNullString()
Returns the replacement text that is used if one of the referenced message parameters is null. |
String |
getResourceIdentifier()
Returns the name of the used resource bundle. |
Object |
getValue()
Returns the formatted message. |
void |
setFormatKey(String format)
Defines the key that is used to lookup the format string used in the message format in the resource bundle. |
void |
setNullString(String nullString)
Defines the replacement text that is used if one of the referenced message parameters is null. |
void |
setResourceIdentifier(String resourceIdentifier)
Defines the name of the used resource bundle. |
Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractExpression |
---|
clone, getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceMesssageFormatExpression()
Method Detail |
---|
public String getResourceIdentifier()
ResourceBundleFactory.getResourceBundle(String)
public void setResourceIdentifier(String resourceIdentifier)
getValue()
will result in null
values.
resourceIdentifier
- the resource bundle namepublic void setFormatKey(String format)
format
- a resourcebundle key for the message format lookup.public String getFormatKey()
public String getNullString()
public void setNullString(String nullString)
nullString
- the replacement text for null-values.public Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |