|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
com.gisgraphy.webapp.action.DisplayStreetAction
public class DisplayStreetAction
DisplayStreet Action
Field Summary | |
---|---|
static String |
ERROR
|
static String |
ERROR_REF_NON_NUMERIC_FEATUREID
The reference in the localized file for the error for the fact that the specified gid is not a numeric value |
static String |
ERROR_REF_NORESULT
The reference in the localized file for the error for the fact that no features were found for the specified gid |
static String |
ERROR_REF_REQUIRED_FEATURE_ID
The reference in the localized file for the error for the fact gid is required |
static String |
GLOBAL_STREET_NONAME
The reference in the localized file for the fact that the street has no name |
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
DisplayStreetAction()
|
Method Summary | |
---|---|
String |
execute()
|
String |
getErrorMessage()
|
String |
getErrorRef()
|
String |
getGid()
|
String |
getGoogleMapAPIKey()
|
String |
getPreferedName()
|
OpenStreetMap |
getResult()
|
void |
setGid(String gid)
|
void |
setOpenStreetMapDao(IOpenStreetMapDao openStreetMapDao)
|
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, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String GLOBAL_STREET_NONAME
public static final String ERROR_REF_REQUIRED_FEATURE_ID
public static final String ERROR_REF_NON_NUMERIC_FEATUREID
public static final String ERROR_REF_NORESULT
public static final String ERROR
Constructor Detail |
---|
public DisplayStreetAction()
Method Detail |
---|
public String getPreferedName()
public String execute() throws Exception
execute
in interface com.opensymphony.xwork2.Action
execute
in class com.opensymphony.xwork2.ActionSupport
Exception
public String getGid()
public void setGid(String gid)
gid
- the gid to setpublic void setOpenStreetMapDao(IOpenStreetMapDao openStreetMapDao)
openStreetMapDao
- the openStreetMapDao to setpublic String getErrorRef()
public OpenStreetMap getResult()
public String getErrorMessage()
public String getGoogleMapAPIKey()
getGoogleMapAPIKey
in interface GoogleMapApiKeyAware
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |