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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidregisterErrorPages(org.springframework.boot.web.server.ErrorPageRegistry registry) 
- 
Constructor Details- 
MidPointErrorPageRegistrarpublic MidPointErrorPageRegistrar()
 
- 
- 
Method Details- 
registerErrorPagespublic void registerErrorPages(org.springframework.boot.web.server.ErrorPageRegistry registry) - Specified by:
- registerErrorPagesin interface- org.springframework.boot.web.server.ErrorPageRegistrar
 
 
-