public class NavigationTag extends IncludeTag
request, servletContext| Constructor and Description |
|---|
NavigationTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
protected java.lang.String |
getPage() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setBulletStyle(java.lang.String bulletStyle) |
void |
setDisplayStyle(java.lang.String displayStyle) |
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, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, isCleanUpSetAttributes, isUseCustomPage, 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, setBodyContent, writeBodyContentpublic void setBulletStyle(java.lang.String bulletStyle)
public void setDisplayStyle(java.lang.String displayStyle)
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 getPage()
getPage in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class IncludeTag