Package org.apache.fop.util.text
Class EqualsFieldPart.Factory
- java.lang.Object
-
- org.apache.fop.util.text.EqualsFieldPart.Factory
-
- All Implemented Interfaces:
AdvancedMessageFormat.PartFactory
- Enclosing class:
- EqualsFieldPart
public static class EqualsFieldPart.Factory extends java.lang.Object implements AdvancedMessageFormat.PartFactory
Part factory for "equals".
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
newPart
public AdvancedMessageFormat.Part newPart(java.lang.String fieldName, java.lang.String values)
Creates a new part by parsing the values parameter to configure the part.- Specified by:
newPart
in interfaceAdvancedMessageFormat.PartFactory
- Parameters:
fieldName
- the field namevalues
- the unparsed parameter values- Returns:
- the new message part
-
getFormat
public java.lang.String getFormat()
Returns the name of the message part format.- Specified by:
getFormat
in interfaceAdvancedMessageFormat.PartFactory
- Returns:
- the name of the message part format
-
-