javax.faces.webapp

Class UIComponentBodyTag

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 BodyContentbodyContent
Method Summary
intdoAfterBody()
voiddoInitBody()
BodyContentgetBodyContent()
protected intgetDoAfterBodyValue()
protected intgetDoStartValue()
JspWritergetPreviousOut()
voidrelease()
voidsetBodyContent(BodyContent bodyContent)

Field Detail

bodyContent

protected BodyContent bodyContent

Method Detail

doAfterBody

public int doAfterBody()

doInitBody

public void doInitBody()

getBodyContent

public BodyContent getBodyContent()

getDoAfterBodyValue

protected int getDoAfterBodyValue()

getDoStartValue

protected int getDoStartValue()

getPreviousOut

public JspWriter getPreviousOut()

release

public void release()

setBodyContent

public void setBodyContent(BodyContent bodyContent)