Class TomcatWebServerFactoryCustomizer
java.lang.Object
org.springframework.boot.tomcat.autoconfigure.TomcatWebServerFactoryCustomizer
- All Implemented Interfaces:
WebServerFactoryCustomizer<ConfigurableTomcatWebServerFactory>, Ordered
public class TomcatWebServerFactoryCustomizer
extends Object
implements WebServerFactoryCustomizer<ConfigurableTomcatWebServerFactory>, Ordered
Customization for Tomcat-specific features common to both Servlet and Reactive servers.
- Since:
- 4.0.0
- Author:
- Brian Clozel, Yulin Qin, Stephane Nicoll, Phillip Webb, Artsiom Yudovin, Chentao Qu, Andrew McGhie, Dirk Deyne, Rafiullah Hamedy, Victor Mandujano, Parviz Rozikov, Florian Storz, Michael Weidmann
-
Field Summary
Fields inherited from interface Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionTomcatWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties, TomcatServerProperties tomcatProperties) -
Method Summary
-
Constructor Details
-
TomcatWebServerFactoryCustomizer
public TomcatWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties, TomcatServerProperties tomcatProperties)
-
-
Method Details
-
getOrder
-
customize
Description copied from interface:WebServerFactoryCustomizerCustomize the specifiedWebServerFactory.- Specified by:
customizein interfaceWebServerFactoryCustomizer<ConfigurableTomcatWebServerFactory>- Parameters:
factory- the web server factory to customize
-