Package de.narimo.georepo.server.api
Class TagsController
- java.lang.Object
-
- de.narimo.georepo.server.api.TagsController
-
@Provider @Path("/workspaces/{workspace}/layers/{layername}/tags") public class TagsController extends Object
-
-
Constructor Summary
Constructors Constructor Description TagsController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsegetFeatureComments(javax.ws.rs.core.SecurityContext sec, String workspace, String dataLayerName)
-
-
-
Method Detail
-
getFeatureComments
@GET @Path("/") @Produces("application/json") public javax.ws.rs.core.Response getFeatureComments(@Context javax.ws.rs.core.SecurityContext sec, @PathParam("workspace") String workspace, @PathParam("layername") String dataLayerName) throws IOException, SQLException- Throws:
IOExceptionSQLException
-
-