public class ComponentTag extends ParamAndPropertyAncestorTagImpl
request, servletContextbodyContentpageContext| 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() |
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, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsStringpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class TagSupportjavax.servlet.jsp.JspExceptionpublic int doStartTag()
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class 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 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 ParamAndPropertyAncestorTagImplprotected void cleanUp()
protected java.util.Map<java.lang.String,java.lang.Object> getContext()
protected boolean isPositionInline()