public interface AdminNavigationServiceExtensionHandler extends ExtensionHandler
AdminNavigationService.| Modifier and Type | Field and Description |
|---|---|
static String |
NEW_CLASS_NAME |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
overrideClassNameForSection(ExtensionResultHolder erh,
String sectionKey,
AdminSection section)
Invoked whenever
AdminAbstractController.getClassNameForSection(String) is invoked. |
getPriority, isEnabledstatic final String NEW_CLASS_NAME
ExtensionResultStatusType overrideClassNameForSection(ExtensionResultHolder erh, String sectionKey, AdminSection section)
AdminAbstractController.getClassNameForSection(String) is invoked. If an extension
handler sets the NEW_CLASS_NAME variable in the ExtensionResultHolder, the overriden value will be used.erh - sectionKey - section - Copyright © 2019. All rights reserved.