Package | Description |
---|---|
com.liferay.portal.kernel.theme |
This package defines the portal theme classes.
|
Modifier and Type | Method and Description |
---|---|
static List<NavItem> |
NavItem.fromLayouts(javax.servlet.http.HttpServletRequest request,
List<Layout> layouts,
Map<String,Object> contextObjects)
Deprecated.
As of Judson (7.1.x), replaced by
fromLayouts(HttpServletRequest, ThemeDisplay, Map) |
static List<NavItem> |
NavItem.fromLayouts(javax.servlet.http.HttpServletRequest request,
ThemeDisplay themeDisplay,
Map<String,Object> contextObjects) |
List<NavItem> |
NavItem.getBrowsableChildren()
Returns all of the browsable child layouts that the current user has
permission to access from this navigation item's layout.
|
List<NavItem> |
NavItem.getChildren()
Returns all of child layouts that the current user has permission to
access from this navigation item's layout.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NavItem.isInNavigation(List<NavItem> navItems) |