| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.webapp.UIComponentTagBase
javax.faces.webapp.UIComponentClassicTagBase
javax.faces.webapp.UIComponentELTag
org.apache.myfaces.shared_tomahawk.taglib.UIComponentBodyELTagBase
public abstract class UIComponentBodyELTagBase
| Field Summary | 
|---|
| Fields inherited from class javax.faces.webapp.UIComponentClassicTagBase | 
|---|
| bodyContent, pageContext, UNIQUE_ID_PREFIX | 
| Fields inherited from interface javax.servlet.jsp.tagext.Tag | 
|---|
| EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE | 
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag | 
|---|
| EVAL_BODY_BUFFERED, EVAL_BODY_TAG | 
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag | 
|---|
| EVAL_BODY_AGAIN | 
| Constructor Summary | |
|---|---|
| UIComponentBodyELTagBase() | |
| Method Summary | |
|---|---|
| protected  void | addValidatorProperty(javax.faces.component.UIComponent component,
                     javax.el.MethodExpression value) | 
| protected  void | addValueChangedListenerProperty(javax.faces.component.UIComponent component,
                                javax.el.MethodExpression valueChangedListener) | 
|  int | doEndTag() | 
| protected  void | setActionListenerProperty(javax.faces.component.UIComponent component,
                          javax.el.MethodExpression actionListener) | 
| protected  void | setActionListenerProperty(javax.faces.component.UIComponent component,
                          String actionListener)Deprecated. | 
| protected  void | setActionProperty(javax.faces.component.UIComponent component,
                  javax.el.MethodExpression action) | 
| protected  void | setActionProperty(javax.faces.component.UIComponent component,
                  String action)Deprecated. | 
| protected  void | setBooleanProperty(javax.faces.component.UIComponent component,
                   String propName,
                   String value)Deprecated. | 
| protected  void | setBooleanProperty(javax.faces.component.UIComponent component,
                   String propName,
                   javax.el.ValueExpression value) | 
| protected  void | setBooleanProperty(javax.faces.component.UIComponent component,
                   String propName,
                   javax.el.ValueExpression value,
                   Boolean defaultValue) | 
|  void | setConverter(javax.el.ValueExpression converter) | 
|  void | setForceId(javax.el.ValueExpression aForceId)Sets the forceId attribute of the tag. | 
|  void | setForceIdIndex(javax.el.ValueExpression aForceIdIndex)Sets the forceIdIndex attribute of the tag. | 
| protected  void | setIntegerProperty(javax.faces.component.UIComponent component,
                   String propName,
                   String value)Deprecated. | 
| protected  void | setIntegerProperty(javax.faces.component.UIComponent component,
                   String propName,
                   javax.el.ValueExpression value) | 
| protected  void | setProperties(javax.faces.component.UIComponent component) | 
| protected  void | setStringProperty(javax.faces.component.UIComponent component,
                  String propName,
                  String value)Deprecated. | 
| protected  void | setStringProperty(javax.faces.component.UIComponent component,
                  String propName,
                  javax.el.ValueExpression value) | 
| protected  void | setValidatorProperty(javax.faces.component.UIComponent component,
                     String value)Deprecated. | 
|  void | setValue(javax.el.ValueExpression value) | 
| protected  void | setValueBinding(javax.faces.component.UIComponent component,
                String propName,
                javax.el.ValueExpression value) | 
| protected  void | setValueChangedListenerProperty(javax.faces.component.UIComponent component,
                                String valueChangedListener)Deprecated. | 
| protected  void | setValueProperty(javax.faces.component.UIComponent component,
                 String value)Deprecated. | 
| Methods inherited from class javax.faces.webapp.UIComponentELTag | 
|---|
| createComponent, hasBinding, release, setBinding, setRendered | 
| Methods inherited from class javax.faces.webapp.UIComponentClassicTagBase | 
|---|
| addChild, addFacet, addVerbatimAfterComponent, addVerbatimBeforeComponent, createVerbatimComponent, createVerbatimComponentFromBodyContent, doAfterBody, doInitBody, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getBodyContent, getComponentInstance, getCreated, getCreatedComponents, getDoAfterBodyValue, getDoEndValue, getDoStartValue, getFacesContext, getFacesJspId, getFacetName, getId, getIndexOfNextChildTag, getJspId, getParent, getParentUIComponentClassicTagBase, getPreviousOut, setBodyContent, setId, setJspId, setPageContext, setParent, setupResponseWriter | 
| Methods inherited from class javax.faces.webapp.UIComponentTagBase | 
|---|
| getComponentType, getELContext, getRendererType | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface javax.servlet.jsp.tagext.Tag | 
|---|
| doStartTag, getParent, setPageContext, setParent | 
| Constructor Detail | 
|---|
public UIComponentBodyELTagBase()
| Method Detail | 
|---|
public int doEndTag()
             throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.faces.webapp.UIComponentClassicTagBasejavax.servlet.jsp.JspExceptionprotected void setProperties(javax.faces.component.UIComponent component)
setProperties in class javax.faces.webapp.UIComponentELTagpublic void setForceId(javax.el.ValueExpression aForceId)
aForceId - The value of the forceId attribute.public void setForceIdIndex(javax.el.ValueExpression aForceIdIndex)
aForceIdIndex - The value of the forceIdIndex attribute.public void setValue(javax.el.ValueExpression value)
public void setConverter(javax.el.ValueExpression converter)
protected void setIntegerProperty(javax.faces.component.UIComponent component,
                                  String propName,
                                  javax.el.ValueExpression value)
@Deprecated
protected void setIntegerProperty(javax.faces.component.UIComponent component,
                                             String propName,
                                             String value)
protected void setStringProperty(javax.faces.component.UIComponent component,
                                 String propName,
                                 javax.el.ValueExpression value)
@Deprecated
protected void setStringProperty(javax.faces.component.UIComponent component,
                                            String propName,
                                            String value)
protected void setBooleanProperty(javax.faces.component.UIComponent component,
                                  String propName,
                                  javax.el.ValueExpression value)
protected void setBooleanProperty(javax.faces.component.UIComponent component,
                                  String propName,
                                  javax.el.ValueExpression value,
                                  Boolean defaultValue)
@Deprecated
protected void setBooleanProperty(javax.faces.component.UIComponent component,
                                             String propName,
                                             String value)
@Deprecated
protected void setValueProperty(javax.faces.component.UIComponent component,
                                           String value)
protected void addValidatorProperty(javax.faces.component.UIComponent component,
                                    javax.el.MethodExpression value)
@Deprecated
protected void setValidatorProperty(javax.faces.component.UIComponent component,
                                               String value)
protected void setActionProperty(javax.faces.component.UIComponent component,
                                 javax.el.MethodExpression action)
@Deprecated
protected void setActionProperty(javax.faces.component.UIComponent component,
                                            String action)
protected void setActionListenerProperty(javax.faces.component.UIComponent component,
                                         javax.el.MethodExpression actionListener)
@Deprecated
protected void setActionListenerProperty(javax.faces.component.UIComponent component,
                                                    String actionListener)
protected void addValueChangedListenerProperty(javax.faces.component.UIComponent component,
                                               javax.el.MethodExpression valueChangedListener)
@Deprecated
protected void setValueChangedListenerProperty(javax.faces.component.UIComponent component,
                                                          String valueChangedListener)
protected void setValueBinding(javax.faces.component.UIComponent component,
                               String propName,
                               javax.el.ValueExpression value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||