Liferay 6.2-ce-ga5

com.liferay.portal.kernel.servlet.taglib
Class BaseBodyTagSupport

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.TagSupport
      extended by com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class BaseBodyTagSupport
extends TagSupport

See http://issues.liferay.com/browse/LPS-13878.


Field Summary
protected  javax.servlet.jsp.tagext.BodyContent bodyContent
           
 
Fields inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
BaseBodyTagSupport()
           
 
Method Summary
 int doAfterBody()
           
 void doInitBody()
           
 int doStartTag()
           
 javax.servlet.jsp.tagext.BodyContent getBodyContent()
           
 StringBundler getBodyContentAsStringBundler()
           
 void release()
           
 void setBodyContent(javax.servlet.jsp.tagext.BodyContent bodyContent)
           
 void writeBodyContent(Writer writer)
           
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport
doEndTag, findAncestorWithClass, getParent, setPageContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bodyContent

protected javax.servlet.jsp.tagext.BodyContent bodyContent
Constructor Detail

BaseBodyTagSupport

public BaseBodyTagSupport()
Method Detail

doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException

doInitBody

public void doInitBody()
                throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class TagSupport
Throws:
javax.servlet.jsp.JspException

getBodyContent

public javax.servlet.jsp.tagext.BodyContent getBodyContent()

getBodyContentAsStringBundler

public StringBundler getBodyContentAsStringBundler()

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class TagSupport

setBodyContent

public void setBodyContent(javax.servlet.jsp.tagext.BodyContent bodyContent)

writeBodyContent

public void writeBodyContent(Writer writer)
                      throws IOException
Throws:
IOException

Liferay 6.2-ce-ga5