public class BreadcrumbUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ENTRY_TYPE_ANY |
static int |
ENTRY_TYPE_CURRENT_GROUP |
static int |
ENTRY_TYPE_GUEST_GROUP |
static int |
ENTRY_TYPE_LAYOUT |
static int |
ENTRY_TYPE_PARENT_GROUP |
static int |
ENTRY_TYPE_PORTLET |
Constructor and Description |
---|
BreadcrumbUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry> |
getBreadcrumbEntries(javax.servlet.http.HttpServletRequest httpServletRequest,
int[] types) |
static com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry |
getGuestGroupBreadcrumbEntry(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
static java.util.List<com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry> |
getLayoutBreadcrumbEntries(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
static java.util.List<com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry> |
getParentGroupBreadcrumbEntries(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
static java.util.List<com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry> |
getPortletBreadcrumbEntries(javax.servlet.http.HttpServletRequest httpServletRequest) |
static com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry |
getScopeGroupBreadcrumbEntry(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
public static final int ENTRY_TYPE_ANY
public static final int ENTRY_TYPE_CURRENT_GROUP
public static final int ENTRY_TYPE_GUEST_GROUP
public static final int ENTRY_TYPE_LAYOUT
public static final int ENTRY_TYPE_PARENT_GROUP
public static final int ENTRY_TYPE_PORTLET
public static java.util.List<com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry> getBreadcrumbEntries(javax.servlet.http.HttpServletRequest httpServletRequest, int[] types) throws java.lang.Exception
java.lang.Exception
public static com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry getGuestGroupBreadcrumbEntry(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws java.lang.Exception
java.lang.Exception
public static java.util.List<com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry> getLayoutBreadcrumbEntries(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws java.lang.Exception
java.lang.Exception
public static java.util.List<com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry> getParentGroupBreadcrumbEntries(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws java.lang.Exception
java.lang.Exception
public static java.util.List<com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry> getPortletBreadcrumbEntries(javax.servlet.http.HttpServletRequest httpServletRequest)
public static com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry getScopeGroupBreadcrumbEntry(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws java.lang.Exception
java.lang.Exception