Uses of Interface
org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer
Packages that use TomcatContextCustomizer
Package
Description
Embedded reactive and servlet web server implementations backed by Tomcat.
-
Uses of TomcatContextCustomizer in org.springframework.boot.web.embedded.tomcat
Methods in org.springframework.boot.web.embedded.tomcat that return types with arguments of type TomcatContextCustomizerModifier and TypeMethodDescriptionTomcatReactiveWebServerFactory.getTomcatContextCustomizers()
Returns a mutable collection of theTomcatContextCustomizer
s that will be applied to the TomcatContext
.TomcatServletWebServerFactory.getTomcatContextCustomizers()
Returns a mutable collection of theTomcatContextCustomizer
s that will be applied to the TomcatContext
.Methods in org.springframework.boot.web.embedded.tomcat with parameters of type TomcatContextCustomizerModifier and TypeMethodDescriptionvoid
ConfigurableTomcatWebServerFactory.addContextCustomizers
(TomcatContextCustomizer... tomcatContextCustomizers) AddTomcatContextCustomizer
s that should be added to the TomcatContext
.void
TomcatReactiveWebServerFactory.addContextCustomizers
(TomcatContextCustomizer... tomcatContextCustomizers) AddTomcatContextCustomizer
s that should be added to the TomcatContext
.void
TomcatServletWebServerFactory.addContextCustomizers
(TomcatContextCustomizer... tomcatContextCustomizers) Method parameters in org.springframework.boot.web.embedded.tomcat with type arguments of type TomcatContextCustomizerModifier and TypeMethodDescriptionvoid
TomcatReactiveWebServerFactory.setTomcatContextCustomizers
(Collection<? extends TomcatContextCustomizer> tomcatContextCustomizers) SetTomcatContextCustomizer
s that should be applied to the TomcatContext
.void
TomcatServletWebServerFactory.setTomcatContextCustomizers
(Collection<? extends TomcatContextCustomizer> tomcatContextCustomizers) SetTomcatContextCustomizer
s that should be applied to the TomcatContext
.