public class BreadcrumbTag extends IncludeTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
BreadcrumbTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
protected java.util.List<BreadcrumbEntry> |
getBreadcrumbEntries(javax.servlet.http.HttpServletRequest httpServletRequest) |
long |
getDdmTemplateGroupId() |
java.lang.String |
getDdmTemplateKey() |
protected java.lang.String |
getDisplayStyle() |
protected long |
getDisplayStyleGroupId() |
protected java.lang.String |
getPage() |
boolean |
isShowCurrentGroup() |
boolean |
isShowGuestGroup() |
boolean |
isShowLayout() |
boolean |
isShowParentGroups() |
boolean |
isShowPortletBreadcrumb() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
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, doClearTag, 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, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsStringpublic long getDdmTemplateGroupId()
public java.lang.String getDdmTemplateKey()
public boolean isShowCurrentGroup()
public boolean isShowGuestGroup()
public boolean isShowLayout()
public boolean isShowParentGroups()
public boolean isShowPortletBreadcrumb()
public 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<BreadcrumbEntry> getBreadcrumbEntries(javax.servlet.http.HttpServletRequest httpServletRequest)
protected java.lang.String getDisplayStyle()
protected long getDisplayStyleGroupId()
protected java.lang.String getPage()
getPage in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class IncludeTag