Interface ProductConfigurationHandlerFactory
- All Known Implementing Classes:
DefaultProductConfigurationHandlerFactory
public interface ProductConfigurationHandlerFactory
Keeping configuration handlers.
-
Method Summary
Modifier and TypeMethodDescriptionhandlerOf(ConfiguratorType configuratorType) FindProductConfigurationHandlerresponsible for given configuration type.
-
Method Details
-
handlerOf
FindProductConfigurationHandlerresponsible for given configuration type.- Parameters:
configuratorType- configuration type- Returns:
- handler of
nullif there is no handler registered for this configuration type.
-