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

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

public class GetFoldersAndFilesCommand
extends java.lang.Object
implements Command

View Source

Author:
Ivica Cardic

Constructor Summary
GetFoldersAndFilesCommand()
           
 
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

GetFoldersAndFilesCommand

public GetFoldersAndFilesCommand()
Method Detail

execute

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