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

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

public class FileUploadCommand
extends java.lang.Object
implements Command

View Source

Author:
Ivica Cardic

Constructor Summary
FileUploadCommand()
           
 
Method Summary
 void execute(CommandArgument argument, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
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 req,
                    javax.servlet.http.HttpServletResponse res)
Specified by:
execute in interface Command