You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2005/01/31 16:42:28 UTC

cvs commit: jakarta-tapestry/framework/src/java/org/apache/tapestry/services InjectedValueProvider.java

hlship      2005/01/31 07:42:28

  Modified:    framework/src/java/org/apache/tapestry/services
                        InjectedValueProvider.java
  Log:
  Keep the terminology consistent: the first parameter is an object reference (not a locator).
  
  Revision  Changes    Path
  1.3       +4 -4      jakarta-tapestry/framework/src/java/org/apache/tapestry/services/InjectedValueProvider.java
  
  Index: InjectedValueProvider.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/java/org/apache/tapestry/services/InjectedValueProvider.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- InjectedValueProvider.java	6 Jan 2005 02:17:15 -0000	1.2
  +++ InjectedValueProvider.java	31 Jan 2005 15:42:27 -0000	1.3
  @@ -27,13 +27,13 @@
        * module will always be the Tapestry module (which means that most service ids or
        * configurations will have to be fully qualified.
        * 
  -     * @param locator
  -     *            the value to obtain, with a leading prefix indicating type (i.e., "service:",
  -     *            "configuration:", etc.
  +     * @param objectReference
  +     *            the reference to the HiveMind object to obtain, with a leading prefix indicating
  +     *            type (i.e., "service:", "configuration:", etc.
        * @param location
        *            the location of the value, used if an error must be reported.
        * @return the value
        */
   
  -    public Object obtainValue(String locator, Location location);
  +    public Object obtainValue(String objectReference, Location location);
   }
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org