public class PanelAppTag extends BasePanelTag
| Constructor and Description |
|---|
PanelAppTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doEndTag() |
int |
doStartTag() |
protected java.lang.String |
getPage() |
void |
setActive(java.lang.Boolean active) |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setData(java.util.Map<java.lang.String,java.lang.Object> data) |
void |
setId(java.lang.String id) |
void |
setLabel(java.lang.String label) |
void |
setPanelApp(com.liferay.application.list.PanelApp panelApp) |
void |
setUrl(java.lang.String url) |
getGroup, setPageContextcallSetAttributes, cleanUpSetAttributes, doClearTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, 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, writeBodyContentpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class com.liferay.taglib.util.IncludeTagjavax.servlet.jsp.JspExceptionpublic 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 setActive(java.lang.Boolean active)
public void setData(java.util.Map<java.lang.String,java.lang.Object> data)
public void setId(java.lang.String id)
public void setLabel(java.lang.String label)
public void setPanelApp(com.liferay.application.list.PanelApp panelApp)
public void setUrl(java.lang.String url)
protected void cleanUp()
cleanUp in class com.liferay.taglib.util.IncludeTagprotected java.lang.String getPage()
getPage in class com.liferay.taglib.util.IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class com.liferay.taglib.util.IncludeTag