public class ListMetacardFormatter extends BaseMetacardFormatter
MetacardFormatter objects as a daisy chain.| Constructor and Description |
|---|
ListMetacardFormatter(List<MetacardFormatter> metacardFormatterList) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
doFormat(String template,
WorkspaceMetacardImpl workspaceMetacard,
Long hitCount)
The arguments are guaranteed to be non-null.
|
String |
toString() |
formatpublic ListMetacardFormatter(List<MetacardFormatter> metacardFormatterList)
metacardFormatterList - must be non-null, elements must be non-nullprotected String doFormat(String template, WorkspaceMetacardImpl workspaceMetacard, Long hitCount)
BaseMetacardFormatterdoFormat in class BaseMetacardFormattertemplate - non-nullworkspaceMetacard - non-nullhitCount - non-nullThis work is licensed under a Creative Commons Attribution 4.0 International License.