public class BreadcrumbTag extends IncludeTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
BreadcrumbTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
protected java.util.List<com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry> |
getBreadcrumbEntries(javax.servlet.http.HttpServletRequest request) |
protected java.lang.String |
getDisplayStyle() |
protected java.lang.String |
getPage() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setDdmTemplateGroupId(long ddmTemplateGroupId) |
void |
setDdmTemplateKey(java.lang.String ddmTemplateKey) |
void |
setShowCurrentGroup(boolean showCurrentGroup) |
void |
setShowGuestGroup(boolean showGuestGroup) |
void |
setShowLayout(boolean showLayout) |
void |
setShowParentGroups(boolean showParentGroups) |
void |
setShowPortletBreadcrumb(boolean showPortletBreadcrumb) |
callSetAttributes, cleanUpSetAttributes, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, getScopedAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute, setScopedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentpublic void setDdmTemplateGroupId(long ddmTemplateGroupId)
public void setDdmTemplateKey(java.lang.String ddmTemplateKey)
public void setShowCurrentGroup(boolean showCurrentGroup)
public void setShowGuestGroup(boolean showGuestGroup)
public void setShowLayout(boolean showLayout)
public void setShowParentGroups(boolean showParentGroups)
public void setShowPortletBreadcrumb(boolean showPortletBreadcrumb)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.util.List<com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry> getBreadcrumbEntries(javax.servlet.http.HttpServletRequest request)
protected java.lang.String getDisplayStyle()
protected java.lang.String getPage()
getPage in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class IncludeTag