Uses of Class
javax.el.FunctionMapper
-
Packages that use FunctionMapper Package Description javax.el Provides the API for the Unified Expression Language 3.0 -
-
Uses of FunctionMapper in javax.el
Methods in javax.el that return FunctionMapper Modifier and Type Method Description abstract FunctionMapperELContext. getFunctionMapper()Retrieves theFunctionMapperassociated with thisELContext.FunctionMapperStandardELContext. getFunctionMapper()Construct (if needed) and return a default FunctionMapper.
-