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 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 ValueExpression resolveVariable(String variable)
- Specified by:
resolveVariable in class VariableMapper
setVariable
public ValueExpression setVariable(String variable,
ValueExpression expression)
- Specified by:
setVariable in class VariableMapper
Copyright © 2008-2011 Seam Framework. All Rights Reserved.