public abstract class UIComponentTagBase
extends javax.faces.webapp.UIComponentTag
Constructor and Description |
---|
UIComponentTagBase() |
Modifier and Type | Method and Description |
---|---|
void |
release() |
protected void |
setActionListenerProperty(javax.faces.component.UIComponent component,
String actionListener) |
protected void |
setActionProperty(javax.faces.component.UIComponent component,
String action) |
protected void |
setBooleanProperty(javax.faces.component.UIComponent component,
String propName,
String value) |
void |
setConverter(String converter) |
void |
setForceId(String aForceId)
Sets the forceId attribute of the tag.
|
void |
setForceIdIndex(String aForceIdIndex)
Sets the forceIdIndex attribute of the tag.
|
void |
setImageLocation(String aImageLocation)
Sets the image location attribute of the tag.
|
protected void |
setIntegerProperty(javax.faces.component.UIComponent component,
String propName,
String value) |
void |
setJavascriptLocation(String aJavascriptLocation)
Sets the javascript location attribute of the tag.
|
protected void |
setLongProperty(javax.faces.component.UIComponent component,
String propName,
String value) |
protected void |
setProperties(javax.faces.component.UIComponent component) |
protected void |
setStringProperty(javax.faces.component.UIComponent component,
String propName,
String value) |
void |
setStyleLocation(String aStyleLocation)
Sets the style location attribute of the tag.
|
protected void |
setValidatorProperty(javax.faces.component.UIComponent component,
String value) |
void |
setValue(String value) |
protected void |
setValueBinding(javax.faces.component.UIComponent component,
String propName,
String value) |
protected void |
setValueChangedListenerProperty(javax.faces.component.UIComponent component,
String valueChangedListener) |
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
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.faces.webapp.UIComponentTag
protected void setProperties(javax.faces.component.UIComponent component)
setProperties
in class javax.faces.webapp.UIComponentTag
public void setForceId(String aForceId)
aForceId
- The value of the forceId attribute.public void setForceIdIndex(String aForceIdIndex)
aForceIdIndex
- The value of the forceIdIndex attribute.public void setValue(String value)
public void setConverter(String converter)
public void setJavascriptLocation(String aJavascriptLocation)
aJavascriptLocation
- The alternate javascript location to use.public void setImageLocation(String aImageLocation)
aImageLocation
- The alternate image location to use.public void setStyleLocation(String aStyleLocation)
aStyleLocation
- The alternate style location to use.protected void setIntegerProperty(javax.faces.component.UIComponent component, String propName, String value)
protected void setLongProperty(javax.faces.component.UIComponent component, String propName, String value)
protected void setStringProperty(javax.faces.component.UIComponent component, String propName, String value)
protected void setBooleanProperty(javax.faces.component.UIComponent component, String propName, String value)
protected void setValidatorProperty(javax.faces.component.UIComponent component, String value)
protected void setActionProperty(javax.faces.component.UIComponent component, String action)
protected void setActionListenerProperty(javax.faces.component.UIComponent component, String actionListener)
protected void setValueChangedListenerProperty(javax.faces.component.UIComponent component, String valueChangedListener)
Copyright © 2013 Apache Software Foundation. All Rights Reserved.