A set of TagAttributesImpl, usually representing all attributes on a Tag.
@see com.sun.faces.facelets.tag.Tag
@see javax.faces.view.facelets.TagAttribute
@author Jacob Hookom
@version $Id$
A set of TagAttributes, usually representing all attributes on a Tag. TODO: PROFILE - Explore the possibility of using HashMap instead of sorted arrays. The footprint should be higher, but the instanciation and access speed should be faster Instanciation: from O(n log n) to O(1) Access: from O(log n) to O(1)
@see org.apache.myfaces.view.facelets.tag.Tag
@see org.apache.myfaces.view.facelets.tag.TagAttributeImpl
@author Jacob Hookom
@version $Id: TagAttributes.java,v 1.3 2008/07/13 19:01:35 rlubke Exp $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.