public class NavigationTag extends IncludeTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
NavigationTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
protected java.lang.String |
getDisplayStyle() |
protected long |
getDisplayStyleGroupId() |
protected java.util.List<com.liferay.portal.theme.NavItem> |
getNavItems(javax.servlet.http.HttpServletRequest request) |
protected java.lang.String |
getPage() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setBulletStyle(java.lang.String bulletStyle) |
void |
setDdmTemplateGroupId(long ddmTemplateGroupId) |
void |
setDdmTemplateKey(java.lang.String ddmTemplateKey) |
void |
setHeaderType(java.lang.String headerType) |
void |
setIncludedLayouts(java.lang.String includedLayouts) |
void |
setNestedChildren(boolean nestedChildren) |
void |
setPreview(boolean preview) |
void |
setRootLayoutLevel(int rootLayoutLevel) |
void |
setRootLayoutType(java.lang.String rootLayoutType) |
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 setBulletStyle(java.lang.String bulletStyle)
public void setDdmTemplateGroupId(long ddmTemplateGroupId)
public void setDdmTemplateKey(java.lang.String ddmTemplateKey)
public void setHeaderType(java.lang.String headerType)
public void setIncludedLayouts(java.lang.String includedLayouts)
public void setNestedChildren(boolean nestedChildren)
public void setPreview(boolean preview)
public void setRootLayoutLevel(int rootLayoutLevel)
public void setRootLayoutType(java.lang.String rootLayoutType)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getDisplayStyle()
protected long getDisplayStyleGroupId()
protected java.util.List<com.liferay.portal.theme.NavItem> getNavItems(javax.servlet.http.HttpServletRequest request)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected java.lang.String getPage()
getPage in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class IncludeTag