Class StaticResourcesService


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

      • StaticResourcesService

        public StaticResourcesService()
    • Method Detail

      • staticJsResources

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