jvanzyl     01/03/25 14:55:31

  Modified:    xdocs    changes.xml
  Log:
  - noting changes to Configuration/Runtime/Velocity.
  
  Revision  Changes    Path
  1.9       +18 -0     jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changes.xml       2001/03/24 22:11:37     1.8
  +++ changes.xml       2001/03/25 22:55:31     1.9
  @@ -68,6 +68,24 @@
        <li>
            Added powered by logo. (JSS)
        </li>
  +     <li>
  +       Changed the internals of the Configuration class so that
  +       setProperty(K,V) will replace the value at K with V;
  +       addProperty(K,V) works the way setProperty(K,V) used
  +       to: if there is a value already stored at K then
  +       V is added to the vector. If nothing is being stored
  +       at K then the scalar V is simply added. setProperty(K,V)
  +       is basically a short form for clearProperty(K)/addProperty(K,V).
  +       Also added setConfiguration(C), so that an application using
  +       velocity could easily take a subset of the application
  +       configuration using C.subset(velocityProps) and set the
  +       whole velocity configuration at once. This is now how
  +       the velocity service works in Turbine.
  +       
  +       Added support to the Runtime/Velocity classes for addProperty(K,V).
  +       
  +       Added support to Runtime/Velocity classes for setConfiguration.
  +     </li>
   </ul>
   </subsection>
   
  
  
  

Reply via email to