类 ErrorPageConfig
java.lang.Object
cn.openjava.basic.format.error.ErrorPageConfig
- 所有已实现的接口:
org.springframework.boot.web.server.ErrorPageRegistrar
@Component
public class ErrorPageConfig
extends Object
implements org.springframework.boot.web.server.ErrorPageRegistrar
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidregisterErrorPages(org.springframework.boot.web.server.ErrorPageRegistry registry)
-
构造器详细资料
-
ErrorPageConfig
public ErrorPageConfig()
-
-
方法详细资料
-
registerErrorPages
public void registerErrorPages(org.springframework.boot.web.server.ErrorPageRegistry registry) - 指定者:
registerErrorPages在接口中org.springframework.boot.web.server.ErrorPageRegistrar
-