com.caucho.jsf.context
Class FacesELContext
java.lang.Object
javax.el.ELContext
com.caucho.jsp.el.ServletELContext
com.caucho.jsf.context.FacesELContext
public class FacesELContext
- extends ServletELContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesELContext
public FacesELContext(FacesContext facesContext,
ELResolver elResolver)
getELResolver
public ELResolver getELResolver()
- Specified by:
getELResolver in class ELContext
getFunctionMapper
public FunctionMapper getFunctionMapper()
- Specified by:
getFunctionMapper in class ELContext
getVariableMapper
public VariableMapper getVariableMapper()
- Specified by:
getVariableMapper in class ELContext
getRequestScope
public java.lang.Object getRequestScope()
- Specified by:
getRequestScope in class ServletELContext
getSessionScope
public java.lang.Object getSessionScope()
- Overrides:
getSessionScope in class ServletELContext
getApplicationScope
public java.lang.Object getApplicationScope()
- Specified by:
getApplicationScope in class ServletELContext
getApplication
public ServletContext getApplication()
- Specified by:
getApplication in class ServletELContext
getRequest
public HttpServletRequest getRequest()
- Specified by:
getRequest in class ServletELContext