What is Method Binding in java
Unlike a value binding, a method binding does not represent an accessor method. Instead, a method binding
represents an activation method.
For example, binding an event handler to a method
<h:commandButton actionListener=“#{customer.loginActionListener}” />
represents an activation method.
For example, binding an event handler to a method
<h:commandButton actionListener=“#{customer.loginActionListener}” />
What is Method Binding in java
Reviewed by MCH
on
April 18, 2014
Rating:
No comments: