org.apache.myfaces.trinidadinternal.ui.composite
Class RootAttributeMap

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.ui.collection.UINodeAttributeMap
      extended by org.apache.myfaces.trinidadinternal.ui.composite.RootAttributeMap
All Implemented Interfaces:
AttributeMap

public class RootAttributeMap
extends UINodeAttributeMap

AttributeMap that delegates to the ParentContext's current UINode. This class is typically used inside of composite widgets to delegate attributes to the root of the composite.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/composite/RootAttributeMap.java#0 $) $Date: 10-nov-2005.18:56:53 $
Author:
The Oracle ADF Faces Team

Constructor Summary
protected RootAttributeMap()
           
 
Method Summary
static RootAttributeMap getAttributeMap()
           
protected  UIXRenderingContext getRenderingContext(UIXRenderingContext context)
           
protected  UINode getUINode(UIXRenderingContext context)
           
 
Methods inherited from class org.apache.myfaces.trinidadinternal.ui.collection.UINodeAttributeMap
attributeKeys, getAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootAttributeMap

protected RootAttributeMap()
Method Detail

getAttributeMap

public static RootAttributeMap getAttributeMap()

getUINode

protected UINode getUINode(UIXRenderingContext context)
Specified by:
getUINode in class UINodeAttributeMap

getRenderingContext

protected UIXRenderingContext getRenderingContext(UIXRenderingContext context)
Overrides:
getRenderingContext in class UINodeAttributeMap


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