public class ExportTable extends EchoBaseActionSupport
| Modifier and Type | Field and Description |
|---|---|
protected long |
contentLength
Length of the file to export.
|
protected String |
contentType
Type of the file to export.
|
protected EchoBaseEntityEnum |
entityType
Type of entity to export.
|
protected boolean |
exportAsSeen
Export datas as seen on screen (no topiaId).
|
protected String |
exportFileName
Default file name to create.
|
protected InputStream |
inputStream
Stream of the file to export.
|
| Constructor and Description |
|---|
ExportTable() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute() |
long |
getContentLength() |
String |
getContentType() |
String |
getExportFileName() |
InputStream |
getInputStream() |
void |
setEntityType(EchoBaseEntityEnum entityType) |
void |
setExportAsSeen(boolean exportAsSeen) |
void |
setExportFileName(String exportFileName) |
addFlashError, addFlashMessage, addFlashWarning, clearFlashErrors, clearFlashMessages, decorateEnums, formatDate, formatMonth, getActionContext, getApplicationVersion, getConfiguration, getDocumentation, getDocumentation, getEchoBaseApplicationContext, getEchoBaseSession, getFlashErrors, getFlashMessages, getFlashWarnings, getParameters, getService, getServiceContext, getSession, hasAnyErrors, hasFlashErrors, hasFlashMessages, hasFlashWarnings, isAdmin, isWorkingDbSelected, loadSortAndDecorate, setParameters, setSessionaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validateprotected EchoBaseEntityEnum entityType
protected String exportFileName
protected transient InputStream inputStream
protected long contentLength
protected String contentType
protected boolean exportAsSeen
public void setEntityType(EchoBaseEntityEnum entityType)
public void setExportFileName(String exportFileName)
public void setExportAsSeen(boolean exportAsSeen)
public InputStream getInputStream()
public long getContentLength()
public String getContentType()
public String getExportFileName()
Copyright © 2011-2012 Ifremer. All Rights Reserved.