Liferay 6.0.5

com.liferay.portal.editor.fckeditor.command.impl
Class FileUploadCommand

java.lang.Object
  extended by com.liferay.portal.editor.fckeditor.command.impl.FileUploadCommand
All Implemented Interfaces:
Command

public class FileUploadCommand
extends Object
implements Command


Constructor Summary
FileUploadCommand()
           
 
Method Summary
 void execute(CommandArgument argument, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUploadCommand

public FileUploadCommand()
Method Detail

execute

public void execute(CommandArgument argument,
                    javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
Specified by:
execute in interface Command

Liferay 6.0.5