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/27 09:34:34 UTC

cvs commit: jakarta-avalon-site/docs/excalibur/container attributes.html

mcconnell    2002/08/27 00:34:34

  Modified:    docs/excalibur/container attributes.html
  Log:
  Updates to include "avalon:name"
  
  Revision  Changes    Path
  1.2       +20 -0     jakarta-avalon-site/docs/excalibur/container/attributes.html
  
  Index: attributes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-site/docs/excalibur/container/attributes.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- attributes.html	24 Aug 2002 11:42:39 -0000	1.1
  +++ attributes.html	27 Aug 2002 07:34:34 -0000	1.2
  @@ -53,6 +53,26 @@
              
       </td>
           </tr>
  +        <tr>
  +          <td rowspan="" colspan="">
  +            <p><b>avalon:name</b></p>
  +          &nbsp;
  +    </td>
  +          <td rowspan="" colspan="">
  +            <p><code>java.lang.String</code></p>
  +          &nbsp;
  +    </td>
  +          <td rowspan="" colspan="">
  +            <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>
  +          &nbsp;
  +    </td>
  +        </tr>
         </table>
       
    
  
  
  

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