- ELClass - Class in javax.el
-
A runtime representation of a Class in the Jakarta Expression Language expressions.
- ELClass(Class<?>) - Constructor for class javax.el.ELClass
-
Constructor
- ELContext - Class in javax.el
-
Context information for expression parsing and evaluation.
- ELContext() - Constructor for class javax.el.ELContext
-
- ELContextEvent - Class in javax.el
-
An event which indicates that an
ELContext
has been created.
- ELContextEvent(ELContext) - Constructor for class javax.el.ELContextEvent
-
Constructs an ELContextEvent object to indicate that an ELContext
has been created.
- ELContextListener - Interface in javax.el
-
The listener interface for receiving notification when an
ELContext
is created.
- ELException - Exception in javax.el
-
Represents any of the exception conditions that can arise during expression evaluation.
- ELException() - Constructor for exception javax.el.ELException
-
Creates an ELException
with no detail message.
- ELException(String) - Constructor for exception javax.el.ELException
-
Creates an ELException
with the provided detail message.
- ELException(Throwable) - Constructor for exception javax.el.ELException
-
Creates an ELException
with the given cause.
- ELException(String, Throwable) - Constructor for exception javax.el.ELException
-
Creates an ELException with the given detail message and root cause.
- ELManager - Class in javax.el
-
Manages Jakarta Expression Language parsing and evaluation environment.
- ELManager() - Constructor for class javax.el.ELManager
-
- ELProcessor - Class in javax.el
-
Provides an API for using Jakarta Expression Language in a stand-alone environment.
- ELProcessor() - Constructor for class javax.el.ELProcessor
-
- ELResolver - Class in javax.el
-
Enables customization of variable, property, method call, and type conversion resolution behavior for Jakarta
Expression Language expression evaluation.
- ELResolver() - Constructor for class javax.el.ELResolver
-
- enterLambdaScope(Map<String, Object>) - Method in class javax.el.ELContext
-
Installs a Lambda argument map, in preparation for the evaluation of a Lambda expression.
- equals(Object) - Method in class javax.el.Expression
-
Determines whether the specified object is equal to this Expression
.
- eval(String) - Method in class javax.el.ELProcessor
-
Evaluates an Jakarta Expression Language expression.
- EvaluationListener - Class in javax.el
-
The listener interface for receiving notification when a Jakarta Expression Language expression is evaluated.
- EvaluationListener() - Constructor for class javax.el.EvaluationListener
-
- exitLambdaScope() - Method in class javax.el.ELContext
-
Exits the Lambda expression evaluation.
- Expression - Class in javax.el
-
- Expression() - Constructor for class javax.el.Expression
-
- ExpressionFactory - Class in javax.el
-
Provides an implementation for creating and evaluating Jakarta Expression Language expressions.
- ExpressionFactory() - Constructor for class javax.el.ExpressionFactory
-
- getBase() - Method in class javax.el.ValueReference
-
- getBean(String) - Method in class javax.el.BeanNameResolver
-
Returns the bean known by its name.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.ArrayELResolver
-
If the base object is a Java language array, returns the most general type that this resolver accepts for the
property
argument.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.BeanELResolver
-
If the base object is not null
, returns the most general type that this resolver accepts for the
property
argument.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.BeanNameELResolver
-
Always returns String.class
, since a bean name is a String.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.CompositeELResolver
-
Returns the most general type that this resolver accepts for the property
argument, given a
base
object.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.ELResolver
-
Returns the most general type that this resolver accepts for the property
argument, given a
base
object.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.ListELResolver
-
If the base object is a list, returns the most general type that this resolver accepts for the property
argument.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.MapELResolver
-
If the base object is a map, returns the most general type that this resolver accepts for the property
argument.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.ResourceBundleELResolver
-
If the base object is a ResourceBundle, returns the most general type that this resolver accepts for the
property
argument.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.StaticFieldELResolver
-
Returns the type of the property.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.TypeConverter
-
- getContext(Class) - Method in class javax.el.ELContext
-
Returns the context object associated with the given key.
- getContext(Class) - Method in class javax.el.StandardELContext
-
- getELContext() - Method in class javax.el.ELContextEvent
-
Returns the ELContext
that was created.
- getELContext() - Method in class javax.el.ELManager
-
Return the ELContext used for parsing and evaluating Jakarta Expression Language expressions.
- getELManager() - Method in class javax.el.ELProcessor
-
Return the ELManager used for Jakarta Expression Language processing.
- getELResolver() - Method in class javax.el.ELContext
-
Retrieves the ELResolver
associated with this context.
- getELResolver() - Method in class javax.el.StandardELContext
-
Construct (if needed) and return a default ELResolver.
- getEvaluationListeners() - Method in class javax.el.ELContext
-
Returns the list of registered evaluation listeners.
- getExpectedType() - Method in class javax.el.ValueExpression
-
Returns the type the result of the expression will be coerced to after evaluation.
- getExpressionFactory() - Static method in class javax.el.ELManager
-
Return the ExpressionFactory instance used for Jakarta Expression Language evaluations.
- getExpressionString() - Method in class javax.el.Expression
-
Returns the original String used to create this Expression
, unmodified.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ArrayELResolver
-
Always returns null
, since there is no reason to iterate through set set of all integers.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.BeanELResolver
-
If the base object is not null
, returns an Iterator
containing the set of JavaBeans
properties available on the given object.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.BeanNameELResolver
-
Always returns null
, since there is no reason to iterate through a list of one element: bean name.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.CompositeELResolver
-
Returns information about the set of variables or properties that can be resolved for the given base
object.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ELResolver
-
Returns information about the set of variables or properties that can be resolved for the given base
object.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ListELResolver
-
Always returns null
, since there is no reason to iterate through set set of all integers.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.MapELResolver
-
If the base object is a map, returns an Iterator
containing the set of keys available in the
Map
.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ResourceBundleELResolver
-
If the base object is a ResourceBundle, returns an Iterator
containing the set of keys available in the
ResourceBundle
.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.StaticFieldELResolver
-
Returns the properties that can be resolved.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.TypeConverter
-
- getFunctionMapper() - Method in class javax.el.ELContext
-
Retrieves the FunctionMapper
associated with this ELContext
.
- getFunctionMapper() - Method in class javax.el.StandardELContext
-
Construct (if needed) and return a default FunctionMapper.
- getImportHandler() - Method in class javax.el.ELContext
-
Retrieves the ImportHandler
associated with this ELContext
.
- getInitFunctionMap() - Method in class javax.el.ExpressionFactory
-
Retrieve a function map containing a pre-configured function mapping.
- getKlass() - Method in class javax.el.ELClass
-
Returns the Class instance
- getLambdaArgument(String) - Method in class javax.el.ELContext
-
Retrieves the Lambda argument associated with a formal parameter.
- getLocale() - Method in class javax.el.ELContext
-
- getMethodInfo(ELContext) - Method in class javax.el.MethodExpression
-
Evaluates the expression relative to the provided context, and returns information about the actual referenced
method.
- getName() - Method in class javax.el.MethodInfo
-
Returns the name of the method
- getParamTypes() - Method in class javax.el.MethodInfo
-
Returns the parameter types of the method
- getProperty() - Method in class javax.el.ValueReference
-
- getReturnType() - Method in class javax.el.MethodInfo
-
Returns the return type of the method
- getStreamELResolver() - Method in class javax.el.ExpressionFactory
-
Retrieves an ELResolver that implements the operations in collections.
- getType(ELContext, Object, Object) - Method in class javax.el.ArrayELResolver
-
If the base object is an array, returns the most general acceptable type for a value in this array.
- getType(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
-
If the base object is not null
, returns the most general acceptable type that can be set on this bean
property.
- getType(ELContext, Object, Object) - Method in class javax.el.BeanNameELResolver
-
If the base is null and the property is a name resolvable by the BeanNameResolver, return the type of the bean.
- getType(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
-
- getType(ELContext, Object, Object) - Method in class javax.el.ELResolver
-
- getType(ELContext, Object, Object) - Method in class javax.el.ListELResolver
-
If the base object is a list, returns the most general acceptable type for a value in this list.
- getType(ELContext, Object, Object) - Method in class javax.el.MapELResolver
-
If the base object is a map, returns the most general acceptable type for a value in this map.
- getType(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
-
If the base object is an instance of ResourceBundle
, return null
, since the resolver is
read only.
- getType(ELContext, Object, Object) - Method in class javax.el.StaticFieldELResolver
-
Returns the type of a static field.
- getType(ELContext, Object, Object) - Method in class javax.el.TypeConverter
-
- getType(ELContext) - Method in class javax.el.ValueExpression
-
- getValue(ELContext, Object, Object) - Method in class javax.el.ArrayELResolver
-
If the base object is a Java language array, returns the value at the given index.
- getValue(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
-
If the base object is not null
, returns the current value of the given property on this bean.
- getValue(ELContext, Object, Object) - Method in class javax.el.BeanNameELResolver
-
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.
- getValue(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
-
Attempts to resolve the given property
object on the given base
object by querying all
component resolvers.
- getValue(String, Class<?>) - Method in class javax.el.ELProcessor
-
Evaluates an Jakarta Expression Language expression, and coerces the result to the specified type.
- getValue(ELContext, Object, Object) - Method in class javax.el.ELResolver
-
Attempts to resolve the given property
object on the given base
object.
- getValue(ELContext, Object, Object) - Method in class javax.el.ListELResolver
-
If the base object is a list, returns the value at the given index.
- getValue(ELContext, Object, Object) - Method in class javax.el.MapELResolver
-
If the base object is a map, returns the value associated with the given key, as specified by the
property
argument.
- getValue(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
-
If the base object is an instance of ResourceBundle
, the provided property will first be coerced to a
String
.
- getValue(ELContext, Object, Object) - Method in class javax.el.StaticFieldELResolver
-
Returns the value of a static field.
- getValue(ELContext, Object, Object) - Method in class javax.el.TypeConverter
-
- getValue(ELContext) - Method in class javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns the resulting value.
- getValueReference(ELContext) - Method in class javax.el.ValueExpression
-
- getVariableMapper() - Method in class javax.el.ELContext
-
Retrieves the VariableMapper
associated with this ELContext
.
- getVariableMapper() - Method in class javax.el.StandardELContext
-
Construct (if needed) and return a default VariableMapper() {
- setBeanValue(String, Object) - Method in class javax.el.BeanNameResolver
-
Sets a value to a bean of the given name.
- setELContext(ELContext) - Method in class javax.el.ELManager
-
Set the ELContext used for parsing and evaluating Jakarta Expression Language expressions.
- setELContext(ELContext) - Method in class javax.el.LambdaExpression
-
Set the ELContext to use in evaluating the LambdaExpression.
- setLocale(Locale) - Method in class javax.el.ELContext
-
Sets the Locale
for this instance.
- setPropertyResolved(boolean) - Method in class javax.el.ELContext
-
Called to indicate that a ELResolver
has successfully resolved a given (base, property) pair.
- setPropertyResolved(Object, Object) - Method in class javax.el.ELContext
-
Called to indicate that a
ELResolver
has successfully resolved a given (base, property) pair and to
notify the
EvaluationListener
s.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.ArrayELResolver
-
If the base object is a Java language array, attempts to set the value at the given index with the given value.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.BeanELResolver
-
If the base object is not null
, attempts to set the value of the given property on this bean.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.BeanNameELResolver
-
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.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.CompositeELResolver
-
Attempts to set the value of the given property
object on the given base
object.
- setValue(String, Object) - Method in class javax.el.ELProcessor
-
Sets an expression with a new value.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.ELResolver
-
Attempts to set the value of the given property
object on the given base
object.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.ListELResolver
-
If the base object is a list, attempts to set the value at the given index with the given value.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.MapELResolver
-
If the base object is a map, attempts to set the value associated with the given key, as specified by the
property
argument.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.ResourceBundleELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.StaticFieldELResolver
-
Attempts to write to a static field.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.TypeConverter
-
- setValue(ELContext, Object) - Method in class javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and sets the result to the provided value.
- setVariable(String, ValueExpression) - Method in class javax.el.ELManager
-
Assign a ValueExpression to a Jakarta Expression Language variable, replacing any previous assignment to the same
variable.
- setVariable(String, String) - Method in class javax.el.ELProcessor
-
Assign a Jakarta Expression Language expression to a Jakarta Expression Language variable.
- setVariable(String, ValueExpression) - Method in class javax.el.VariableMapper
-
Assign a ValueExpression to an Jakarta Expression Language variable, replacing any previously assignment to the same
variable.
- StandardELContext - Class in javax.el
-
A standard ELContext suitable for use in a stand alone environment.
- StandardELContext(ExpressionFactory) - Constructor for class javax.el.StandardELContext
-
Construct a default ELContext for a stand-alone environment.
- StandardELContext(ELContext) - Constructor for class javax.el.StandardELContext
-
Construct a StandardELContext from another ELContext.
- StaticFieldELResolver - Class in javax.el
-
An
ELResolver
for resolving static fields, enum constants and static methods.
- StaticFieldELResolver() - Constructor for class javax.el.StaticFieldELResolver
-