Package org.apache.myfaces.trinidadinternal.ui.collection

Interface Summary
AttributeMap Map-like object for storing values under AttributeKeys and retrieving the values, given a RenderingContext.
ContextMap Map-like object for storing context-based information.
UINodeList Interface for lists of UINodes.
 

Class Summary
ArrayAttributeMap AttributeMap implementation that stores AttributeKey value pairs in an array and locates the desired AttributeKey by making a linear scan.
ArrayUINodeList
DataObjectListNodeList DataObjectListNodeList is one way for developers to databind the number of children of a bean, and the contents of each child.
FlaggedAttributeMap AttributeMap that stores a bitflag indicating the presence of an indexed AttributeKey in the AttributeMap.
MapContextMap  
Parameter A single parameter of an URL or a form.
UINodeAttributeMap AttributeMap that treats a UINode as an attribute map.
UINodeListProxy
UINodeUINodeList UINodeList that retrieves its list of children from a UINode.
UnmodifiableCompoundNodeList Unmodifiable UINodeList that merges the results of two other node lists.
 



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.