Class Thumbnail

java.lang.Object
com.cksource.ckfinder.command.Thumbnail
All Implemented Interfaces:
Command

public class Thumbnail extends Object implements Command
  • Constructor Details

    • Thumbnail

      public Thumbnail()
  • Method Details

    • handle

      public ResponseEntity handle() throws Exception
      Description copied from interface: Command
      Handles the current HTTP request and creates the ResponseEntity used to build the HTTP response.
      Specified by:
      handle in interface Command
      Returns:
      response entity object used to build the HTTP response
      Throws:
      Exception - in case of any processing exception