Esempio n. 1
0
 @GET
 @Path(ServiceConfiguration.WS_PARAMS_PATH)
 @Produces(MediaType.APPLICATION_JSON)
 public Set<String> params(@QueryParam("category") String category) {
   return null == category ? pgConfiguration.getParamNames() : getParamsByCategory(category);
 }