Class ACFMessageFormat

All Implemented Interfaces:
AttributeContainerFunction, Externalizable, Serializable

public final class ACFMessageFormat extends AbstractAttributeContainerFunction implements Serializable
ACFMessageFormat takes a set of objects, formats them, then inserts the formatted strings into the pattern at the appropriate places. Please refer to java.text.MessageFormat for the detalied format usage. ACFMessageFormat constructors take up to 10 formating objects. However, if formating objects are taken from a object array, there is no limitation set by ACFMessageFormat itself.

Supported API: true

Extendable: false
See Also: