Interface ConfigurationResource


@Path("configuration") public interface ConfigurationResource
  • Method Details

    • update

      @PUT @Consumes("application/json") @Produces("application/json") @Path("manager") @RolesAllowed("write:admin") ManagerAppConfig update(@BeanParam RequestParams requestParams, ManagerAppConfig managerConfiguration)
    • fileUpload

      @POST @Consumes("application/json") @Produces("application/json") @Path("manager/file") @RolesAllowed("write:admin") String fileUpload(@BeanParam RequestParams requestParams, @QueryParam("path") String path, FileInfo fileInfo)
    • getManagerConfig

      @GET @Produces("application/json") @Path("manager") ManagerAppConfig getManagerConfig()
    • getManagerConfigImage

      @GET @Path("manager/image/{filename: .+}") Object getManagerConfigImage(@PathParam("filename") String fileName)