Uses of Class
javax.el.FunctionMapper
-
Packages that use FunctionMapper Package Description com.sun.el com.sun.el.lang javax.el Provides the API for the Unified Expression Language 3.0 -
-
Uses of FunctionMapper in com.sun.el
Fields in com.sun.el declared as FunctionMapper Modifier and Type Field Description private FunctionMapper
MethodExpressionImpl. fnMapper
private FunctionMapper
ValueExpressionImpl. fnMapper
Constructors in com.sun.el with parameters of type FunctionMapper Constructor Description MethodExpressionImpl(java.lang.String expr, Node node, FunctionMapper fnMapper, VariableMapper varMapper, java.lang.Class expectedType, java.lang.Class[] paramTypes)
ValueExpressionImpl(java.lang.String expr, Node node, FunctionMapper fnMapper, VariableMapper varMapper, java.lang.Class expectedType)
-
Uses of FunctionMapper in com.sun.el.lang
Subclasses of FunctionMapper in com.sun.el.lang Modifier and Type Class Description class
FunctionMapperFactory
class
FunctionMapperImpl
Fields in com.sun.el.lang declared as FunctionMapper Modifier and Type Field Description private FunctionMapper
EvaluationContext. fnMapper
private FunctionMapper
ExpressionBuilder. fnMapper
protected FunctionMapper
FunctionMapperFactory. target
Methods in com.sun.el.lang that return FunctionMapper Modifier and Type Method Description FunctionMapper
FunctionMapperFactory. create()
FunctionMapper
EvaluationContext. getFunctionMapper()
Constructors in com.sun.el.lang with parameters of type FunctionMapper Constructor Description EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)
FunctionMapperFactory(FunctionMapper mapper)
-
Uses of FunctionMapper in javax.el
Subclasses of FunctionMapper in javax.el Modifier and Type Class Description private static class
StandardELContext.DefaultFunctionMapper
Fields in javax.el declared as FunctionMapper Modifier and Type Field Description private FunctionMapper
StandardELContext. functionMapper
Methods in javax.el that return FunctionMapper Modifier and Type Method Description abstract FunctionMapper
ELContext. getFunctionMapper()
Retrieves theFunctionMapper
associated with thisELContext
.FunctionMapper
StandardELContext. getFunctionMapper()
Construct (if needed) and return a default FunctionMapper.
-