Re: [REVIEW] Replace MethodBinding with MethodExpression in docs
good catch.
r=rogerk
Ryan Lubke wrote:
>
>------------------------------------------------------------------------
>
>
>SECTION: Modified Files
>----------------------------
>M editable-props.xml
> - replace MethodBinding with MethodExpression
>M standard-html-renderkit.xml
> - generated
>
>
>SECTION: Diffs
>----------------------------
>Index: editable-props.xml
>===================================================================
>RCS file: /cvs/javaserverfaces-sources/jsf-api/doc/editable-props.xml,v
>retrieving revision 1.10
>diff -u -r1.10 editable-props.xml
>--- editable-props.xml 22 Aug 2005 22:07:42 -0000 1.10
>+++ editable-props.xml 22 Mar 2006 20:37:11 -0000
>@@ -131,7 +131,7 @@
>
> <property>
> <description>
>- MethodBinding representing a validator method that will be called
>+ MethodExpression representing a validator method that will be called
> during Process Validations to perform correctness checks on the
> value of this component. The expression must evaluate to a public
> method that takes FacesContext, UIComponent, and Object parameters,
>@@ -150,7 +150,7 @@
>
> <property>
> <description>
>- MethodBinding representing a value change listener method that will be
>+ MethodExpression representing a value change listener method that will be
> notified when a new value has been set for this input component. The
> expression must evaluate to a public method that takes a
> ValueChangeEvent parameter, with a return type of void.
>Index: standard-html-renderkit.xml
>===================================================================
>RCS file: /cvs/javaserverfaces-sources/jsf-api/doc/standard-html-renderkit.xml,v
>retrieving revision 1.109
>diff -u -r1.109 standard-html-renderkit.xml
>--- standard-html-renderkit.xml 14 Mar 2006 19:00:05 -0000 1.109
>+++ standard-html-renderkit.xml 22 Mar 2006 20:37:14 -0000
>@@ -1244,7 +1244,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a validator method that will be called
>+ MethodExpression representing a validator method that will be called
> during Process Validations to perform correctness checks on the
> value of this component. The expression must evaluate to a public
> method that takes FacesContext, UIComponent, and Object parameters,
>@@ -1262,7 +1262,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a value change listener method that will be
>+ MethodExpression representing a value change listener method that will be
> notified when a new value has been set for this input component. The
> expression must evaluate to a public method that takes a
> ValueChangeEvent parameter, with a return type of void.
>@@ -2586,7 +2586,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a validator method that will be called
>+ MethodExpression representing a validator method that will be called
> during Process Validations to perform correctness checks on the
> value of this component. The expression must evaluate to a public
> method that takes FacesContext, UIComponent, and Object parameters,
>@@ -2604,7 +2604,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a value change listener method that will be
>+ MethodExpression representing a value change listener method that will be
> notified when a new value has been set for this input component. The
> expression must evaluate to a public method that takes a
> ValueChangeEvent parameter, with a return type of void.
>@@ -3282,7 +3282,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a validator method that will be called
>+ MethodExpression representing a validator method that will be called
> during Process Validations to perform correctness checks on the
> value of this component. The expression must evaluate to a public
> method that takes FacesContext, UIComponent, and Object parameters,
>@@ -3300,7 +3300,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a value change listener method that will be
>+ MethodExpression representing a value change listener method that will be
> notified when a new value has been set for this input component. The
> expression must evaluate to a public method that takes a
> ValueChangeEvent parameter, with a return type of void.
>@@ -3625,7 +3625,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a validator method that will be called
>+ MethodExpression representing a validator method that will be called
> during Process Validations to perform correctness checks on the
> value of this component. The expression must evaluate to a public
> method that takes FacesContext, UIComponent, and Object parameters,
>@@ -3643,7 +3643,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a value change listener method that will be
>+ MethodExpression representing a value change listener method that will be
> notified when a new value has been set for this input component. The
> expression must evaluate to a public method that takes a
> ValueChangeEvent parameter, with a return type of void.
>@@ -7040,7 +7040,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a validator method that will be called
>+ MethodExpression representing a validator method that will be called
> during Process Validations to perform correctness checks on the
> value of this component. The expression must evaluate to a public
> method that takes FacesContext, UIComponent, and Object parameters,
>@@ -7058,7 +7058,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a value change listener method that will be
>+ MethodExpression representing a value change listener method that will be
> notified when a new value has been set for this input component. The
> expression must evaluate to a public method that takes a
> ValueChangeEvent parameter, with a return type of void.
>@@ -7377,7 +7377,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a validator method that will be called
>+ MethodExpression representing a validator method that will be called
> during Process Validations to perform correctness checks on the
> value of this component. The expression must evaluate to a public
> method that takes FacesContext, UIComponent, and Object parameters,
>@@ -7395,7 +7395,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a value change listener method that will be
>+ MethodExpression representing a value change listener method that will be
> notified when a new value has been set for this input component. The
> expression must evaluate to a public method that takes a
> ValueChangeEvent parameter, with a return type of void.
>@@ -8105,7 +8105,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a validator method that will be called
>+ MethodExpression representing a validator method that will be called
> during Process Validations to perform correctness checks on the
> value of this component. The expression must evaluate to a public
> method that takes FacesContext, UIComponent, and Object parameters,
>@@ -8123,7 +8123,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a value change listener method that will be
>+ MethodExpression representing a value change listener method that will be
> notified when a new value has been set for this input component. The
> expression must evaluate to a public method that takes a
> ValueChangeEvent parameter, with a return type of void.
>@@ -8817,7 +8817,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a validator method that will be called
>+ MethodExpression representing a validator method that will be called
> during Process Validations to perform correctness checks on the
> value of this component. The expression must evaluate to a public
> method that takes FacesContext, UIComponent, and Object parameters,
>@@ -8835,7 +8835,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a value change listener method that will be
>+ MethodExpression representing a value change listener method that will be
> notified when a new value has been set for this input component. The
> expression must evaluate to a public method that takes a
> ValueChangeEvent parameter, with a return type of void.
>@@ -12685,7 +12685,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a validator method that will be called
>+ MethodExpression representing a validator method that will be called
> during Process Validations to perform correctness checks on the
> value of this component. The expression must evaluate to a public
> method that takes FacesContext, UIComponent, and Object parameters,
>@@ -12703,7 +12703,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a value change listener method that will be
>+ MethodExpression representing a value change listener method that will be
> notified when a new value has been set for this input component. The
> expression must evaluate to a public method that takes a
> ValueChangeEvent parameter, with a return type of void.
>@@ -13357,7 +13357,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a validator method that will be called
>+ MethodExpression representing a validator method that will be called
> during Process Validations to perform correctness checks on the
> value of this component. The expression must evaluate to a public
> method that takes FacesContext, UIComponent, and Object parameters,
>@@ -13375,7 +13375,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a value change listener method that will be
>+ MethodExpression representing a value change listener method that will be
> notified when a new value has been set for this input component. The
> expression must evaluate to a public method that takes a
> ValueChangeEvent parameter, with a return type of void.
>@@ -14077,7 +14077,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a validator method that will be called
>+ MethodExpression representing a validator method that will be called
> during Process Validations to perform correctness checks on the
> value of this component. The expression must evaluate to a public
> method that takes FacesContext, UIComponent, and Object parameters,
>@@ -14095,7 +14095,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a value change listener method that will be
>+ MethodExpression representing a value change listener method that will be
> notified when a new value has been set for this input component. The
> expression must evaluate to a public method that takes a
> ValueChangeEvent parameter, with a return type of void.
>@@ -14781,7 +14781,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a validator method that will be called
>+ MethodExpression representing a validator method that will be called
> during Process Validations to perform correctness checks on the
> value of this component. The expression must evaluate to a public
> method that takes FacesContext, UIComponent, and Object parameters,
>@@ -14799,7 +14799,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a value change listener method that will be
>+ MethodExpression representing a value change listener method that will be
> notified when a new value has been set for this input component. The
> expression must evaluate to a public method that takes a
> ValueChangeEvent parameter, with a return type of void.
>@@ -15475,7 +15475,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a validator method that will be called
>+ MethodExpression representing a validator method that will be called
> during Process Validations to perform correctness checks on the
> value of this component. The expression must evaluate to a public
> method that takes FacesContext, UIComponent, and Object parameters,
>@@ -15493,7 +15493,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a value change listener method that will be
>+ MethodExpression representing a value change listener method that will be
> notified when a new value has been set for this input component. The
> expression must evaluate to a public method that takes a
> ValueChangeEvent parameter, with a return type of void.
>@@ -16166,7 +16166,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a validator method that will be called
>+ MethodExpression representing a validator method that will be called
> during Process Validations to perform correctness checks on the
> value of this component. The expression must evaluate to a public
> method that takes FacesContext, UIComponent, and Object parameters,
>@@ -16184,7 +16184,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a value change listener method that will be
>+ MethodExpression representing a value change listener method that will be
> notified when a new value has been set for this input component. The
> expression must evaluate to a public method that takes a
> ValueChangeEvent parameter, with a return type of void.
>@@ -16847,7 +16847,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a validator method that will be called
>+ MethodExpression representing a validator method that will be called
> during Process Validations to perform correctness checks on the
> value of this component. The expression must evaluate to a public
> method that takes FacesContext, UIComponent, and Object parameters,
>@@ -16865,7 +16865,7 @@
> </property>
> <property>
> <description>
>- MethodBinding representing a value change listener method that will be
>+ MethodExpression representing a value change listener method that will be
> notified when a new value has been set for this input component. The
> expression must evaluate to a public method that takes a
> ValueChangeEvent parameter, with a return type of void.
>
>
>
>
>
>------------------------------------------------------------------------
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
>For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net
>
>