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.
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.
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)