public class ManagementBarFilterTag
extends com.liferay.taglib.util.IncludeTag
implements javax.servlet.jsp.tagext.BodyTag
| Constructor and Description |
|---|
ManagementBarFilterTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doStartTag() |
protected java.lang.String |
getPage() |
protected boolean |
isCleanUpSetAttributes() |
protected boolean |
isDisabled() |
protected int |
processStartTag() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setDisabled(boolean disabled) |
void |
setLabel(java.lang.String label) |
void |
setManagementBarFilterItems(java.util.List<ManagementBarFilterItem> managementBarFilterItems) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setValue(java.lang.String value) |
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, getScopedAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute, setScopedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class com.liferay.taglib.util.IncludeTagjavax.servlet.jsp.JspExceptionpublic void setDisabled(boolean disabled)
public void setLabel(java.lang.String label)
public void setManagementBarFilterItems(java.util.List<ManagementBarFilterItem> managementBarFilterItems)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImplpublic void setValue(java.lang.String value)
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 request)
setAttributes in class com.liferay.taglib.util.IncludeTag