Package com.cksource.ckfinder.command
Interface Command
- All Known Implementing Classes:
CopyFiles
,CreateFolder
,DeleteFiles
,DeleteFolder
,DownloadFile
,FileUpload
,GetFiles
,GetFileUrl
,GetFolders
,GetResizedImages
,ImageInfo
,ImagePreview
,ImageResize
,Init
,MoveFiles
,MultiFileCommand
,Proxy
,QuickUpload
,RenameFile
,RenameFolder
,SaveImage
,Thumbnail
public interface Command
Interface for CKFinder connector commands.
-
Method Summary
Modifier and TypeMethodDescriptionhandle()
Handles the current HTTP request and creates theResponseEntity
used to build the HTTP response.
-
Method Details
-
handle
Handles the current HTTP request and creates theResponseEntity
used to build the HTTP response.- Returns:
- response entity object used to build the HTTP response
- Throws:
Exception
- in case of any processing exception
-