task_24792 #7

Merged
francesco.mangiacrapa merged 35 commits from task_24792 into master 2023-03-28 12:30:20 +02:00
1 changed files with 11 additions and 11 deletions
Showing only changes of commit 30d702a073 - Show all commits

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