com.sun.facelets.el
Class CompositeVariableMapper
java.lang.Object
javax.el.VariableMapper
com.sun.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: CompositeVariableMapper.java,v 1.2 2005/08/24 04:38:56 jhook Exp $
- Author:
- Jacob Hookom
- See Also:
VariableMapper
,
ValueExpression
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeVariableMapper
public CompositeVariableMapper(javax.el.VariableMapper var0,
javax.el.VariableMapper var1)
resolveVariable
public javax.el.ValueExpression resolveVariable(String name)
- Specified by:
resolveVariable
in class javax.el.VariableMapper
- See Also:
VariableMapper.resolveVariable(java.lang.String)
setVariable
public javax.el.ValueExpression setVariable(String name,
javax.el.ValueExpression expression)
- Specified by:
setVariable
in class javax.el.VariableMapper
- See Also:
VariableMapper.setVariable(java.lang.String, javax.el.ValueExpression)
Copyright © 2005 All Rights Reserved.