javax.el
Class ELContext
java.lang.Object
javax.el.ELContext
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 © 2003-2012 The Apache Software Foundation. All Rights Reserved.