|
||||||||||
| 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.com.GraphAction
public class GraphAction
Affiche le graphique demandé. Parametre : zone, species, indicator.
| Field Summary | |
|---|---|
protected String |
facade
|
protected String |
indicator
|
protected String |
list
La liste actuellement selectionnée (cas null géré). |
protected Map<String,String> |
lists
La liste des nom de liste du fichier de communauté pour l'indicateur. |
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 | |
|---|---|
GraphAction()
|
|
| Method Summary | |
|---|---|
String |
execute()
|
String |
getFacade()
|
String |
getFacadeDisplayName()
|
String |
getIndicator()
|
String |
getIndicatorDisplayName()
|
String |
getList()
|
Map<String,String> |
getLists()
|
String |
getZone()
|
String |
getZoneDisplayName()
|
void |
setFacade(String facade)
|
void |
setIndicator(String indicator)
|
void |
setList(String list)
|
void |
setZone(String zone)
|
| Methods inherited from class fr.ifremer.coser.web.actions.common.CoserAction |
|---|
getAdminEmail, getAnalyticsId, 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 facade
protected String zone
protected String indicator
protected Map<String,String> lists
protected String list
| Constructor Detail |
|---|
public GraphAction()
| Method Detail |
|---|
public String getFacade()
public void setFacade(String facade)
public String getZone()
public void setZone(String zone)
public String getIndicator()
public void setIndicator(String indicator)
public Map<String,String> getLists()
public String getList()
public void setList(String list)
public String getFacadeDisplayName()
public String getZoneDisplayName()
public String getIndicatorDisplayName()
public String execute()
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||