Class Proxy

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

public class Proxy extends Object implements Command
  • Field Details

  • Constructor Details

    • Proxy

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