public class TomcatWebServerFactoryCustomizer extends Object implements WebServerFactoryCustomizer<ConfigurableTomcatWebServerFactory>, Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description | 
|---|
TomcatWebServerFactoryCustomizer(Environment environment,
                                ServerProperties serverProperties)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
customize(ConfigurableTomcatWebServerFactory factory)
Customize the specified  
WebServerFactory. | 
int | 
getOrder()  | 
public TomcatWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties)
public void customize(ConfigurableTomcatWebServerFactory factory)
WebServerFactoryCustomizerWebServerFactory.customize in interface WebServerFactoryCustomizer<ConfigurableTomcatWebServerFactory>factory - the web server factory to customize