org.jboss.seam.solder.el
Class DummyVariableMapper
java.lang.Object
javax.el.VariableMapper
org.jboss.seam.solder.el.DummyVariableMapper
@DefaultBean(value=javax.el.VariableMapper.class)
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 Seam 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 © 2011 Seam Framework. All Rights Reserved.