public static interface AdvancedMessageFormat.PartFactory
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormat()
Returns the name of the message part format.
|
AdvancedMessageFormat.Part |
newPart(java.lang.String fieldName,
java.lang.String values)
Creates a new part by parsing the values parameter to configure the part.
|
AdvancedMessageFormat.Part newPart(java.lang.String fieldName, java.lang.String values)
fieldName
- the field namevalues
- the unparsed parameter valuesjava.lang.String getFormat()
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.