public static class EventFormatter.LookupFieldPartFactory extends Object implements AdvancedMessageFormat.PartFactory
| Constructor and Description |
|---|
LookupFieldPartFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat()
Returns the name of the message part format.
|
AdvancedMessageFormat.Part |
newPart(String fieldName,
String values)
Creates a new part by parsing the values parameter to configure the part.
|
public AdvancedMessageFormat.Part newPart(String fieldName, String values)
newPart in interface AdvancedMessageFormat.PartFactoryfieldName - the field namevalues - the unparsed parameter valuespublic String getFormat()
getFormat in interface AdvancedMessageFormat.PartFactoryCopyright © 2007-2022. All Rights Reserved.