Package | Description |
---|---|
jakarta.el |
Provides the API for Jakarta Expression Language 4.0
|
jakarta.faces.application | |
jakarta.faces.view.facelets |
Modifier and Type | Class and Description |
---|---|
class |
MethodNotFoundException
Thrown when a method could not be found while evaluating a
MethodExpression . |
class |
PropertyNotFoundException
Thrown when a property could not be found while evaluating a
ValueExpression or MethodExpression . |
class |
PropertyNotWritableException
Thrown when a property could not be written to while setting the value on a
ValueExpression . |
Modifier and Type | Method and Description |
---|---|
void |
ImportHandler.importClass(String name)
Import a class.
|
void |
ELManager.importClass(String className)
Import a class.
|
void |
ImportHandler.importStatic(String name)
Import a static field or method.
|
void |
ELManager.importStatic(String staticMemberName)
Import a static field or method.
|
Object |
LambdaExpression.invoke(ELContext elContext,
Object... args)
Invoke the encapsulated Lambda expression.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ApplicationWrapper.evaluateExpressionGet(FacesContext context,
String expression,
Class<? extends T> expectedType)
Deprecated.
See superclass for alternative.
|
<T> T |
Application.evaluateExpressionGet(FacesContext context,
String expression,
Class<? extends T> expectedType)
Get a value by evaluating an expression.
|
Modifier and Type | Method and Description |
---|---|
void |
DelegatingMetaTagHandler.applyNextHandler(FaceletContext ctx,
UIComponent c)
Invoke the |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.