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. |
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 . |
Modifier and Type | Method and Description |
---|---|
abstract void |
FaceletContext.setFunctionMapper(FunctionMapper fnMapper)
Set the FunctionMapper to use in EL evaluation/creation. |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.