Package | Description |
---|---|
javax.el |
Provides the API for the Unified Expression Language 3.0
|
javax.faces.view.facelets |
This package contains public classes for the Java code API of Facelets. |
org.hibernate.validator.internal.engine.messageinterpolation.el |
Helper classes for setting up the Expression Language context for message interpolation.
|
Modifier and Type | Method and Description |
---|---|
VariableMapper |
StandardELContext.getVariableMapper()
Construct (if needed) and return a default VariableMapper() {
|
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. |
Modifier and Type | Class and Description |
---|---|
class |
MapBasedVariableMapper |
Modifier and Type | Method and Description |
---|---|
VariableMapper |
SimpleELContext.getVariableMapper() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.