org.apache.myfaces.view.facelets.el
Class CompositeVariableMapper
java.lang.Object
javax.el.VariableMapper
org.apache.myfaces.view.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.3 2008/07/13 19:01:43 rlubke Exp $
- Author:
- Jacob Hookom
- See Also:
VariableMapper
,
ValueExpression
Method Summary |
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 |
CompositeVariableMapper
public CompositeVariableMapper(javax.el.VariableMapper var0,
javax.el.VariableMapper var1)
resolveVariable
public javax.el.ValueExpression resolveVariable(java.lang.String name)
- Specified by:
resolveVariable
in class javax.el.VariableMapper
- See Also:
VariableMapper.resolveVariable(java.lang.String)
setVariable
public javax.el.ValueExpression setVariable(java.lang.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 © 2011 The Apache Software Foundation. All Rights Reserved.