Class RepositoryResource


@Path("/check/repository") public class RepositoryResource extends AbstractFreemarkerResource
  • Field Details

    • LOGGER

      public static final Logger LOGGER
  • Constructor Details

    • RepositoryResource

      public RepositoryResource()
  • Method Details

    • head

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

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