org.apache.myfaces.trinidadinternal.ui.expl
Class UIVariableResolver
java.lang.Object
org.apache.myfaces.trinidadinternal.ui.expl.UIVariableResolver
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
@Deprecated
public class UIVariableResolver
- extends java.lang.Object
VariableResolver that supports UIX objects. This VariableResolver
supports one named variable: uix, which provides access to UIX objects,
like registered data objects and root attributes (in templates).
UIVariableResolver also supports implicit objects for any data providers
that have been registered in the default (empty-string) namespace.
For example, if a DataObject is available via
RenderingContext.getDataObject("", "foo")
... then that data object can be accessed in an expression like
text="${foo.bar}"
- Version:
- $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/expl/UIVariableResolver.java#0 $) $Date: 10-nov-2005.18:56:29 $
|
Field Summary |
static java.lang.String |
UI_IMPLICIT_OBJECT_NAME
Deprecated. the name that UIImplicitObject is registered under. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UI_IMPLICIT_OBJECT_NAME
public static final java.lang.String UI_IMPLICIT_OBJECT_NAME
- Deprecated.
- the name that UIImplicitObject is registered under. The value is 'uix'
- See Also:
- Constant Field Values
UIVariableResolver
public UIVariableResolver()
- Deprecated.
resolveVariable
public java.lang.Object resolveVariable(java.lang.String pName)
throws ExplException
- Deprecated.
- Throws:
ExplException
createUIImplicitObject
protected UIImplicitObject createUIImplicitObject()
- Deprecated.
getRenderingContext
protected final UIXRenderingContext getRenderingContext()
- Deprecated.
- gets the current RenderingContext
adapt
protected final java.lang.Object adapt(java.lang.Object value)
- Deprecated.
- See Also:
UIImplicitObject.adapt(java.lang.Object)
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.