|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AdvancedMessageFormat.PartFactory
Implementations of this interface parse a field part and return message parts.
Method Summary | |
---|---|
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. |
Method Detail |
---|
AdvancedMessageFormat.Part newPart(java.lang.String fieldName, java.lang.String values)
fieldName
- the field namevalues
- the unparsed parameter values
java.lang.String getFormat()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |