org.zkoss.zel.impl.lang
Class EvaluationContext
java.lang.Object
org.zkoss.zel.ELContext
org.zkoss.zel.impl.lang.EvaluationContext
public final class EvaluationContext
- extends ELContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvaluationContext
public EvaluationContext(ELContext elContext,
FunctionMapper fnMapper,
VariableMapper varMapper)
getELContext
public ELContext getELContext()
getFunctionMapper
public FunctionMapper getFunctionMapper()
- Specified by:
getFunctionMapper
in class ELContext
getVariableMapper
public VariableMapper getVariableMapper()
- Specified by:
getVariableMapper
in class ELContext
getContext
public java.lang.Object getContext(java.lang.Class key)
- Overrides:
getContext
in class ELContext
getELResolver
public ELResolver getELResolver()
- Specified by:
getELResolver
in class ELContext
isPropertyResolved
public boolean isPropertyResolved()
- Overrides:
isPropertyResolved
in class ELContext
putContext
public void putContext(java.lang.Class key,
java.lang.Object contextObject)
- Overrides:
putContext
in class ELContext
setPropertyResolved
public void setPropertyResolved(boolean resolved)
- Overrides:
setPropertyResolved
in class ELContext
getLocale
public java.util.Locale getLocale()
- Overrides:
getLocale
in class ELContext
setLocale
public void setLocale(java.util.Locale locale)
- Overrides:
setLocale
in class ELContext
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.