This commit is contained in:
Phillip Webb
2013-09-30 09:50:38 -07:00
parent be1c279be6
commit 1bdb2ce1c2
4 changed files with 10 additions and 1 deletions

View File

@@ -19,7 +19,10 @@ package org.springframework.boot.context.embedded.tomcat;
import org.apache.catalina.connector.Connector;
/**
* Callback interface that can be used to customize a Tomcat {@link Connector}.
*
* @author Dave Syer
* @see TomcatEmbeddedServletContainerFactory
*/
public interface TomcatConnectorCustomizer {

View File

@@ -19,7 +19,10 @@ package org.springframework.boot.context.embedded.tomcat;
import org.apache.catalina.Context;
/**
* Callback interface that can be used to customize a Tomcat {@link Context}.
*
* @author Dave Syer
* @see TomcatEmbeddedServletContainerFactory
*/
public interface TomcatContextCustomizer {