org.springframework.boot.context.embedded.tomcat

Interface TomcatContextCustomizer



  • public interface TomcatContextCustomizer
    Callback interface that can be used to customize a Tomcat Context.
    Since:
    1.0.0
    Author:
    Dave Syer
    See Also:
    TomcatEmbeddedServletContainerFactory
    • Method Detail

      • customize

        void customize(org.apache.catalina.Context context)
        Customize the context.
        Parameters:
        context - the context to customize

Copyright © 2019 Pivotal Software, Inc.. All rights reserved.