|
||||||||||
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.DisplayFeatureAction
public class DisplayFeatureAction
DisplayFeature 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 featureId is not a numeric value |
static String |
ERROR_REF_NON_UNIQUE_RESULT
The reference in the localized file for the error for the fact that more than one features were founds for the specified featureId |
static String |
ERROR_REF_NORESULT
The reference in the localized file for the error for the fact that no gid were found for the specified featureId |
static String |
ERROR_REF_REQUIRED_FEATURE_ID
The reference in the localized file for the error for the fact featureId is required |
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
DisplayFeatureAction()
|
Method Summary | |
---|---|
String |
execute()
|
String |
getErrorMessage()
|
String |
getErrorRef()
|
String |
getPreferedName()
|
com.gisgraphy.fulltext.SolrResponseDto |
getResult()
|
void |
setFeatureId(String featureId)
|
void |
setFullTextSearchEngine(com.gisgraphy.fulltext.IFullTextSearchEngine fullTextSearchEngine)
|
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 ERROR_REF_REQUIRED_FEATURE_ID
public static final String ERROR_REF_NON_NUMERIC_FEATUREID
public static final String ERROR_REF_NON_UNIQUE_RESULT
public static final String ERROR_REF_NORESULT
public static final String ERROR
Constructor Detail |
---|
public DisplayFeatureAction()
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 void setFullTextSearchEngine(com.gisgraphy.fulltext.IFullTextSearchEngine fullTextSearchEngine)
fullTextSearchEngine
- the fullTextSearchEngine to setpublic void setFeatureId(String featureId)
featureId
- the featureId to setpublic String getErrorRef()
public com.gisgraphy.fulltext.SolrResponseDto getResult()
public String getErrorMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |