@Controller @RequestMapping(value="/crafter-controller/error") public class ErrorPageRenderController extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ERROR_CODE_PATH_VAR |
static String |
STACK_TRACE_ATTRIBUTE |
static String |
URL_ROOT |
Constructor and Description |
---|
ErrorPageRenderController() |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
render(String code,
javax.servlet.http.HttpServletRequest request) |
void |
setErrorViewNamePrefix(String errorViewNamePrefix) |
public static final String URL_ROOT
public static final String ERROR_CODE_PATH_VAR
public static final String STACK_TRACE_ATTRIBUTE
Copyright © 2022 CrafterCMS. All rights reserved.