Class CreateFolder

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

public class CreateFolder extends Object implements Command
  • Constructor Details

    • CreateFolder

      public CreateFolder()
  • Method Details

    • handle

      public ResponseEntity handle()
      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