org.springframework.boot.context.embedded.tomcat
Interface TomcatContextCustomizer


public interface TomcatContextCustomizer

Author:
Dave Syer

Method Summary
 void customize(org.apache.catalina.Context context)
           
 

Method Detail

customize

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


Copyright © 2013. All Rights Reserved.