@UrlBinding(value="/action/arcquery") @StrictBinding public class ArcQueryUtilActionBean extends Object implements net.sourceforge.stripes.action.ActionBean
| Constructor and Description |
|---|
ArcQueryUtilActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
arcXML() |
void |
checkAuthorization() |
ApplicationLayer |
getAppLayer() |
Application |
getApplication() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getCql() |
net.sourceforge.stripes.action.Resolution |
getObjectIds() |
boolean |
isWhereOnly() |
void |
loadLayer() |
void |
setAppLayer(ApplicationLayer appLayer) |
void |
setApplication(Application application) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setCql(String cql) |
void |
setWhereOnly(boolean whereOnly) |
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 getCql()
public void setCql(String cql)
public boolean isWhereOnly()
public void setWhereOnly(boolean whereOnly)
public ApplicationLayer getAppLayer()
public void setAppLayer(ApplicationLayer appLayer)
public Application getApplication()
public void setApplication(Application application)
@After(stages=BindingAndValidation,
on="!arcXML")
public void loadLayer()
@Before(stages=EventHandling) public void checkAuthorization()
@DefaultHandler
public net.sourceforge.stripes.action.Resolution arcXML()
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2019. All rights reserved.