|
||||||||||
| 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.SearchAction
public class SearchAction
base class for Gisgraphy search Action
| Field Summary | |
|---|---|
static int |
DEFAULT_NUMBER_OF_RESULTS_PER_PAGE
|
protected java.lang.String |
errorMessage
The error message in case of exception |
protected static java.lang.String |
POPUP_VIEW
|
| Fields inherited from class com.opensymphony.xwork2.ActionSupport |
|---|
LOG |
| Fields inherited from interface com.opensymphony.xwork2.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
SearchAction()
|
|
| Method Summary | |
|---|---|
int |
getDefaultNumberOfResultsPerPage()
|
java.lang.String |
getErrorMessage()
|
java.lang.String |
getFormat()
|
int |
getFrom()
|
java.util.List<java.lang.String> |
getPlacetypes()
|
int |
getTo()
|
boolean |
isAdvancedSearch()
|
boolean |
isIndent()
|
void |
setAdvancedSearch(boolean advancedSearch)
|
void |
setFormat(java.lang.String format)
|
void |
setFrom(int from)
|
void |
setIndent(boolean indent)
|
void |
setTo(int to)
|
| Methods inherited from class com.opensymphony.xwork2.ActionSupport |
|---|
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, 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 |
|---|
protected static final java.lang.String POPUP_VIEW
public static final int DEFAULT_NUMBER_OF_RESULTS_PER_PAGE
protected java.lang.String errorMessage
| Constructor Detail |
|---|
public SearchAction()
| Method Detail |
|---|
public void setFrom(int from)
from - the from to setpublic void setTo(int to)
to - the to to setpublic void setFormat(java.lang.String format)
format - the format to setpublic void setIndent(boolean indent)
indent - the indent to setpublic java.util.List<java.lang.String> getPlacetypes()
public boolean isAdvancedSearch()
public void setAdvancedSearch(boolean advancedSearch)
advancedSearch - the advancedSearch to setpublic int getFrom()
public int getTo()
public java.lang.String getFormat()
public boolean isIndent()
public java.lang.String getErrorMessage()
public int getDefaultNumberOfResultsPerPage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||