Ad Code

What is Method Binding in java


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}” />
Reactions

Post a Comment

0 Comments