Class TagsLayerController


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

      • TagsLayerController

        public TagsLayerController()
    • Method Detail

      • getLayerTags

        @GET
        @Path("/")
        @Produces("application/json")
        public javax.ws.rs.core.Response getLayerTags​(@Context
                                                      javax.ws.rs.core.SecurityContext sec,
                                                      @PathParam("workspace")
                                                      String workspace,
                                                      @PathParam("layername")
                                                      String dataLayerName)
                                               throws IOException,
                                                      SQLException
        Throws:
        IOException
        SQLException