FeatureTypeList included

This commit is contained in:
wumpz 2013-10-17 00:02:58 +02:00
parent 47acfa9f1a
commit 500043ba1f

View File

@ -34,21 +34,19 @@ import org.jdom.Element;
* Parses list of summary data about FeatureTypes. * Parses list of summary data about FeatureTypes.
* *
* *
* Layer summary info. * FeatureType summary info.
* <BR>This is an XML fragment: * <BR>This is an XML fragment:
* <PRE> * <PRE>
*{@code *{@code
<layer> <featureType>
<name>states</name> <name>states</name>
<atom:link <atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate"
xmlns:atom="http://www.w3.org/2005/Atom" href="http://localhost:8080/geoserver/rest/workspaces/topp/featuretypes/states.xml"
rel="alternate" type="application/xml"/>
href="http://localhost:8080/geoserver/rest/layers/states.xml" </featureType>
type="application/xml"/>
</layer>
* } * }
* </PRE> * </PRE>
*
* @author wumpz * @author wumpz
*/ */
public class RESTFeatureTypeList extends RESTAbstractList<NameLinkElem> { public class RESTFeatureTypeList extends RESTAbstractList<NameLinkElem> {