You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2002/08/26 12:50:42 UTC

cvs commit: jakarta-avalon-excalibur/container/src/xdocs attributes.xml

mcconnell    2002/08/26 03:50:42

  Modified:    container/src/xdocs attributes.xml
  Log:
  Updates to the container attributes table to include documentation for a
  "avalon:name" context key.
  
  Revision  Changes    Path
  1.2       +18 -1     jakarta-avalon-excalibur/container/src/xdocs/attributes.xml
  
  Index: attributes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/container/src/xdocs/attributes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- attributes.xml	24 Aug 2002 11:47:30 -0000	1.1
  +++ attributes.xml	26 Aug 2002 10:50:42 -0000	1.2
  @@ -46,6 +46,23 @@
               directory.</p>
             </td>
           </tr>
  +        <tr>
  +          <td>
  +            <p><strong>avalon:name</strong></p>
  +          </td>
  +          <td>
  +            <p><code>java.lang.String</code></p>
  +          </td>
  +          <td>
  +            <p>The name of a component. Component naming convensions vary across 
  +               different containers.  The Phoenix container enables association of 
  +               of a name to a component at the type and profile level (blockinfo and 
  +               assembly.xml respectively). Merlin allows declaration of a name under 
  +               the type defintion (.xinfo), profile (using &lt;component name="a-name" .../&gt;).
  +               Implicitly established profiles are named relative to the .xinfo name
  +               entry.</p>
  +          </td>
  +        </tr>
         </table>
       </s1>
    
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>