Uses of Class
javax.el.ImportHandler
-
Packages that use ImportHandler Package Description com.sun.el.lang javax.el Provides the API for the Unified Expression Language 3.0 -
-
Uses of ImportHandler in com.sun.el.lang
Methods in com.sun.el.lang that return ImportHandler Modifier and Type Method Description ImportHandler
EvaluationContext. getImportHandler()
-
Uses of ImportHandler in javax.el
Fields in javax.el declared as ImportHandler Modifier and Type Field Description private ImportHandler
ELContext. importHandler
Methods in javax.el that return ImportHandler Modifier and Type Method Description ImportHandler
ELContext. getImportHandler()
Retrieves theImportHandler
associated with thisELContext
.
-