@UrlBinding(value="/action/search") @StrictBinding public class SearchActionBean extends Object implements net.sourceforge.stripes.action.ActionBean
| Constructor and Description |
|---|
SearchActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
autosuggest() |
Long |
getAppId() |
String |
getComponentName() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getSearchName() |
String |
getSearchRequestId() |
String |
getSearchText() |
List<String> |
getVisibleLayers() |
void |
setAppId(Long appId) |
void |
setComponentName(String componentName) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setSearchName(String searchName) |
void |
setSearchRequestId(String searchRequestId) |
void |
setSearchText(String searchText) |
void |
setVisibleLayers(List<String> visibleLayers) |
net.sourceforge.stripes.action.Resolution |
source() |
public net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic String getSearchName()
public void setSearchName(String searchName)
public String getComponentName()
public void setComponentName(String componentName)
public Long getAppId()
public void setAppId(Long appId)
public String getSearchText()
public void setSearchText(String searchText)
public String getSearchRequestId()
public void setSearchRequestId(String searchRequestId)
@DefaultHandler
public net.sourceforge.stripes.action.Resolution source()
throws Exception
Exceptionpublic net.sourceforge.stripes.action.Resolution autosuggest()
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2019. All rights reserved.