Home » apache-tomcat-6.0.26-src » javax » el » [javadoc | source]
javax.el
abstract public class: ELContext [javadoc | source]
java.lang.Object
   javax.el.ELContext
Constructor:
 public ELContext() 
Method from javax.el.ELContext Summary:
getContext,   getELResolver,   getFunctionMapper,   getLocale,   getVariableMapper,   isPropertyResolved,   putContext,   setLocale,   setPropertyResolved
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.el.ELContext Detail:
 public Object getContext(Class key) 
 abstract public ELResolver getELResolver()
 abstract public FunctionMapper getFunctionMapper()
 public Locale getLocale() 
 abstract public VariableMapper getVariableMapper()
 public boolean isPropertyResolved() 
 public  void putContext(Class key,
    Object contextObject) throws NullPointerException 
 public  void setLocale(Locale locale) 
 public  void setPropertyResolved(boolean resolved)