org.zkoss.zel
Class ELContext
java.lang.Object
org.zkoss.zel.ELContext
- Direct Known Subclasses:
- EvaluationContext
public abstract class ELContext
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELContext
public ELContext()
getContext
public Object getContext(Class key)
putContext
public void putContext(Class key,
Object contextObject)
throws NullPointerException
- Throws:
NullPointerException
setPropertyResolved
public void setPropertyResolved(boolean resolved)
isPropertyResolved
public boolean isPropertyResolved()
getELResolver
public abstract ELResolver getELResolver()
getFunctionMapper
public abstract FunctionMapper getFunctionMapper()
getVariableMapper
public abstract VariableMapper getVariableMapper()
getLocale
public Locale getLocale()
setLocale
public void setLocale(Locale locale)
Copyright © 2014. All rights reserved.