@UrlBinding(value="/action/sld") @StrictBinding public class SldActionBean extends Object implements net.sourceforge.stripes.action.ActionBean
| Modifier and Type | Field and Description |
|---|---|
static String |
FORMAT_JSON |
static String |
FORMAT_XML |
| Constructor and Description |
|---|
SldActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
create() |
net.sourceforge.stripes.action.Resolution |
findSLD() |
ApplicationLayer |
getApplicationLayer() |
String |
getColor() |
String |
getCommonAndFilter() |
String |
getCommonOrFilter() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getFeatureTypeName() |
String |
getFilter() |
String |
getFormat() |
Long |
getId() |
String |
getLayer() |
String |
getSessId() |
String |
getSldId() |
String |
getStyle() |
void |
setApplicationLayer(ApplicationLayer appLayer) |
void |
setColor(String color) |
void |
setCommonAndFilter(String commonAndFilter) |
void |
setCommonOrFilter(String commonOrFilter) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setFeatureTypeName(String featureTypeName) |
void |
setFilter(String filter) |
void |
setFormat(String format) |
void |
setId(Long id) |
void |
setLayer(String layer) |
void |
setSessId(String sessId) |
void |
setSldId(String sldId) |
void |
setStyle(String style) |
net.sourceforge.stripes.action.Resolution |
transformFilter() |
public static final String FORMAT_JSON
public static final String FORMAT_XML
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 getId()
public void setId(Long id)
public String getFilter()
public void setFilter(String filter)
public String getFeatureTypeName()
public void setFeatureTypeName(String featureTypeName)
public String getLayer()
public void setLayer(String layer)
public String getStyle()
public void setStyle(String style)
public String getFormat()
public void setFormat(String format)
public ApplicationLayer getApplicationLayer()
public void setApplicationLayer(ApplicationLayer appLayer)
public String getColor()
public void setColor(String color)
public String getCommonAndFilter()
public void setCommonAndFilter(String commonAndFilter)
public String getCommonOrFilter()
public void setCommonOrFilter(String commonOrFilter)
public String getSldId()
public void setSldId(String sldId)
public String getSessId()
public void setSessId(String sessId)
@DefaultHandler
public net.sourceforge.stripes.action.Resolution create()
throws org.json.JSONException,
UnsupportedEncodingException
org.json.JSONExceptionUnsupportedEncodingExceptionpublic net.sourceforge.stripes.action.Resolution transformFilter()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution findSLD()
throws org.geotools.filter.text.cql2.CQLException,
org.json.JSONException,
UnsupportedEncodingException
org.geotools.filter.text.cql2.CQLExceptionorg.json.JSONExceptionUnsupportedEncodingExceptionCopyright © 2017. All rights reserved.