Class AnalyticsGetResolver
- java.lang.Object
-
- org.gcube.datatransfer.resolver.services.AnalyticsGetResolver
-
@Path("analytics") public class AnalyticsGetResolver extends ObjectThe AnalyticsGetResolver to resolve an Analytics URL See more at https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#Analytics_Resolver- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Mar 24, 2022
-
-
Constructor Summary
Constructors Constructor Description AnalyticsGetResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponseresolveAnalyticsURL(javax.servlet.http.HttpServletRequest req, String vreName)Resolve analytics url.
-
-
-
Method Detail
-
resolveAnalyticsURL
@GET @Path("/get/{vreName}") public javax.ws.rs.core.Response resolveAnalyticsURL(@Context javax.servlet.http.HttpServletRequest req, @PathParam("vreName") String vreName) throws javax.ws.rs.WebApplicationExceptionResolve analytics url. See more at https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#HTTP_GET:_Resolve_an_Analytics_URL- Parameters:
req- the reqvreName- the vre name- Returns:
- the response
- Throws:
javax.ws.rs.WebApplicationException- the web application exception
-
-