Class DocsGenerator
- java.lang.Object
-
- org.gcube.datatransfer.resolver.services.DocsGenerator
-
@Path("docs") public class DocsGenerator extends ObjectThe Class DocsGenerator.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Apr 1, 2022
-
-
Constructor Summary
Constructors Constructor Description DocsGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamtoDoc(javax.servlet.http.HttpServletRequest req)To doc.
-
-
-
Method Detail
-
toDoc
@GET @Path("/{any: .*}") public InputStream toDoc(@Context javax.servlet.http.HttpServletRequest req) throws javax.ws.rs.WebApplicationExceptionTo doc.- Parameters:
req- the req- Returns:
- the input stream
- Throws:
javax.ws.rs.WebApplicationException- the web application exception
-
-