Class AppResourcesController


  • @Provider
    @Path("/apps")
    public class AppResourcesController
    extends Object
    • Constructor Detail

      • AppResourcesController

        public AppResourcesController()
    • Method Detail

      • getAppIcon

        @GET
        @Path("/{appkey}/icons/{iconname}")
        public javax.ws.rs.core.Response getAppIcon​(@Context
                                                    javax.servlet.ServletContext ctx,
                                                    @PathParam("appkey")
                                                    String appkey,
                                                    @PathParam("iconname")
                                                    String iconName)
      • getAppManifest

        @GET
        @Path("/{appkey}/manifest")
        @Produces("application/json")
        public javax.ws.rs.core.Response getAppManifest​(@PathParam("appkey")
                                                        String appKey)