Interface CartEntryActionHandlerRegistry

All Known Implementing Classes:
DefaultCartEntryActionHandlerRegistry

public interface CartEntryActionHandlerRegistry
Registry for cart entry action handlers.
  • Method Details

    • getHandler

      Returns the configured handler for the given action type.
      Parameters:
      action - the action to get the handler implementation for
      Returns:
      the matching handler for the goven action