Interface AdvancedMessageFormat.PartFactory
- All Known Implementing Classes:
EventFormatter.LookupFieldPartFactory
- Enclosing class:
- AdvancedMessageFormat
public static interface AdvancedMessageFormat.PartFactory
Implementations of this interface parse a field part and return message parts.
-
Method Summary
-
Method Details
-
newPart
Creates a new part by parsing the values parameter to configure the part.- Parameters:
fieldName- the field namevalues- the unparsed parameter values- Returns:
- the new message part
-
getFormat
String getFormat()Returns the name of the message part format.- Returns:
- the name of the message part format
-