com.liferay.portal.editor.fckeditor.receiver.impl
Class DocumentCommandReceiver
java.lang.Object
com.liferay.portal.editor.fckeditor.receiver.impl.BaseCommandReceiver
com.liferay.portal.editor.fckeditor.receiver.impl.DocumentCommandReceiver
- All Implemented Interfaces:
- CommandReceiver
public class DocumentCommandReceiver
- extends BaseCommandReceiver
- Author:
- Ivica Cardic
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentCommandReceiver
public DocumentCommandReceiver()
createFolder
protected java.lang.String createFolder(CommandArgument commandArgument)
- Specified by:
createFolder in class BaseCommandReceiver
fileUpload
protected java.lang.String fileUpload(CommandArgument commandArgument,
java.lang.String fileName,
java.io.InputStream inputStream,
java.lang.String contentType,
long size)
- Specified by:
fileUpload in class BaseCommandReceiver
getFolders
protected void getFolders(CommandArgument commandArgument,
org.w3c.dom.Document document,
org.w3c.dom.Node rootNode)
- Specified by:
getFolders in class BaseCommandReceiver
getFoldersAndFiles
protected void getFoldersAndFiles(CommandArgument commandArgument,
org.w3c.dom.Document document,
org.w3c.dom.Node rootNode)
- Specified by:
getFoldersAndFiles in class BaseCommandReceiver
isStagedData
protected boolean isStagedData(com.liferay.portal.model.Group group)
- Overrides:
isStagedData in class BaseCommandReceiver