- java.lang.Object
-
- javax.el.VariableMapper
-
- com.sun.faces.facelets.el.CompositeVariableMapper
-
public final class CompositeVariableMapper
extends javax.el.VariableMapper
Composite VariableMapper that attempts to load the ValueExpression from the first
VariableMapper, then the second if null
.
- Version:
- $Id$
- Author:
- Jacob Hookom
- See Also:
VariableMapper
,
ValueExpression
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
private javax.el.VariableMapper |
var0 |
private javax.el.VariableMapper |
var1 |
-
Constructor Summary
Constructors
Constructor and Description |
CompositeVariableMapper(javax.el.VariableMapper var0,
javax.el.VariableMapper var1) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
javax.el.ValueExpression |
resolveVariable(java.lang.String name) |
javax.el.ValueExpression |
setVariable(java.lang.String name,
javax.el.ValueExpression expression) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.