public class NavItemUtil
extends java.lang.Object
Constructor and Description |
---|
NavItemUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<com.liferay.portal.kernel.theme.NavItem> |
getBranchNavItems(javax.servlet.http.HttpServletRequest httpServletRequest,
long siteNavigationMenuId) |
static java.util.List<com.liferay.portal.kernel.theme.NavItem> |
getChildNavItems(javax.servlet.http.HttpServletRequest httpServletRequest,
long siteNavigationMenuId,
long parentSiteNavigationMenuItemId) |
static java.util.Map<java.lang.String,java.lang.Object> |
getNavigationMenuContext(int displayDepth,
java.lang.String expandedLevels,
javax.servlet.http.HttpServletRequest httpServletRequest,
NavigationMenuMode navigationMenuMode,
boolean preview,
java.lang.String rootItemId,
int rootItemLevel,
java.lang.String rootItemType,
long siteNavigationMenuId) |
static java.util.List<com.liferay.portal.kernel.theme.NavItem> |
getNavItems(java.util.List<com.liferay.portal.kernel.theme.NavItem> branchNavItems,
javax.servlet.http.HttpServletRequest httpServletRequest,
NavigationMenuMode navigationMenuMode,
java.lang.String rootItemId,
int rootItemLevel,
java.lang.String rootItemType,
long siteNavigationMenuId) |
public static java.util.List<com.liferay.portal.kernel.theme.NavItem> getBranchNavItems(javax.servlet.http.HttpServletRequest httpServletRequest, long siteNavigationMenuId) throws java.lang.Exception
java.lang.Exception
public static java.util.List<com.liferay.portal.kernel.theme.NavItem> getChildNavItems(javax.servlet.http.HttpServletRequest httpServletRequest, long siteNavigationMenuId, long parentSiteNavigationMenuItemId)
public static java.util.Map<java.lang.String,java.lang.Object> getNavigationMenuContext(int displayDepth, java.lang.String expandedLevels, javax.servlet.http.HttpServletRequest httpServletRequest, NavigationMenuMode navigationMenuMode, boolean preview, java.lang.String rootItemId, int rootItemLevel, java.lang.String rootItemType, long siteNavigationMenuId)
public static java.util.List<com.liferay.portal.kernel.theme.NavItem> getNavItems(java.util.List<com.liferay.portal.kernel.theme.NavItem> branchNavItems, javax.servlet.http.HttpServletRequest httpServletRequest, NavigationMenuMode navigationMenuMode, java.lang.String rootItemId, int rootItemLevel, java.lang.String rootItemType, long siteNavigationMenuId) throws java.lang.Exception
java.lang.Exception