Class UriResolverInfo
- java.lang.Object
-
- org.gcube.datatransfer.resolver.services.UriResolverInfo
-
@Path("info") public class UriResolverInfo extends ObjectThe UriResolverInfo get index.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Mar 24, 2022
-
-
Constructor Summary
Constructors Constructor Description UriResolverInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreaminfo(javax.servlet.http.HttpServletRequest req)Info.
-
-
-
Method Detail
-
info
@GET @Produces("text/html") @Path("") public InputStream info(@Context javax.servlet.http.HttpServletRequest req) throws javax.ws.rs.WebApplicationExceptionInfo.- Parameters:
req- the req- Returns:
- the input stream
- Throws:
javax.ws.rs.WebApplicationException- the web application exception
-
-