org.riotfamily.riot.list.command.export
Interface Exporter

All Known Implementing Classes:
CsvExporter

public interface Exporter


Method Summary
 void export(String objectId, Collection<?> items, Object parent, List<String> properties, HttpServletResponse response)
           
 String getFileExtension()
           
 

Method Detail

getFileExtension

String getFileExtension()

export

void export(String objectId,
            Collection<?> items,
            Object parent,
            List<String> properties,
            HttpServletResponse response)
            throws IOException
Throws:
IOException