Class AbstractCustomListFormatterSupport<T>

All Implemented Interfaces:
ListConverter<CustomListConversion,T>, Policy<CustomListConversion>

public abstract class AbstractCustomListFormatterSupport<T> extends AbstractCustomListConverterSupport<T>
Template class for custom list converters that just format for a view helper. Subclasses must implement ListConverter.getRecipientClass() and #format.