Class EventFormatter.LookupFieldPart
java.lang.Object
org.apache.fop.events.EventFormatter.LookupFieldPart
- All Implemented Interfaces:
AdvancedMessageFormat.Part
- Enclosing class:
EventFormatter
private static class EventFormatter.LookupFieldPart
extends Object
implements AdvancedMessageFormat.Part
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate StringbooleanisGenerated(Map params) Indicates whether there is any content that is generated by this message part.toString()voidwrite(StringBuffer sb, Map params) Writes the formatted part to a string buffer.
-
Field Details
-
fieldName
-
-
Constructor Details
-
LookupFieldPart
-
-
Method Details
-
isGenerated
Description copied from interface:AdvancedMessageFormat.PartIndicates whether there is any content that is generated by this message part.- Specified by:
isGeneratedin interfaceAdvancedMessageFormat.Part- Parameters:
params- the parameters to work with- Returns:
- true if the part has content
-
write
Description copied from interface:AdvancedMessageFormat.PartWrites the formatted part to a string buffer.- Specified by:
writein interfaceAdvancedMessageFormat.Part- Parameters:
sb- the target string bufferparams- the parameters to work with
-
getKey
-
toString
-