Class UriResolverInfo


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

      • UriResolverInfo

        public UriResolverInfo()
    • Method Detail

      • info

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