org.ofbiz.base.util.string
Class UelUtil.BasicContext

java.lang.Object
  extended by ELContext
      extended by org.ofbiz.base.util.string.UelUtil.BasicContext
Enclosing class:
UelUtil

protected static class UelUtil.BasicContext
extends ELContext


Field Summary
protected  VariableMapper variableMapper
           
 
Constructor Summary
UelUtil.BasicContext(java.util.Map<java.lang.String,? extends java.lang.Object> context)
           
 
Method Summary
 ELResolver getELResolver()
           
 FunctionMapper getFunctionMapper()
           
 VariableMapper getVariableMapper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

variableMapper

protected final VariableMapper variableMapper
Constructor Detail

UelUtil.BasicContext

public UelUtil.BasicContext(java.util.Map<java.lang.String,? extends java.lang.Object> context)
Method Detail

getELResolver

public ELResolver getELResolver()

getFunctionMapper

public FunctionMapper getFunctionMapper()

getVariableMapper

public VariableMapper getVariableMapper()