public static interface AdvancedMessageFormat.Part
Modifier and Type | Method and Description |
---|---|
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.
|
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 withCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.