Class MCREpubZipResource

java.lang.Object
org.mycore.viewer.resources.MCREpubZipResource

@Path("/epub") public class MCREpubZipResource extends Object
  • Field Details

  • Constructor Details

    • MCREpubZipResource

      public MCREpubZipResource()
  • Method Details

    • extract

      @GET @Path("/{derivateID}/{epubFilePathAndPathInEpub:.+}") public jakarta.ws.rs.core.Response extract(@PathParam("derivateID") String derivateID, @PathParam("epubFilePathAndPathInEpub") String epubFileAndSubpath)