Package com.sun.faces.facelets.el
Class LegacyELContext
java.lang.Object
jakarta.el.ELContext
com.sun.faces.facelets.el.LegacyELContext
@Deprecated public final class LegacyELContext extends jakarta.el.ELContext
Deprecated.
- Version:
- $Id$
- Author:
- Jacob Hookom
-
Constructor Summary
Constructors Constructor Description LegacyELContext(FacesContext faces)
Deprecated. -
Method Summary
Modifier and Type Method Description jakarta.el.ELResolver
getELResolver()
Deprecated.FacesContext
getFacesContext()
Deprecated.jakarta.el.FunctionMapper
getFunctionMapper()
Deprecated.jakarta.el.VariableMapper
getVariableMapper()
Deprecated.Methods inherited from class jakarta.el.ELContext
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolved
-
Constructor Details
-
LegacyELContext
Deprecated.
-
-
Method Details
-
getELResolver
public jakarta.el.ELResolver getELResolver()Deprecated.- Specified by:
getELResolver
in classjakarta.el.ELContext
-
getFunctionMapper
public jakarta.el.FunctionMapper getFunctionMapper()Deprecated.- Specified by:
getFunctionMapper
in classjakarta.el.ELContext
-
getVariableMapper
public jakarta.el.VariableMapper getVariableMapper()Deprecated.- Specified by:
getVariableMapper
in classjakarta.el.ELContext
-
getFacesContext
Deprecated.
-