Class GeoportalHTMLMessageGenerator
- java.lang.Object
-
- org.gcube.datatransfer.resolver.geoportal.exporter.GeoportalHTMLMessageGenerator
-
public class GeoportalHTMLMessageGenerator extends Object
Generates HTML messages for the Geoportal Exporter.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Jan 21, 2025
-
-
Constructor Summary
Constructors Constructor Description GeoportalHTMLMessageGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringentityHTMLMessage(String geoportalexport_prj, String action, String message, boolean waiting, String viewPdfURL)Entity HTML message.static StringgetErrorPage(String action, String message)Gets the error page.
-
-
-
Method Detail
-
entityHTMLMessage
public static String entityHTMLMessage(String geoportalexport_prj, String action, String message, boolean waiting, String viewPdfURL)
Entity HTML message.- Parameters:
geoportalexport_prj- the geoportalexport prjaction- the actionmessage- the messagewaiting- the waitingviewPdfURL- the view pdf URL- Returns:
- the string
-
-