Class AbstractFCKConnector

java.lang.Object
org.exoplatform.frameworks.jcr.command.web.fckeditor.AbstractFCKConnector
Direct Known Subclasses:
FCKConnectorXMLOutput, UploadFileCommand

public abstract class AbstractFCKConnector extends Object
Created by The eXo Platform SAS .
Version:
$Id: AbstractFCKConnector.java 5800 2006-05-28 18:03:31Z geaz $
Author:
Gennady Azarenkov
  • Constructor Details

    • AbstractFCKConnector

      public AbstractFCKConnector()
  • Method Details

    • 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: