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