Uses of Class
org.jdesktop.el.FunctionMapper
-
Packages that use FunctionMapper Package Description org.jdesktop.el org.jdesktop.el.impl org.jdesktop.el.impl.lang -
-
Uses of FunctionMapper in org.jdesktop.el
Methods in org.jdesktop.el that return FunctionMapper Modifier and Type Method Description abstract FunctionMapperELContext. getFunctionMapper()Retrieves theFunctionMapperassociated with thisELContext. -
Uses of FunctionMapper in org.jdesktop.el.impl
Constructors in org.jdesktop.el.impl with parameters of type FunctionMapper Constructor Description MethodExpressionImpl(String expr, Node node, FunctionMapper fnMapper, VariableMapper varMapper, Class expectedType, Class[] paramTypes)ValueExpressionImpl(String expr, Node node, FunctionMapper fnMapper, VariableMapper varMapper, Class expectedType) -
Uses of FunctionMapper in org.jdesktop.el.impl.lang
Subclasses of FunctionMapper in org.jdesktop.el.impl.lang Modifier and Type Class Description classFunctionMapperFactoryclassFunctionMapperImplFields in org.jdesktop.el.impl.lang declared as FunctionMapper Modifier and Type Field Description protected FunctionMapperFunctionMapperFactory. targetMethods in org.jdesktop.el.impl.lang that return FunctionMapper Modifier and Type Method Description FunctionMapperFunctionMapperFactory. create()FunctionMapperEvaluationContext. getFunctionMapper()Constructors in org.jdesktop.el.impl.lang with parameters of type FunctionMapper Constructor Description EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression)EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression, boolean trackResolvedProperties)FunctionMapperFactory(FunctionMapper mapper)
-