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