A B C D E F G H I J L M N P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(ELResolver) - Method in class jakarta.el.CompositeELResolver
- addBeanNameResolver(BeanNameResolver) - Method in class jakarta.el.ELManager
- addELResolver(ELResolver) - Method in class jakarta.el.ELManager
- addELResolver(ELResolver) - Method in class jakarta.el.StandardELContext
- addEvaluationListener(EvaluationListener) - Method in class jakarta.el.ELContext
-
Register an EvaluationListener with this ELContext.
- addEvaluationListener(EvaluationListener) - Method in class jakarta.el.ELManager
- afterEvaluation(ELContext, String) - Method in class jakarta.el.EvaluationListener
-
Fired after the evaluation of the expression.
- ArrayELResolver - Class in jakarta.el
-
Standard ELResolver for working with arrays.
- ArrayELResolver() - Constructor for class jakarta.el.ArrayELResolver
-
Creates a writable instance of the standard array resolver.
- ArrayELResolver(boolean) - Constructor for class jakarta.el.ArrayELResolver
-
Creates an instance of the standard array resolver.
B
- BeanELResolver - Class in jakarta.el
-
Standard ELResolver for working with JavaBeans.
- BeanELResolver() - Constructor for class jakarta.el.BeanELResolver
-
Creates a writable instance of the standard JavaBean resolver.
- BeanELResolver(boolean) - Constructor for class jakarta.el.BeanELResolver
-
Creates an instance of the standard JavaBean resolver.
- BeanNameELResolver - Class in jakarta.el
- BeanNameELResolver(BeanNameResolver) - Constructor for class jakarta.el.BeanNameELResolver
- BeanNameResolver - Class in jakarta.el
-
Base implementation that provides a minimal default implementation that is intended to be extended by application developers.
- BeanNameResolver() - Constructor for class jakarta.el.BeanNameResolver
- beforeEvaluation(ELContext, String) - Method in class jakarta.el.EvaluationListener
-
Fired before the evaluation of the expression.
C
- canCreateBean(String) - Method in class jakarta.el.BeanNameResolver
-
Is it permitted to create a bean of the given name?
- coerceToType(Object, Class<?>) - Method in class jakarta.el.ExpressionFactory
-
Coerce the supplied object to the requested type.
- CompositeELResolver - Class in jakarta.el
- CompositeELResolver() - Constructor for class jakarta.el.CompositeELResolver
- contextCreated(ELContextEvent) - Method in interface jakarta.el.ELContextListener
- convertToType(ELContext, Object, Class<?>) - Method in class jakarta.el.CompositeELResolver
- convertToType(ELContext, Object, Class<?>) - Method in class jakarta.el.ELResolver
-
Converts the given object to the given type.
- convertToType(ELContext, Object, Class<?>) - Method in class jakarta.el.TypeConverter
- convertToType(Object, Class<?>) - Method in class jakarta.el.ELContext
-
Coerce the supplied object to the requested type.
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class jakarta.el.ExpressionFactory
-
Create a new method expression instance.
- createValueExpression(ELContext, String, Class<?>) - Method in class jakarta.el.ExpressionFactory
-
Create a new value expression.
- createValueExpression(Object, Class<?>) - Method in class jakarta.el.ExpressionFactory
D
- defineBean(String, Object) - Method in class jakarta.el.ELManager
- defineBean(String, Object) - Method in class jakarta.el.ELProcessor
- defineFunction(String, String, Method) - Method in class jakarta.el.ELProcessor
-
Map a method to a function name.
- defineFunction(String, String, String, String) - Method in class jakarta.el.ELProcessor
E
- ELClass - Class in jakarta.el
- ELClass(Class<?>) - Constructor for class jakarta.el.ELClass
- ELContext - Class in jakarta.el
- ELContext() - Constructor for class jakarta.el.ELContext
- ELContextEvent - Class in jakarta.el
- ELContextEvent(ELContext) - Constructor for class jakarta.el.ELContextEvent
- ELContextListener - Interface in jakarta.el
- ELException - Exception in jakarta.el
-
Represents any of the exception conditions that can arise during expression evaluation.
- ELException() - Constructor for exception jakarta.el.ELException
-
Creates an ELException with no detail message
- ELException(String) - Constructor for exception jakarta.el.ELException
-
Creates an ELException with the provided detail message.
- ELException(String, Throwable) - Constructor for exception jakarta.el.ELException
-
Creates an ELException with the given detail message and root cause.
- ELException(Throwable) - Constructor for exception jakarta.el.ELException
-
Creates an ELException with the given cause
- ELManager - Class in jakarta.el
- ELManager() - Constructor for class jakarta.el.ELManager
- ELProcessor - Class in jakarta.el
- ELProcessor() - Constructor for class jakarta.el.ELProcessor
- ELResolver - Class in jakarta.el
- ELResolver() - Constructor for class jakarta.el.ELResolver
- enterLambdaScope(Map<String, Object>) - Method in class jakarta.el.ELContext
-
Called when starting to evaluate a lambda expression so that the arguments are available to the EL context during evaluation.
- equals(Object) - Method in class jakarta.el.Expression
- eval(String) - Method in class jakarta.el.ELProcessor
- EvaluationListener - Class in jakarta.el
- EvaluationListener() - Constructor for class jakarta.el.EvaluationListener
- exitLambdaScope() - Method in class jakarta.el.ELContext
-
Called after evaluating a lambda expression to signal that the arguments are no longer required.
- Expression - Class in jakarta.el
- Expression() - Constructor for class jakarta.el.Expression
- ExpressionFactory - Class in jakarta.el
- ExpressionFactory() - Constructor for class jakarta.el.ExpressionFactory
F
- FunctionMapper - Class in jakarta.el
- FunctionMapper() - Constructor for class jakarta.el.FunctionMapper
G
- getBase() - Method in class jakarta.el.ValueReference
- getBean(String) - Method in class jakarta.el.BeanNameResolver
-
Returns the named bean.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ArrayELResolver
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.BeanELResolver
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.BeanNameELResolver
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.CompositeELResolver
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ELResolver
-
Obtain the most common type that is acceptable for the given base object.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ListELResolver
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.MapELResolver
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ResourceBundleELResolver
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Always returns
String.class
. - getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.TypeConverter
- getContext(Class<?>) - Method in class jakarta.el.ELContext
-
Obtain the context object for the given key.
- getContext(Class<?>) - Method in class jakarta.el.StandardELContext
- getELContext() - Method in class jakarta.el.ELContextEvent
- getELContext() - Method in class jakarta.el.ELManager
- getELManager() - Method in class jakarta.el.ELProcessor
- getELResolver() - Method in class jakarta.el.ELContext
- getELResolver() - Method in class jakarta.el.StandardELContext
- getEvaluationListeners() - Method in class jakarta.el.ELContext
-
Obtain the list of registered EvaluationListeners.
- getExpectedType() - Method in class jakarta.el.ValueExpression
- getExpressionFactory() - Static method in class jakarta.el.ELManager
- getExpressionString() - Method in class jakarta.el.Expression
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ArrayELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.BeanELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.BeanNameELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.CompositeELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ELResolver
-
Obtain the feature descriptors for the resolvable properties of the given object.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ListELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.MapELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ResourceBundleELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Always returns
null
. - getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.TypeConverter
- getFunctionMapper() - Method in class jakarta.el.ELContext
- getFunctionMapper() - Method in class jakarta.el.StandardELContext
- getImportHandler() - Method in class jakarta.el.ELContext
-
Obtain the ImportHandler for this ELContext, creating one if necessary.
- getInitFunctionMap() - Method in class jakarta.el.ExpressionFactory
- getKlass() - Method in class jakarta.el.ELClass
- getLambdaArgument(String) - Method in class jakarta.el.ELContext
-
Obtain the value of the lambda argument with the given name.
- getLocale() - Method in class jakarta.el.ELContext
- getMethodInfo(ELContext) - Method in class jakarta.el.MethodExpression
- getName() - Method in class jakarta.el.MethodInfo
- getParamTypes() - Method in class jakarta.el.MethodInfo
- getProperty() - Method in class jakarta.el.ValueReference
- getReturnType() - Method in class jakarta.el.MethodInfo
- getStreamELResolver() - Method in class jakarta.el.ExpressionFactory
- getType(ELContext) - Method in class jakarta.el.ValueExpression
- getType(ELContext, Object, Object) - Method in class jakarta.el.ArrayELResolver
- getType(ELContext, Object, Object) - Method in class jakarta.el.BeanELResolver
- getType(ELContext, Object, Object) - Method in class jakarta.el.BeanNameELResolver
- getType(ELContext, Object, Object) - Method in class jakarta.el.CompositeELResolver
- getType(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
- getType(ELContext, Object, Object) - Method in class jakarta.el.ListELResolver
- getType(ELContext, Object, Object) - Method in class jakarta.el.MapELResolver
- getType(ELContext, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
- getType(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
- getType(ELContext, Object, Object) - Method in class jakarta.el.TypeConverter
- getValue(ELContext) - Method in class jakarta.el.ValueExpression
- getValue(ELContext, Object, Object) - Method in class jakarta.el.ArrayELResolver
- getValue(ELContext, Object, Object) - Method in class jakarta.el.BeanELResolver
- getValue(ELContext, Object, Object) - Method in class jakarta.el.BeanNameELResolver
- getValue(ELContext, Object, Object) - Method in class jakarta.el.CompositeELResolver
- getValue(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
- getValue(ELContext, Object, Object) - Method in class jakarta.el.ListELResolver
- getValue(ELContext, Object, Object) - Method in class jakarta.el.MapELResolver
- getValue(ELContext, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
- getValue(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
- getValue(ELContext, Object, Object) - Method in class jakarta.el.TypeConverter
- getValue(String, Class<?>) - Method in class jakarta.el.ELProcessor
- getValueReference(ELContext) - Method in class jakarta.el.ValueExpression
- getVariableMapper() - Method in class jakarta.el.ELContext
- getVariableMapper() - Method in class jakarta.el.StandardELContext
H
- hashCode() - Method in class jakarta.el.Expression
I
- importClass(String) - Method in class jakarta.el.ELManager
- importClass(String) - Method in class jakarta.el.ImportHandler
- ImportHandler - Class in jakarta.el
- ImportHandler() - Constructor for class jakarta.el.ImportHandler
- importPackage(String) - Method in class jakarta.el.ELManager
- importPackage(String) - Method in class jakarta.el.ImportHandler
- importStatic(String) - Method in class jakarta.el.ELManager
- importStatic(String) - Method in class jakarta.el.ImportHandler
- invoke(ELContext, Object...) - Method in class jakarta.el.LambdaExpression
- invoke(ELContext, Object[]) - Method in class jakarta.el.MethodExpression
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.BeanELResolver
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.CompositeELResolver
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.ELResolver
-
Invokes a method on the the given object.
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.StaticFieldELResolver
- invoke(Object...) - Method in class jakarta.el.LambdaExpression
- isLambdaArgument(String) - Method in class jakarta.el.ELContext
-
Determine if the specified name is recognised as the name of a lambda argument.
- isLiteralText() - Method in class jakarta.el.Expression
- isNameResolved(String) - Method in class jakarta.el.BeanNameResolver
-
Can this resolver resolve the given bean name?
- isParametersProvided() - Method in class jakarta.el.MethodExpression
- isParmetersProvided() - Method in class jakarta.el.MethodExpression
-
Deprecated.
- isPropertyResolved() - Method in class jakarta.el.ELContext
- isReadOnly(ELContext) - Method in class jakarta.el.ValueExpression
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ArrayELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.BeanELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.BeanNameELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.CompositeELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ListELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.MapELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.TypeConverter
- isReadOnly(String) - Method in class jakarta.el.BeanNameResolver
-
Is the named bean read-only?
J
- jakarta.el - package jakarta.el
L
- LambdaExpression - Class in jakarta.el
- LambdaExpression(List<String>, ValueExpression) - Constructor for class jakarta.el.LambdaExpression
- ListELResolver - Class in jakarta.el
- ListELResolver() - Constructor for class jakarta.el.ListELResolver
- ListELResolver(boolean) - Constructor for class jakarta.el.ListELResolver
M
- MapELResolver - Class in jakarta.el
- MapELResolver() - Constructor for class jakarta.el.MapELResolver
- MapELResolver(boolean) - Constructor for class jakarta.el.MapELResolver
- mapFunction(String, String, Method) - Method in class jakarta.el.ELManager
- mapFunction(String, String, Method) - Method in class jakarta.el.FunctionMapper
-
Map a method to a function name.
- MethodExpression - Class in jakarta.el
- MethodExpression() - Constructor for class jakarta.el.MethodExpression
- MethodInfo - Class in jakarta.el
- MethodInfo(String, Class<?>, Class<?>[]) - Constructor for class jakarta.el.MethodInfo
- MethodNotFoundException - Exception in jakarta.el
- MethodNotFoundException() - Constructor for exception jakarta.el.MethodNotFoundException
- MethodNotFoundException(String) - Constructor for exception jakarta.el.MethodNotFoundException
- MethodNotFoundException(String, Throwable) - Constructor for exception jakarta.el.MethodNotFoundException
- MethodNotFoundException(Throwable) - Constructor for exception jakarta.el.MethodNotFoundException
N
- newInstance() - Static method in class jakarta.el.ExpressionFactory
-
Create a new
ExpressionFactory
. - newInstance(Properties) - Static method in class jakarta.el.ExpressionFactory
-
Create a new
ExpressionFactory
passing in the providedProperties
. - notifyAfterEvaluation(String) - Method in class jakarta.el.ELContext
-
Notify interested listeners that an expression has been evaluated.
- notifyBeforeEvaluation(String) - Method in class jakarta.el.ELContext
-
Notify interested listeners that an expression will be evaluated.
- notifyPropertyResolved(Object, Object) - Method in class jakarta.el.ELContext
-
Notify interested listeners that a property has been resolved.
P
- PropertyNotFoundException - Exception in jakarta.el
- PropertyNotFoundException() - Constructor for exception jakarta.el.PropertyNotFoundException
- PropertyNotFoundException(String) - Constructor for exception jakarta.el.PropertyNotFoundException
- PropertyNotFoundException(String, Throwable) - Constructor for exception jakarta.el.PropertyNotFoundException
- PropertyNotFoundException(Throwable) - Constructor for exception jakarta.el.PropertyNotFoundException
- PropertyNotWritableException - Exception in jakarta.el
- PropertyNotWritableException() - Constructor for exception jakarta.el.PropertyNotWritableException
- PropertyNotWritableException(String) - Constructor for exception jakarta.el.PropertyNotWritableException
- PropertyNotWritableException(String, Throwable) - Constructor for exception jakarta.el.PropertyNotWritableException
- PropertyNotWritableException(Throwable) - Constructor for exception jakarta.el.PropertyNotWritableException
- propertyResolved(ELContext, Object, Object) - Method in class jakarta.el.EvaluationListener
-
Fired after a property has been resolved.
- putContext(Class<?>, Object) - Method in class jakarta.el.ELContext
-
Add an object to this EL context under the given key.
- putContext(Class<?>, Object) - Method in class jakarta.el.StandardELContext
R
- RESOLVABLE_AT_DESIGN_TIME - Static variable in class jakarta.el.ELResolver
- resolveClass(String) - Method in class jakarta.el.ImportHandler
- resolveFunction(String, String) - Method in class jakarta.el.FunctionMapper
- resolveStatic(String) - Method in class jakarta.el.ImportHandler
- resolveVariable(String) - Method in class jakarta.el.VariableMapper
- ResourceBundleELResolver - Class in jakarta.el
- ResourceBundleELResolver() - Constructor for class jakarta.el.ResourceBundleELResolver
S
- setBeanValue(String, Object) - Method in class jakarta.el.BeanNameResolver
-
Sets a value of a bean of the given name.
- setELContext(ELContext) - Method in class jakarta.el.ELManager
- setELContext(ELContext) - Method in class jakarta.el.LambdaExpression
- setLocale(Locale) - Method in class jakarta.el.ELContext
- setPropertyResolved(boolean) - Method in class jakarta.el.ELContext
- setPropertyResolved(Object, Object) - Method in class jakarta.el.ELContext
-
Mark the given property as resolved and notify any interested listeners.
- setValue(ELContext, Object) - Method in class jakarta.el.ValueExpression
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ArrayELResolver
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.BeanELResolver
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.BeanNameELResolver
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.CompositeELResolver
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ELResolver
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ListELResolver
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.MapELResolver
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.TypeConverter
- setValue(String, Object) - Method in class jakarta.el.ELProcessor
- setVariable(String, ValueExpression) - Method in class jakarta.el.ELManager
- setVariable(String, ValueExpression) - Method in class jakarta.el.VariableMapper
- setVariable(String, String) - Method in class jakarta.el.ELProcessor
- StandardELContext - Class in jakarta.el
- StandardELContext(ELContext) - Constructor for class jakarta.el.StandardELContext
- StandardELContext(ExpressionFactory) - Constructor for class jakarta.el.StandardELContext
- StaticFieldELResolver - Class in jakarta.el
- StaticFieldELResolver() - Constructor for class jakarta.el.StaticFieldELResolver
T
- TYPE - Static variable in class jakarta.el.ELResolver
- TypeConverter - Class in jakarta.el
- TypeConverter() - Constructor for class jakarta.el.TypeConverter
V
- ValueExpression - Class in jakarta.el
- ValueExpression() - Constructor for class jakarta.el.ValueExpression
- ValueReference - Class in jakarta.el
- ValueReference(Object, Object) - Constructor for class jakarta.el.ValueReference
- VariableMapper - Class in jakarta.el
- VariableMapper() - Constructor for class jakarta.el.VariableMapper
All Classes All Packages