Interface AdminNavigationServiceExtensionHandler
- All Superinterfaces:
ExtensionHandler
- All Known Implementing Classes:
AbstractAdminNavigationServiceExtensionHandler
Extension handler for methods present in
AdminNavigationService.- Author:
- Jeff Fischer
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionoverrideClassNameForSection(ExtensionResultHolder erh, String sectionKey, AdminSection section) Invoked wheneverAdminAbstractController.getClassNameForSection(String)is invoked.Methods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
-
Field Details
-
NEW_CLASS_NAME
- See Also:
-
-
Method Details
-
overrideClassNameForSection
ExtensionResultStatusType overrideClassNameForSection(ExtensionResultHolder erh, String sectionKey, AdminSection section) Invoked wheneverAdminAbstractController.getClassNameForSection(String)is invoked. If an extension handler sets theNEW_CLASS_NAMEvariable in the ExtensionResultHolder, the overriden value will be used.- Parameters:
erh-sectionKey-section-- Returns:
-