Interface GuiceRestLoggingService

All Known Implementing Classes:
GuiceRestLoggingServiceImpl

@Path("/guice/logging") public interface GuiceRestLoggingService
  • Method Summary

    Modifier and Type
    Method
    Description
     
    javax.ws.rs.core.Response
    loadConfig(String configuration)
     
  • Method Details

    • getIndex

      @GET @Path("/") @Produces("text/html") String getIndex()
    • loadConfig

      @POST @Path("/load-config-string") @Produces("text/html") javax.ws.rs.core.Response loadConfig(@FormParam("log4j.properties") String configuration) throws IOException
      Throws:
      IOException