|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.geosolutions.geoserver.rest.encoder.utils.XmlElement it.geosolutions.geoserver.rest.encoder.utils.PropertyXMLEncoder it.geosolutions.geoserver.rest.encoder.feature.GSAttributeEncoder
public class GSAttributeEncoder
Nested Class Summary | |
---|---|
static class |
GSAttributeEncoder.filterByName
|
Constructor Summary | |
---|---|
GSAttributeEncoder()
|
Method Summary | |
---|---|
void |
delAttribute(FeatureTypeAttribute type)
|
String |
getAttribute(FeatureTypeAttribute type)
|
static org.jdom.filter.Filter |
getFilterByName(String name)
|
void |
setAttribute(FeatureTypeAttribute type,
String value)
|
void |
setup(Map<FeatureTypeAttribute,String> attributes)
|
Methods inherited from class it.geosolutions.geoserver.rest.encoder.utils.PropertyXMLEncoder |
---|
add, get, get, set |
Methods inherited from class it.geosolutions.geoserver.rest.encoder.utils.XmlElement |
---|
add, addContent, getRoot, isEmpty, remove, set, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GSAttributeEncoder()
Method Detail |
---|
public static org.jdom.filter.Filter getFilterByName(String name)
public void setup(Map<FeatureTypeAttribute,String> attributes)
public void setAttribute(FeatureTypeAttribute type, String value)
public void delAttribute(FeatureTypeAttribute type)
public String getAttribute(FeatureTypeAttribute type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |