Uses of Class
javax.el.VariableMapper
Packages that use VariableMapper
Package
Description
Provides the API for the Unified Expression Language shared by
the JSP 2.1 and JSF 1.2 technologies.
-
Uses of VariableMapper in javax.el
Methods in javax.el that return VariableMapperModifier and TypeMethodDescriptionabstract VariableMapper
ELContext.getVariableMapper()
Retrieves theVariableMapper
associated with thisELContext
.