Package | Description |
---|---|
javax.el |
Provides the API for the Unified Expression Language 3.0
|
Modifier and Type | Class and Description |
---|---|
private static class |
StandardELContext.DefaultFunctionMapper |
Modifier and Type | Field and Description |
---|---|
private FunctionMapper |
StandardELContext.functionMapper |
Modifier and Type | Method and Description |
---|---|
FunctionMapper |
StandardELContext.getFunctionMapper()
Construct (if needed) and return a default FunctionMapper.
|
abstract FunctionMapper |
ELContext.getFunctionMapper()
Retrieves the
FunctionMapper associated with this
ELContext . |