Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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<?>) . |
ValueBinding |
ApplicationWrapper.createValueBinding(String ref)
The default behavior of this method
is to call |
Modifier and Type | Method and Description |
---|---|
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) . |
UIComponent |
ApplicationWrapper.createComponent(ValueBinding componentBinding,
FacesContext context,
String componentType)
Deprecated.
See superclass for alternative.
|
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) . |
abstract ValueBinding |
UIComponent.getValueBinding(String name)
Deprecated.
This has been replaced by
UIComponent.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) . |
Copyright © 2021 JBoss by Red Hat. All rights reserved.