| Package | Description | 
|---|---|
| javax.faces.application | |
| javax.faces.component | 
| Modifier and Type | Method and Description | 
|---|---|
ValueBinding | 
ApplicationWrapper.createValueBinding(String ref)
 The default behavior of this method is to call   | 
abstract ValueBinding | 
Application.createValueBinding(String ref)
Deprecated. 
 
This has been replaced by calling  
Application.getExpressionFactory() then
             ExpressionFactory.createValueExpression(javax.el.ELContext, java.lang.String, java.lang.Class<?>). | 
| Modifier and Type | Method and Description | 
|---|---|
UIComponent | 
ApplicationWrapper.createComponent(ValueBinding componentBinding,
               FacesContext context,
               String componentType)
Deprecated. 
 
See superclass for alternative. 
 | 
abstract UIComponent | 
Application.createComponent(ValueBinding componentBinding,
               FacesContext context,
               String componentType)
Deprecated. 
 
This has been replaced by
              
Application.createComponent(javax.el.ValueExpression,javax.faces.context.FacesContext,java.lang.String). | 
| Modifier and Type | Method and Description | 
|---|---|
ValueBinding | 
UISelectMany.getValueBinding(String name)
Deprecated. 
 
this has been replaced by  
UISelectMany.getValueExpression(java.lang.String). | 
ValueBinding | 
UISelectBoolean.getValueBinding(String name)
Deprecated. 
 
This has been replaced by  
UISelectBoolean.getValueExpression(java.lang.String). | 
ValueBinding | 
UIGraphic.getValueBinding(String name)
Deprecated. 
 
This has been replaced by  
UIGraphic.getValueExpression(java.lang.String). | 
ValueBinding | 
UIComponentBase.getValueBinding(String name)
Deprecated. 
 
This has been replaced by  
UIComponent.getValueExpression(java.lang.String). | 
abstract ValueBinding | 
UIComponent.getValueBinding(String name)
Deprecated. 
 
This has been replaced by  
UIComponent.getValueExpression(java.lang.String). | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.