org.ajax4jsf.webapp.taglib
Class UIComponentTagBase
java.lang.Object
javax.faces.webapp.UIComponentTag
org.ajax4jsf.webapp.taglib.UIComponentTagBase
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- HtmlComponentTagBase
public abstract class UIComponentTagBase
- extends javax.faces.webapp.UIComponentTag
Base class with utility functions for all JSF tags. Get from apache MyFaces
- Version:
- $Revision: 1.1.2.1 $ $Date: 2007/01/09 18:59:55 $
- Author:
- asmirnov@exadel.com (latest modification by $Author: alexsmirnov $)
| 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 |
void |
release()
|
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)
|
protected void |
setCharterProperty(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value)
|
void |
setConverter(java.lang.String converter)
|
protected void |
setConverterProperty(javax.faces.component.UIComponent component,
java.lang.String value)
|
protected void |
setDoubleProperty(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value)
|
protected void |
setFloatProperty(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value)
|
protected void |
setIntegerProperty(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value)
|
protected void |
setLongProperty(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 validator)
|
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.UIComponentTag |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getComponentType, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, 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 |
UIComponentTagBase
public UIComponentTagBase()
setConverter
public void setConverter(java.lang.String converter)
- Parameters:
converter - The converter to set.
setValue
public void setValue(java.lang.String value)
- Parameters:
value - The value to set.
release
public void release()
- Specified by:
release in interface javax.servlet.jsp.tagext.Tag- Overrides:
release in class javax.faces.webapp.UIComponentTag
setProperties
protected void setProperties(javax.faces.component.UIComponent component)
- Overrides:
setProperties in class javax.faces.webapp.UIComponentTag
setCharterProperty
protected void setCharterProperty(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value)
setIntegerProperty
protected void setIntegerProperty(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value)
setLongProperty
protected void setLongProperty(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value)
setFloatProperty
protected void setFloatProperty(javax.faces.component.UIComponent component,
java.lang.String propName,
java.lang.String value)
setDoubleProperty
protected void setDoubleProperty(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)
setConverterProperty
protected void setConverterProperty(javax.faces.component.UIComponent component,
java.lang.String value)
setValidatorProperty
protected void setValidatorProperty(javax.faces.component.UIComponent component,
java.lang.String validator)
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)
Copyright © 2007. All Rights Reserved.