|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TomcatContextCustomizer | |
|---|---|
| org.springframework.boot.context.embedded.tomcat | Support for Tomcat EmbeddedServletContainers. |
| Uses of TomcatContextCustomizer in org.springframework.boot.context.embedded.tomcat |
|---|
| Methods in org.springframework.boot.context.embedded.tomcat that return types with arguments of type TomcatContextCustomizer | |
|---|---|
Collection<TomcatContextCustomizer> |
TomcatEmbeddedServletContainerFactory.getTomcatContextCustomizers()
Returns a mutable collection of the TomcatContextCustomizers that will be
applied to the Tomcat Context . |
| Methods in org.springframework.boot.context.embedded.tomcat with parameters of type TomcatContextCustomizer | |
|---|---|
void |
TomcatEmbeddedServletContainerFactory.addContextCustomizers(TomcatContextCustomizer... tomcatContextCustomizers)
Add TomcatContextCustomizers that should be added to the Tomcat
Context. |
| Method parameters in org.springframework.boot.context.embedded.tomcat with type arguments of type TomcatContextCustomizer | |
|---|---|
void |
TomcatEmbeddedServletContainerFactory.setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer> tomcatContextCustomizers)
Set TomcatContextCustomizers that should be applied to the Tomcat
Context . |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||