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