org.apache.myfaces.shared_orchestra.taglib
Class UIComponentBodyTagBase
java.lang.Object
UIComponentBodyTag
org.apache.myfaces.shared_orchestra.taglib.UIComponentBodyTagBase
- Direct Known Subclasses:
- HtmlComponentBodyTagBase
public abstract class UIComponentBodyTagBase
- extends UIComponentBodyTag
- Version:
- $Revision: 472630 $ $Date: 2006-11-08 21:40:03 +0100 (Mi, 08 Nov 2006) $
- Author:
- Manfred Geiler (latest modification by $Author: grantsmith $)
Method Summary |
int |
doEndTag()
|
protected void |
setActionListenerProperty(UIComponent component,
java.lang.String actionListener)
|
protected void |
setActionProperty(UIComponent component,
java.lang.String action)
|
protected void |
setBooleanProperty(UIComponent component,
java.lang.String propName,
java.lang.String value)
|
void |
setConverter(java.lang.String converter)
|
void |
setForceId(java.lang.String aForceId)
Sets the forceId attribute of the tag. |
void |
setForceIdIndex(java.lang.String aForceIdIndex)
Sets the forceIdIndex attribute of the tag. |
protected void |
setIntegerProperty(UIComponent component,
java.lang.String propName,
java.lang.String value)
|
protected void |
setProperties(UIComponent component)
|
protected void |
setStringProperty(UIComponent component,
java.lang.String propName,
java.lang.String value)
|
protected void |
setValidatorProperty(UIComponent component,
java.lang.String value)
|
void |
setValue(java.lang.String value)
|
protected void |
setValueBinding(UIComponent component,
java.lang.String propName,
java.lang.String value)
|
protected void |
setValueChangedListenerProperty(UIComponent component,
java.lang.String valueChangedListener)
|
protected void |
setValueProperty(UIComponent component,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIComponentBodyTagBase
public UIComponentBodyTagBase()
doEndTag
public int doEndTag()
throws JspException
- Throws:
JspException
setProperties
protected void setProperties(UIComponent component)
setForceId
public void setForceId(java.lang.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(java.lang.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.
setValue
public void setValue(java.lang.String value)
setConverter
public void setConverter(java.lang.String converter)
setIntegerProperty
protected void setIntegerProperty(UIComponent component,
java.lang.String propName,
java.lang.String value)
setStringProperty
protected void setStringProperty(UIComponent component,
java.lang.String propName,
java.lang.String value)
setBooleanProperty
protected void setBooleanProperty(UIComponent component,
java.lang.String propName,
java.lang.String value)
setValueProperty
protected void setValueProperty(UIComponent component,
java.lang.String value)
setValidatorProperty
protected void setValidatorProperty(UIComponent component,
java.lang.String value)
setActionProperty
protected void setActionProperty(UIComponent component,
java.lang.String action)
setActionListenerProperty
protected void setActionListenerProperty(UIComponent component,
java.lang.String actionListener)
setValueChangedListenerProperty
protected void setValueChangedListenerProperty(UIComponent component,
java.lang.String valueChangedListener)
setValueBinding
protected void setValueBinding(UIComponent component,
java.lang.String propName,
java.lang.String value)
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.