Updated Java Doc

This commit is contained in:
Francesco Mangiacrapa 2023-03-24 16:26:38 +01:00
parent 4ba61bf232
commit 30d702a073
1 changed files with 11 additions and 11 deletions

View File

@ -37,7 +37,8 @@ import org.slf4j.LoggerFactory;
import com.google.common.cache.CacheLoader.InvalidCacheLoadException;
/**
* The GeoportalResolver is able to get/resolve a link to a "Geoportal Viewer"
* The GeoportalResolver is able to get/resolve a link to "Geoportal Viewer"
* or "Geoportal Entry" Application.
*
* See more at
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#Geoportal_Resolver
@ -74,14 +75,13 @@ public class GeoportalResolver {
}
/**
* Resolve geoportal.
* Resolve geoportal. Resolve a Geoportal Link to "Data-Viewer" App
*
* @param req the req
* @param targetAppId the target app id
* @param vreName the vre name
* @param ucdID the ucd ID
* @param projectID the project ID
* @param resolveAs the resolve as
* @param req the req
* @param vreName the vre name
* @param ucdID the ucd ID
* @param projectID the project ID
* @param resolveAs the resolve as
* @return the response
* @throws WebApplicationException the web application exception
*/
@ -99,7 +99,7 @@ public class GeoportalResolver {
}
/**
* Resolve geoportal.
* Resolve geoportal. Resolve a Geoportal Link to to "Data-Viewer" or "Data-Entry" App
*
* @param req the req
* @param targetAppId the target app id
@ -125,7 +125,7 @@ public class GeoportalResolver {
}
/**
* Post geoportal no app def.
* Post geoportal. Create a Geoportal Link to Data-Viewer App
*
* @param req the req
* @param jsonRequest the json request
@ -146,7 +146,7 @@ public class GeoportalResolver {
}
/**
* Create a Catalogue Link.
* Post geoportal. Create a Geoportal Link to "Data-Viewer" or "Data-Entry" App
*
* @param req the req
* @param targetAppId the target app id