|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AdvancedMessageFormat.Part
Represents a message template part. This interface is implemented by various variants of the single curly braces pattern ({field}, {field,if,yes,no} etc.).
Method Summary | |
---|---|
boolean |
isGenerated(java.util.Map params)
Indicates whether there is any content that is generated by this message part. |
void |
write(java.lang.StringBuffer sb,
java.util.Map params)
Writes the formatted part to a string buffer. |
Method Detail |
---|
void write(java.lang.StringBuffer sb, java.util.Map params)
sb
- the target string bufferparams
- the parameters to work withboolean isGenerated(java.util.Map params)
params
- the parameters to work with
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |