javax.faces.webapp

Class UIComponentBodyTag

Implemented Interfaces:
BodyTag, Tag

public abstract class UIComponentBodyTag
extends UIComponentTag
implements BodyTag

Version:
$Revision: 265611 $ $Date: 2005-09-01 03:05:16 +0200 (Thu, 01 Sep 2005) $
Author:
Manfred Geiler (latest modification by $Author: oros $)

Field Summary

protected BodyContent
bodyContent

Fields inherited from class javax.faces.webapp.UIComponentTag

pageContext

Method Summary

int
doAfterBody()
void
doInitBody()
BodyContent
getBodyContent()
protected int
getDoAfterBodyValue()
protected int
getDoStartValue()
JspWriter
getPreviousOut()
void
release()
void
setBodyContent(BodyContent bodyContent)

Methods inherited from class javax.faces.webapp.UIComponentTag

doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getComponentType, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, getRendererType, isSuppressed, isValueReference, release, setBinding, setId, setPageContext, setParent, setProperties, setRendered, setupResponseWriter

Field Details

bodyContent

protected BodyContent bodyContent

Method Details

doAfterBody

public int doAfterBody()
            throws JspException

doInitBody

public void doInitBody()
            throws JspException

getBodyContent

public BodyContent getBodyContent()

getDoAfterBodyValue

protected int getDoAfterBodyValue()
            throws JspException

getDoStartValue

protected int getDoStartValue()
            throws JspException
Overrides:
getDoStartValue in interface UIComponentTag

getPreviousOut

public JspWriter getPreviousOut()

release

public void release()
Overrides:
release in interface UIComponentTag

setBodyContent

public void setBodyContent(BodyContent bodyContent)