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. |
org.picketlink.internal.el |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
PicketLinkFunctionMapper
FunctionMapper for built-in EL functions. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.