WithErrorPageFilterNotRegistered Class — spring-boot Architecture
Architecture documentation for the WithErrorPageFilterNotRegistered class in SpringBootServletInitializerTests.java from the spring-boot codebase.
Entity Profile
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/web/servlet/support/SpringBootServletInitializerTests.java lines 325–332
@Configuration(proxyBeanMethods = false)
static class WithErrorPageFilterNotRegistered extends SpringBootServletInitializer {
WithErrorPageFilterNotRegistered() {
setRegisterErrorPageFilter(false);
}
}
Domain
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free