Class TagsLayerController


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

      • TagsLayerController

        public TagsLayerController()
    • Method Detail

      • getFeatureTags

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