Interface CartEntryActionHandlerRegistry
- All Known Implementing Classes:
DefaultCartEntryActionHandlerRegistry
public interface CartEntryActionHandlerRegistry
Registry for cart entry action handlers.
-
Method Summary
Modifier and TypeMethodDescriptiongetHandler(CartEntryAction action) Returns the configured handler for the given action type.
-
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
-