Class ErrorsController

java.lang.Object
org.duracloud.syncui.controller.ErrorsController

@Controller public class ErrorsController extends Object
A spring controller for error list viewing and navigation
Author:
Daniel Bernstein
  • Constructor Details

    • ErrorsController

      public ErrorsController()
  • Method Details

    • get

      @RequestMapping("/errors") public String get()
    • exception

      @RequestMapping("/exception") public String exception(org.springframework.ui.Model model)
    • error404

      @RequestMapping("/404") public String error404(org.springframework.ui.Model model)
    • testError

      @RequestMapping("/test-error") public String testError(org.springframework.ui.Model model)