public class ManagementBarDisplayButtonsTag extends IncludeTag implements javax.servlet.jsp.tagext.BodyTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
ManagementBarDisplayButtonsTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doStartTag() |
java.lang.String[] |
getDisplayViews() |
protected java.lang.String |
getPage() |
javax.portlet.PortletURL |
getPortletURL() |
java.lang.String |
getSelectedDisplayStyle() |
protected boolean |
isCleanUpSetAttributes() |
protected boolean |
isDisabled() |
protected int |
processStartTag() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setDisabled(boolean disabled) |
void |
setDisplayViews(java.lang.String[] displayViews) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setPortletURL(javax.portlet.PortletURL portletURL) |
void |
setSelectedDisplayStyle(java.lang.String selectedDisplayStyle) |
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, waitdoEndTag, getParent, release, setParentdoBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsStringpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class IncludeTagjavax.servlet.jsp.JspExceptionpublic java.lang.String[] getDisplayViews()
public javax.portlet.PortletURL getPortletURL()
public java.lang.String getSelectedDisplayStyle()
public void setDisabled(boolean disabled)
public void setDisplayViews(java.lang.String[] displayViews)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class ParamAndPropertyAncestorTagImplpublic void setPortletURL(javax.portlet.PortletURL portletURL)
public void setSelectedDisplayStyle(java.lang.String selectedDisplayStyle)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getPage()
getPage in class IncludeTagprotected boolean isCleanUpSetAttributes()
isCleanUpSetAttributes in class IncludeTagprotected boolean isDisabled()
protected int processStartTag()
throws java.lang.Exception
processStartTag in class IncludeTagjava.lang.Exceptionprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class IncludeTag