Interface FeatureResource

All Known Implementing Classes:
FeatureService

@Path("config/features") public interface FeatureResource
Author:
alee
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.ws.rs.core.Response
     
    javax.ws.rs.core.Response
     
  • Method Details

    • listFeatures

      @GET javax.ws.rs.core.Response listFeatures()
    • getFeature

      @GET @Path("{id}") javax.ws.rs.core.Response getFeature(@PathParam("id") String id)