public class NavigationTag extends IncludeTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
NavigationTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
protected java.util.List<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, 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 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 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 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 IncludeTagprotected java.util.List<NavItem> getBranchNavItems(javax.servlet.http.HttpServletRequest httpServletRequest) throws PortalException
PortalExceptionprotected 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