org.apache.myfaces.trinidadinternal.ui.expl
Class UIImplicitObject

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.ui.expl.UIImplicitObject

public class UIImplicitObject
extends java.lang.Object

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

Constructor Summary
protected UIImplicitObject(UIVariableResolver varResolver)
           
 
Method Summary
 java.lang.Object adapt(java.lang.Object value)
          Converts some instance into a Map or List.
 java.lang.Object getColorPalette()
          Gets a map of the support color palettes.
 java.lang.Object getCurrent()
          Gets the current data on the rendering context.
 java.lang.Object getData()
          Gets the data provider map from the rendering context.
 UIXRenderingContext getRenderingContext()
          Gets the current RenderingContext.
 java.lang.Object getRootAttr()
          Gets the root attribute map.
 UIVariableResolver getVariableResolver()
          Gets the VariableResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIImplicitObject

protected UIImplicitObject(UIVariableResolver varResolver)
Method Detail

getVariableResolver

public final UIVariableResolver getVariableResolver()
Gets the VariableResolver


getRenderingContext

public final UIXRenderingContext getRenderingContext()
Gets the current RenderingContext.


getCurrent

public final java.lang.Object getCurrent()
Gets the current data on the rendering context.


getData

public final java.lang.Object getData()
Gets the data provider map from the rendering context.


getRootAttr

public final java.lang.Object getRootAttr()
Gets the root attribute map.


getColorPalette

public final java.lang.Object getColorPalette()
Gets a map of the support color palettes.


adapt

public java.lang.Object adapt(java.lang.Object value)
Converts some instance into a Map or List. The instances recognized by this method are DataSet, DataObject and DataObjectList



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