Class RepositoryResource

    • Field Detail

      • LOGGER

        public static final java.util.logging.Logger LOGGER
    • Constructor Detail

      • RepositoryResource

        public RepositoryResource()
    • Method Detail

      • head

        @HEAD
        public javax.ws.rs.core.Response head​(@QueryParam("reload")
                                              boolean reload,
                                              @Context
                                              javax.ws.rs.core.UriInfo info,
                                              @Context
                                              javax.servlet.http.HttpServletRequest request)
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • get

        @GET
        @Produces("text/html")
        public javax.ws.rs.core.Response get​(@QueryParam("reload")
                                             boolean reload,
                                             @Context
                                             javax.ws.rs.core.UriInfo info,
                                             @Context
                                             javax.servlet.http.HttpServletRequest request)
                                      throws java.io.IOException
        Throws:
        java.io.IOException