public abstract class UIComponentBodyTagBase
extends javax.faces.webapp.UIComponentBodyTag
| Constructor and Description |
|---|
UIComponentBodyTagBase() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
protected void |
setActionListenerProperty(javax.faces.component.UIComponent component,
java.lang.String actionListener) |
protected void |
setActionProperty(javax.faces.component.UIComponent component,
java.lang.String action) |
protected void |
setBooleanProperty(javax.faces.component.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(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value) |
protected void |
setProperties(javax.faces.component.UIComponent component) |
protected void |
setStringProperty(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value) |
protected void |
setValidatorProperty(javax.faces.component.UIComponent component,
java.lang.String value) |
void |
setValue(java.lang.String value) |
protected void |
setValueBinding(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value) |
protected void |
setValueChangedListenerProperty(javax.faces.component.UIComponent component,
java.lang.String valueChangedListener) |
protected void |
setValueProperty(javax.faces.component.UIComponent component,
java.lang.String value) |
doAfterBody, doInitBody, getBodyContent, getDoAfterBodyValue, getDoStartValue, getPreviousOut, release, setBodyContentdoStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getComponentType, getCreated, getDoEndValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, getRendererType, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.faces.webapp.UIComponentTagjavax.servlet.jsp.JspExceptionprotected void setProperties(javax.faces.component.UIComponent component)
setProperties in class javax.faces.webapp.UIComponentTagpublic void setForceId(java.lang.String aForceId)
aForceId - The value of the forceId attribute.public void setForceIdIndex(java.lang.String aForceIdIndex)
aForceIdIndex - The value of the forceIdIndex attribute.public void setValue(java.lang.String value)
public void setConverter(java.lang.String converter)
protected void setIntegerProperty(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value)
protected void setStringProperty(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value)
protected void setBooleanProperty(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value)
protected void setValueProperty(javax.faces.component.UIComponent component,
java.lang.String value)
protected void setValidatorProperty(javax.faces.component.UIComponent component,
java.lang.String value)
protected void setActionProperty(javax.faces.component.UIComponent component,
java.lang.String action)
protected void setActionListenerProperty(javax.faces.component.UIComponent component,
java.lang.String actionListener)
protected void setValueChangedListenerProperty(javax.faces.component.UIComponent component,
java.lang.String valueChangedListener)
protected void setValueBinding(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value)