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 |
---|---|
MethodBinding |
ApplicationWrapper.createMethodBinding(java.lang.String ref,
java.lang.Class<?>[] params)
The default behavior of this method
is to call |
abstract MethodBinding |
Application.createMethodBinding(java.lang.String ref,
java.lang.Class<?>[] params)
Deprecated.
This has been replaced by calling
Application.getExpressionFactory() then ExpressionFactory.createMethodExpression(javax.el.ELContext, java.lang.String, java.lang.Class<?>, java.lang.Class<?>[]) . |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MethodBindingMethodExpressionAdapter
Wrap a MethodExpression instance and expose it as a MethodBinding
|
Modifier and Type | Field and Description |
---|---|
private MethodBinding |
MethodExpressionMethodBindingAdapter.binding |
private MethodBinding |
MethodBindingValueChangeListener.methodBinding |
private MethodBinding |
MethodBindingValidator.methodBinding |
Constructor and Description |
---|
MethodBindingValidator(MethodBinding methodBinding)
Construct a
Validator that contains a MethodBinding . |
MethodBindingValueChangeListener(MethodBinding methodBinding)
Construct a
ValueChangeListener that contains a MethodBinding . |
MethodExpressionMethodBindingAdapter(MethodBinding binding) |