removed unused code

This commit is contained in:
Francesco Mangiacrapa 2024-04-29 14:30:01 +02:00
parent 1f5db2eb16
commit 50fac5143d
3 changed files with 7 additions and 18 deletions

View File

@ -21,6 +21,9 @@
<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
<!-- Other module inherits -->
<servlet path="/geoportalexporterservice"
class="org.gcube.portlets.user.geoportaldataviewer.server.GeoportalExporterActionServlet" />
<!-- Specify the app entry point class. -->
<entry-point

View File

@ -230,24 +230,7 @@ public class ProjectViewer extends Composite {
+ projectView.getTheProjectDV().getId());
String geoportalExportActionServlet = builder.toString();
final NewBrowserWindow ref = NewBrowserWindow.open(geoportalExportActionServlet, "_blank", null);
// GeoportalDataViewerServiceAsync.Util.getInstance().exportAsPDF(
// projectView.getTheProjectDV().getProfileID(), projectView.getTheProjectDV().getId(), theTitle,
// geoportalItemReferences, new AsyncCallback<String>() {
//
// @Override
// public void onFailure(Throwable caught) {
// // TODO Auto-generated method stub
//
// }
//
// @Override
// public void onSuccess(String resultURL) {
// ref.setUrl(resultURL);
//
// }
// });
NewBrowserWindow.open(geoportalExportActionServlet, "_blank", null);
}
});

View File

@ -21,6 +21,9 @@
<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
<!-- Other module inherits -->
<servlet path="/geoportalexporterservice"
class="org.gcube.portlets.user.geoportaldataviewer.server.GeoportalExporterActionServlet" />
<!-- Specify the app entry point class. -->
<entry-point