|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueBinding | |
|---|---|
| javax.faces.application | APIs that are used to link an application's business logic objects to JavaServer Faces, as well as convenient pluggable mechanisms to manage the execution of an application that is based on JavaServer Faces. |
| javax.faces.component | Fundamental APIs for user interface components. |
| Uses of ValueBinding in javax.faces.application |
|---|
| Methods in javax.faces.application that return ValueBinding | |
|---|---|
abstract ValueBinding |
Application.createValueBinding(java.lang.String ref)
Deprecated. This has been replaced by calling Application.getExpressionFactory() then ExpressionFactory.createValueExpression(javax.el.ELContext, java.lang.String, java.lang.Class>). |
ValueBinding |
ApplicationWrapper.createValueBinding(java.lang.String ref)
The default behavior of this method
is to call |
| Methods in javax.faces.application with parameters of type ValueBinding | |
|---|---|
abstract UIComponent |
Application.createComponent(ValueBinding componentBinding,
FacesContext context,
java.lang.String componentType)
Deprecated. This has been replaced by Application.createComponent(javax.el.ValueExpression,javax.faces.context.FacesContext,java.lang.String). |
UIComponent |
ApplicationWrapper.createComponent(ValueBinding componentBinding,
FacesContext context,
java.lang.String componentType)
The default behavior of this method
is to call |
| Uses of ValueBinding in javax.faces.component |
|---|
| Methods in javax.faces.component that return ValueBinding | |
|---|---|
ValueBinding |
UISelectBoolean.getValueBinding(java.lang.String name)
Deprecated. This has been replaced by UISelectBoolean.getValueExpression(java.lang.String). |
ValueBinding |
UIGraphic.getValueBinding(java.lang.String name)
Deprecated. This has been replaced by UIGraphic.getValueExpression(java.lang.String). |
ValueBinding |
UIComponentBase.getValueBinding(java.lang.String name)
Deprecated. This has been replaced by UIComponent.getValueExpression(java.lang.String). |
abstract ValueBinding |
UIComponent.getValueBinding(java.lang.String name)
Deprecated. This has been replaced by UIComponent.getValueExpression(java.lang.String). |
ValueBinding |
UISelectMany.getValueBinding(java.lang.String name)
Deprecated. this has been replaced by UISelectMany.getValueExpression(java.lang.String). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||