Class FCKConnectorXMLOutput
- java.lang.Object
-
- org.exoplatform.frameworks.jcr.command.web.fckeditor.AbstractFCKConnector
-
- org.exoplatform.frameworks.jcr.command.web.fckeditor.FCKConnectorXMLOutput
-
- Direct Known Subclasses:
CreateFolderCommand,GetFoldersOrFilesCommand
public class FCKConnectorXMLOutput extends AbstractFCKConnector
Created by The eXo Platform SAS .- Version:
- $Id: FCKConnectorXMLOutput.java 34445 2009-07-24 07:51:18Z dkatayev $
- Author:
- Gennady Azarenkov
-
-
Field Summary
Fields Modifier and Type Field Description protected ElementrootElement
-
Constructor Summary
Constructors Constructor Description FCKConnectorXMLOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitRootElement(String commandStr, String typeStr, String currentPath, String currentUrl)protected voidoutRootElement(javax.servlet.http.HttpServletResponse response)-
Methods inherited from class org.exoplatform.frameworks.jcr.command.web.fckeditor.AbstractFCKConnector
getCurrentFolderPath, makeRESTPath
-
-
-
-
Field Detail
-
rootElement
protected Element rootElement
-
-
Method Detail
-
initRootElement
protected void initRootElement(String commandStr, String typeStr, String currentPath, String currentUrl) throws ParserConfigurationException
- Throws:
ParserConfigurationException
-
-