|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
fr.ifremer.coser.web.actions.common.CoserAction
fr.ifremer.coser.web.actions.pop.GraphDownloadAction
public class GraphDownloadAction
Télécharge les données qui ont servi a généré le graph au format CSV. Parametre : zone, species, indicator.
| Field Summary | |
|---|---|
protected String |
indicator
|
protected String |
species
|
protected String |
zone
|
| Fields inherited from class com.opensymphony.xwork2.ActionSupport |
|---|
LOG |
| Fields inherited from interface com.opensymphony.xwork2.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
GraphDownloadAction()
|
|
| Method Summary | |
|---|---|
String |
execute()
|
String |
getFilename()
|
String |
getIndicator()
|
InputStream |
getInputStream()
|
String |
getSpecies()
|
String |
getZone()
|
void |
setIndicator(String indicator)
|
void |
setSpecies(String species)
|
void |
setZone(String zone)
|
| Methods inherited from class fr.ifremer.coser.web.actions.common.CoserAction |
|---|
getAdminEmail, getApplicationVersion |
| Methods inherited from class com.opensymphony.xwork2.ActionSupport |
|---|
addActionError, 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, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String zone
protected String species
protected String indicator
| Constructor Detail |
|---|
public GraphDownloadAction()
| Method Detail |
|---|
public String getZone()
public void setZone(String zone)
public String getIndicator()
public void setIndicator(String indicator)
public String getSpecies()
public void setSpecies(String species)
public String execute()
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupportpublic String getFilename()
public InputStream getInputStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||