Class AbstractFCKConnector
java.lang.Object
org.exoplatform.frameworks.jcr.command.web.fckeditor.AbstractFCKConnector
- Direct Known Subclasses:
FCKConnectorXMLOutput,UploadFileCommand
Created by The eXo Platform SAS .
- Version:
- $Id: AbstractFCKConnector.java 5800 2006-05-28 18:03:31Z geaz $
- Author:
- Gennady Azarenkov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetCurrentFolderPath(GenericWebAppContext context) Return FCKeditor current folder path.protected StringmakeRESTPath(String repoName, String workspace, String resource) Compile REST path of the given resource.
-
Constructor Details
-
AbstractFCKConnector
public AbstractFCKConnector()
-
-
Method Details
-
getCurrentFolderPath
Return FCKeditor current folder path.- Parameters:
context-- Returns:
- String path
-
makeRESTPath
Compile REST path of the given resource.- Parameters:
workspace-resource- , we assume that path starts with '/'- Returns:
-