org.apache.el.lang
public class VariableMapperFactory extends javax.el.VariableMapper
Constructor and Description |
---|
VariableMapperFactory(javax.el.VariableMapper target) |
Modifier and Type | Method and Description |
---|---|
javax.el.VariableMapper |
create() |
javax.el.ValueExpression |
resolveVariable(java.lang.String variable) |
javax.el.ValueExpression |
setVariable(java.lang.String variable,
javax.el.ValueExpression expression) |
public VariableMapperFactory(javax.el.VariableMapper target)
public javax.el.VariableMapper create()
public javax.el.ValueExpression resolveVariable(java.lang.String variable)
resolveVariable
in class javax.el.VariableMapper
public javax.el.ValueExpression setVariable(java.lang.String variable, javax.el.ValueExpression expression)
setVariable
in class javax.el.VariableMapper
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.