Class Frontend

java.lang.Object
com.logicaldoc.gui.frontend.client.Frontend
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class Frontend extends Object implements com.google.gwt.core.client.EntryPoint
The Frontend entry point.
Since:
6.0
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details Link icon

    • Frontend Link icon

      public Frontend()
  • Method Details Link icon

    • onModuleLoad Link icon

      public void onModuleLoad()
      Specified by:
      onModuleLoad in interface com.google.gwt.core.client.EntryPoint
    • showMain Link icon

      public static void showMain()
    • triggerReload Link icon

      public void triggerReload()
      Triggers the load of the last uploaded files
    • getCurrentFolderId Link icon

      public String getCurrentFolderId()
    • checkPermission Link icon

      public String checkPermission(String permission)
    • searchTag Link icon

      public void searchTag(String tag)
    • connectWebsockets Link icon

      public void connectWebsockets()
      Install the receiver to get messages from the server (Server Push)
    • declareCheckPermission Link icon

      public static void declareCheckPermission(Frontend frontend)
      Declares the javascript function used to check a permission in the current folder
      Parameters:
      frontend - the Frontend module
    • declareGetCurrentFolderId Link icon

      public static void declareGetCurrentFolderId(Frontend frontend)
      Declares the javascript function used to retrieve the current folder ID
      Parameters:
      frontend - the Frontend module
    • declareReloadTrigger Link icon

      public static void declareReloadTrigger(Frontend frontend)
      Declares the javascript function used to trigger the reload of the current folder
      Parameters:
      frontend - the Frontend module
    • declareSearchTag Link icon

      public static void declareSearchTag(Frontend frontend)
      Declares the javascript function used to trigger the search for a specific tag
      Parameters:
      frontend - the Frontend module
    • declareDownload Link icon

      public static void declareDownload()
      Declares the javascript function used to download something
    • declareDownloadDocumentResource Link icon

      public static void declareDownloadDocumentResource()
      Declares the javascript function used to download a document's resource