Class AbstractFCKConnector

    • Constructor Detail

      • AbstractFCKConnector

        public AbstractFCKConnector()
    • Method Detail

      • getCurrentFolderPath

        protected String getCurrentFolderPath​(GenericWebAppContext context)
        Return FCKeditor current folder path.
        Parameters:
        context -
        Returns:
        String path
      • makeRESTPath

        protected String makeRESTPath​(String repoName,
                                      String workspace,
                                      String resource)
        Compile REST path of the given resource.
        Parameters:
        workspace -
        resource - , we assume that path starts with '/'
        Returns: