public abstract class UIComponentELTagBase
extends javax.faces.webapp.UIComponentELTag
bodyContent, pageContext, UNIQUE_ID_PREFIX| Constructor and Description |
|---|
UIComponentELTagBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addValidatorProperty(javax.faces.component.UIComponent component,
javax.el.MethodExpression value) |
protected void |
addValueChangedListenerProperty(javax.faces.component.UIComponent component,
javax.el.MethodExpression valueChangedListener) |
protected Object |
evaluateValueExpression(javax.el.ValueExpression expression) |
void |
release() |
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.
|
void |
setImageLocation(javax.el.ValueExpression aImageLocation)
Sets the image location attribute of the tag.
|
protected void |
setIntegerProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value) |
protected void |
setIntegerProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value,
Integer defaultValue) |
void |
setJavascriptLocation(javax.el.ValueExpression aJavascriptLocation)
Sets the javascript location attribute of the tag.
|
protected void |
setLongProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value) |
protected void |
setLongProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value,
Long defaultValue) |
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 |
setStringProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value,
String defaultValue) |
void |
setStyleLocation(javax.el.ValueExpression aStyleLocation)
Sets the style location attribute of the tag.
|
void |
setValue(javax.el.ValueExpression value) |
protected void |
setValueBinding(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value) |
createComponent, hasBinding, setBinding, setRenderedaddChild, addFacet, addVerbatimAfterComponent, addVerbatimBeforeComponent, createVerbatimComponent, createVerbatimComponentFromBodyContent, doAfterBody, doEndTag, 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, setupResponseWritergetComponentType, getELContext, getRendererTypepublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.faces.webapp.UIComponentELTagprotected 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)
public void setJavascriptLocation(javax.el.ValueExpression aJavascriptLocation)
aJavascriptLocation - The alternate javascript location to use.public void setImageLocation(javax.el.ValueExpression aImageLocation)
aImageLocation - The alternate image location to use.public void setStyleLocation(javax.el.ValueExpression aStyleLocation)
aStyleLocation - The alternate style location to use.protected void setIntegerProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value)
protected void setIntegerProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value,
Integer defaultValue)
protected void setLongProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value)
protected void setLongProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value,
Long defaultValue)
@Deprecated protected void setStringProperty(javax.faces.component.UIComponent component, String propName, String value)
protected void setStringProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value)
protected void setStringProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value,
String defaultValue)
@Deprecated protected void setBooleanProperty(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)
protected void addValidatorProperty(javax.faces.component.UIComponent component,
javax.el.MethodExpression value)
@Deprecated protected void setActionProperty(javax.faces.component.UIComponent component, String action)
protected void setActionProperty(javax.faces.component.UIComponent component,
javax.el.MethodExpression action)
@Deprecated protected void setActionListenerProperty(javax.faces.component.UIComponent component, String actionListener)
protected void setActionListenerProperty(javax.faces.component.UIComponent component,
javax.el.MethodExpression actionListener)
protected void addValueChangedListenerProperty(javax.faces.component.UIComponent component,
javax.el.MethodExpression valueChangedListener)
protected void setValueBinding(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value)
protected Object evaluateValueExpression(javax.el.ValueExpression expression)
Copyright © 2013 Apache Software Foundation. All Rights Reserved.