public static interface AdvancedMessageFormat.PartFactory
| 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.
|
AdvancedMessageFormat.Part newPart(String fieldName, String values)
fieldName - the field namevalues - the unparsed parameter valuesString getFormat()
Copyright © 2021 Apache Software Foundation. All rights reserved.