public class DefaultCartEntryActionHandlerRegistry extends java.lang.Object implements CartEntryActionHandlerRegistry
CartEntryActionHandler implementations.| Constructor and Description |
|---|
DefaultCartEntryActionHandlerRegistry() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<CartEntryAction,CartEntryActionHandler> |
getCartEntryActionHandlerMap() |
CartEntryActionHandler |
getHandler(CartEntryAction cartEntryAction)
Returns the configured handler for the given action type.
|
void |
setCartEntryActionHandlerMap(java.util.Map<CartEntryAction,CartEntryActionHandler> cartEntryActionHandlerMap) |
public DefaultCartEntryActionHandlerRegistry()
public CartEntryActionHandler getHandler(CartEntryAction cartEntryAction)
CartEntryActionHandlerRegistrygetHandler in interface CartEntryActionHandlerRegistrycartEntryAction - the action to get the handler implementation forprotected java.util.Map<CartEntryAction,CartEntryActionHandler> getCartEntryActionHandlerMap()
public void setCartEntryActionHandlerMap(java.util.Map<CartEntryAction,CartEntryActionHandler> cartEntryActionHandlerMap)
Copyright © 2018 SAP SE. All Rights Reserved.