public class ComponentTag
extends com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
| Constructor and Description |
|---|
ComponentTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doEndTag() |
int |
doStartTag() |
java.lang.String |
getComponentId() |
java.lang.String |
getContainerId() |
protected java.util.Map<java.lang.String,java.lang.Object> |
getContext() |
java.lang.String |
getModule() |
protected java.lang.String |
getNamespace() |
boolean |
isDestroyOnNavigate() |
protected boolean |
isPositionInline() |
void |
release() |
void |
setComponentId(java.lang.String componentId) |
void |
setContainerId(java.lang.String containerId) |
void |
setContext(java.util.Map<java.lang.String,java.lang.Object> context) |
void |
setDestroyOnNavigate(boolean destroyOnNavigate) |
void |
setModule(java.lang.String module) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setPageContextdoAfterBody, 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.TagSupportjavax.servlet.jsp.JspExceptionpublic int doStartTag()
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class com.liferay.taglib.BaseBodyTagSupportpublic java.lang.String getComponentId()
public java.lang.String getContainerId()
public java.lang.String getModule()
public boolean isDestroyOnNavigate()
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImplpublic void setComponentId(java.lang.String componentId)
public void setContainerId(java.lang.String containerId)
public void setContext(java.util.Map<java.lang.String,java.lang.Object> context)
public void setDestroyOnNavigate(boolean destroyOnNavigate)
public void setModule(java.lang.String module)
public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImplprotected void cleanUp()
protected java.util.Map<java.lang.String,java.lang.Object> getContext()
protected java.lang.String getNamespace()
protected boolean isPositionInline()