Class ImageResize

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

public class ImageResize extends Object implements Command
  • Constructor Details

    • ImageResize

      public ImageResize()
  • 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