@UrlBinding(value="/action/downloadfeatures") @StrictBinding public class DownloadFeaturesActionBean extends Object implements net.sourceforge.stripes.action.ActionBean
| Constructor and Description |
|---|
DownloadFeaturesActionBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkAuthorization() |
net.sourceforge.stripes.action.Resolution |
download() |
ApplicationLayer |
getAppLayer() |
Application |
getApplication() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
SimpleFeatureType |
getFeatureType() |
String |
getFilter() |
Layer |
getLayer() |
int |
getLimit() |
String |
getParams() |
String |
getType() |
boolean |
isDebug() |
boolean |
isUnauthorized() |
void |
loadLayer() |
void |
setAppLayer(ApplicationLayer appLayer) |
void |
setApplication(Application application) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext abc) |
void |
setDebug(boolean debug) |
void |
setFeatureType(SimpleFeatureType featureType) |
void |
setFilter(String filter) |
void |
setLayer(Layer layer) |
void |
setLimit(int limit) |
void |
setParams(String params) |
void |
setType(String type) |
void |
setUnauthorized(boolean unauthorized) |
public void setContext(net.sourceforge.stripes.action.ActionBeanContext abc)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic boolean isUnauthorized()
public void setUnauthorized(boolean unauthorized)
public Application getApplication()
public void setApplication(Application application)
public ApplicationLayer getAppLayer()
public void setAppLayer(ApplicationLayer appLayer)
public SimpleFeatureType getFeatureType()
public void setFeatureType(SimpleFeatureType featureType)
public Layer getLayer()
public void setLayer(Layer layer)
public int getLimit()
public void setLimit(int limit)
public String getFilter()
public void setFilter(String filter)
public boolean isDebug()
public void setDebug(boolean debug)
public String getType()
public void setType(String type)
public String getParams()
public void setParams(String params)
@After(stages=BindingAndValidation) public void loadLayer()
@Before(stages=EventHandling) public void checkAuthorization()
public net.sourceforge.stripes.action.Resolution download()
throws org.json.JSONException,
FileNotFoundException
org.json.JSONExceptionFileNotFoundExceptionCopyright © 2016. All rights reserved.