Interface ProductConfigurationHandlerFactory

All Known Implementing Classes:
DefaultProductConfigurationHandlerFactory

public interface ProductConfigurationHandlerFactory
Keeping configuration handlers.
  • Method Details

    • handlerOf

      ProductConfigurationHandler handlerOf(ConfiguratorType configuratorType)
      Find ProductConfigurationHandler responsible for given configuration type.
      Parameters:
      configuratorType - configuration type
      Returns:
      handler of null if there is no handler registered for this configuration type.