Author: hlship
Date: Wed Jun 23 22:15:16 2010
New Revision: 957377
URL: http://svn.apache.org/viewvc?rev=957377&view=rev
Log:
TAP5-969: Method AbstractField.createDefaultParameterBinding() should be
deprecated
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/base/AbstractField.java
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/base/AbstractField.java
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/base/AbstractField.java?rev=957377&r1=957376&r2=957377&view=diff
==============================================================================
---
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/base/AbstractField.java
(original)
+++
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/base/AbstractField.java
Wed Jun 23 22:15:16 2010
@@ -1,4 +1,4 @@
-// Copyright 2006, 2007, 2008 The Apache Software Foundation
+// Copyright 2006, 2007, 2008, 2010 The Apache Software Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -193,6 +193,7 @@ public abstract class AbstractField impl
* Used by subclasses to create a default binding to a property of the
container matching the component id.
*
* @return a binding to the property, or null if the container does not
have a corresponding property
+ * @deprecated Use {...@link
ComponentDefaultProvider#defaultBinding(String, ComponentResources)} instead
*/
protected final Binding createDefaultParameterBinding(String parameterName)
{