Package org.hippoecm.frontend.navigation
Interface NavigationItemService
public interface NavigationItemService
-
Method Summary
Modifier and TypeMethodDescriptiongetNavigationItem
(Session userSession, String pluginClass, Locale locale) Returns the navigation item for the given plugin class.getNavigationItems
(Session userSession, Locale locale) Returns the list ofNavigationItem
s that the logged in user (identified by the userSession) is allowed to see.
-
Method Details