Package com.evolveum.midpoint.web.boot
Class MidPointErrorPageRegistrar
java.lang.Object
com.evolveum.midpoint.web.boot.MidPointErrorPageRegistrar
- All Implemented Interfaces:
org.springframework.boot.web.server.ErrorPageRegistrar
public class MidPointErrorPageRegistrar
extends Object
implements org.springframework.boot.web.server.ErrorPageRegistrar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerErrorPages
(org.springframework.boot.web.server.ErrorPageRegistry registry)
-
Constructor Details
-
MidPointErrorPageRegistrar
public MidPointErrorPageRegistrar()
-
-
Method Details
-
registerErrorPages
public void registerErrorPages(org.springframework.boot.web.server.ErrorPageRegistry registry) - Specified by:
registerErrorPages
in interfaceorg.springframework.boot.web.server.ErrorPageRegistrar
-