All Known Implementing Classes:
RestConfigListImpl

@Path("/guice/config") public interface RestConfigList
  • Method Details

    • index

      @GET @Produces("text/html") @Path("/") String index() throws Exception
      Throws:
      Exception
    • setProperty

      @POST @Produces("text/html") @Path("/reconfigure") String setProperty(@FormParam("key") String name, @FormParam("value") String value)
    • validateProperty

      @POST @Produces("application/json") @Path("/validate") boolean validateProperty(@FormParam("key") String name, @FormParam("value") String value)
    • save

      @POST @Produces("text/html") @Path("/save") String save() throws IOException
      Throws:
      IOException