org.apache.myfaces.trinidadinternal.ui.laf.base
Class UseAccessibilityBoundValue

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.ui.laf.base.UseAccessibilityBoundValue
All Implemented Interfaces:
BoundValue

Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.

@Deprecated
public class UseAccessibilityBoundValue
extends java.lang.Object
implements BoundValue

BoundValue used to determine if rendering is in inaccessible mode.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/laf/base/UseAccessibilityBoundValue.java#0 $) $Date: 10-nov-2005.18:53:10 $

Method Summary
 java.lang.Object getValue(UIXRenderingContext context)
          Deprecated. Retrieves the translated value from the ResourceBundle.
static BoundValue sharedInstance()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sharedInstance

public static BoundValue sharedInstance()
Deprecated. 

getValue

public java.lang.Object getValue(UIXRenderingContext context)
Deprecated. 
Retrieves the translated value from the ResourceBundle.

Specified by:
getValue in interface BoundValue
Parameters:
context - the rendering context


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.