com.liferay.portal.editor.fckeditor.command
Interface Command

All Known Implementing Classes:
CreateFolderCommand, FileUploadCommand, GetFoldersAndFilesCommand, GetFoldersCommand

public interface Command

View Source

Author:
Ivica Cardic

Method Summary
 void execute(CommandArgument argument, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 

Method Detail

execute

public void execute(CommandArgument argument,
                    javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse res)