public class TomcatServletWebServerFactoryCustomizer extends Object implements WebServerFactoryCustomizer<TomcatServletWebServerFactory>, org.springframework.core.Ordered
WebServerFactoryCustomizer
to apply ServerProperties
to Tomcat web
servers.Constructor and Description |
---|
TomcatServletWebServerFactoryCustomizer(ServerProperties serverProperties) |
Modifier and Type | Method and Description |
---|---|
void |
customize(TomcatServletWebServerFactory factory)
Customize the specified
WebServerFactory . |
int |
getOrder() |
public TomcatServletWebServerFactoryCustomizer(ServerProperties serverProperties)
public int getOrder()
getOrder
in interface org.springframework.core.Ordered
public void customize(TomcatServletWebServerFactory factory)
WebServerFactoryCustomizer
WebServerFactory
.customize
in interface WebServerFactoryCustomizer<TomcatServletWebServerFactory>
factory
- the web server factory to customizeCopyright © 2020 Pivotal Software, Inc.. All rights reserved.