| Modifier and Type | Field and Description | 
|---|---|
| protected ELResolver | elResolver | 
| protected FunctionMapper | functionMapper | 
| Constructor and Description | 
|---|
| ProcessEngineElContext(List<FunctionMapper> functionMappers) | 
| ProcessEngineElContext(List<FunctionMapper> functionMappers,
                      ELResolver elResolver) | 
| Modifier and Type | Method and Description | 
|---|---|
| ELResolver | getELResolver()Retrieves the ELResolver associated with this context. | 
| FunctionMapper | getFunctionMapper()Retrieves the FunctionMapper associated with this ELContext. | 
| VariableMapper | getVariableMapper()Retrieves the VariableMapper associated with this ELContext. | 
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolvedprotected ELResolver elResolver
protected FunctionMapper functionMapper
public ProcessEngineElContext(List<FunctionMapper> functionMappers, ELResolver elResolver)
public ProcessEngineElContext(List<FunctionMapper> functionMappers)
public ELResolver getELResolver()
ELContextgetELResolver in class ELContextpublic FunctionMapper getFunctionMapper()
ELContextgetFunctionMapper in class ELContextpublic VariableMapper getVariableMapper()
ELContextgetVariableMapper in class ELContextCopyright © 2018. All rights reserved.