Package org.duracloud.syncui.controller
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 Summary
Constructors Constructor Description ErrorsController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringerror404(org.springframework.ui.Model model)Stringexception(org.springframework.ui.Model model)Stringget()StringtestError(org.springframework.ui.Model model)
-
-
-
Method Detail
-
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)
-
-