Class StaticResource


  • @Path("/static/")
    public class StaticResource
    extends Object
    Author:
    Ludovic Champenois ludo@dev.java.net
    • Constructor Detail

      • StaticResource

        public StaticResource()
    • Method Detail

      • getPath

        @GET
        @Path("{resource: .+}")
        public jakarta.ws.rs.core.Response getPath​(@PathParam("resource")
                                                   String resource)