Package | Description |
---|---|
javax.el |
Provides the API for the Unified Expression Language shared by
the JSP 2.1 and JSF 1.2 technologies.
|
javax.faces.view.facelets |
This package contains public classes for the Java code API of Facelets. |
Modifier and Type | Method and Description |
---|---|
abstract VariableMapper |
ELContext.getVariableMapper()
Retrieves the
VariableMapper associated with this
ELContext . |
Modifier and Type | Method and Description |
---|---|
abstract void |
FaceletContext.setVariableMapper(VariableMapper varMapper)
Set the VariableMapper to use in EL evaluation/creation. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.