@UrlBinding(value="/action/layerList") @StrictBinding public class LayerListActionBean extends Object implements net.sourceforge.stripes.action.ActionBean
| Constructor and Description |
|---|
LayerListActionBean() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAppId() |
Boolean |
getArc() |
Boolean |
getAttribute() |
Boolean |
getBufferable() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
Boolean |
getEditable() |
Boolean |
getFilterable() |
Boolean |
getHasConfiguredLayers() |
Boolean |
getInfluence() |
List<Long> |
getLayers() |
Boolean |
getWfs() |
void |
setAppId(Long appId) |
void |
setArc(Boolean arc) |
void |
setAttribute(Boolean attribute) |
void |
setBufferable(Boolean bufferable) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setEditable(Boolean editable) |
void |
setFilterable(Boolean filterable) |
void |
setHasConfiguredLayers(Boolean hasConfiguredLayers) |
void |
setInfluence(Boolean influence) |
void |
setLayers(List<Long> layers) |
void |
setWfs(Boolean wfs) |
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 Long getAppId()
public void setAppId(Long appId)
public Boolean getBufferable()
public void setBufferable(Boolean bufferable)
public Boolean getEditable()
public void setEditable(Boolean editable)
public Boolean getFilterable()
public void setFilterable(Boolean filterable)
public Boolean getInfluence()
public void setInfluence(Boolean influence)
public Boolean getArc()
public void setArc(Boolean arc)
public Boolean getAttribute()
public void setAttribute(Boolean attribute)
public Boolean getWfs()
public void setWfs(Boolean wfs)
public Boolean getHasConfiguredLayers()
public void setHasConfiguredLayers(Boolean hasConfiguredLayers)
public net.sourceforge.stripes.action.Resolution source()
Copyright © 2017. All rights reserved.