接口 ErrorController
public interface ErrorController
Marker interface used to indicate that a@Controller
is used to render errors. Primarily used to know the error paths that will not need to be secured.
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 String
getErrorPath()
Returns the path of the error page.
方法详细资料
getErrorPath
String getErrorPath()
Returns the path of the error page.- 返回:
- the error path