Package | Description |
---|---|
org.springframework.boot.context.embedded.tomcat |
Support for Tomcat
EmbeddedServletContainers . |
Modifier and Type | Method and Description |
---|---|
Collection<TomcatContextCustomizer> |
TomcatEmbeddedServletContainerFactory.getTomcatContextCustomizers()
Returns a mutable collection of the
TomcatContextCustomizer s that will be
applied to the Tomcat Context . |
Modifier and Type | Method and Description |
---|---|
void |
TomcatEmbeddedServletContainerFactory.addContextCustomizers(TomcatContextCustomizer... tomcatContextCustomizers)
Add
TomcatContextCustomizer s that should be added to the Tomcat
Context . |
Modifier and Type | Method and Description |
---|---|
void |
TomcatEmbeddedServletContainerFactory.setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer> tomcatContextCustomizers)
Set
TomcatContextCustomizer s that should be applied to the Tomcat
Context . |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.