MethodBinding is an object that can be used to call an arbitrary public method, on an instance that is acquired by evaluatng the leading portion of a method binding expression via a {@link ValueBinding}. An immutable {@link MethodBinding} for a particularmethod binding expression can be acquired by calling the createMethodBinding()
method of the {@link javax.faces.application.Application} instance for this webapplication.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|