|
||||||||||
| 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.map.SpeciesAction
public class SpeciesAction
Recupere la liste des especes correspondant a une campagne.
| Field Summary | |
|---|---|
protected String |
facade
|
protected Map<String,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 | |
|---|---|
SpeciesAction()
|
|
| Method Summary | |
|---|---|
String |
execute()
|
String |
getFacade()
|
String |
getFacadeDisplayName()
|
Map<String,String> |
getSpecies()
|
String |
getZone()
|
String |
getZoneDisplayName()
|
void |
setFacade(String facade)
|
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 facade
protected String zone
protected Map<String,String> species
| Constructor Detail |
|---|
public SpeciesAction()
| Method Detail |
|---|
public void setFacade(String facade)
public String getFacade()
public String getZone()
public void setZone(String zone)
public Map<String,String> getSpecies()
public String getFacadeDisplayName()
public String getZoneDisplayName()
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 | |||||||||