Uses of Class
org.hippoecm.frontend.navigation.NavigationItem
-
Packages that use NavigationItem Package Description org.hippoecm.frontend.navigation -
-
Uses of NavigationItem in org.hippoecm.frontend.navigation
Methods in org.hippoecm.frontend.navigation that return NavigationItem Modifier and Type Method Description NavigationItem
NavigationItemService. getNavigationItem(Session userSession, String pluginClass, Locale locale)
Returns the navigation item for the given plugin class.Methods in org.hippoecm.frontend.navigation that return types with arguments of type NavigationItem Modifier and Type Method Description List<NavigationItem>
NavigationItemService. getNavigationItems(Session userSession, Locale locale)
Returns the list ofNavigationItem
s that the logged in user (identified by the userSession) is allowed to see.
-