dk.netarkivet.harvester.webinterface
Class ExportFrontierReportCsvQuery

java.lang.Object
  extended by dk.netarkivet.harvester.webinterface.ExportFrontierReportCsvQuery

public class ExportFrontierReportCsvQuery
extends java.lang.Object

UI query to export the frontier report extract as a CSV file.


Nested Class Summary
static class ExportFrontierReportCsvQuery.UI_FIELD
          Defines the UI fields and their default values.
 
Constructor Summary
ExportFrontierReportCsvQuery(javax.servlet.ServletRequest req)
           
 
Method Summary
 void doExport(javax.servlet.jsp.PageContext context, I18n i18n)
          Performs the export.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportFrontierReportCsvQuery

public ExportFrontierReportCsvQuery(javax.servlet.ServletRequest req)
Method Detail

doExport

public void doExport(javax.servlet.jsp.PageContext context,
                     I18n i18n)
Performs the export.

Parameters:
context - the page context
i18n - the internationalization package to use.