org.apache.myfaces.taglib
Class UIComponentBodyTagBase
java.lang.Object
|
+--javax.faces.webapp.UIComponentTag
|
+--javax.faces.webapp.UIComponentBodyTag
|
+--org.apache.myfaces.taglib.UIComponentBodyTagBase
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- HtmlComponentBodyTagBase, VerbatimTag
- public abstract class UIComponentBodyTagBase
- extends javax.faces.webapp.UIComponentBodyTag
- Version:
- $Revision: 1.15 $ $Date: 2005/03/05 10:29:56 $
$Log: UIComponentBodyTagBase.java,v $
Revision 1.15 2005/03/05 10:29:56 mmarinschek
better error handling
Revision 1.14 2005/01/30 15:24:10 matzew
thanks to sean schofield for removing *legacy* attributes of MyFaces
Revision 1.13 2005/01/28 17:19:09 matzew
Patch for MYFACES-91 form Sean Schofield
Revision 1.12 2005/01/25 22:15:53 matzew
JavaDoc patch form Sean Schofield
Revision 1.11 2005/01/10 08:08:12 matzew
added patch form sean schofield. forceId for reuse of "legacy JavaScript" (MyFaces-70)
Revision 1.10 2004/10/13 11:51:01 matze
renamed packages to org.apache
Revision 1.9 2004/07/01 22:01:21 mwessendorf
ASF switch
Revision 1.8 2004/04/16 15:13:33 manolito
validator attribute support and MethodBinding invoke exception handling fixed
Revision 1.7 2004/04/05 11:04:56 manolito
setter for renderer type removed, no more default renderer type needed
Revision 1.6 2004/04/01 13:18:39 manolito
warning message
Revision 1.5 2004/04/01 12:57:44 manolito
additional extended component classes for user role support
Revision 1.4 2004/04/01 09:33:43 manolito
user role support removed
Revision 1.3 2004/03/31 11:14:28 royalts
no message
Revision 1.2 2004/03/30 12:16:08 manolito
header comments
- Author:
- Manfred Geiler (latest modification by $Author: mmarinschek $)
Fields inherited from class javax.faces.webapp.UIComponentTag |
pageContext |
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 |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Method Summary |
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)
|
Methods inherited from class javax.faces.webapp.UIComponentBodyTag |
doAfterBody, doInitBody, getBodyContent, getDoAfterBodyValue, getDoStartValue, getPreviousOut, release, setBodyContent |
Methods inherited from class javax.faces.webapp.UIComponentTag |
doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getComponentType, getCreated, getDoEndValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, getPathToComponent, getRendererType, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter |
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 |
UIComponentBodyTagBase
public UIComponentBodyTagBase()
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class javax.faces.webapp.UIComponentTag
javax.servlet.jsp.JspException
setProperties
protected void setProperties(javax.faces.component.UIComponent component)
- Overrides:
setProperties
in class javax.faces.webapp.UIComponentTag
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(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value)
setStringProperty
protected void setStringProperty(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value)
setBooleanProperty
protected void setBooleanProperty(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value)
setValueProperty
protected void setValueProperty(javax.faces.component.UIComponent component,
java.lang.String value)
setValidatorProperty
protected void setValidatorProperty(javax.faces.component.UIComponent component,
java.lang.String value)
setActionProperty
protected void setActionProperty(javax.faces.component.UIComponent component,
java.lang.String action)
setActionListenerProperty
protected void setActionListenerProperty(javax.faces.component.UIComponent component,
java.lang.String actionListener)
setValueChangedListenerProperty
protected void setValueChangedListenerProperty(javax.faces.component.UIComponent component,
java.lang.String valueChangedListener)
setValueBinding
protected void setValueBinding(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value)