public class DelegatingVariableMapper extends VariableMapper
Constructor and Description |
---|
DelegatingVariableMapper(VariableMapper wrapped) |
Modifier and Type | Method and Description |
---|---|
ValueExpression |
resolveVariable(String name) |
ValueExpression |
resolveWrappedVariable(String name) |
ValueExpression |
setVariable(String name,
ValueExpression expression) |
public DelegatingVariableMapper(VariableMapper wrapped)
public ValueExpression resolveVariable(String name)
resolveVariable
in class VariableMapper
public ValueExpression resolveWrappedVariable(String name)
public ValueExpression setVariable(String name, ValueExpression expression)
setVariable
in class VariableMapper
Copyright © 2012–2017 OmniFaces. All rights reserved.