Interface MenuProcessorExtensionHandler
- All Superinterfaces:
org.broadleafcommerce.common.extension.ExtensionHandler
- All Known Implementing Classes:
AbstractMenuProcessorExtensionHandler
public interface MenuProcessorExtensionHandler
extends org.broadleafcommerce.common.extension.ExtensionHandler
- Author:
- Elbert Bautista (elbertbautista)
-
Method Summary
Modifier and TypeMethodDescriptionorg.broadleafcommerce.common.extension.ExtensionResultStatusTypeaddAdditionalFieldsToModel(List<MenuItemDTO> menuItemDTOList, String menuName) This method will add any additional attributes to the model that the extension needsMethods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
-
Method Details
-
addAdditionalFieldsToModel
org.broadleafcommerce.common.extension.ExtensionResultStatusType addAdditionalFieldsToModel(List<MenuItemDTO> menuItemDTOList, String menuName) This method will add any additional attributes to the model that the extension needs- Returns:
- - ExtensionResultStatusType
-