Interface ProductConfigurationHandlerFactory
-
- All Known Implementing Classes:
DefaultProductConfigurationHandlerFactory
public interface ProductConfigurationHandlerFactoryKeeping configuration handlers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProductConfigurationHandlerhandlerOf(ConfiguratorType configuratorType)FindProductConfigurationHandlerresponsible for given configuration type.
-
-
-
Method Detail
-
handlerOf
ProductConfigurationHandler handlerOf(ConfiguratorType configuratorType)
FindProductConfigurationHandlerresponsible for given configuration type.- Parameters:
configuratorType- configuration type- Returns:
- handler of
nullif there is no handler registered for this configuration type.
-
-