org.ocpsoft.rewrite.cdi.expressions
Class DummyVariableMapper
java.lang.Object
javax.el.VariableMapper
org.ocpsoft.rewrite.cdi.expressions.DummyVariableMapper
public class DummyVariableMapper
- extends javax.el.VariableMapper
A dummy variable mapper that is installed by default. It is not capable of
mapping any variables.
Other modules (such as the Faces Module) may install a bean that
overrides this and provides variable mapping.
- Author:
- Stuart Douglas, Pete Muir
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyVariableMapper
public DummyVariableMapper()
resolveVariable
public javax.el.ValueExpression resolveVariable(String variable)
- Specified by:
resolveVariable in class javax.el.VariableMapper
setVariable
public javax.el.ValueExpression setVariable(String variable,
javax.el.ValueExpression expression)
- Specified by:
setVariable in class javax.el.VariableMapper
Copyright © 2012 OCPsoft. All Rights Reserved.