java.lang.Object
com.liferay.site.navigation.taglib.servlet.taglib.util.NavItemUtil

public class NavItemUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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)
     
    static Map<String,Object>
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NavItemUtil

      public NavItemUtil()
  • Method Details

    • getBranchNavItems

      public static List<com.liferay.portal.kernel.theme.NavItem> getBranchNavItems(javax.servlet.http.HttpServletRequest httpServletRequest, long siteNavigationMenuId) throws Exception
      Throws:
      Exception
    • getChildNavItems

      public static List<com.liferay.portal.kernel.theme.NavItem> getChildNavItems(javax.servlet.http.HttpServletRequest httpServletRequest, long siteNavigationMenuId, long parentSiteNavigationMenuItemId)
    • getNavigationMenuContext

      public static Map<String,Object> getNavigationMenuContext(int displayDepth, String expandedLevels, javax.servlet.http.HttpServletRequest httpServletRequest, NavigationMenuMode navigationMenuMode, boolean preview, String rootItemId, int rootItemLevel, String rootItemType, long siteNavigationMenuId)
    • getNavItems

      public 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) throws Exception
      Throws:
      Exception