Uses of Interface
org.apache.myfaces.trinidadinternal.ui.collection.ContextMap

Packages that use ContextMap
org.apache.myfaces.trinidadinternal.ui   
org.apache.myfaces.trinidadinternal.ui.collection   
 

Uses of ContextMap in org.apache.myfaces.trinidadinternal.ui
 

Methods in org.apache.myfaces.trinidadinternal.ui that return ContextMap
protected  ContextMap BaseMutableUINode.createNamedChildMap()
          Creates the ContextMap that will be used for named children of this node.
 ContextMap BaseMutableUINode.getNamedChildMap()
          Returns the ContextMap used to store named children.
protected  ContextMap BaseMutableUINode.getNamedChildMap(boolean forMutating)
          Returns the ContextMap used to store named children.
protected  ContextMap BaseUINode.getNamedChildMap(boolean createIfNull)
          Returns the dictionary used to store named children.
 

Methods in org.apache.myfaces.trinidadinternal.ui with parameters of type ContextMap
 void BaseMutableUINode.setNamedChildMap(ContextMap childMap)
          Replaces the ContextMap used to store the named children for this UINode.
 

Uses of ContextMap in org.apache.myfaces.trinidadinternal.ui.collection
 

Classes in org.apache.myfaces.trinidadinternal.ui.collection that implement ContextMap
 class MapContextMap
           
 



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