Class UriResolverResources
- java.lang.Object
-
- org.gcube.datatransfer.resolver.services.UriResolverResources
-
@Path("resources") @Singleton public class UriResolverResources extends ObjectThe UriResolverResources. Show the resources as a JSON- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Mar 24, 2022
-
-
Constructor Summary
Constructors Constructor Description UriResolverResources()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsegetServices(javax.ws.rs.core.Application application, javax.servlet.http.HttpServletRequest request)Show all.
-
-
-
Method Detail
-
getServices
@GET @Produces("application/json") public javax.ws.rs.core.Response getServices(@Context javax.ws.rs.core.Application application, @Context javax.servlet.http.HttpServletRequest request)Show all.- Parameters:
application- the applicationrequest- the request- Returns:
- the response
-
-