org.apache.myfaces.taglib

Class UIComponentBodyTagBase

Known Direct Subclasses:
HtmlComponentBodyTagBase

public abstract class UIComponentBodyTagBase
extends UIComponentBodyTag

Version:
$Revision: 169655 $ $Date: 2005-05-11 18:45:06 +0200 (Wed, 11 May 2005) $
Author:
Manfred Geiler (latest modification by $Author: grantsmith $)

Method Summary

int
doEndTag()
protected void
setActionListenerProperty(UIComponent component, String actionListener)
protected void
setActionProperty(UIComponent component, String action)
protected void
setBooleanProperty(UIComponent component, String propName, String value)
void
setConverter(String converter)
void
setForceId(String aForceId)
Sets the forceId attribute of the tag.
void
setForceIdIndex(String aForceIdIndex)
Sets the forceIdIndex attribute of the tag.
protected void
setIntegerProperty(UIComponent component, String propName, String value)
protected void
setProperties(UIComponent component)
protected void
setStringProperty(UIComponent component, String propName, String value)
protected void
setValidatorProperty(UIComponent component, String value)
void
setValue(String value)
protected void
setValueBinding(UIComponent component, String propName, String value)
protected void
setValueChangedListenerProperty(UIComponent component, String valueChangedListener)
protected void
setValueProperty(UIComponent component, String value)

Method Details

doEndTag

public int doEndTag()
            throws JspException

setActionListenerProperty

protected void setActionListenerProperty(UIComponent component,
                                         String actionListener)

setActionProperty

protected void setActionProperty(UIComponent component,
                                 String action)

setBooleanProperty

protected void setBooleanProperty(UIComponent component,
                                  String propName,
                                  String value)

setConverter

public void setConverter(String converter)

setForceId

public void setForceId(String aForceId)
Sets the forceId attribute of the tag. NOTE: Not every tag that extends this class will actually make use of this attribute. Check the TLD to see which components actually implement it.
Parameters:
aForceId - The value of the forceId attribute.

setForceIdIndex

public void setForceIdIndex(String aForceIdIndex)
Sets the forceIdIndex attribute of the tag. NOTE: Not every tag that extends this class will actually make use of this attribute. Check the TLD to see which components actually implement it.
Parameters:
aForceIdIndex - The value of the forceIdIndex attribute.

setIntegerProperty

protected void setIntegerProperty(UIComponent component,
                                  String propName,
                                  String value)

setProperties

protected void setProperties(UIComponent component)

setStringProperty

protected void setStringProperty(UIComponent component,
                                 String propName,
                                 String value)

setValidatorProperty

protected void setValidatorProperty(UIComponent component,
                                    String value)

setValue

public void setValue(String value)

setValueBinding

protected void setValueBinding(UIComponent component,
                               String propName,
                               String value)

setValueChangedListenerProperty

protected void setValueChangedListenerProperty(UIComponent component,
                                               String valueChangedListener)

setValueProperty

protected void setValueProperty(UIComponent component,
                                String value)