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

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

public class GetFoldersCommand
extends java.lang.Object
implements Command

Author:
Ivica Cardic

Constructor Summary
GetFoldersCommand()
           
 
Method Summary
 void execute(CommandArgument commandArgument, 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

GetFoldersCommand

public GetFoldersCommand()
Method Detail

execute

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