public abstract class UIComponentBodyELTagBase
extends javax.faces.webapp.UIComponentELTag
bodyContent, pageContext, UNIQUE_ID_PREFIX
Constructor and Description |
---|
UIComponentBodyELTagBase() |
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) |
int |
doEndTag() |
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.
|
protected void |
setIntegerProperty(javax.faces.component.UIComponent component,
String propName,
String value)
Deprecated.
|
protected void |
setIntegerProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value) |
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 |
setValidatorProperty(javax.faces.component.UIComponent component,
String value)
Deprecated.
|
void |
setValue(javax.el.ValueExpression value) |
protected void |
setValueBinding(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value) |
protected void |
setValueChangedListenerProperty(javax.faces.component.UIComponent component,
String valueChangedListener)
Deprecated.
|
protected void |
setValueProperty(javax.faces.component.UIComponent component,
String value)
Deprecated.
|
createComponent, hasBinding, release, setBinding, setRendered
addChild, addFacet, addVerbatimAfterComponent, addVerbatimBeforeComponent, createVerbatimComponent, createVerbatimComponentFromBodyContent, doAfterBody, 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, setupResponseWriter
getComponentType, getELContext, getRendererType
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.faces.webapp.UIComponentClassicTagBase
javax.servlet.jsp.JspException
protected void setProperties(javax.faces.component.UIComponent component)
setProperties
in class javax.faces.webapp.UIComponentELTag
public 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)
protected void setIntegerProperty(javax.faces.component.UIComponent component, String propName, javax.el.ValueExpression value)
@Deprecated protected void setIntegerProperty(javax.faces.component.UIComponent component, String propName, String value)
protected void setStringProperty(javax.faces.component.UIComponent component, String propName, javax.el.ValueExpression value)
@Deprecated protected void setStringProperty(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)
@Deprecated protected void setBooleanProperty(javax.faces.component.UIComponent component, String propName, String value)
@Deprecated protected void setValueProperty(javax.faces.component.UIComponent component, String value)
protected void addValidatorProperty(javax.faces.component.UIComponent component, javax.el.MethodExpression value)
@Deprecated protected void setValidatorProperty(javax.faces.component.UIComponent component, String value)
protected void setActionProperty(javax.faces.component.UIComponent component, javax.el.MethodExpression action)
@Deprecated protected void setActionProperty(javax.faces.component.UIComponent component, String action)
protected void setActionListenerProperty(javax.faces.component.UIComponent component, javax.el.MethodExpression actionListener)
@Deprecated protected void setActionListenerProperty(javax.faces.component.UIComponent component, String actionListener)
protected void addValueChangedListenerProperty(javax.faces.component.UIComponent component, javax.el.MethodExpression valueChangedListener)
@Deprecated protected void setValueChangedListenerProperty(javax.faces.component.UIComponent component, String valueChangedListener)
protected void setValueBinding(javax.faces.component.UIComponent component, String propName, javax.el.ValueExpression value)
Copyright © 2013 Apache Software Foundation. All Rights Reserved.