com.sun.faces.el
Class ELContextImpl
java.lang.Object
javax.el.ELContext
com.sun.faces.el.ELContextImpl
public class ELContextImpl
- extends javax.el.ELContext
Concrete implementation of ELContext
.
ELContext's constructor is protected to control creation of ELContext
objects through their appropriate factory methods. This version of
ELContext forces construction through FacesContextImpl.
Constructor Summary |
ELContextImpl(javax.el.ELResolver resolver)
Constructs a new ELContext associated with the given ELResolver. |
Methods inherited from class javax.el.ELContext |
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELContextImpl
public ELContextImpl(javax.el.ELResolver resolver)
- Constructs a new ELContext associated with the given ELResolver.
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()
- Specified by:
getFunctionMapper
in class javax.el.ELContext
getVariableMapper
public javax.el.VariableMapper getVariableMapper()
- Specified by:
getVariableMapper
in class javax.el.ELContext
getELResolver
public javax.el.ELResolver getELResolver()
- Specified by:
getELResolver
in class javax.el.ELContext
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.