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 Summary
Constructors Constructor Description AbstractFCKConnector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetCurrentFolderPath(GenericWebAppContext context)Return FCKeditor current folder path.protected StringmakeRESTPath(String repoName, String workspace, String resource)Compile REST path of the given resource.
-
-
-
Method Detail
-
getCurrentFolderPath
protected String getCurrentFolderPath(GenericWebAppContext context)
Return FCKeditor current folder path.- Parameters:
context-- Returns:
- String path
-
-