fr.ifremer.wao.ui.components
Class CsvImport
java.lang.Object
fr.ifremer.wao.ui.components.CsvImport
public class CsvImport
- extends Object
This component is used to import a csvFile using a form. The page
using this component must provide a ImportEngine to execute the
import when csv file is uploaded. An event "imported" will be triggered
after success. The page can use an "onImported(ErrorReport report)" method
to display errors and informations from import.
Created: 18 juin 2010
- Version:
- $Id$
- Author:
- fdesbois
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EVENT_IMPORTED
protected static final String EVENT_IMPORTED
- Event triggered after form submission success
- See Also:
- Constant Field Values
MIMETYPE_GZIP
protected static final String MIMETYPE_GZIP
- See Also:
- Constant Field Values
MIMETYPE_CSV
protected static final String MIMETYPE_CSV
- See Also:
- Constant Field Values
CsvImport
public CsvImport()
getStream
protected InputStream getStream()
throws IOException
- Throws:
IOException
Copyright © 2009-2010 Ifremer. All Rights Reserved.