Uses of Class
org.jdesktop.el.FunctionMapper
Packages that use FunctionMapper
Package
Description
Customized version of EL for Beans Binding; not for general use.
Customized version of EL for Beans Binding; not for general use.
Customized version of EL for Beans Binding; not for general use.
-
Uses of FunctionMapper in org.jdesktop.el
Methods in org.jdesktop.el that return FunctionMapperModifier and TypeMethodDescriptionabstract FunctionMapper
ELContext.getFunctionMapper()
Retrieves theFunctionMapper
associated with thisELContext
. -
Uses of FunctionMapper in org.jdesktop.el.impl
Constructors in org.jdesktop.el.impl with parameters of type FunctionMapperModifierConstructorDescriptionMethodExpressionImpl
(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.langFields in org.jdesktop.el.impl.lang declared as FunctionMapperMethods in org.jdesktop.el.impl.lang that return FunctionMapperModifier and TypeMethodDescriptionFunctionMapperFactory.create()
EvaluationContext.getFunctionMapper()
Constructors in org.jdesktop.el.impl.lang with parameters of type FunctionMapperModifierConstructorDescriptionEvaluationContext
(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression) EvaluationContext
(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression, boolean trackResolvedProperties) FunctionMapperFactory
(FunctionMapper mapper)