void |
EvaluationListener.afterEvaluation(ELContext context,
java.lang.String expression) |
Receives notification after a Jakarta Expression Language expression is evaluated
|
void |
EvaluationListener.beforeEvaluation(ELContext context,
java.lang.String expression) |
Receives notification before a Jakarta Expression Language expression is evaluated
|
(package private) static java.lang.Object[] |
ELUtil.buildParameters(ELContext context,
java.lang.Class<?>[] parameterTypes,
boolean isVarArgs,
java.lang.Object[] params) |
|
java.lang.Object |
CompositeELResolver.convertToType(ELContext context,
java.lang.Object obj,
java.lang.Class<?> targetType) |
Converts an object to a specific type.
|
java.lang.Object |
ELResolver.convertToType(ELContext context,
java.lang.Object obj,
java.lang.Class<?> targetType) |
Converts an object to a specific type.
|
abstract java.lang.Object |
TypeConverter.convertToType(ELContext context,
java.lang.Object obj,
java.lang.Class<?> targetType) |
Converts an object to a specific type.
|
abstract MethodExpression |
ExpressionFactory.createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes) |
|
abstract ValueExpression |
ExpressionFactory.createValueExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedType) |
|
private BeanELResolver.BeanProperty |
BeanELResolver.getBeanProperty(ELContext context,
java.lang.Object base,
java.lang.Object prop) |
|
java.lang.Class<?> |
ArrayELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
If the base object is a Java language array, returns the most general type that this resolver accepts for the
property argument.
|
java.lang.Class<?> |
BeanELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
If the base object is not null , returns the most general type that this resolver accepts for the
property argument.
|
java.lang.Class<?> |
BeanNameELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
Always returns String.class , since a bean name is a String.
|
java.lang.Class<?> |
CompositeELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
Returns the most general type that this resolver accepts for the property argument, given a
base object.
|
abstract java.lang.Class<?> |
ELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
Returns the most general type that this resolver accepts for the property argument, given a
base object.
|
java.lang.Class<?> |
ListELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
If the base object is a list, returns the most general type that this resolver accepts for the property
argument.
|
java.lang.Class<?> |
MapELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
If the base object is a map, returns the most general type that this resolver accepts for the property
argument.
|
java.lang.Class<?> |
ResourceBundleELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
If the base object is a ResourceBundle, returns the most general type that this resolver accepts for the
property argument.
|
java.lang.Class<?> |
StaticFieldELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
Returns the type of the property.
|
java.lang.Class<?> |
TypeConverter.getCommonPropertyType(ELContext context,
java.lang.Object base) |
|
static java.lang.String |
ELUtil.getExceptionMessageString(ELContext context,
java.lang.String messageId) |
Convenience method, calls through to getExceptionMessageString(ELContext,java.lang.String,Object []).
|
static java.lang.String |
ELUtil.getExceptionMessageString(ELContext context,
java.lang.String messageId,
java.lang.Object[] params) |
|
java.util.Iterator<java.beans.FeatureDescriptor> |
ArrayELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
Always returns null , since there is no reason to iterate through set set of all integers.
|
java.util.Iterator<java.beans.FeatureDescriptor> |
BeanELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
If the base object is not null , returns an Iterator containing the set of JavaBeans
properties available on the given object.
|
java.util.Iterator<java.beans.FeatureDescriptor> |
BeanNameELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
Always returns null , since there is no reason to iterate through a list of one element: bean name.
|
java.util.Iterator<java.beans.FeatureDescriptor> |
CompositeELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
Returns information about the set of variables or properties that can be resolved for the given base
object.
|
abstract java.util.Iterator<java.beans.FeatureDescriptor> |
ELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
Returns information about the set of variables or properties that can be resolved for the given base
object.
|
java.util.Iterator<java.beans.FeatureDescriptor> |
ListELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
Always returns null , since there is no reason to iterate through set set of all integers.
|
java.util.Iterator<java.beans.FeatureDescriptor> |
MapELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
If the base object is a map, returns an Iterator containing the set of keys available in the
Map .
|
java.util.Iterator<java.beans.FeatureDescriptor> |
ResourceBundleELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
If the base object is a ResourceBundle, returns an Iterator containing the set of keys available in the
ResourceBundle .
|
java.util.Iterator<java.beans.FeatureDescriptor> |
StaticFieldELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
Returns the properties that can be resolved.
|
java.util.Iterator<java.beans.FeatureDescriptor> |
TypeConverter.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
|
abstract MethodInfo |
MethodExpression.getMethodInfo(ELContext context) |
Evaluates the expression relative to the provided context, and returns information about the actual referenced
method.
|
java.lang.Class<?> |
ArrayELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
If the base object is an array, returns the most general acceptable type for a value in this array.
|
java.lang.Class<?> |
BeanELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
If the base object is not null , returns the most general acceptable type that can be set on this bean
property.
|
java.lang.Class<?> |
BeanNameELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
If the base is null and the property is a name resolvable by the BeanNameResolver, return the type of the bean.
|
java.lang.Class<?> |
CompositeELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
|
abstract java.lang.Class<?> |
ELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
|
java.lang.Class<?> |
ListELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
If the base object is a list, returns the most general acceptable type for a value in this list.
|
java.lang.Class<?> |
MapELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
If the base object is a map, returns the most general acceptable type for a value in this map.
|
java.lang.Class<?> |
ResourceBundleELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
If the base object is an instance of ResourceBundle , return null , since the resolver is
read only.
|
java.lang.Class<?> |
StaticFieldELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
Returns the type of a static field.
|
java.lang.Class<?> |
TypeConverter.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
|
abstract java.lang.Class<?> |
ValueExpression.getType(ELContext context) |
|
java.lang.Object |
ArrayELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
If the base object is a Java language array, returns the value at the given index.
|
java.lang.Object |
BeanELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
If the base object is not null , returns the current value of the given property on this bean.
|
java.lang.Object |
BeanNameELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
If the base object is null and the property is a name that is resolvable by the BeanNameResolver,
returns the value resolved by the BeanNameResolver.
|
java.lang.Object |
CompositeELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
Attempts to resolve the given property object on the given base object by querying all
component resolvers.
|
abstract java.lang.Object |
ELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
Attempts to resolve the given property object on the given base object.
|
java.lang.Object |
ListELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
If the base object is a list, returns the value at the given index.
|
java.lang.Object |
MapELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
If the base object is a map, returns the value associated with the given key, as specified by the
property argument.
|
java.lang.Object |
ResourceBundleELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
If the base object is an instance of ResourceBundle , the provided property will first be coerced to a
String .
|
java.lang.Object |
StaticFieldELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
Returns the value of a static field.
|
java.lang.Object |
TypeConverter.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
|
abstract java.lang.Object |
ValueExpression.getValue(ELContext context) |
Evaluates the expression relative to the provided context, and returns the resulting value.
|
ValueReference |
ValueExpression.getValueReference(ELContext context) |
|
java.lang.Object |
BeanELResolver.invoke(ELContext context,
java.lang.Object base,
java.lang.Object methodName,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] params) |
If the base object is not null , invoke the method, with the given parameters on this bean.
|
java.lang.Object |
CompositeELResolver.invoke(ELContext context,
java.lang.Object base,
java.lang.Object method,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] params) |
Attempts to resolve and invoke the given method on the given base object by querying all
component resolvers.
|
java.lang.Object |
ELResolver.invoke(ELContext context,
java.lang.Object base,
java.lang.Object method,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] params) |
Attempts to resolve and invoke the given method on the given base object.
|
java.lang.Object |
LambdaExpression.invoke(ELContext elContext,
java.lang.Object... args) |
Invoke the encapsulated Lambda expression.
|
abstract java.lang.Object |
MethodExpression.invoke(ELContext context,
java.lang.Object[] params) |
If a String literal is specified as the expression, returns the String literal coerced to the expected return type of
the method signature.
|
java.lang.Object |
StaticFieldELResolver.invoke(ELContext context,
java.lang.Object base,
java.lang.Object methodName,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] params) |
Invokes a public static method or the constructor for a class.
|
(package private) static java.lang.Object |
ELUtil.invokeConstructor(ELContext context,
java.lang.reflect.Constructor<?> constructor,
java.lang.Object[] params) |
|
(package private) static java.lang.Object |
ELUtil.invokeMethod(ELContext context,
java.lang.reflect.Method method,
java.lang.Object base,
java.lang.Object[] params) |
|
boolean |
ArrayELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
|
boolean |
BeanELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
|
boolean |
BeanNameELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
If the base is null and the property is a name resolvable by the BeanNameResolver, attempts to determine if the bean
is writable.
|
boolean |
CompositeELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
|
abstract boolean |
ELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
|
boolean |
ListELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
|
boolean |
MapELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
|
boolean |
ResourceBundleELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
If the base object is not null and an instanceof ResourceBundle , return true .
|
boolean |
StaticFieldELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
Inquires whether the static field is writable.
|
boolean |
TypeConverter.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
|
abstract boolean |
ValueExpression.isReadOnly(ELContext context) |
|
void |
EvaluationListener.propertyResolved(ELContext context,
java.lang.Object base,
java.lang.Object property) |
Receives notification when the (base, property) pair is resolved
|
ELContext |
ELManager.setELContext(ELContext context) |
Set the ELContext used for parsing and evaluating Jakarta Expression Language expressions.
|
void |
LambdaExpression.setELContext(ELContext context) |
Set the ELContext to use in evaluating the LambdaExpression.
|
void |
ArrayELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object val) |
If the base object is a Java language array, attempts to set the value at the given index with the given value.
|
void |
BeanELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object val) |
If the base object is not null , attempts to set the value of the given property on this bean.
|
void |
BeanNameELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
If the base is null and the property is a name that is resolvable by the BeanNameResolver, the bean in the
BeanNameResolver is set to the given value.
|
void |
CompositeELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object val) |
Attempts to set the value of the given property object on the given base object.
|
abstract void |
ELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
Attempts to set the value of the given property object on the given base object.
|
void |
ListELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object val) |
If the base object is a list, attempts to set the value at the given index with the given value.
|
void |
MapELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object val) |
If the base object is a map, attempts to set the value associated with the given key, as specified by the
property argument.
|
void |
ResourceBundleELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
|
void |
StaticFieldELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
Attempts to write to a static field.
|
void |
TypeConverter.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
|
abstract void |
ValueExpression.setValue(ELContext context,
java.lang.Object value) |
Evaluates the expression relative to the provided context, and sets the result to the provided value.
|