org.apache.myfaces.taglib
Class UIComponentTagBase
java.lang.Object
javax.faces.webapp.UIComponentTag
org.apache.myfaces.taglib.UIComponentTagBase
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- AliasBeanTag, HtmlCheckboxTag, HtmlComponentTagBase, HtmlDataScrollerTag, HtmlEditorTag, HtmlJSCookMenuTag, HtmlJsValueSetTag, HtmlNavigationMenuItemsTag, HtmlRadioTag, JsValueChangeListenerTag, PanelStackTag, ParamTag, SaveStateTag, SelectItemsTag, SelectItemTagBase, TreeTag
- public abstract class UIComponentTagBase
- extends javax.faces.webapp.UIComponentTag
- Version:
- $Revision: 1.7 $ $Date: 2004/10/13 11:51:01 $
$Log: UIComponentTagBase.java,v $
Revision 1.7 2004/10/13 11:51:01 matze
renamed packages to org.apache
Revision 1.6 2004/07/01 22:01:21 mwessendorf
ASF switch
Revision 1.5 2004/04/16 15:13:33 manolito
validator attribute support and MethodBinding invoke exception handling fixed
Revision 1.4 2004/04/05 11:04:57 manolito
setter for renderer type removed, no more default renderer type needed
Revision 1.3 2004/04/01 09:33:43 manolito
user role support removed
Revision 1.2 2004/03/30 12:16:08 manolito
header comments
- Author:
- Manfred Geiler (latest modification by $Author: matze $)
Fields inherited from class javax.faces.webapp.UIComponentTag |
pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Method Summary |
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)
|
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)
|
void |
setTransient(java.lang.String aTransient)
|
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)
|
Methods inherited from class javax.faces.webapp.UIComponentTag |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getComponentType, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, getRendererType, isSuppressed, isValueReference, release, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIComponentTagBase
public UIComponentTagBase()
setProperties
protected void setProperties(javax.faces.component.UIComponent component)
setTransient
public void setTransient(java.lang.String aTransient)
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)
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)