public class ELContextImpl extends ELContext
Constructor and Description |
---|
ELContextImpl() |
ELContextImpl(ELResolver resolver) |
Modifier and Type | Method and Description |
---|---|
static ELResolver |
getDefaultResolver() |
ELResolver |
getELResolver() |
FunctionMapper |
getFunctionMapper() |
VariableMapper |
getVariableMapper() |
void |
setFunctionMapper(FunctionMapper functionMapper) |
void |
setVariableMapper(VariableMapper variableMapper) |
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved
public ELContextImpl()
public ELContextImpl(ELResolver resolver)
public ELResolver getELResolver()
getELResolver
in class ELContext
public FunctionMapper getFunctionMapper()
getFunctionMapper
in class ELContext
public VariableMapper getVariableMapper()
getVariableMapper
in class ELContext
public void setFunctionMapper(FunctionMapper functionMapper)
public void setVariableMapper(VariableMapper variableMapper)
public static ELResolver getDefaultResolver()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.