public class ManagementBarTag extends BaseBarTag implements javax.servlet.jsp.tagext.BodyTag
buttonsrequest, servletContextbodyContentpageContext| Constructor and Description |
|---|
ManagementBarTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doEndTag() |
int |
doStartTag() |
protected java.lang.String |
getPage() |
java.lang.String |
getSearchContainerId() |
protected boolean |
isCleanUpSetAttributes() |
boolean |
isDisabled() |
boolean |
isIncludeCheckBox() |
protected int |
processStartTag() |
void |
setActionButtons(java.lang.String actionButtons) |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setDisabled(boolean disabled) |
void |
setFilters(java.lang.String filters) |
void |
setIncludeCheckBox(boolean includeCheckBox) |
void |
setSearchContainerId(java.lang.String searchContainerId) |
setButtons, setPageContextcallSetAttributes, cleanUpSetAttributes, doClearTag, 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, waitgetParent, release, setPageContext, setParentdoBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsStringpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class IncludeTagjavax.servlet.jsp.JspExceptionpublic int doStartTag()
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class IncludeTagpublic java.lang.String getSearchContainerId()
public boolean isDisabled()
public boolean isIncludeCheckBox()
public void setActionButtons(java.lang.String actionButtons)
public void setDisabled(boolean disabled)
public void setFilters(java.lang.String filters)
public void setIncludeCheckBox(boolean includeCheckBox)
public void setSearchContainerId(java.lang.String searchContainerId)
protected void cleanUp()
cleanUp in class BaseBarTagprotected java.lang.String getPage()
getPage in class IncludeTagprotected boolean isCleanUpSetAttributes()
isCleanUpSetAttributes in class IncludeTagprotected int processStartTag()
throws java.lang.Exception
processStartTag in class IncludeTagjava.lang.Exceptionprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class IncludeTag