Skip navigation links
A B C D E F G H I J L M N P R S T V 

A

add(ELResolver) - Method in class javax.el.CompositeELResolver
Adds the given resolver to the list of component resolvers.
addBeanNameResolver(BeanNameResolver) - Method in class javax.el.ELManager
Register a BeanNameResolver.
addELResolver(ELResolver) - Method in class javax.el.ELManager
Add an user defined ELResolver to the list of ELResolvers.
addELResolver(ELResolver) - Method in class javax.el.StandardELContext
Add a custom ELResolver to the context.
addEvaluationListener(EvaluationListener) - Method in class javax.el.ELContext
Registers an evaluation listener to the ELContext.
addEvaluationListener(EvaluationListener) - Method in class javax.el.ELManager
Register an evaluation listener.
afterEvaluation(ELContext, String) - Method in class javax.el.EvaluationListener
Receives notification after a Jakarta Expression Language expression is evaluated
ArrayELResolver - Class in javax.el
Defines property resolution behavior on arrays.
ArrayELResolver() - Constructor for class javax.el.ArrayELResolver
Creates a new read/write ArrayELResolver.
ArrayELResolver(boolean) - Constructor for class javax.el.ArrayELResolver
Creates a new ArrayELResolver whose read-only status is determined by the given parameter.

B

BeanELResolver - Class in javax.el
Defines property resolution behavior on objects using the JavaBeans component architecture.
BeanELResolver() - Constructor for class javax.el.BeanELResolver
Creates a new read/write BeanELResolver.
BeanELResolver(boolean) - Constructor for class javax.el.BeanELResolver
Creates a new BeanELResolver whose read-only status is determined by the given parameter.
BeanNameELResolver - Class in javax.el
An ELResolver for resolving user or container managed beans.
BeanNameELResolver(BeanNameResolver) - Constructor for class javax.el.BeanNameELResolver
Constructor
BeanNameResolver - Class in javax.el
Resolves a bean by its known name.
BeanNameResolver() - Constructor for class javax.el.BeanNameResolver
 
beforeEvaluation(ELContext, String) - Method in class javax.el.EvaluationListener
Receives notification before a Jakarta Expression Language expression is evaluated

C

canCreateBean(String) - Method in class javax.el.BeanNameResolver
Allow creating a bean of the given name if it does not exist.
coerceToType(Object, Class<?>) - Method in class javax.el.ExpressionFactory
Coerces an object to a specific type according to the Jakarta Expression Language type conversion rules.
CompositeELResolver - Class in javax.el
Maintains an ordered composite list of child ELResolvers.
CompositeELResolver() - Constructor for class javax.el.CompositeELResolver
 
contextCreated(ELContextEvent) - Method in interface javax.el.ELContextListener
Invoked when a new ELContext has been created.
convertToType(ELContext, Object, Class<?>) - Method in class javax.el.CompositeELResolver
Converts an object to a specific type.
convertToType(Object, Class<?>) - Method in class javax.el.ELContext
Converts an object to a specific type.
convertToType(ELContext, Object, Class<?>) - Method in class javax.el.ELResolver
Converts an object to a specific type.
convertToType(ELContext, Object, Class<?>) - Method in class javax.el.TypeConverter
Converts an object to a specific type.
createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class javax.el.ExpressionFactory
Parses an expression into a MethodExpression for later evaluation.
createValueExpression(ELContext, String, Class<?>) - Method in class javax.el.ExpressionFactory
Parses an expression into a ValueExpression for later evaluation.
createValueExpression(Object, Class<?>) - Method in class javax.el.ExpressionFactory
Creates a ValueExpression that wraps an object instance.

D

defineBean(String, Object) - Method in class javax.el.ELManager
Define a bean in the local bean repository
defineBean(String, Object) - Method in class javax.el.ELProcessor
Define a bean in a local bean repository, hiding other beans of the same name.
defineFunction(String, String, String, String) - Method in class javax.el.ELProcessor
Define a Jakarta Expression Language function in the local function mapper.
defineFunction(String, String, Method) - Method in class javax.el.ELProcessor
Define a Jakarta Expression Language function in the local function mapper.

E

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
Base class for the expression subclasses ValueExpression and MethodExpression, implementing characteristics common to both.
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
 

F

FunctionMapper - Class in javax.el
The interface to a map between Jakarta Expression Language function names and methods.
FunctionMapper() - Constructor for class javax.el.FunctionMapper
 

G

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
Get the Locale stored by a previous invocation to ELContext.setLocale(java.util.Locale).
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
For a given base and property, attempts to identify the most general type that is acceptable for an object to be passed as the value parameter in a future call to the CompositeELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) method.
getType(ELContext, Object, Object) - Method in class javax.el.ELResolver
For a given base and property, attempts to identify the most general type that is acceptable for an object to be passed as the value parameter in a future call to the ELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) method.
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
Evaluates the expression relative to the provided context, and returns the most general type that is acceptable for an object to be passed as the value parameter in a future call to the ValueExpression.setValue(javax.el.ELContext, java.lang.Object) method.
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
Returns a ValueReference for this expression instance.
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() {

H

hashCode() - Method in class javax.el.Expression
Returns the hash code for this Expression.

I

importClass(String) - Method in class javax.el.ELManager
Import a class.
importClass(String) - Method in class javax.el.ImportHandler
Import a class.
ImportHandler - Class in javax.el
Handles imports of class names and package names.
ImportHandler() - Constructor for class javax.el.ImportHandler
 
importPackage(String) - Method in class javax.el.ELManager
Import a package.
importPackage(String) - Method in class javax.el.ImportHandler
Import all the classes in a package.
importStatic(String) - Method in class javax.el.ELManager
Import a static field or method.
importStatic(String) - Method in class javax.el.ImportHandler
Import a static field or method.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.BeanELResolver
If the base object is not null, invoke the method, with the given parameters on this bean.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.CompositeELResolver
Attempts to resolve and invoke the given method on the given base object by querying all component resolvers.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.ELResolver
Attempts to resolve and invoke the given method on the given base object.
invoke(ELContext, Object...) - Method in class javax.el.LambdaExpression
Invoke the encapsulated Lambda expression.
invoke(Object...) - Method in class javax.el.LambdaExpression
Invoke the encapsulated Lambda expression.
invoke(ELContext, Object[]) - Method in class javax.el.MethodExpression
If a String literal is specified as the expression, returns the String literal coerced to the expected return type of the method signature.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.StaticFieldELResolver
Invokes a public static method or the constructor for a class.
isLambdaArgument(String) - Method in class javax.el.ELContext
Inquires if the name is a LambdaArgument
isLiteralText() - Method in class javax.el.Expression
Returns whether this expression was created from only literal text.
isNameResolved(String) - Method in class javax.el.BeanNameResolver
Returns whether the given name is resolved by the BeanNameResolver
isParametersProvided() - Method in class javax.el.MethodExpression
Return whether this MethodExpression was created with parameters.
isParmetersProvided() - Method in class javax.el.MethodExpression
Deprecated.
isPropertyResolved() - Method in class javax.el.ELContext
Returns whether an ELResolver has successfully resolved a given (base, property) pair.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.ArrayELResolver
If the base object is a Java language array, returns whether a call to ArrayELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
If the base object is not null, returns whether a call to BeanELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.BeanNameELResolver
If the base is null and the property is a name resolvable by the BeanNameResolver, attempts to determine if the bean is writable.
isReadOnly(String) - Method in class javax.el.BeanNameResolver
Indicates if the bean of the given name is read-only or writable
isReadOnly(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
For a given base and property, attempts to determine whether a call to CompositeELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.ELResolver
For a given base and property, attempts to determine whether a call to ELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.ListELResolver
If the base object is a list, returns whether a call to ListELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.MapELResolver
If the base object is a map, returns whether a call to setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
If the base object is not null and an instanceof ResourceBundle, return true.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.StaticFieldELResolver
Inquires whether the static field is writable.
isReadOnly(ELContext, Object, Object) - Method in class javax.el.TypeConverter
 
isReadOnly(ELContext) - Method in class javax.el.ValueExpression
Evaluates the expression relative to the provided context, and returns true if a call to ValueExpression.setValue(javax.el.ELContext, java.lang.Object) will always fail.

J

javax.el - package javax.el
Provides the API for Jakarta Expression Language 3.0

L

LambdaExpression - Class in javax.el
Encapsulates a parameterized ValueExpression.
LambdaExpression(List<String>, ValueExpression) - Constructor for class javax.el.LambdaExpression
Creates a new LambdaExpression.
ListELResolver - Class in javax.el
Defines property resolution behavior on instances of List.
ListELResolver() - Constructor for class javax.el.ListELResolver
Creates a new read/write ListELResolver.
ListELResolver(boolean) - Constructor for class javax.el.ListELResolver
Creates a new ListELResolver whose read-only status is determined by the given parameter.

M

MapELResolver - Class in javax.el
Defines property resolution behavior on instances of Map.
MapELResolver() - Constructor for class javax.el.MapELResolver
Creates a new read/write MapELResolver.
MapELResolver(boolean) - Constructor for class javax.el.MapELResolver
Creates a new MapELResolver whose read-only status is determined by the given parameter.
mapFunction(String, String, Method) - Method in class javax.el.ELManager
Maps a static method to Jakarta Expression Language function.
mapFunction(String, String, Method) - Method in class javax.el.FunctionMapper
Adds a static method that can be used as a function.
MethodExpression - Class in javax.el
An Expression that refers to a method on an object.
MethodExpression() - Constructor for class javax.el.MethodExpression
 
MethodInfo - Class in javax.el
Holds information about a method that a MethodExpression evaluated to.
MethodInfo(String, Class<?>, Class<?>[]) - Constructor for class javax.el.MethodInfo
Creates a new instance of MethodInfo with the given information.
MethodNotFoundException - Exception in javax.el
Thrown when a method could not be found while evaluating a MethodExpression.
MethodNotFoundException() - Constructor for exception javax.el.MethodNotFoundException
Creates a MethodNotFoundException with no detail message.
MethodNotFoundException(String) - Constructor for exception javax.el.MethodNotFoundException
Creates a MethodNotFoundException with the provided detail message.
MethodNotFoundException(Throwable) - Constructor for exception javax.el.MethodNotFoundException
Creates a MethodNotFoundException with the given root cause.
MethodNotFoundException(String, Throwable) - Constructor for exception javax.el.MethodNotFoundException
Creates a MethodNotFoundException with the given detail message and root cause.

N

newInstance() - Static method in class javax.el.ExpressionFactory
Creates a new instance of a ExpressionFactory.
newInstance(Properties) - Static method in class javax.el.ExpressionFactory
Create a new instance of a ExpressionFactory, with optional properties.
notifyAfterEvaluation(String) - Method in class javax.el.ELContext
Notifies the listeners after an Jakarta Expression Language expression is evaluated
notifyBeforeEvaluation(String) - Method in class javax.el.ELContext
Notifies the listeners before an Jakarta Expression Language expression is evaluated
notifyPropertyResolved(Object, Object) - Method in class javax.el.ELContext
Notifies the listeners when the (base, property) pair is resolved

P

PropertyNotFoundException - Exception in javax.el
Thrown when a property could not be found while evaluating a ValueExpression or MethodExpression.
PropertyNotFoundException() - Constructor for exception javax.el.PropertyNotFoundException
Creates a PropertyNotFoundException with no detail message.
PropertyNotFoundException(String) - Constructor for exception javax.el.PropertyNotFoundException
Creates a PropertyNotFoundException with the provided detail message.
PropertyNotFoundException(Throwable) - Constructor for exception javax.el.PropertyNotFoundException
Creates a PropertyNotFoundException with the given root cause.
PropertyNotFoundException(String, Throwable) - Constructor for exception javax.el.PropertyNotFoundException
Creates a PropertyNotFoundException with the given detail message and root cause.
PropertyNotWritableException - Exception in javax.el
Thrown when a property could not be written to while setting the value on a ValueExpression.
PropertyNotWritableException() - Constructor for exception javax.el.PropertyNotWritableException
Creates a PropertyNotWritableException with no detail message.
PropertyNotWritableException(String) - Constructor for exception javax.el.PropertyNotWritableException
Creates a PropertyNotWritableException with the provided detail message.
PropertyNotWritableException(Throwable) - Constructor for exception javax.el.PropertyNotWritableException
Creates a PropertyNotWritableException with the given root cause.
PropertyNotWritableException(String, Throwable) - Constructor for exception javax.el.PropertyNotWritableException
Creates a PropertyNotWritableException with the given detail message and root cause.
propertyResolved(ELContext, Object, Object) - Method in class javax.el.EvaluationListener
Receives notification when the (base, property) pair is resolved
putContext(Class, Object) - Method in class javax.el.ELContext
Associates a context object with this ELContext.
putContext(Class, Object) - Method in class javax.el.StandardELContext
 

R

RESOLVABLE_AT_DESIGN_TIME - Static variable in class javax.el.ELResolver
The attribute name of the named attribute in the FeatureDescriptor that specifies whether the variable or property can be resolved at runtime.
resolveClass(String) - Method in class javax.el.ImportHandler
Resolve a class name.
resolveFunction(String, String) - Method in class javax.el.FunctionMapper
Resolves the specified prefix and local name into a java.lang.Method.
resolveStatic(String) - Method in class javax.el.ImportHandler
Resolve a static field or method name.
resolveVariable(String) - Method in class javax.el.VariableMapper
 
ResourceBundleELResolver - Class in javax.el
Defines property resolution behavior on instances of ResourceBundle.
ResourceBundleELResolver() - Constructor for class javax.el.ResourceBundleELResolver
 

S

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 EvaluationListeners.
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
If the base object is a ResourceBundle, throw a PropertyNotWritableException.
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
 

T

TYPE - Static variable in class javax.el.ELResolver
The attribute name of the named attribute in the FeatureDescriptor that specifies the runtime type of the variable or property.
TypeConverter - Class in javax.el
A convenient class for writing an ELResolver to do custom type conversions.
TypeConverter() - Constructor for class javax.el.TypeConverter
 

V

ValueExpression - Class in javax.el
An Expression that can get or set a value.
ValueExpression() - Constructor for class javax.el.ValueExpression
 
ValueReference - Class in javax.el
This encapsulates a base model object and one of its properties.
ValueReference(Object, Object) - Constructor for class javax.el.ValueReference
 
VariableMapper - Class in javax.el
The interface to a map between Jakarta Expression Language variables and the Jakarta Expression Language expressions they are associated with.
VariableMapper() - Constructor for class javax.el.VariableMapper
 
A B C D E F G H I J L M N P R S T V 
Skip navigation links

Copyright © 2017–2019 Eclipse Foundation. All rights reserved.