public static interface AdvancedMessageFormat.Part
| Modifier and Type | Method and Description |
|---|---|
boolean |
isGenerated(Map<String,Object> params)
Indicates whether there is any content that is generated by this message part.
|
void |
write(StringBuffer sb,
Map<String,Object> params)
Writes the formatted part to a string buffer.
|
void write(StringBuffer sb, Map<String,Object> params)
sb - the target string bufferparams - the parameters to work withCopyright © 2021 Apache Software Foundation. All rights reserved.