public class RenderLayoutStructureTag
extends com.liferay.taglib.util.IncludeTag
Constructor and Description |
---|
RenderLayoutStructureTag() |
Modifier and Type | Method and Description |
---|---|
protected void |
cleanUp() |
com.liferay.layout.util.structure.LayoutStructure |
getLayoutStructure() |
java.lang.String |
getMainItemId() |
java.lang.String |
getMode() |
protected java.lang.String |
getPage() |
boolean |
isShowPreview() |
protected int |
processStartTag() |
void |
setLayoutStructure(com.liferay.layout.util.structure.LayoutStructure layoutStructure) |
void |
setMainItemId(java.lang.String mainItemId) |
void |
setMode(java.lang.String mode) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setRenderActionHandler(boolean renderActionHandler) |
void |
setShowPreview(boolean showPreview) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, runTag, setAttributes, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExists
clearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContext
doAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContent
findAncestorWithClass, getParent, setParent
public com.liferay.layout.util.structure.LayoutStructure getLayoutStructure()
public java.lang.String getMainItemId()
public java.lang.String getMode()
public boolean isShowPreview()
public void setLayoutStructure(com.liferay.layout.util.structure.LayoutStructure layoutStructure)
public void setMainItemId(java.lang.String mainItemId)
public void setMode(java.lang.String mode)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext
in interface javax.servlet.jsp.tagext.Tag
setPageContext
in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
public void setRenderActionHandler(boolean renderActionHandler)
public void setShowPreview(boolean showPreview)
protected void cleanUp()
cleanUp
in class com.liferay.taglib.util.IncludeTag
protected java.lang.String getPage()
getPage
in class com.liferay.taglib.util.IncludeTag
protected int processStartTag() throws java.lang.Exception
processStartTag
in class com.liferay.taglib.util.IncludeTag
java.lang.Exception