Liferay 6.1.2-ce-ga3

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

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

public interface Command


Method Summary
 void execute(CommandArgument commandArgument, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Method Detail

execute

void execute(CommandArgument commandArgument,
             javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response)

Liferay 6.1.2-ce-ga3