Uses of Class
javax.el.FunctionMapper
-
Packages that use FunctionMapper Package Description javax.el Provides the API for Jakarta Expression Language 4.0 -
-
Uses of FunctionMapper in javax.el
Subclasses of FunctionMapper in javax.el Modifier and Type Class Description private static classStandardELContext.DefaultFunctionMapperFields in javax.el declared as FunctionMapper Modifier and Type Field Description private FunctionMapperStandardELContext. functionMapperMethods 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.
-