Class NavItemUtil
java.lang.Object
com.liferay.site.navigation.taglib.servlet.taglib.util.NavItemUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<com.liferay.portal.kernel.theme.NavItem>
getBranchNavItems
(javax.servlet.http.HttpServletRequest httpServletRequest, long siteNavigationMenuId) static List<com.liferay.portal.kernel.theme.NavItem>
getChildNavItems
(javax.servlet.http.HttpServletRequest httpServletRequest, long siteNavigationMenuId, long parentSiteNavigationMenuItemId) getNavigationMenuContext
(int displayDepth, String expandedLevels, javax.servlet.http.HttpServletRequest httpServletRequest, NavigationMenuMode navigationMenuMode, boolean preview, String rootItemId, int rootItemLevel, String rootItemType, long siteNavigationMenuId) static List<com.liferay.portal.kernel.theme.NavItem>
getNavItems
(List<com.liferay.portal.kernel.theme.NavItem> branchNavItems, javax.servlet.http.HttpServletRequest httpServletRequest, NavigationMenuMode navigationMenuMode, String rootItemId, int rootItemLevel, String rootItemType, long siteNavigationMenuId)
-
Constructor Details
-
NavItemUtil
public NavItemUtil()
-
-
Method Details