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 Type
    Method
    Description
    Handles the current HTTP request and creates the ResponseEntity used to build the HTTP response.
  • Method Details

    • handle

      ResponseEntity handle() throws Exception
      Handles the current HTTP request and creates the ResponseEntity used to build the HTTP response.
      Returns:
      response entity object used to build the HTTP response
      Throws:
      Exception - in case of any processing exception