org.apache.myfaces.el.unified
Class FacesELContext
java.lang.Object
javax.el.ELContext
org.apache.myfaces.el.unified.FacesELContext
public class FacesELContext
- extends javax.el.ELContext
ELContext used for JSF.
- Author:
- Stan Silvert
Constructor Summary |
FacesELContext(javax.el.ELResolver elResolver,
javax.faces.context.FacesContext facesContext)
|
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 |
FacesELContext
public FacesELContext(javax.el.ELResolver elResolver,
javax.faces.context.FacesContext facesContext)
getVariableMapper
public javax.el.VariableMapper getVariableMapper()
- Specified by:
getVariableMapper
in class javax.el.ELContext
setVariableMapper
public void setVariableMapper(javax.el.VariableMapper varMapper)
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()
- Specified by:
getFunctionMapper
in class javax.el.ELContext
setFunctionMapper
public void setFunctionMapper(javax.el.FunctionMapper functionMapper)
getELResolver
public javax.el.ELResolver getELResolver()
- Specified by:
getELResolver
in class javax.el.ELContext
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.