You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2005/12/20 11:31:43 UTC

svn commit: r357952 - /myfaces/impl/trunk/tld/entities/README.txt

Author: skitching
Date: Tue Dec 20 02:31:38 2005
New Revision: 357952

URL: http://svn.apache.org/viewcvs?rev=357952&view=rev
Log:
Fix description of standard_* filenames

Modified:
    myfaces/impl/trunk/tld/entities/README.txt

Modified: myfaces/impl/trunk/tld/entities/README.txt
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/README.txt?rev=357952&r1=357951&r2=357952&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/README.txt (original)
+++ myfaces/impl/trunk/tld/entities/README.txt Tue Dec 20 02:31:38 2005
@@ -5,10 +5,13 @@
 The following naming standard is followed:
 
 faces_*     Attributes defined in the f: namespace
-ui_*        Attributes which map to a property on a class in package
+ui_*        Attributes which map to a property on a class in package 
             javax.faces.component (but not javax.faces.component.html)
 html_*      Attributes for components in the h: namespace which map to
             properties on classes in javax.faces.component.html.
-standard_*  File containing a mix of the above categories.
+standard_*  Attributes that are specific to a particular component, or a file
+            containing references to a mix of the above entities. For a
+            component whose tagname is fooBar, the filename is always of form
+            standard_foo_bar_attributes.xml.
 validator_* Attributes on validator classes.