public class BaseBodyTagSupport extends TagSupport
See https://issues.liferay.com/browse/LPS-13878.
| Modifier and Type | Field and Description |
|---|---|
protected javax.servlet.jsp.tagext.BodyContent |
bodyContent |
pageContext| Constructor and Description |
|---|
BaseBodyTagSupport() |
| Modifier and Type | Method and Description |
|---|---|
int |
doAfterBody() |
void |
doInitBody() |
int |
doStartTag() |
javax.servlet.jsp.tagext.BodyContent |
getBodyContent() |
com.liferay.portal.kernel.util.StringBundler |
getBodyContentAsStringBundler() |
javax.servlet.http.HttpServletRequest |
getRequest() |
void |
release() |
void |
setBodyContent(javax.servlet.jsp.tagext.BodyContent bodyContent) |
void |
writeBodyContent(java.io.Writer writer) |
doEndTag, findAncestorWithClass, getParent, setPageContext, setParentpublic int doAfterBody()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspExceptionpublic void doInitBody()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspExceptionpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class TagSupportjavax.servlet.jsp.JspExceptionpublic javax.servlet.jsp.tagext.BodyContent getBodyContent()
public com.liferay.portal.kernel.util.StringBundler getBodyContentAsStringBundler()
public javax.servlet.http.HttpServletRequest getRequest()
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class TagSupportpublic void setBodyContent(javax.servlet.jsp.tagext.BodyContent bodyContent)
public void writeBodyContent(java.io.Writer writer)
throws java.io.IOException
java.io.IOException