Interface CartEntryActionHandlerRegistry
-
- All Known Implementing Classes:
DefaultCartEntryActionHandlerRegistry
public interface CartEntryActionHandlerRegistryRegistry for cart entry action handlers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CartEntryActionHandlergetHandler(CartEntryAction action)Returns the configured handler for the given action type.
-
-
-
Method Detail
-
getHandler
CartEntryActionHandler getHandler(CartEntryAction action)
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
-
-