com.sun.facelets.el
Class DefaultVariableMapper
java.lang.Object
javax.el.VariableMapper
com.sun.facelets.el.DefaultVariableMapper
public final class DefaultVariableMapper
- extends javax.el.VariableMapper
Default instance of a VariableMapper backed by a Map
- Version:
- $Id: DefaultVariableMapper.java,v 1.2 2005/08/24 04:38:56 jhook Exp $
- Author:
- Jacob Hookom
- See Also:
VariableMapper
,
ValueExpression
,
Map
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultVariableMapper
public DefaultVariableMapper()
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.