Liferay 6.1.2-ce-ga3

com.liferay.portal.editor.fckeditor.receiver.impl
Class PageCommandReceiver

java.lang.Object
  extended by com.liferay.portal.editor.fckeditor.receiver.impl.BaseCommandReceiver
      extended by com.liferay.portal.editor.fckeditor.receiver.impl.PageCommandReceiver
All Implemented Interfaces:
CommandReceiver

public class PageCommandReceiver
extends BaseCommandReceiver


Constructor Summary
PageCommandReceiver()
           
 
Method Summary
protected  String createFolder(CommandArgument commandArgument)
           
protected  String fileUpload(CommandArgument commandArgument, String fileName, InputStream inputStream, String extension, long size)
           
protected  void getFolders(CommandArgument commandArgument, Document document, Node rootNode)
           
protected  void getFoldersAndFiles(CommandArgument commandArgument, Document document, Node rootNode)
           
 
Methods inherited from class com.liferay.portal.editor.fckeditor.receiver.impl.BaseCommandReceiver
createFolder, fileUpload, getFolders, getFoldersAndFiles, getPath, getRootFolders, getSize, getSize, isStagedData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageCommandReceiver

public PageCommandReceiver()
Method Detail

createFolder

protected String createFolder(CommandArgument commandArgument)
Specified by:
createFolder in class BaseCommandReceiver

fileUpload

protected String fileUpload(CommandArgument commandArgument,
                            String fileName,
                            InputStream inputStream,
                            String extension,
                            long size)
Specified by:
fileUpload in class BaseCommandReceiver

getFolders

protected void getFolders(CommandArgument commandArgument,
                          Document document,
                          Node rootNode)
Specified by:
getFolders in class BaseCommandReceiver

getFoldersAndFiles

protected void getFoldersAndFiles(CommandArgument commandArgument,
                                  Document document,
                                  Node rootNode)
Specified by:
getFoldersAndFiles in class BaseCommandReceiver

Liferay 6.1.2-ce-ga3