UIComponentBodyELTagBase
insteadpublic abstract class UIComponentBodyTagBase
extends javax.faces.webapp.UIComponentBodyTag
Constructor and Description |
---|
UIComponentBodyTagBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
doEndTag()
Deprecated.
|
protected void |
setActionListenerProperty(javax.faces.component.UIComponent component,
String actionListener)
Deprecated.
|
protected void |
setActionProperty(javax.faces.component.UIComponent component,
String action)
Deprecated.
|
protected void |
setBooleanProperty(javax.faces.component.UIComponent component,
String propName,
String value)
Deprecated.
|
void |
setConverter(String converter)
Deprecated.
|
void |
setForceId(String aForceId)
Deprecated.
Sets the forceId attribute of the tag.
|
void |
setForceIdIndex(String aForceIdIndex)
Deprecated.
Sets the forceIdIndex attribute of the tag.
|
protected void |
setIntegerProperty(javax.faces.component.UIComponent component,
String propName,
String value)
Deprecated.
|
protected void |
setProperties(javax.faces.component.UIComponent component)
Deprecated.
|
protected void |
setStringProperty(javax.faces.component.UIComponent component,
String propName,
String value)
Deprecated.
|
protected void |
setValidatorProperty(javax.faces.component.UIComponent component,
String value)
Deprecated.
|
void |
setValue(String value)
Deprecated.
|
protected void |
setValueBinding(javax.faces.component.UIComponent component,
String propName,
String value)
Deprecated.
|
protected void |
setValueChangedListenerProperty(javax.faces.component.UIComponent component,
String valueChangedListener)
Deprecated.
|
protected void |
setValueProperty(javax.faces.component.UIComponent component,
String value)
Deprecated.
|
createComponent, getParentUIComponentTag, hasBinding, isSuppressed, isValueReference, 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
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.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)
protected void setIntegerProperty(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 setValueProperty(javax.faces.component.UIComponent component, 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.