public class NavigationTag
extends com.liferay.taglib.util.IncludeTag
| Constructor and Description |
|---|
NavigationTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
protected java.util.List<com.liferay.portal.kernel.theme.NavItem> |
getBranchNavItems(javax.servlet.http.HttpServletRequest httpServletRequest) |
long |
getDdmTemplateGroupId() |
java.lang.String |
getDdmTemplateKey() |
int |
getDisplayDepth() |
protected java.lang.String |
getDisplayStyle() |
protected long |
getDisplayStyleGroupId() |
java.lang.String |
getIncludedLayouts() |
protected java.lang.String |
getPage() |
int |
getRootLayoutLevel() |
java.lang.String |
getRootLayoutType() |
java.lang.String |
getRootLayoutUuid() |
boolean |
isPreview() |
int |
processEndTag() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setDdmTemplateGroupId(long ddmTemplateGroupId) |
void |
setDdmTemplateKey(java.lang.String ddmTemplateKey) |
void |
setDisplayDepth(int displayDepth) |
void |
setIncludedLayouts(java.lang.String includedLayouts) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setPreview(boolean preview) |
void |
setRootLayoutLevel(int rootLayoutLevel) |
void |
setRootLayoutType(java.lang.String rootLayoutType) |
void |
setRootLayoutUuid(java.lang.String rootLayoutUuid) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentpublic long getDdmTemplateGroupId()
public java.lang.String getDdmTemplateKey()
public int getDisplayDepth()
public java.lang.String getIncludedLayouts()
public int getRootLayoutLevel()
public java.lang.String getRootLayoutType()
public java.lang.String getRootLayoutUuid()
public boolean isPreview()
public int processEndTag()
throws java.lang.Exception
processEndTag in class com.liferay.taglib.util.IncludeTagjava.lang.Exceptionpublic void setDdmTemplateGroupId(long ddmTemplateGroupId)
public void setDdmTemplateKey(java.lang.String ddmTemplateKey)
public void setDisplayDepth(int displayDepth)
public void setIncludedLayouts(java.lang.String includedLayouts)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImplpublic void setPreview(boolean preview)
public void setRootLayoutLevel(int rootLayoutLevel)
public void setRootLayoutType(java.lang.String rootLayoutType)
public void setRootLayoutUuid(java.lang.String rootLayoutUuid)
protected void cleanUp()
cleanUp in class com.liferay.taglib.util.IncludeTagprotected java.util.List<com.liferay.portal.kernel.theme.NavItem> getBranchNavItems(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected java.lang.String getDisplayStyle()
protected long getDisplayStyleGroupId()
protected java.lang.String getPage()
getPage in class com.liferay.taglib.util.IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class com.liferay.taglib.util.IncludeTag