public class PanelAppTag extends BasePanelTag
| Constructor and Description |
|---|
PanelAppTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doEndTag() |
int |
doStartTag() |
java.util.Map<java.lang.String,java.lang.Object> |
getData() |
java.lang.String |
getId() |
java.lang.String |
getLabel() |
protected java.lang.String |
getPage() |
com.liferay.application.list.PanelApp |
getPanelApp() |
java.lang.String |
getUrl() |
java.lang.Boolean |
isActive() |
void |
setActive(java.lang.Boolean active) |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
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, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentpublic 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 java.util.Map<java.lang.String,java.lang.Object> getData()
public java.lang.String getId()
public java.lang.String getLabel()
public com.liferay.application.list.PanelApp getPanelApp()
public java.lang.String getUrl()
public java.lang.Boolean isActive()
public 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 httpServletRequest)
setAttributes in class com.liferay.taglib.util.IncludeTag