Class UriResolverIndex


  • @Path("index")
    public class UriResolverIndex
    extends Object
    The Class UriResolverIndex.
    Author:
    Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Mar 24, 2022
    • Constructor Detail

      • UriResolverIndex

        public UriResolverIndex()
    • Method Detail

      • index

        @GET
        @Produces("text/html")
        @Path("")
        public InputStream index​(@Context
                                 javax.servlet.http.HttpServletRequest req)
                          throws javax.ws.rs.WebApplicationException
        Index.
        Parameters:
        req - the req
        Returns:
        the input stream
        Throws:
        javax.ws.rs.WebApplicationException - the web application exception