Class CategoryController


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

      • CategoryController

        public CategoryController()
    • 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,
                                                            @QueryParam("categoryname")
                                                            String optCategoryColumn)