Class StaticResourcesService

java.lang.Object
org.microprofileext.openapi.swaggerui.StaticResourcesService

@Path("{path: webjars/.*}") public class StaticResourcesService extends Object
Serving static data from webjars
Author:
Phillip Kruger (phillip.kruger@redhat.com)
  • Constructor Details

    • StaticResourcesService

      public StaticResourcesService()
  • Method Details

    • staticJsResources

      @GET public jakarta.ws.rs.core.Response staticJsResources(@PathParam("path") String path)