Interface ServletConfiguratorHelperFactory
- 
 public interface ServletConfiguratorHelperFactoryUsed to create a new instance of ServletConfiguratorHelper
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ServletConfiguratorHelpercreateConfiguratorHelper(ServletConfigurator configurator)Create and return a new instance of ServletConfiguratorHelper
 
- 
- 
- 
Method Detail- 
createConfiguratorHelperServletConfiguratorHelper createConfiguratorHelper(ServletConfigurator configurator) Create and return a new instance of ServletConfiguratorHelper- Parameters:
- configurator-
- Returns:
 
 
- 
 
-