Class TagsController


  • @Provider
    @Path("/workspaces/{workspace}/layers/{layername}/tags")
    public class TagsController
    extends Object
    • Constructor Detail

      • TagsController

        public TagsController()
    • 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:
        IOException
        SQLException