public class PanelCategoryTag extends BasePanelTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
PanelCategoryTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
protected java.lang.String |
getEndPage() |
protected java.lang.String |
getId() |
PanelCategory |
getPanelCategory() |
protected java.lang.String |
getStartPage() |
protected boolean |
isActive(java.util.List<PanelApp> panelApps,
PanelCategoryHelper panelCategoryHelper,
Group group) |
protected boolean |
isPersistState() |
boolean |
isShowBody() |
boolean |
isShowHeader() |
boolean |
isShowOpen() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setPanelCategory(PanelCategory panelCategory) |
void |
setPersistState(boolean persistState) |
void |
setShowBody(boolean showBody) |
void |
setShowHeader(boolean showHeader) |
void |
setShowOpen(boolean showOpen) |
getGroup, setPageContextcallSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getOriginalServletRequest, getPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, 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, waitdoBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsStringpublic PanelCategory getPanelCategory()
public boolean isShowBody()
public boolean isShowHeader()
public boolean isShowOpen()
public void setPanelCategory(PanelCategory panelCategory)
public void setPersistState(boolean persistState)
public void setShowBody(boolean showBody)
public void setShowHeader(boolean showHeader)
public void setShowOpen(boolean showOpen)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getEndPage()
getEndPage in class IncludeTagprotected java.lang.String getId()
protected java.lang.String getStartPage()
getStartPage in class IncludeTagprotected boolean isActive(java.util.List<PanelApp> panelApps, PanelCategoryHelper panelCategoryHelper, Group group)
protected boolean isPersistState()
protected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class IncludeTag