@UrlBinding(value="/action/attribute/{$event}")
@StrictBinding
public class AttributeActionBean
extends Object
implements net.sourceforge.stripes.action.ActionBean
| Constructor and Description |
|---|
AttributeActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
cancel() |
net.sourceforge.stripes.action.Resolution |
edit() |
AttributeDescriptor |
getAttribute() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getDir() |
Long |
getFeatureSourceId() |
List |
getFeatureSources() |
net.sourceforge.stripes.action.Resolution |
getFeatureTypes() |
org.json.JSONArray |
getFilter() |
net.sourceforge.stripes.action.Resolution |
getGridData() |
int |
getLimit() |
int |
getPage() |
Long |
getSimpleFeatureTypeId() |
String |
getSort() |
int |
getStart() |
void |
load() |
net.sourceforge.stripes.action.Resolution |
save() |
void |
setAttribute(AttributeDescriptor attribute) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setDir(String dir) |
void |
setFeatureSourceId(Long featureSourceId) |
void |
setFeatureSources(List featureSources) |
void |
setFilter(org.json.JSONArray filter) |
void |
setLimit(int limit) |
void |
setPage(int page) |
void |
setSimpleFeatureTypeId(Long simpleFeatureTypeId) |
void |
setSort(String sort) |
void |
setStart(int start) |
net.sourceforge.stripes.action.Resolution |
view() |
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 AttributeDescriptor getAttribute()
public void setAttribute(AttributeDescriptor attribute)
public List getFeatureSources()
public void setFeatureSources(List featureSources)
public Long getSimpleFeatureTypeId()
public void setSimpleFeatureTypeId(Long simpleFeatureTypeId)
public Long getFeatureSourceId()
public void setFeatureSourceId(Long featureSourceId)
public String getDir()
public void setDir(String dir)
public org.json.JSONArray getFilter()
public void setFilter(org.json.JSONArray filter)
public int getLimit()
public void setLimit(int limit)
public int getPage()
public void setPage(int page)
public String getSort()
public void setSort(String sort)
public int getStart()
public void setStart(int start)
@DefaultHandler public net.sourceforge.stripes.action.Resolution view()
public net.sourceforge.stripes.action.Resolution edit()
public net.sourceforge.stripes.action.Resolution cancel()
public net.sourceforge.stripes.action.Resolution save()
@Before(stages=BindingAndValidation) public void load()
public net.sourceforge.stripes.action.Resolution getFeatureTypes()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution getGridData()
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2016. All rights reserved.