public class ManagementBarNavigationTag
extends com.liferay.taglib.util.IncludeTag
implements javax.servlet.jsp.tagext.BodyTag
| Constructor and Description |
|---|
ManagementBarNavigationTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doStartTag() |
java.lang.String |
getLabel() |
java.util.List<ManagementBarFilterItem> |
getManagementBarFilterItems() |
java.util.Map<java.lang.String,java.lang.String> |
getNavigationKeys() |
java.lang.String |
getNavigationParam() |
protected java.lang.String |
getPage() |
javax.portlet.PortletURL |
getPortletURL() |
protected boolean |
isCleanUpSetAttributes() |
protected boolean |
isDisabled() |
protected int |
processStartTag() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setDisabled(boolean disabled) |
void |
setLabel(java.lang.String label) |
void |
setNavigationKeys(java.util.Map<java.lang.String,java.lang.String> navigationKeys) |
void |
setNavigationKeys(java.lang.String[] navigationKeys) |
void |
setNavigationParam(java.lang.String navigationParam) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setPortletURL(javax.portlet.PortletURL portletURL) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, 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, waitpublic int doStartTag()
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class com.liferay.taglib.util.IncludeTagpublic java.lang.String getLabel()
public java.util.List<ManagementBarFilterItem> getManagementBarFilterItems()
public java.util.Map<java.lang.String,java.lang.String> getNavigationKeys()
public java.lang.String getNavigationParam()
public javax.portlet.PortletURL getPortletURL()
public void setDisabled(boolean disabled)
public void setLabel(java.lang.String label)
public void setNavigationKeys(java.util.Map<java.lang.String,java.lang.String> navigationKeys)
public void setNavigationKeys(java.lang.String[] navigationKeys)
public void setNavigationParam(java.lang.String navigationParam)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImplpublic void setPortletURL(javax.portlet.PortletURL portletURL)
protected void cleanUp()
cleanUp in class com.liferay.taglib.util.IncludeTagprotected java.lang.String getPage()
getPage in class com.liferay.taglib.util.IncludeTagprotected boolean isCleanUpSetAttributes()
isCleanUpSetAttributes in class com.liferay.taglib.util.IncludeTagprotected boolean isDisabled()
protected int processStartTag()
throws java.lang.Exception
processStartTag in class com.liferay.taglib.util.IncludeTagjava.lang.Exceptionprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class com.liferay.taglib.util.IncludeTag