Package org.apache.fop.events
Class EventFormatter.LookupFieldPartFactory
java.lang.Object
org.apache.fop.events.EventFormatter.LookupFieldPartFactory
- All Implemented Interfaces:
AdvancedMessageFormat.PartFactory
- Enclosing class:
- EventFormatter
public static class EventFormatter.LookupFieldPartFactory
extends Object
implements AdvancedMessageFormat.PartFactory
PartFactory for lookups.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LookupFieldPartFactory
public LookupFieldPartFactory()
-
-
Method Details
-
newPart
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
Returns the name of the message part format.- Specified by:
getFormat
in interfaceAdvancedMessageFormat.PartFactory
- Returns:
- the name of the message part format
-