Liferay 6.2.0-ce-b3

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

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

public class VideoCommandReceiver
extends DocumentCommandReceiver


Constructor Summary
VideoCommandReceiver()
           
 
Method Summary
protected  String fileUpload(CommandArgument commandArgument, String fileName, InputStream inputStream, String contentType, long size)
           
protected  Element getFileElement(CommandArgument commandArgument, Element fileElement, FileEntry fileEntry)
           
protected  List<Element> getFileElements(CommandArgument commandArgument, Document document, Folder folder)
           
 
Methods inherited from class com.liferay.portal.editor.fckeditor.receiver.impl.DocumentCommandReceiver
createFolder, getFolders, getFoldersAndFiles, isStagedData
 
Methods inherited from class com.liferay.portal.editor.fckeditor.receiver.impl.BaseCommandReceiver
createFolder, fileUpload, getFolders, getFoldersAndFiles, getPath, getRootFolders, getSize, getSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoCommandReceiver

public VideoCommandReceiver()
Method Detail

fileUpload

protected String fileUpload(CommandArgument commandArgument,
                            String fileName,
                            InputStream inputStream,
                            String contentType,
                            long size)
Overrides:
fileUpload in class DocumentCommandReceiver

getFileElement

protected Element getFileElement(CommandArgument commandArgument,
                                 Element fileElement,
                                 FileEntry fileEntry)
                          throws Exception
Overrides:
getFileElement in class DocumentCommandReceiver
Throws:
Exception

getFileElements

protected List<Element> getFileElements(CommandArgument commandArgument,
                                        Document document,
                                        Folder folder)
                                 throws Exception
Overrides:
getFileElements in class DocumentCommandReceiver
Throws:
Exception

Liferay 6.2.0-ce-b3