public class NavigationMenuTag
extends com.liferay.taglib.util.IncludeTag
| Constructor and Description |
|---|
NavigationMenuTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
long |
getDdmTemplateGroupId() |
java.lang.String |
getDdmTemplateKey() |
int |
getDisplayDepth() |
protected java.lang.String |
getDisplayStyle() |
protected long |
getDisplayStyleGroupId() |
java.lang.String |
getExpandedLevels() |
NavigationMenuMode |
getNavigationMenuMode() |
protected java.lang.String |
getPage() |
java.lang.String |
getRootItemId() |
int |
getRootItemLevel() |
java.lang.String |
getRootItemType() |
long |
getSiteNavigationMenuId() |
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 |
setExpandedLevels(java.lang.String expandedLevels) |
void |
setNavigationMenuMode(NavigationMenuMode navigationMenuMode) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setPreview(boolean preview) |
void |
setRootItemId(java.lang.String rootItemId) |
void |
setRootItemLevel(int rootItemLevel) |
void |
setRootItemType(java.lang.String rootItemType) |
void |
setSiteNavigationMenuId(long siteNavigationMenuId) |
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 getExpandedLevels()
public NavigationMenuMode getNavigationMenuMode()
public java.lang.String getRootItemId()
public int getRootItemLevel()
public java.lang.String getRootItemType()
public long getSiteNavigationMenuId()
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 setExpandedLevels(java.lang.String expandedLevels)
public void setNavigationMenuMode(NavigationMenuMode navigationMenuMode)
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 setRootItemId(java.lang.String rootItemId)
public void setRootItemLevel(int rootItemLevel)
public void setRootItemType(java.lang.String rootItemType)
public void setSiteNavigationMenuId(long siteNavigationMenuId)
protected void cleanUp()
cleanUp in class com.liferay.taglib.util.IncludeTagprotected 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