this(ELResolverImpl.DefaultResolver);
this.resolver = resolver;
return this.resolver;
return this.functionMapper;
if (this.variableMapper == null) { this.variableMapper = new VariableMapperImpl(); } return this.variableMapper;
this.functionMapper = functionMapper;
this.variableMapper = variableMapper;