public interface ListFormatter
String getName()
void format(Writer writer, Linkable current, String listComment, Collection c, String emptyText, boolean showSize) throws IOException
writer - Writer to write the list output tocurrent - the current linkablelistComment - String to display before the listc - Collection of Linkables, Snips or Nameables to displayemptyText - Text to display if collection is emptyshowSize - If showSize is true then the size of the collection is displayedIOExceptionCopyright © 2003-2014 Sakai Project. All Rights Reserved.