@Controller public class ErrorsController extends Object
Constructor and Description |
---|
ErrorsController() |
Modifier and Type | Method and Description |
---|---|
String |
error404(org.springframework.ui.Model model) |
String |
exception(org.springframework.ui.Model model) |
String |
get() |
String |
testError(org.springframework.ui.Model model) |
@RequestMapping(value="/errors") public String get()
@RequestMapping(value="/exception") public String exception(org.springframework.ui.Model model)
@RequestMapping(value="/404") public String error404(org.springframework.ui.Model model)
@RequestMapping(value="/test-error") public String testError(org.springframework.ui.Model model)
Copyright © 2009–2016 DuraSpace. All rights reserved.