You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by eh...@apache.org on 2003/09/09 22:09:09 UTC

cvs commit: jakarta-tapestry/framework/src/org/apache/tapestry/form EnumPropertySelectionModel.java IPropertySelectionModel.java

ehatcher    2003/09/09 13:09:09

  Modified:    framework/src/org/apache/tapestry/engine AbstractEngine.java
               framework/src/org/apache/tapestry/form
                        EnumPropertySelectionModel.java
                        IPropertySelectionModel.java
  Log:
  javadoc fixup
  
  Revision  Changes    Path
  1.19      +3 -3      jakarta-tapestry/framework/src/org/apache/tapestry/engine/AbstractEngine.java
  
  Index: AbstractEngine.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/engine/AbstractEngine.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- AbstractEngine.java	7 Aug 2003 16:54:34 -0000	1.18
  +++ AbstractEngine.java	9 Sep 2003 20:09:08 -0000	1.19
  @@ -1200,7 +1200,7 @@
        *
        *  <p>The context path is retrieved from {@link HttpServletRequest#getContextPath()}.
        *
  -     *  <p>The global object is retrieved from {@link RequestContext#getGlobal()} method.
  +     *  <p>The global object is retrieved from {@link IEngine#getGlobal()} method.
        *
        *  <p>The final path is available via the {@link #getServletPath()} method.
        *
  @@ -1213,7 +1213,7 @@
        *  <li>{@link IPageSource}
        *  <li>{@link IEngineService} {@link Map}
        *  <ll>{@link IScriptSource}
  -     *  <li>{@link IComponentStringsSource}
  +     *  <li>{@link IComponentMessagesSource}
        *  <li>{@link IPropertySource}
        *  </ul>
        *
  
  
  
  1.2       +2 -2      jakarta-tapestry/framework/src/org/apache/tapestry/form/EnumPropertySelectionModel.java
  
  Index: EnumPropertySelectionModel.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/form/EnumPropertySelectionModel.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EnumPropertySelectionModel.java	5 Mar 2003 22:59:24 -0000	1.1
  +++ EnumPropertySelectionModel.java	9 Sep 2003 20:09:09 -0000	1.2
  @@ -67,7 +67,7 @@
    *
    *  <p>The resource bundle from which labels are extracted is usually
    *  a resource within the Tapestry application.  Since 
  - *  {@link ResourceBundle#getBundle(String, Locale)} uses its caller's class loader,
  + *  {@link ResourceBundle#getBundle(String, java.util.Locale)} uses its caller's class loader,
    *  and that classloader will be the Tapestry framework's classloader, the application's
    *  resources won't be visible.  This requires that the application resolve
    *  the resource to a {@link ResourceBundle} before creating this model.
  
  
  
  1.2       +2 -2      jakarta-tapestry/framework/src/org/apache/tapestry/form/IPropertySelectionModel.java
  
  Index: IPropertySelectionModel.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/form/IPropertySelectionModel.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IPropertySelectionModel.java	5 Mar 2003 22:59:24 -0000	1.1
  +++ IPropertySelectionModel.java	9 Sep 2003 20:09:09 -0000	1.2
  @@ -70,7 +70,7 @@
    *  {@link PropertySelection}.
    *  </ul>
    *
  - *  <p>The option is usually either an {@link org.apache.tapestry.util.Enum} 
  + *  <p>The option is usually either an {@link org.apache.commons.lang.enum.Enum} 
    *  (see {@link EnumPropertySelectionModel})
    *  or some kind of business object.  The label is often a property of the
    *  option object (for example, for a list of customers, it could be the customer name).
  
  
  

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