org.apache.el.lang

Class EvaluationContext

public final class EvaluationContext extends ELContext

Constructor Summary
EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)
Method Summary
ObjectgetContext(Class key)
ELContextgetELContext()
ELResolvergetELResolver()
FunctionMappergetFunctionMapper()
LocalegetLocale()
VariableMappergetVariableMapper()
booleanisPropertyResolved()
voidputContext(Class key, Object contextObject)
voidsetLocale(Locale locale)
voidsetPropertyResolved(boolean resolved)

Constructor Detail

EvaluationContext

public EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)

Method Detail

getContext

public Object getContext(Class key)

getELContext

public ELContext getELContext()

getELResolver

public ELResolver getELResolver()

getFunctionMapper

public FunctionMapper getFunctionMapper()

getLocale

public Locale getLocale()

getVariableMapper

public VariableMapper getVariableMapper()

isPropertyResolved

public boolean isPropertyResolved()

putContext

public void putContext(Class key, Object contextObject)

setLocale

public void setLocale(Locale locale)

setPropertyResolved

public void setPropertyResolved(boolean resolved)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.