Class LogbackAccessUndertowServletConfiguration
-
- All Implemented Interfaces:
@Configuration(proxyBeanMethods = false)@ConditionalOnClass(value = {Undertow.class})@ConditionalOnWebApplication(type = ConditionalOnWebApplication.Type.SERVLET) public final class LogbackAccessUndertowServletConfigurationThe configuration for the Undertow servlet web server.
-
-
Constructor Summary
Constructors Constructor Description LogbackAccessUndertowServletConfiguration()
-
Method Summary
Modifier and Type Method Description final LogbackAccessUndertowServletWebServerFactoryCustomizerlogbackAccessUndertowServletWebServerFactoryCustomizer(LogbackAccessContext logbackAccessContext)Provides the WebServerFactoryCustomizer for the Undertow servlet web server. -
-
Method Detail
-
logbackAccessUndertowServletWebServerFactoryCustomizer
@Bean()@ConditionalOnMissingBean() final LogbackAccessUndertowServletWebServerFactoryCustomizer logbackAccessUndertowServletWebServerFactoryCustomizer(LogbackAccessContext logbackAccessContext)
Provides the WebServerFactoryCustomizer for the Undertow servlet web server.
- Parameters:
logbackAccessContext- The Logback-access context.
-
-
-
-