Class FileController

java.lang.Object
org.joinfaces.docs.server.controller.FileController

@Controller public class FileController extends Object
  • Constructor Details

    • FileController

      public FileController()
  • Method Details

    • process

      @GetMapping("/{*path}") public Object process(@PathVariable String path, org.springframework.web.context.request.WebRequest webRequest) throws IOException
      Throws:
      IOException