public class DummyVariableMapper extends 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.
| Constructor and Description |
|---|
DummyVariableMapper() |
| Modifier and Type | Method and Description |
|---|---|
ValueExpression |
resolveVariable(String variable) |
ValueExpression |
setVariable(String variable,
ValueExpression expression) |
public ValueExpression resolveVariable(String variable)
resolveVariable in class VariableMapperpublic ValueExpression setVariable(String variable, ValueExpression expression)
setVariable in class VariableMapperCopyright © 2015 OCPsoft. All Rights Reserved.