Package | Description |
---|---|
javax.el |
Provides the API for the Unified Expression Language 3.0
|
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(java.lang.String name)
Import a class.
|
void |
ELManager.importClass(java.lang.String className)
Import a class.
|
void |
ImportHandler.importStatic(java.lang.String name)
Import a static field or method.
|
void |
ELManager.importStatic(java.lang.String staticMemberName)
Import a static field or method.
|
java.lang.Object |
LambdaExpression.invoke(ELContext elContext,
java.lang.Object... args)
Invoke the encapsulated Lambda expression.
|