Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(NodeVisitor) - Method in interface com.sun.el.parser.Node
- accept(NodeVisitor) - Method in class com.sun.el.parser.SimpleNode
- add(ELResolver) - Method in class jakarta.el.CompositeELResolver
-
Adds the given resolver to the list of component resolvers.
- add(Number, Number) - Method in class com.sun.el.lang.ELArithmetic
- add(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
- add(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
- add(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.DoubleDelegate
- add(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.LongDelegate
- add(Object, Object) - Static method in class com.sun.el.lang.ELArithmetic
- add(ELResolver) - Method in class javax.el.CompositeELResolver
-
Adds the given resolver to the list of component resolvers.
- add_escapes(String) - Method in exception class com.sun.el.parser.ParseException
-
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
- addBeanNameResolver(BeanNameResolver) - Method in class jakarta.el.ELManager
-
Register a BeanNameResolver.
- addBeanNameResolver(BeanNameResolver) - Method in class javax.el.ELManager
-
Register a BeanNameResolver.
- addELResolver(ELResolver) - Method in class jakarta.el.ELManager
-
Add an user defined ELResolver to the list of ELResolvers.
- addELResolver(ELResolver) - Method in class jakarta.el.StandardELContext
-
Add a custom ELResolver to the context.
- 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.
- addEscapes(String) - Static method in exception class com.sun.el.parser.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
- addEvaluationListener(EvaluationListener) - Method in class com.sun.el.lang.EvaluationContext
- addEvaluationListener(EvaluationListener) - Method in class jakarta.el.ELContext
-
Registers an evaluation listener to the ELContext.
- addEvaluationListener(EvaluationListener) - Method in class jakarta.el.ELManager
-
Register an evaluation listener.
- 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.
- addFunction(String, String, Method) - Method in class com.sun.el.lang.FunctionMapperImpl
- adjustBeginLineColumn(int, int) - Method in class com.sun.el.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- afterEvaluation(ELContext, String) - Method in class jakarta.el.EvaluationListener
-
Receives notification after a Jakarta Expression Language expression is evaluated
- afterEvaluation(ELContext, String) - Method in class javax.el.EvaluationListener
-
Receives notification after a Jakarta Expression Language expression is evaluated
- allMatch(LambdaExpression) - Method in class com.sun.el.stream.Stream
- And() - Method in class com.sun.el.parser.ELParser
- AND0 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- AND1 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- anyMatch(LambdaExpression) - Method in class com.sun.el.stream.Stream
- arg - Variable in class com.sun.el.parser.ELParser.JJCalls
- ArithmeticNode - Class in com.sun.el.parser
- ArithmeticNode(int) - Constructor for class com.sun.el.parser.ArithmeticNode
- ArrayELResolver - Class in jakarta.el
-
Defines property resolution behavior on arrays.
- ArrayELResolver - Class in javax.el
-
Defines property resolution behavior on arrays.
- ArrayELResolver() - Constructor for class jakarta.el.ArrayELResolver
-
Creates a new read/write
ArrayELResolver
. - ArrayELResolver() - Constructor for class javax.el.ArrayELResolver
-
Creates a new read/write
ArrayELResolver
. - ArrayELResolver(boolean) - Constructor for class jakarta.el.ArrayELResolver
-
Creates a new
ArrayELResolver
whose read-only status is determined by the given parameter. - ArrayELResolver(boolean) - Constructor for class javax.el.ArrayELResolver
-
Creates a new
ArrayELResolver
whose read-only status is determined by the given parameter. - arrayIterator(Object) - Static method in class com.sun.el.stream.StreamELResolver
- ARROW - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- ASSIGN - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- Assignment() - Method in class com.sun.el.parser.ELParser
- AstAnd - Class in com.sun.el.parser
- AstAnd(int) - Constructor for class com.sun.el.parser.AstAnd
- AstAssign - Class in com.sun.el.parser
- AstAssign(int) - Constructor for class com.sun.el.parser.AstAssign
- AstBracketSuffix - Class in com.sun.el.parser
- AstBracketSuffix(int) - Constructor for class com.sun.el.parser.AstBracketSuffix
- AstChoice - Class in com.sun.el.parser
- AstChoice(int) - Constructor for class com.sun.el.parser.AstChoice
- AstCompositeExpression - Class in com.sun.el.parser
- AstCompositeExpression(int) - Constructor for class com.sun.el.parser.AstCompositeExpression
- AstConcat - Class in com.sun.el.parser
- AstConcat(int) - Constructor for class com.sun.el.parser.AstConcat
- AstDeferredExpression - Class in com.sun.el.parser
- AstDeferredExpression(int) - Constructor for class com.sun.el.parser.AstDeferredExpression
- AstDiv - Class in com.sun.el.parser
- AstDiv(int) - Constructor for class com.sun.el.parser.AstDiv
- AstDotSuffix - Class in com.sun.el.parser
- AstDotSuffix(int) - Constructor for class com.sun.el.parser.AstDotSuffix
- AstDynamicExpression - Class in com.sun.el.parser
- AstDynamicExpression(int) - Constructor for class com.sun.el.parser.AstDynamicExpression
- AstEmpty - Class in com.sun.el.parser
- AstEmpty(int) - Constructor for class com.sun.el.parser.AstEmpty
- AstEqual - Class in com.sun.el.parser
- AstEqual(int) - Constructor for class com.sun.el.parser.AstEqual
- AstFalse - Class in com.sun.el.parser
- AstFalse(int) - Constructor for class com.sun.el.parser.AstFalse
- AstFloatingPoint - Class in com.sun.el.parser
- AstFloatingPoint(int) - Constructor for class com.sun.el.parser.AstFloatingPoint
- AstFunction - Class in com.sun.el.parser
- AstFunction(int) - Constructor for class com.sun.el.parser.AstFunction
- AstGreaterThan - Class in com.sun.el.parser
- AstGreaterThan(int) - Constructor for class com.sun.el.parser.AstGreaterThan
- AstGreaterThanEqual - Class in com.sun.el.parser
- AstGreaterThanEqual(int) - Constructor for class com.sun.el.parser.AstGreaterThanEqual
- AstIdentifier - Class in com.sun.el.parser
- AstIdentifier(int) - Constructor for class com.sun.el.parser.AstIdentifier
- AstInteger - Class in com.sun.el.parser
- AstInteger(int) - Constructor for class com.sun.el.parser.AstInteger
- AstLambdaExpression - Class in com.sun.el.parser
- AstLambdaExpression(int) - Constructor for class com.sun.el.parser.AstLambdaExpression
- AstLambdaParameters - Class in com.sun.el.parser
- AstLambdaParameters(int) - Constructor for class com.sun.el.parser.AstLambdaParameters
- AstLessThan - Class in com.sun.el.parser
- AstLessThan(int) - Constructor for class com.sun.el.parser.AstLessThan
- AstLessThanEqual - Class in com.sun.el.parser
- AstLessThanEqual(int) - Constructor for class com.sun.el.parser.AstLessThanEqual
- AstListData - Class in com.sun.el.parser
- AstListData(int) - Constructor for class com.sun.el.parser.AstListData
- AstLiteralExpression - Class in com.sun.el.parser
- AstLiteralExpression(int) - Constructor for class com.sun.el.parser.AstLiteralExpression
- AstMapData - Class in com.sun.el.parser
- AstMapData(int) - Constructor for class com.sun.el.parser.AstMapData
- AstMapEntry - Class in com.sun.el.parser
- AstMapEntry(int) - Constructor for class com.sun.el.parser.AstMapEntry
- AstMethodArguments - Class in com.sun.el.parser
- AstMethodArguments(int) - Constructor for class com.sun.el.parser.AstMethodArguments
- AstMinus - Class in com.sun.el.parser
- AstMinus(int) - Constructor for class com.sun.el.parser.AstMinus
- AstMod - Class in com.sun.el.parser
- AstMod(int) - Constructor for class com.sun.el.parser.AstMod
- AstMult - Class in com.sun.el.parser
- AstMult(int) - Constructor for class com.sun.el.parser.AstMult
- AstNegative - Class in com.sun.el.parser
- AstNegative(int) - Constructor for class com.sun.el.parser.AstNegative
- AstNot - Class in com.sun.el.parser
- AstNot(int) - Constructor for class com.sun.el.parser.AstNot
- AstNotEqual - Class in com.sun.el.parser
- AstNotEqual(int) - Constructor for class com.sun.el.parser.AstNotEqual
- AstNull - Class in com.sun.el.parser
- AstNull(int) - Constructor for class com.sun.el.parser.AstNull
- AstOr - Class in com.sun.el.parser
- AstOr(int) - Constructor for class com.sun.el.parser.AstOr
- AstPlus - Class in com.sun.el.parser
- AstPlus(int) - Constructor for class com.sun.el.parser.AstPlus
- AstSemiColon - Class in com.sun.el.parser
- AstSemiColon(int) - Constructor for class com.sun.el.parser.AstSemiColon
- AstString - Class in com.sun.el.parser
- AstString(int) - Constructor for class com.sun.el.parser.AstString
- AstTrue - Class in com.sun.el.parser
- AstTrue(int) - Constructor for class com.sun.el.parser.AstTrue
- AstValue - Class in com.sun.el.parser
- AstValue(int) - Constructor for class com.sun.el.parser.AstValue
- AstValue.Target - Class in com.sun.el.parser
- Automatic Bracketing of Expressions - Search tag in class jakarta.el.ELProcessor
- Section
- Automatic Bracketing of Expressions - Search tag in class javax.el.ELProcessor
- Section
- available - Variable in class com.sun.el.parser.SimpleCharStream
- average() - Method in class com.sun.el.stream.Stream
B
- backup(int) - Method in class com.sun.el.parser.SimpleCharStream
-
Backup a number of characters.
- BADLY_ESCAPED_STRING_LITERAL - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- base - Variable in class com.sun.el.parser.AstValue.Target
- base - Variable in class jakarta.el.CompositeELResolver.CompositeIterator
- base - Variable in class jakarta.el.ValueReference
- base - Variable in class javax.el.CompositeELResolver.CompositeIterator
- base - Variable in class javax.el.ValueReference
- BeanELResolver - Class in jakarta.el
-
Defines property resolution behavior on objects using the JavaBeans component architecture.
- BeanELResolver - Class in javax.el
-
Defines property resolution behavior on objects using the JavaBeans component architecture.
- BeanELResolver() - Constructor for class jakarta.el.BeanELResolver
-
Creates a new read/write
BeanELResolver
. - BeanELResolver() - Constructor for class javax.el.BeanELResolver
-
Creates a new read/write
BeanELResolver
. - BeanELResolver(boolean) - Constructor for class jakarta.el.BeanELResolver
-
Creates a new
BeanELResolver
whose read-only status is determined by the given parameter. - BeanELResolver(boolean) - Constructor for class javax.el.BeanELResolver
-
Creates a new
BeanELResolver
whose read-only status is determined by the given parameter. - BeanELResolver.BeanProperties - Class in jakarta.el
- BeanELResolver.BeanProperties - Class in javax.el
- BeanELResolver.BeanProperty - Class in jakarta.el
- BeanELResolver.BeanProperty - Class in javax.el
- BeanELResolver.BPSoftReference - Class in jakarta.el
- BeanELResolver.BPSoftReference - Class in javax.el
- BeanELResolver.SoftConcurrentHashMap - Class in jakarta.el
- BeanELResolver.SoftConcurrentHashMap - Class in javax.el
- BeanNameELResolver - Class in jakarta.el
-
An
ELResolver
for resolving user or container managed beans. - BeanNameELResolver - Class in javax.el
-
An
ELResolver
for resolving user or container managed beans. - BeanNameELResolver(BeanNameResolver) - Constructor for class jakarta.el.BeanNameELResolver
-
Constructor
- BeanNameELResolver(BeanNameResolver) - Constructor for class javax.el.BeanNameELResolver
-
Constructor
- beanNameResolver - Variable in class jakarta.el.BeanNameELResolver
- beanNameResolver - Variable in class javax.el.BeanNameELResolver
- BeanNameResolver - Class in jakarta.el
-
Resolves a bean by its known name.
- BeanNameResolver - Class in javax.el
-
Resolves a bean by its known name.
- BeanNameResolver() - Constructor for class jakarta.el.BeanNameResolver
- BeanNameResolver() - Constructor for class javax.el.BeanNameResolver
- BeanProperties(Class<?>) - Constructor for class jakarta.el.BeanELResolver.BeanProperties
- BeanProperties(Class<?>) - Constructor for class javax.el.BeanELResolver.BeanProperties
- BeanProperty(Class<?>, PropertyDescriptor) - Constructor for class jakarta.el.BeanELResolver.BeanProperty
- BeanProperty(Class<?>, PropertyDescriptor) - Constructor for class javax.el.BeanELResolver.BeanProperty
- beans - Variable in class jakarta.el.StandardELContext
-
A bean repository local to this context
- beans - Variable in class javax.el.StandardELContext
-
A bean repository local to this context
- beforeEvaluation(ELContext, String) - Method in class jakarta.el.EvaluationListener
-
Receives notification before a Jakarta Expression Language expression is evaluated
- beforeEvaluation(ELContext, String) - Method in class javax.el.EvaluationListener
-
Receives notification before a Jakarta Expression Language expression is evaluated
- beginColumn - Variable in class com.sun.el.parser.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- beginLine - Variable in class com.sun.el.parser.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- BeginToken() - Method in class com.sun.el.parser.SimpleCharStream
-
Start.
- BIGDECIMAL - Static variable in class com.sun.el.lang.ELArithmetic
- BigDecimalDelegate() - Constructor for class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
- BIGINTEGER - Static variable in class com.sun.el.lang.ELArithmetic
- BigIntegerDelegate() - Constructor for class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
- Boolean() - Method in class com.sun.el.parser.ELParser
- BooleanNode - Class in com.sun.el.parser
- BooleanNode(int) - Constructor for class com.sun.el.parser.BooleanNode
- BPSoftReference(Class<?>, BeanELResolver.BeanProperties, ReferenceQueue<BeanELResolver.BeanProperties>) - Constructor for class jakarta.el.BeanELResolver.BPSoftReference
- BPSoftReference(Class<?>, BeanELResolver.BeanProperties, ReferenceQueue<BeanELResolver.BeanProperties>) - Constructor for class javax.el.BeanELResolver.BPSoftReference
- bracket(String) - Method in class jakarta.el.ELProcessor
- bracket(String) - Method in class javax.el.ELProcessor
- BracketSuffix() - Method in class com.sun.el.parser.ELParser
- bufcolumn - Variable in class com.sun.el.parser.SimpleCharStream
- buffer - Variable in class com.sun.el.parser.SimpleCharStream
- bufline - Variable in class com.sun.el.parser.SimpleCharStream
- bufpos - Variable in class com.sun.el.parser.SimpleCharStream
-
Position in buffer.
- bufsize - Variable in class com.sun.el.parser.SimpleCharStream
- build() - Method in class com.sun.el.lang.ExpressionBuilder
- buildParameters(ELContext, Class<?>[], boolean, Object[]) - Static method in class com.sun.el.util.ReflectionUtil
- buildParameters(ELContext, Class<?>[], boolean, Object[]) - Static method in class jakarta.el.ELUtil
- buildParameters(ELContext, Class<?>[], boolean, Object[]) - Static method in class javax.el.ELUtil
- bundle - Static variable in class com.sun.el.util.MessageFactory
C
- c - Variable in class com.sun.el.util.ReflectionUtil.ConstructorWrapper
- c - Variable in class jakarta.el.ELUtil.ConstructorWrapper
- c - Variable in class javax.el.ELUtil.ConstructorWrapper
- cache - Static variable in class com.sun.el.lang.ExpressionBuilder
- CACHE_INIT_SIZE - Static variable in class com.sun.el.lang.ExpressionBuilder.SoftConcurrentHashMap
- CACHE_INIT_SIZE - Static variable in class jakarta.el.BeanELResolver.SoftConcurrentHashMap
- CACHE_INIT_SIZE - Static variable in class javax.el.BeanELResolver.SoftConcurrentHashMap
- canCreateBean(String) - Method in class jakarta.el.BeanNameResolver
-
Allow creating a bean of the given name if it does not exist.
- canCreateBean(String) - Method in class jakarta.el.StandardELContext.LocalBeanNameResolver
- canCreateBean(String) - Method in class javax.el.BeanNameResolver
-
Allow creating a bean of the given name if it does not exist.
- canCreateBean(String) - Method in class javax.el.StandardELContext.LocalBeanNameResolver
- checkModifiers(int) - Method in class jakarta.el.ImportHandler
- checkModifiers(int) - Method in class javax.el.ImportHandler
- checkType(Object, Class<?>) - Static method in class com.sun.el.lang.ELSupport
- children - Variable in class com.sun.el.parser.SimpleNode
- Choice() - Method in class com.sun.el.parser.ELParser
- classMap - Variable in class jakarta.el.ImportHandler
- classMap - Variable in class javax.el.ImportHandler
- classNameMap - Variable in class jakarta.el.ImportHandler
- classNameMap - Variable in class javax.el.ImportHandler
- cleanup() - Method in class com.sun.el.lang.ExpressionBuilder.SoftConcurrentHashMap
- cleanup() - Method in class jakarta.el.BeanELResolver.SoftConcurrentHashMap
- cleanup() - Method in class javax.el.BeanELResolver.SoftConcurrentHashMap
- clearNodeScope(Node) - Method in class com.sun.el.parser.JJTELParserState
- closeNodeScope(Node, boolean) - Method in class com.sun.el.parser.JJTELParserState
- closeNodeScope(Node, int) - Method in class com.sun.el.parser.JJTELParserState
- coerce(Number) - Method in class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
- coerce(Number) - Method in class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
- coerce(Number) - Method in class com.sun.el.lang.ELArithmetic
- coerce(Number) - Method in class com.sun.el.lang.ELArithmetic.DoubleDelegate
- coerce(Number) - Method in class com.sun.el.lang.ELArithmetic.LongDelegate
- coerce(Object) - Method in class com.sun.el.lang.ELArithmetic
- coerce(String) - Method in class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
- coerce(String) - Method in class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
- coerce(String) - Method in class com.sun.el.lang.ELArithmetic
- coerce(String) - Method in class com.sun.el.lang.ELArithmetic.DoubleDelegate
- coerce(String) - Method in class com.sun.el.lang.ELArithmetic.LongDelegate
- coerceToBoolean(Object) - Static method in class com.sun.el.lang.ELSupport
- coerceToCharacter(Object) - Static method in class com.sun.el.lang.ELSupport
- coerceToEnum(Object, Class) - Static method in class com.sun.el.lang.ELSupport
- coerceToNumber(Number, Class) - Static method in class com.sun.el.lang.ELSupport
- coerceToNumber(Object) - Static method in class com.sun.el.lang.ELSupport
- coerceToNumber(Object, Class) - Static method in class com.sun.el.lang.ELSupport
- coerceToNumber(String, Class) - Static method in class com.sun.el.lang.ELSupport
- coerceToString(Object) - Static method in class com.sun.el.lang.ELSupport
- coerceToType(Object, Class<?>) - Method in class com.sun.el.ExpressionFactoryImpl
-
Coerces an object to a specific type according to the Jakarta Expression Language type conversion rules.
- coerceToType(Object, Class<?>) - Static method in class com.sun.el.lang.ELSupport
- coerceToType(Object, Class<?>) - Method in class jakarta.el.ExpressionFactory
-
Coerces an object to a specific type according to the Jakarta Expression Language type conversion rules.
- 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.
- coerceToType(Object, Class<?>, boolean) - Static method in class com.sun.el.lang.ELSupport
- COLON - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- column - Variable in class com.sun.el.parser.SimpleCharStream
- com.sun.el - package com.sun.el
- com.sun.el.lang - package com.sun.el.lang
- com.sun.el.parser - package com.sun.el.parser
- com.sun.el.stream - package com.sun.el.stream
- com.sun.el.util - package com.sun.el.util
- COMMA - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- compare(Object, Object) - Static method in class com.sun.el.lang.ELSupport
- Compare() - Method in class com.sun.el.parser.ELParser
- CompositeELResolver - Class in jakarta.el
-
Maintains an ordered composite list of child
ELResolver
s. - CompositeELResolver - Class in javax.el
-
Maintains an ordered composite list of child
ELResolver
s. - CompositeELResolver() - Constructor for class jakarta.el.CompositeELResolver
- CompositeELResolver() - Constructor for class javax.el.CompositeELResolver
- CompositeELResolver.CompositeIterator - Class in jakarta.el
- CompositeELResolver.CompositeIterator - Class in javax.el
- CompositeExpression() - Method in class com.sun.el.parser.ELParser
- CompositeIterator(ELResolver[], int, ELContext, Object) - Constructor for class jakarta.el.CompositeELResolver.CompositeIterator
- CompositeIterator(ELResolver[], int, ELContext, Object) - Constructor for class javax.el.CompositeELResolver.CompositeIterator
- CONCAT - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- Concatenation() - Method in class com.sun.el.parser.ELParser
- ConstructorWrapper(Constructor<?>) - Constructor for class com.sun.el.util.ReflectionUtil.ConstructorWrapper
- ConstructorWrapper(Constructor<?>) - Constructor for class jakarta.el.ELUtil.ConstructorWrapper
- ConstructorWrapper(Constructor<?>) - Constructor for class javax.el.ELUtil.ConstructorWrapper
- containsNulls(Object[]) - Static method in class com.sun.el.lang.ELSupport
- context - Variable in class jakarta.el.CompositeELResolver.CompositeIterator
- context - Variable in class jakarta.el.LambdaExpression
- context - Variable in class javax.el.CompositeELResolver.CompositeIterator
- context - Variable in class javax.el.LambdaExpression
- contextCreated(ELContextEvent) - Method in interface jakarta.el.ELContextListener
-
Invoked when a new
ELContext
has been created. - contextCreated(ELContextEvent) - Method in interface javax.el.ELContextListener
-
Invoked when a new
ELContext
has been created. - convertToType(ELContext, Object, Class<?>) - Method in class jakarta.el.CompositeELResolver
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<?>) - Method in class jakarta.el.ELResolver
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<?>) - Method in class jakarta.el.TypeConverter
-
Converts an object to a specific type.
- convertToType(Object, Class<?>) - Method in class com.sun.el.lang.EvaluationContext
- convertToType(Object, Class<?>) - Method in class jakarta.el.ELContext
-
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.CompositeELResolver
-
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.
- count() - Method in class com.sun.el.stream.Stream
- create() - Method in class com.sun.el.lang.FunctionMapperFactory
- create() - Method in class com.sun.el.lang.VariableMapperFactory
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class com.sun.el.ExpressionFactoryImpl
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class jakarta.el.ExpressionFactory
-
Parses an expression into a
MethodExpression
for later evaluation. - createMethodExpression(Class, Class[]) - Method in class com.sun.el.lang.ExpressionBuilder
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class javax.el.ExpressionFactory
-
Parses an expression into a
MethodExpression
for later evaluation. - createNode(String) - Static method in class com.sun.el.lang.ExpressionBuilder
- createNodeInternal(String) - Static method in class com.sun.el.lang.ExpressionBuilder
- createValueExpression(ELContext, String, Class<?>) - Method in class com.sun.el.ExpressionFactoryImpl
- createValueExpression(ELContext, String, Class<?>) - Method in class jakarta.el.ExpressionFactory
-
Parses an expression into a
ValueExpression
for later evaluation. - createValueExpression(Class) - Method in class com.sun.el.lang.ExpressionBuilder
- createValueExpression(Object, Class<?>) - Method in class com.sun.el.ExpressionFactoryImpl
- createValueExpression(Object, Class<?>) - Method in class jakarta.el.ExpressionFactory
-
Creates a ValueExpression that wraps an object instance.
- createValueExpression(Object, Class<?>) - Method in class javax.el.ExpressionFactory
-
Creates a ValueExpression that wraps an object instance.
- createValueExpression(ELContext, String, Class<?>) - Method in class javax.el.ExpressionFactory
-
Parses an expression into a
ValueExpression
for later evaluation. - Creation of Expressions - Search tag in package jakarta.el
- Section
- Creation of Expressions - Search tag in package javax.el
- Section
- curChar - Variable in class com.sun.el.parser.ELParserTokenManager
- curLexState - Variable in class com.sun.el.parser.ELParserTokenManager
- current - Variable in class com.sun.el.stream.Stream.Iterator2
- currentToken - Variable in exception class com.sun.el.parser.ParseException
-
This is the last token that has been consumed successfully.
- customResolvers - Variable in class jakarta.el.StandardELContext
- customResolvers - Variable in class javax.el.StandardELContext
D
- debugStream - Variable in class com.sun.el.parser.ELParserTokenManager
-
Debug output.
- DEFAULT - Static variable in interface com.sun.el.parser.ELParserConstants
-
Lexical state.
- DefaultFunctionMapper(Map<String, Method>) - Constructor for class jakarta.el.StandardELContext.DefaultFunctionMapper
- DefaultFunctionMapper(Map<String, Method>) - Constructor for class javax.el.StandardELContext.DefaultFunctionMapper
- defaultLexState - Variable in class com.sun.el.parser.ELParserTokenManager
- DefaultVariableMapper() - Constructor for class jakarta.el.StandardELContext.DefaultVariableMapper
- DefaultVariableMapper() - Constructor for class javax.el.StandardELContext.DefaultVariableMapper
- DeferredExpression() - Method in class com.sun.el.parser.ELParser
- defineBean(String, Object) - Method in class jakarta.el.ELManager
-
Define a bean in the local bean repository
- defineBean(String, Object) - Method in class jakarta.el.ELProcessor
-
Define a bean in a local bean repository, hiding other beans of the same name.
- 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, Method) - Method in class jakarta.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.
- defineFunction(String, String, String, String) - Method in class jakarta.el.ELProcessor
-
Define a Jakarta Expression Language function in the local function mapper.
- defineFunction(String, String, String, String) - Method in class javax.el.ELProcessor
-
Define a Jakarta Expression Language function in the local function mapper.
- delegate - Variable in class jakarta.el.StandardELContext
- delegate - Variable in class javax.el.StandardELContext
- descriptor - Variable in class jakarta.el.BeanELResolver.BeanProperty
- descriptor - Variable in class javax.el.BeanELResolver.BeanProperty
- DIGIT - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- disable_tracing() - Method in class com.sun.el.parser.ELParser
-
Disable tracing.
- distinct() - Method in class com.sun.el.stream.Stream
- DIV0 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- DIV1 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- divide(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
- divide(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
- divide(Number, Number) - Method in class com.sun.el.lang.ELArithmetic
- divide(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.DoubleDelegate
- divide(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.LongDelegate
- divide(Object, Object) - Static method in class com.sun.el.lang.ELArithmetic
- doItem(Object) - Method in class com.sun.el.stream.Stream.Iterator2
- Done() - Method in class com.sun.el.parser.SimpleCharStream
-
Reset buffer when finished.
- DOT - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- DotSuffix() - Method in class com.sun.el.parser.ELParser
- DOUBLE - Static variable in class com.sun.el.lang.ELArithmetic
- DoubleDelegate() - Constructor for class com.sun.el.lang.ELArithmetic.DoubleDelegate
- dump(String) - Method in class com.sun.el.parser.SimpleNode
- DynamicExpression() - Method in class com.sun.el.parser.ELParser
E
- ELArithmetic - Class in com.sun.el.lang
-
A helper class of Arithmetic defined by the Jakarta Expression Specification
- ELArithmetic() - Constructor for class com.sun.el.lang.ELArithmetic
- ELArithmetic.BigDecimalDelegate - Class in com.sun.el.lang
- ELArithmetic.BigIntegerDelegate - Class in com.sun.el.lang
- ELArithmetic.DoubleDelegate - Class in com.sun.el.lang
- ELArithmetic.LongDelegate - Class in com.sun.el.lang
- ELClass - Class in jakarta.el
-
A runtime representation of a Class in the Jakarta Expression Language expressions.
- ELClass - Class in javax.el
-
A runtime representation of a Class in the Jakarta Expression Language expressions.
- ELClass(Class<?>) - Constructor for class jakarta.el.ELClass
-
Constructor
- ELClass(Class<?>) - Constructor for class javax.el.ELClass
-
Constructor
- elContext - Variable in class com.sun.el.lang.EvaluationContext
- elContext - Variable in class jakarta.el.ELManager
- elContext - Variable in class javax.el.ELManager
- ELContext - Class in jakarta.el
-
Context information for expression parsing and evaluation.
- ELContext - Class in javax.el
-
Context information for expression parsing and evaluation.
- ELContext() - Constructor for class jakarta.el.ELContext
- ELContext() - Constructor for class javax.el.ELContext
- ELContextEvent - Class in jakarta.el
-
An event which indicates that an
ELContext
has been created. - ELContextEvent - Class in javax.el
-
An event which indicates that an
ELContext
has been created. - ELContextEvent(ELContext) - Constructor for class jakarta.el.ELContextEvent
-
Constructs an ELContextEvent object to indicate 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 jakarta.el
-
The listener interface for receiving notification when an
ELContext
is created. - ELContextListener - Interface in javax.el
-
The listener interface for receiving notification when an
ELContext
is created. - ELException - Exception Class in jakarta.el
-
Represents any of the exception conditions that can arise during expression evaluation.
- ELException - Exception Class in javax.el
-
Represents any of the exception conditions that can arise during expression evaluation.
- ELException() - Constructor for exception class jakarta.el.ELException
-
Creates an
ELException
with no detail message. - ELException() - Constructor for exception class javax.el.ELException
-
Creates an
ELException
with no detail message. - ELException(String) - Constructor for exception class jakarta.el.ELException
-
Creates an
ELException
with the provided detail message. - ELException(String) - Constructor for exception class javax.el.ELException
-
Creates an
ELException
with the provided detail message. - ELException(String, Throwable) - Constructor for exception class jakarta.el.ELException
-
Creates an ELException with the given detail message and root cause.
- ELException(String, Throwable) - Constructor for exception class javax.el.ELException
-
Creates an ELException with the given detail message and root cause.
- ELException(Throwable) - Constructor for exception class jakarta.el.ELException
-
Creates an
ELException
with the given cause. - ELException(Throwable) - Constructor for exception class javax.el.ELException
-
Creates an
ELException
with the given cause. - elManager - Variable in class jakarta.el.ELProcessor
- elManager - Variable in class javax.el.ELProcessor
- ELManager - Class in jakarta.el
-
Manages Jakarta Expression Language parsing and evaluation environment.
- ELManager - Class in javax.el
-
Manages Jakarta Expression Language parsing and evaluation environment.
- ELManager() - Constructor for class jakarta.el.ELManager
- ELManager() - Constructor for class javax.el.ELManager
- ELParser - Class in com.sun.el.parser
- ELParser(ELParserTokenManager) - Constructor for class com.sun.el.parser.ELParser
-
Constructor with generated Token Manager.
- ELParser(InputStream) - Constructor for class com.sun.el.parser.ELParser
-
Constructor with InputStream.
- ELParser(InputStream, String) - Constructor for class com.sun.el.parser.ELParser
-
Constructor with InputStream and supplied encoding
- ELParser(Reader) - Constructor for class com.sun.el.parser.ELParser
-
Constructor.
- ELParser.JJCalls - Class in com.sun.el.parser
- ELParser.LookaheadSuccess - Exception Class in com.sun.el.parser
- ELParserConstants - Interface in com.sun.el.parser
-
Token literal values and constants.
- ELParserTokenManager - Class in com.sun.el.parser
-
Token Manager.
- ELParserTokenManager(SimpleCharStream) - Constructor for class com.sun.el.parser.ELParserTokenManager
-
Constructor.
- ELParserTokenManager(SimpleCharStream, int) - Constructor for class com.sun.el.parser.ELParserTokenManager
-
Constructor.
- ELParserTreeConstants - Interface in com.sun.el.parser
- ELProcessor - Class in jakarta.el
-
Provides an API for using Jakarta Expression Language in a stand-alone environment.
- ELProcessor - Class in javax.el
-
Provides an API for using Jakarta Expression Language in a stand-alone environment.
- ELProcessor() - Constructor for class jakarta.el.ELProcessor
- ELProcessor() - Constructor for class javax.el.ELProcessor
- elResolver - Variable in class jakarta.el.StandardELContext
- elResolver - Variable in class javax.el.StandardELContext
- ELResolver - Class in jakarta.el
-
Enables customization of variable, property, method call, and type conversion resolution behavior for Jakarta Expression Language expression evaluation.
- 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 jakarta.el.ELResolver
- ELResolver() - Constructor for class javax.el.ELResolver
- elResolvers - Variable in class jakarta.el.CompositeELResolver
- elResolvers - Variable in class javax.el.CompositeELResolver
- ELSupport - Class in com.sun.el.lang
-
A helper class that implements the Jakarta Expression Specification
- ELSupport() - Constructor for class com.sun.el.lang.ELSupport
- ELUtil - Class in jakarta.el
-
Utility methods for this portion of the Jakarta Expression Language implementation
- ELUtil - Class in javax.el
-
Utility methods for this portion of the Jakarta Expression Language implementation
- ELUtil() - Constructor for class jakarta.el.ELUtil
-
This class may not be constructed.
- ELUtil() - Constructor for class javax.el.ELUtil
-
This class may not be constructed.
- ELUtil.ConstructorWrapper - Class in jakarta.el
- ELUtil.ConstructorWrapper - Class in javax.el
- ELUtil.MethodWrapper - Class in jakarta.el
- ELUtil.MethodWrapper - Class in javax.el
- ELUtil.Wrapper - Class in jakarta.el
- ELUtil.Wrapper - Class in javax.el
- EMPTY - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- EMPTY_STRING - Static variable in class com.sun.el.util.ReflectionUtil
- enable_tracing() - Method in class com.sun.el.parser.ELParser
-
Enable tracing.
- endColumn - Variable in class com.sun.el.parser.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- endLine - Variable in class com.sun.el.parser.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- enterLambdaScope(Map<String, Object>) - Method in class com.sun.el.lang.EvaluationContext
- enterLambdaScope(Map<String, Object>) - Method in class jakarta.el.ELContext
-
Installs a Lambda argument map, in preparation for the evaluation of a Lambda expression.
- enterLambdaScope(Map<String, Object>) - Method in class javax.el.ELContext
-
Installs a Lambda argument map, in preparation for the evaluation of a Lambda expression.
- envirArgs - Variable in class jakarta.el.LambdaExpression
- envirArgs - Variable in class javax.el.LambdaExpression
- EOF - Static variable in interface com.sun.el.parser.ELParserConstants
-
End of File.
- eol - Variable in exception class com.sun.el.parser.ParseException
-
The end of line string for this machine.
- EQ0 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- EQ1 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- Equality() - Method in class com.sun.el.parser.ELParser
- equals(ValueExpressionLiteral) - Method in class com.sun.el.ValueExpressionLiteral
- equals(Object) - Method in class com.sun.el.lang.FunctionMapperImpl.Function
- equals(Object) - Method in class com.sun.el.MethodExpressionImpl
-
Determines whether the specified object is equal to this
Expression
. - equals(Object) - Method in class com.sun.el.MethodExpressionLiteral
- equals(Object) - Method in interface com.sun.el.parser.Node
- equals(Object) - Method in class com.sun.el.parser.SimpleNode
- equals(Object) - Method in class com.sun.el.ValueExpressionImpl
- equals(Object) - Method in class com.sun.el.ValueExpressionLiteral
- equals(Object) - Method in class jakarta.el.Expression
-
Determines whether the specified object is equal to this
Expression
. - equals(Object) - Method in class javax.el.Expression
-
Determines whether the specified object is equal to this
Expression
. - equals(Object, Object) - Static method in class com.sun.el.lang.ELSupport
- errorCode - Variable in exception class com.sun.el.parser.TokenMgrError
-
Indicates the reason why the exception is thrown.
- eval(String) - Method in class jakarta.el.ELProcessor
-
Evaluates an Jakarta Expression Language expression.
- eval(String) - Method in class javax.el.ELProcessor
-
Evaluates an Jakarta Expression Language expression.
- EvaluationContext - Class in com.sun.el.lang
-
The context for Jakarta Expression expression evaluation.
- EvaluationContext(ELContext, FunctionMapper, VariableMapper) - Constructor for class com.sun.el.lang.EvaluationContext
- EvaluationListener - Class in jakarta.el
-
The listener interface for receiving notification when a Jakarta Expression Language expression is evaluated.
- EvaluationListener - Class in javax.el
-
The listener interface for receiving notification when a Jakarta Expression Language expression is evaluated.
- EvaluationListener() - Constructor for class jakarta.el.EvaluationListener
- EvaluationListener() - Constructor for class javax.el.EvaluationListener
- Evaluation Listeners - Search tag in package jakarta.el
- Section
- Evaluation Listeners - Search tag in package javax.el
- Section
- Evaluation of Expressions - Search tag in package jakarta.el
- Section
- Evaluation of Expressions - Search tag in package javax.el
- Section
- Example - Search tag in class jakarta.el.ELProcessor
- Section
- Example - Search tag in class javax.el.ELProcessor
- Section
- exitLambdaScope() - Method in class com.sun.el.lang.EvaluationContext
- exitLambdaScope() - Method in class jakarta.el.ELContext
-
Exits the Lambda expression evaluation.
- exitLambdaScope() - Method in class javax.el.ELContext
-
Exits the Lambda expression evaluation.
- ExpandBuff(boolean) - Method in class com.sun.el.parser.SimpleCharStream
- expectedTokenSequences - Variable in exception class com.sun.el.parser.ParseException
-
Each entry in this array is an array of integers.
- expectedType - Variable in class com.sun.el.MethodExpressionImpl
- expectedType - Variable in class com.sun.el.MethodExpressionLiteral
- expectedType - Variable in class com.sun.el.ValueExpressionImpl
- expectedType - Variable in class com.sun.el.ValueExpressionLiteral
- EXPONENT - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- expr - Variable in class com.sun.el.MethodExpressionImpl
- expr - Variable in class com.sun.el.MethodExpressionLiteral
- expr - Variable in class com.sun.el.ValueExpressionImpl
- expression - Variable in class com.sun.el.lang.ExpressionBuilder
- expression - Variable in class jakarta.el.LambdaExpression
- expression - Variable in class javax.el.LambdaExpression
- Expression - Class in jakarta.el
-
Base class for the expression subclasses
ValueExpression
andMethodExpression
, implementing characteristics common to both. - Expression - Class in javax.el
-
Base class for the expression subclasses
ValueExpression
andMethodExpression
, implementing characteristics common to both. - Expression() - Constructor for class jakarta.el.Expression
- Expression() - Constructor for class javax.el.Expression
- Expression() - Method in class com.sun.el.parser.ELParser
- ExpressionBuilder - Class in com.sun.el.lang
- ExpressionBuilder(String, ELContext) - Constructor for class com.sun.el.lang.ExpressionBuilder
- ExpressionBuilder.NodeSoftReference - Class in com.sun.el.lang
- ExpressionBuilder.SoftConcurrentHashMap - Class in com.sun.el.lang
- ExpressionFactory - Class in jakarta.el
-
Provides an implementation for creating and evaluating Jakarta Expression Language expressions.
- ExpressionFactory - Class in javax.el
-
Provides an implementation for creating and evaluating Jakarta Expression Language expressions.
- ExpressionFactory() - Constructor for class jakarta.el.ExpressionFactory
- ExpressionFactory() - Constructor for class javax.el.ExpressionFactory
- ExpressionFactoryImpl - Class in com.sun.el
- ExpressionFactoryImpl() - Constructor for class com.sun.el.ExpressionFactoryImpl
- ExpressionFactoryImpl(Properties) - Constructor for class com.sun.el.ExpressionFactoryImpl
- Expression Objects - Search tag in package jakarta.el
- Section
- Expression Objects - Search tag in package javax.el
- Section
- exprFactory - Static variable in class jakarta.el.ELUtil
- exprFactory - Static variable in class javax.el.ELUtil
F
- factory - Variable in class jakarta.el.ELProcessor
- factory - Variable in class javax.el.ELProcessor
- FactoryFinder - Class in jakarta.el
- FactoryFinder - Class in javax.el
- FactoryFinder() - Constructor for class jakarta.el.FactoryFinder
- FactoryFinder() - Constructor for class javax.el.FactoryFinder
- FALSE - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- FillBuff() - Method in class com.sun.el.parser.SimpleCharStream
- filter(LambdaExpression) - Method in class com.sun.el.stream.Stream
- find(Class<?>, String, String, Properties) - Static method in class jakarta.el.FactoryFinder
-
Finds the implementation
Class
object for the given factory. - find(Class<?>, String, String, Properties) - Static method in class javax.el.FactoryFinder
-
Finds the implementation
Class
object for the given factory. - findConstructor(Class<?>, Class<?>[], Object[]) - Static method in class jakarta.el.ELUtil
- findConstructor(Class<?>, Class<?>[], Object[]) - Static method in class javax.el.ELUtil
- findFirst() - Method in class com.sun.el.stream.Stream
- findMethod(Class<?>, String, Class<?>[], Object[]) - Static method in class com.sun.el.util.ReflectionUtil
- findMethod(Class<?>, String, Class<?>[], Object[]) - Static method in class jakarta.el.ELUtil
- findMethod(Class<?>, String, Class<?>[], Object[]) - Static method in class javax.el.ELUtil
- findMethod(Class<?>, String, Class<?>[], Object[], boolean) - Static method in class jakarta.el.ELUtil
- findMethod(Class<?>, String, Class<?>[], Object[], boolean) - Static method in class javax.el.ELUtil
- findMostSpecificWrapper(List<ReflectionUtil.Wrapper>, Class<?>[], boolean, String) - Static method in class com.sun.el.util.ReflectionUtil
- findMostSpecificWrapper(List<ELUtil.Wrapper>, Class<?>[], boolean, String) - Static method in class jakarta.el.ELUtil
- findMostSpecificWrapper(List<ELUtil.Wrapper>, Class<?>[], boolean, String) - Static method in class javax.el.ELUtil
- findValue(EvaluationContext, String) - Method in class com.sun.el.parser.AstFunction
- findWrapper(Class<?>, List<ReflectionUtil.Wrapper>, String, Class<?>[], Object[]) - Static method in class com.sun.el.util.ReflectionUtil
- findWrapper(Class<?>, List<ELUtil.Wrapper>, String, Class<?>[], Object[]) - Static method in class jakarta.el.ELUtil
- findWrapper(Class<?>, List<ELUtil.Wrapper>, String, Class<?>[], Object[]) - Static method in class javax.el.ELUtil
- first - Variable in class com.sun.el.parser.ELParser.JJCalls
- flatMap(LambdaExpression) - Method in class com.sun.el.stream.Stream
- FLOATING_POINT_LITERAL - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- FloatingPoint() - Method in class com.sun.el.parser.ELParser
- fnMapper - Variable in class com.sun.el.lang.EvaluationContext
- fnMapper - Variable in class com.sun.el.lang.ExpressionBuilder
- fnMapper - Variable in class com.sun.el.MethodExpressionImpl
- fnMapper - Variable in class com.sun.el.ValueExpressionImpl
- forEach(LambdaExpression) - Method in class com.sun.el.stream.Stream
- formalParameters - Variable in class jakarta.el.LambdaExpression
- formalParameters - Variable in class javax.el.LambdaExpression
- forName(String) - Static method in class com.sun.el.util.ReflectionUtil
- forNamePrimitive(String) - Static method in class com.sun.el.util.ReflectionUtil
- Function() - Constructor for class com.sun.el.lang.FunctionMapperImpl.Function
- Function(String, String, Method) - Constructor for class com.sun.el.lang.FunctionMapperImpl.Function
- Function() - Method in class com.sun.el.parser.ELParser
- functionMapper - Variable in class jakarta.el.StandardELContext
- functionMapper - Variable in class javax.el.StandardELContext
- FunctionMapper - Class in jakarta.el
-
The interface to a map between Jakarta Expression Language function names and methods.
- FunctionMapper - Class in javax.el
-
The interface to a map between Jakarta Expression Language function names and methods.
- FunctionMapper() - Constructor for class jakarta.el.FunctionMapper
- FunctionMapper() - Constructor for class javax.el.FunctionMapper
- FunctionMapperFactory - Class in com.sun.el.lang
- FunctionMapperFactory(FunctionMapper) - Constructor for class com.sun.el.lang.FunctionMapperFactory
- FunctionMapperImpl - Class in com.sun.el.lang
- FunctionMapperImpl() - Constructor for class com.sun.el.lang.FunctionMapperImpl
- FunctionMapperImpl.Function - Class in com.sun.el.lang
- functions - Variable in class com.sun.el.lang.FunctionMapperImpl
- functions - Variable in class jakarta.el.StandardELContext.DefaultFunctionMapper
- functions - Variable in class javax.el.StandardELContext.DefaultFunctionMapper
G
- GE0 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- GE1 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- gen - Variable in class com.sun.el.parser.ELParser.JJCalls
- generateParseException() - Method in class com.sun.el.parser.ELParser
-
Generate ParseException.
- get() - Method in class com.sun.el.stream.Optional
- get(Object) - Method in class com.sun.el.lang.ExpressionBuilder.SoftConcurrentHashMap
- get(Object) - Method in class jakarta.el.BeanELResolver.SoftConcurrentHashMap
- get(Object) - Method in class javax.el.BeanELResolver.SoftConcurrentHashMap
- get(String) - Static method in class com.sun.el.util.MessageFactory
- get(String, Object) - Static method in class com.sun.el.util.MessageFactory
- get(String, Object, Object) - Static method in class com.sun.el.util.MessageFactory
- get(String, Object, Object, Object) - Static method in class com.sun.el.util.MessageFactory
- get(String, Object, Object, Object, Object) - Static method in class com.sun.el.util.MessageFactory
- get(String, Object, Object, Object, Object, Object) - Static method in class com.sun.el.util.MessageFactory
- getArguments(Node) - Static method in class com.sun.el.parser.AstValue
- getArray(String, Object[]) - Static method in class com.sun.el.util.MessageFactory
- getBase() - Method in class jakarta.el.ValueReference
- getBase() - Method in class javax.el.ValueReference
- getBase(EvaluationContext) - Method in class com.sun.el.parser.AstValue
- getBean(String) - Method in class jakarta.el.BeanNameResolver
-
Returns the bean known by its name.
- getBean(String) - Method in class jakarta.el.StandardELContext.LocalBeanNameResolver
- getBean(String) - Method in class javax.el.BeanNameResolver
-
Returns the bean known by its name.
- getBean(String) - Method in class javax.el.StandardELContext.LocalBeanNameResolver
- getBeanProperty(ELContext, Object, Object) - Method in class jakarta.el.BeanELResolver
- getBeanProperty(String) - Method in class jakarta.el.BeanELResolver.BeanProperties
- getBeanProperty(String) - Method in class javax.el.BeanELResolver.BeanProperties
- getBeanProperty(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
- getBeans() - Method in class jakarta.el.StandardELContext
-
Get the local bean repository
- getBeans() - Method in class javax.el.StandardELContext
-
Get the local bean repository
- getBeginColumn() - Method in class com.sun.el.parser.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class com.sun.el.parser.SimpleCharStream
-
Get token beginning line number.
- getBoxingTypeIfPrimitive(Class<?>) - Static method in class com.sun.el.util.ReflectionUtil
- getBoxingTypeIfPrimitive(Class<?>) - Static method in class jakarta.el.ELUtil
- getBoxingTypeIfPrimitive(Class<?>) - Static method in class javax.el.ELUtil
- getClassFor(String) - Method in class jakarta.el.ImportHandler
- getClassFor(String) - Method in class javax.el.ImportHandler
- getColumn() - Method in class com.sun.el.parser.SimpleCharStream
-
Deprecated.
- getCommonPropertyType(ELContext, Object) - Method in class com.sun.el.stream.StreamELResolver
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.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 jakarta.el.BeanELResolver
-
If the base object is not
null
, returns the most general type that this resolver accepts for theproperty
argument. - getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.BeanNameELResolver
-
Always returns
String.class
, since a bean name is a String. - getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.CompositeELResolver
-
Returns the most general type that this resolver accepts for the
property
argument, given abase
object. - getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ELResolver
-
Returns the most general type that this resolver accepts for the
property
argument, given abase
object. - getCommonPropertyType(ELContext, Object) - Method in class jakarta.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 jakarta.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 jakarta.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 jakarta.el.StaticFieldELResolver
-
Returns the type of the property.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.TypeConverter
- 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 theproperty
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 abase
object. - getCommonPropertyType(ELContext, Object) - Method in class javax.el.ELResolver
-
Returns the most general type that this resolver accepts for the
property
argument, given abase
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
- getComparingParamTypesForVarArgsMethod(Class<?>[], int) - Static method in class com.sun.el.util.ReflectionUtil
- getComparingParamTypesForVarArgsMethod(Class<?>[], int) - Static method in class jakarta.el.ELUtil
- getComparingParamTypesForVarArgsMethod(Class<?>[], int) - Static method in class javax.el.ELUtil
- getConstructor(Class<?>, Constructor<?>) - Static method in class com.sun.el.util.ReflectionUtil
- getConstructor(Class<?>, Constructor<?>) - Static method in class jakarta.el.ELUtil
- getConstructor(Class<?>, Constructor<?>) - Static method in class javax.el.ELUtil
- getContext(Class) - Method in class com.sun.el.lang.EvaluationContext
- getContext(Class<?>) - Method in class jakarta.el.ELContext
-
Returns the context object associated with the given key.
- getContext(Class<?>) - Method in class jakarta.el.StandardELContext
- 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
- getCurrentInstance() - Static method in class jakarta.el.ELUtil
- getCurrentInstance() - Static method in class javax.el.ELUtil
- getELContext() - Method in class com.sun.el.lang.EvaluationContext
- getELContext() - Method in class jakarta.el.ELContextEvent
-
Returns the
ELContext
that was created. - getELContext() - Method in class jakarta.el.ELManager
-
Return the ELContext used for parsing and evaluating Jakarta Expression Language expressions.
- 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 jakarta.el.ELProcessor
-
Return the ELManager used for Jakarta Expression Language processing.
- getELManager() - Method in class javax.el.ELProcessor
-
Return the ELManager used for Jakarta Expression Language processing.
- getELResolver() - Method in class com.sun.el.lang.EvaluationContext
- getELResolver() - Method in class jakarta.el.ELContext
-
Retrieves the
ELResolver
associated with this context. - getELResolver() - Method in class jakarta.el.StandardELContext
-
Construct (if needed) and return a default ELResolver.
- 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.
- getEndColumn() - Method in class com.sun.el.parser.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class com.sun.el.parser.SimpleCharStream
-
Get token end line number.
- getEvaluationListeners() - Method in class com.sun.el.lang.EvaluationContext
- getEvaluationListeners() - Method in class jakarta.el.ELContext
-
Returns the list of registered evaluation listeners.
- getEvaluationListeners() - Method in class javax.el.ELContext
-
Returns the list of registered evaluation listeners.
- getExceptionMessageString(ELContext, String) - Static method in class jakarta.el.ELUtil
-
Convenience method, calls through to getExceptionMessageString(ELContext,java.lang.String,Object []).
- getExceptionMessageString(ELContext, String, Object[]) - Static method in class jakarta.el.ELUtil
- getExceptionMessageString(ELContext, String) - Static method in class javax.el.ELUtil
-
Convenience method, calls through to getExceptionMessageString(ELContext,java.lang.String,Object []).
- getExceptionMessageString(ELContext, String, Object[]) - Static method in class javax.el.ELUtil
- getExpectedType() - Method in class com.sun.el.ValueExpressionImpl
- getExpectedType() - Method in class com.sun.el.ValueExpressionLiteral
- getExpectedType() - Method in class jakarta.el.ValueExpression
-
Returns the type the result of the expression will be coerced to after evaluation.
- 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 jakarta.el.ELManager
-
Return the ExpressionFactory instance used for Jakarta Expression Language evaluations.
- getExpressionFactory() - Static method in class jakarta.el.ELUtil
- getExpressionFactory() - Static method in class javax.el.ELManager
-
Return the ExpressionFactory instance used for Jakarta Expression Language evaluations.
- getExpressionFactory() - Static method in class javax.el.ELUtil
- getExpressionString() - Method in class com.sun.el.MethodExpressionImpl
-
Returns the original String used to create this
Expression
, unmodified. - getExpressionString() - Method in class com.sun.el.MethodExpressionLiteral
- getExpressionString() - Method in class com.sun.el.ValueExpressionImpl
-
Returns the type the result of the expression will be coerced to after evaluation.
- getExpressionString() - Method in class com.sun.el.ValueExpressionLiteral
- getExpressionString() - Method in class jakarta.el.Expression
-
Returns the original String used to create this
Expression
, unmodified. - getExpressionString() - Method in class javax.el.Expression
-
Returns the original String used to create this
Expression
, unmodified. - getFeatureDescriptors(ELContext, Object) - Method in class com.sun.el.stream.StreamELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ArrayELResolver
-
Always returns
null
, since there is no reason to iterate through set set of all integers. - getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.BeanELResolver
-
If the base object is not
null
, returns anIterator
containing the set of JavaBeans properties available on the given object. - getFeatureDescriptors(ELContext, Object) - Method in class jakarta.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 jakarta.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 jakarta.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 jakarta.el.ListELResolver
-
Always returns
null
, since there is no reason to iterate through set set of all integers. - getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.MapELResolver
-
If the base object is a map, returns an
Iterator
containing the set of keys available in theMap
. - getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ResourceBundleELResolver
-
If the base object is a ResourceBundle, returns an
Iterator
containing the set of keys available in theResourceBundle
. - getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Returns the properties that can be resolved.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.TypeConverter
- 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 anIterator
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 theMap
. - 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 theResourceBundle
. - 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
- getFloatingPoint() - Method in class com.sun.el.parser.AstFloatingPoint
- getFunctionMapper() - Method in class com.sun.el.lang.EvaluationContext
- getFunctionMapper() - Method in class jakarta.el.ELContext
-
Retrieves the
FunctionMapper
associated with thisELContext
. - getFunctionMapper() - Method in class jakarta.el.StandardELContext
-
Construct (if needed) and return a default FunctionMapper.
- getFunctionMapper() - Method in class javax.el.ELContext
-
Retrieves the
FunctionMapper
associated with thisELContext
. - getFunctionMapper() - Method in class javax.el.StandardELContext
-
Construct (if needed) and return a default FunctionMapper.
- getImage() - Method in interface com.sun.el.parser.Node
- getImage() - Method in class com.sun.el.parser.SimpleNode
- GetImage() - Method in class com.sun.el.parser.SimpleCharStream
-
Get token literal value.
- getImportHandler() - Method in class com.sun.el.lang.EvaluationContext
- getImportHandler() - Method in class jakarta.el.ELContext
-
Retrieves the
ImportHandler
associated with thisELContext
. - getImportHandler() - Method in class javax.el.ELContext
-
Retrieves the
ImportHandler
associated with thisELContext
. - getInitFunctionMap() - Method in class com.sun.el.ExpressionFactoryImpl
- getInitFunctionMap() - Method in class jakarta.el.ExpressionFactory
-
Retrieve a function map containing a pre-configured function mapping.
- getInitFunctionMap() - Method in class javax.el.ExpressionFactory
-
Retrieve a function map containing a pre-configured function mapping.
- getInteger() - Method in class com.sun.el.parser.AstInteger
- getKlass() - Method in class jakarta.el.ELClass
-
Returns the Class instance
- getKlass() - Method in class javax.el.ELClass
-
Returns the Class instance
- getLambdaArgument(String) - Method in class com.sun.el.lang.EvaluationContext
- getLambdaArgument(String) - Method in class jakarta.el.ELContext
-
Retrieves the Lambda argument associated with a formal parameter.
- getLambdaArgument(String) - Method in class javax.el.ELContext
-
Retrieves the Lambda argument associated with a formal parameter.
- getLine() - Method in class com.sun.el.parser.SimpleCharStream
-
Deprecated.
- getLocale() - Method in class jakarta.el.ELContext
-
Get the
Locale
stored by a previous invocation toELContext.setLocale(java.util.Locale)
. - getLocale() - Method in class javax.el.ELContext
-
Get the
Locale
stored by a previous invocation toELContext.setLocale(java.util.Locale)
. - getLocalName() - Method in class com.sun.el.parser.AstFunction
- getMessage() - Method in exception class com.sun.el.parser.ParseException
-
This method has the standard behavior when this object has been created using the standard constructors.
- getMessage() - Method in exception class com.sun.el.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMethod() - Method in class com.sun.el.lang.FunctionMapperImpl.Function
- getMethod(Class<?>, Method) - Static method in class com.sun.el.util.ReflectionUtil
- getMethod(Class<?>, Method) - Static method in class jakarta.el.ELUtil
- getMethod(Class<?>, Method) - Static method in class javax.el.ELUtil
- getMethodExpression(EvaluationContext) - Method in class com.sun.el.parser.AstIdentifier
- getMethodInfo(EvaluationContext, Class[]) - Method in class com.sun.el.parser.AstIdentifier
- getMethodInfo(EvaluationContext, Class[]) - Method in class com.sun.el.parser.AstValue
- getMethodInfo(EvaluationContext, Class[]) - Method in interface com.sun.el.parser.Node
- getMethodInfo(EvaluationContext, Class[]) - Method in class com.sun.el.parser.SimpleNode
- getMethodInfo(ELContext) - Method in class com.sun.el.MethodExpressionImpl
-
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
- getMethodInfo(ELContext) - Method in class com.sun.el.MethodExpressionLiteral
- getMethodInfo(ELContext) - Method in class jakarta.el.MethodExpression
-
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
- 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 jakarta.el.MethodInfo
-
Returns the name of the method
- getName() - Method in class javax.el.MethodInfo
-
Returns the name of the method
- getNextToken() - Method in class com.sun.el.parser.ELParser
-
Get the next Token.
- getNextToken() - Method in class com.sun.el.parser.ELParserTokenManager
-
Get the next Token.
- getNode() - Method in class com.sun.el.MethodExpressionImpl
- getNode() - Method in class com.sun.el.ValueExpressionImpl
- getOutputName() - Method in class com.sun.el.parser.AstFunction
- getParameterCount() - Method in class com.sun.el.parser.AstMethodArguments
- getParameters() - Method in class com.sun.el.parser.AstLambdaParameters
- getParameters(EvaluationContext) - Method in class com.sun.el.parser.AstMethodArguments
- getParameterTypes() - Method in class com.sun.el.util.ReflectionUtil.ConstructorWrapper
- getParameterTypes() - Method in class com.sun.el.util.ReflectionUtil.MethodWrapper
- getParameterTypes() - Method in class com.sun.el.util.ReflectionUtil.Wrapper
- getParameterTypes() - Method in class jakarta.el.ELUtil.ConstructorWrapper
- getParameterTypes() - Method in class jakarta.el.ELUtil.MethodWrapper
- getParameterTypes() - Method in class jakarta.el.ELUtil.Wrapper
- getParameterTypes() - Method in class javax.el.ELUtil.ConstructorWrapper
- getParameterTypes() - Method in class javax.el.ELUtil.MethodWrapper
- getParameterTypes() - Method in class javax.el.ELUtil.Wrapper
- getParamTypes() - Method in class com.sun.el.parser.AstMethodArguments
- getParamTypes() - Method in class jakarta.el.MethodInfo
-
Returns the parameter types of the method
- getParamTypes() - Method in class javax.el.MethodInfo
-
Returns the parameter types of the method
- getPrefix() - Method in class com.sun.el.parser.AstFunction
- getProperty() - Method in class jakarta.el.ValueReference
- getProperty() - Method in class javax.el.ValueReference
- getProperty(String) - Method in class com.sun.el.ExpressionFactoryImpl
- getPropertyDescriptor(Object, Object) - Static method in class com.sun.el.util.ReflectionUtil
- getPropertyType() - Method in class jakarta.el.BeanELResolver.BeanProperty
- getPropertyType() - Method in class javax.el.BeanELResolver.BeanProperty
- getReadMethod() - Method in class jakarta.el.BeanELResolver.BeanProperty
- getReadMethod() - Method in class javax.el.BeanELResolver.BeanProperty
- getReturnType() - Method in class jakarta.el.MethodInfo
-
Returns the return type of the method
- getReturnType() - Method in class javax.el.MethodInfo
-
Returns the return type of the method
- getStreamELResolver() - Method in class com.sun.el.ExpressionFactoryImpl
- getStreamELResolver() - Method in class jakarta.el.ExpressionFactory
-
Retrieves an ELResolver that implements the operations in collections.
- getStreamELResolver() - Method in class javax.el.ExpressionFactory
-
Retrieves an ELResolver that implements the operations in collections.
- getString() - Method in class com.sun.el.parser.AstString
- GetSuffix(int) - Method in class com.sun.el.parser.SimpleCharStream
-
Get the suffix.
- getTabSize(int) - Method in class com.sun.el.parser.SimpleCharStream
- getTarget(EvaluationContext) - Method in class com.sun.el.parser.AstValue
- getToken(int) - Method in class com.sun.el.parser.ELParser
-
Get the specific Token.
- getType(EvaluationContext) - Method in class com.sun.el.parser.ArithmeticNode
- getType(EvaluationContext) - Method in class com.sun.el.parser.AstChoice
- getType(EvaluationContext) - Method in class com.sun.el.parser.AstCompositeExpression
- getType(EvaluationContext) - Method in class com.sun.el.parser.AstDeferredExpression
- getType(EvaluationContext) - Method in class com.sun.el.parser.AstDynamicExpression
- getType(EvaluationContext) - Method in class com.sun.el.parser.AstEmpty
- getType(EvaluationContext) - Method in class com.sun.el.parser.AstFloatingPoint
- getType(EvaluationContext) - Method in class com.sun.el.parser.AstFunction
- getType(EvaluationContext) - Method in class com.sun.el.parser.AstIdentifier
- getType(EvaluationContext) - Method in class com.sun.el.parser.AstInteger
- getType(EvaluationContext) - Method in class com.sun.el.parser.AstLiteralExpression
- getType(EvaluationContext) - Method in class com.sun.el.parser.AstNegative
- getType(EvaluationContext) - Method in class com.sun.el.parser.AstNot
- getType(EvaluationContext) - Method in class com.sun.el.parser.AstNull
- getType(EvaluationContext) - Method in class com.sun.el.parser.AstString
- getType(EvaluationContext) - Method in class com.sun.el.parser.AstValue
- getType(EvaluationContext) - Method in class com.sun.el.parser.BooleanNode
- getType(EvaluationContext) - Method in interface com.sun.el.parser.Node
- getType(EvaluationContext) - Method in class com.sun.el.parser.SimpleNode
- getType(ELContext) - Method in class com.sun.el.ValueExpressionImpl
- getType(ELContext) - Method in class com.sun.el.ValueExpressionLiteral
- getType(ELContext) - Method in class jakarta.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 theValueExpression.setValue(jakarta.el.ELContext, java.lang.Object)
method. - getType(ELContext, Object, Object) - Method in class com.sun.el.stream.StreamELResolver
- getType(ELContext, Object, Object) - Method in class jakarta.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 jakarta.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 jakarta.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 jakarta.el.CompositeELResolver
-
For a given
base
andproperty
, attempts to identify the most general type that is acceptable for an object to be passed as thevalue
parameter in a future call to theCompositeELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
method. - getType(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
-
For a given
base
andproperty
, attempts to identify the most general type that is acceptable for an object to be passed as thevalue
parameter in a future call to theELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
method. - getType(ELContext, Object, Object) - Method in class jakarta.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 jakarta.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 jakarta.el.ResourceBundleELResolver
-
If the base object is an instance of
ResourceBundle
, returnnull
, since the resolver is read only. - getType(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Returns the type of a static field.
- getType(ELContext, Object, Object) - Method in class jakarta.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 theValueExpression.setValue(javax.el.ELContext, java.lang.Object)
method. - 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
andproperty
, attempts to identify the most general type that is acceptable for an object to be passed as thevalue
parameter in a future call to theCompositeELResolver.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
andproperty
, attempts to identify the most general type that is acceptable for an object to be passed as thevalue
parameter in a future call to theELResolver.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
, returnnull
, 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
- getTypesFromValues(Object[]) - Static method in class com.sun.el.util.ReflectionUtil
- getTypesFromValues(Object[]) - Static method in class jakarta.el.ELUtil
- getTypesFromValues(Object[]) - Static method in class javax.el.ELUtil
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstAnd
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstAssign
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstBracketSuffix
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstChoice
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstCompositeExpression
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstConcat
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstDeferredExpression
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstDiv
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstDotSuffix
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstDynamicExpression
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstEmpty
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstEqual
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstFalse
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstFloatingPoint
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstFunction
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstGreaterThan
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstGreaterThanEqual
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstIdentifier
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstInteger
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstLambdaExpression
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstLessThan
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstLessThanEqual
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstListData
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstLiteralExpression
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstMapData
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstMinus
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstMod
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstMult
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstNegative
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstNot
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstNotEqual
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstNull
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstOr
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstPlus
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstSemiColon
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstString
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstTrue
- getValue(EvaluationContext) - Method in class com.sun.el.parser.AstValue
- getValue(EvaluationContext) - Method in interface com.sun.el.parser.Node
- getValue(EvaluationContext) - Method in class com.sun.el.parser.SimpleNode
- getValue(ELContext) - Method in class com.sun.el.ValueExpressionImpl
- getValue(ELContext) - Method in class com.sun.el.ValueExpressionLiteral
- getValue(ELContext) - Method in class jakarta.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns the resulting value.
- getValue(ELContext, Object, Object) - Method in class com.sun.el.stream.StreamELResolver
- getValue(ELContext, Object, Object) - Method in class jakarta.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 jakarta.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 jakarta.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 jakarta.el.CompositeELResolver
-
Attempts to resolve the given
property
object on the givenbase
object by querying all component resolvers. - getValue(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
-
Attempts to resolve the given
property
object on the givenbase
object. - getValue(ELContext, Object, Object) - Method in class jakarta.el.ListELResolver
-
If the base object is a list, returns the value at the given index.
- getValue(ELContext, Object, Object) - Method in class jakarta.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 jakarta.el.ResourceBundleELResolver
-
If the base object is an instance of
ResourceBundle
, the provided property will first be coerced to aString
. - getValue(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Returns the value of a static field.
- getValue(ELContext, Object, Object) - Method in class jakarta.el.TypeConverter
- getValue(Object, Node, EvaluationContext) - Method in class com.sun.el.parser.AstValue
- getValue(String, Class<?>) - Method in class jakarta.el.ELProcessor
-
Evaluates an Jakarta Expression Language expression, and coerces the result to the specified type.
- 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) - Method in class javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns the resulting value.
- 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 givenbase
object by querying all component resolvers. - getValue(ELContext, Object, Object) - Method in class javax.el.ELResolver
-
Attempts to resolve the given
property
object on the givenbase
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 aString
. - 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
- getValueReference(EvaluationContext) - Method in class com.sun.el.parser.AstIdentifier
- getValueReference(EvaluationContext) - Method in class com.sun.el.parser.AstValue
- getValueReference(EvaluationContext) - Method in interface com.sun.el.parser.Node
- getValueReference(EvaluationContext) - Method in class com.sun.el.parser.SimpleNode
- getValueReference(ELContext) - Method in class com.sun.el.ValueExpressionImpl
- getValueReference(ELContext) - Method in class jakarta.el.ValueExpression
-
Returns a
ValueReference
for this expression instance. - getValueReference(ELContext) - Method in class javax.el.ValueExpression
-
Returns a
ValueReference
for this expression instance. - getVariableMapper() - Method in class com.sun.el.lang.EvaluationContext
- getVariableMapper() - Method in class jakarta.el.ELContext
-
Retrieves the
VariableMapper
associated with thisELContext
. - getVariableMapper() - Method in class jakarta.el.StandardELContext
-
Construct (if needed) and return a default VariableMapper() {
- getVariableMapper() - Method in class javax.el.ELContext
-
Retrieves the
VariableMapper
associated with thisELContext
. - getVariableMapper() - Method in class javax.el.StandardELContext
-
Construct (if needed) and return a default VariableMapper() {
- getWriteMethod() - Method in class jakarta.el.BeanELResolver.BeanProperty
- getWriteMethod() - Method in class javax.el.BeanELResolver.BeanProperty
- GT0 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- GT1 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
H
- hashCode() - Method in class com.sun.el.lang.FunctionMapperImpl.Function
- hashCode() - Method in class com.sun.el.MethodExpressionImpl
-
Returns the hash code for this
Expression
. - hashCode() - Method in class com.sun.el.MethodExpressionLiteral
- hashCode() - Method in interface com.sun.el.parser.Node
- hashCode() - Method in class com.sun.el.parser.SimpleNode
- hashCode() - Method in class com.sun.el.ValueExpressionImpl
- hashCode() - Method in class com.sun.el.ValueExpressionLiteral
- hashCode() - Method in class jakarta.el.Expression
-
Returns the hash code for this
Expression
. - hashCode() - Method in class javax.el.Expression
-
Returns the hash code for this
Expression
. - hasNext() - Method in class com.sun.el.stream.Stream.Iterator1
- hasNext() - Method in class com.sun.el.stream.Stream.Iterator2
- hasNext() - Method in class jakarta.el.CompositeELResolver.CompositeIterator
- hasNext() - Method in class javax.el.CompositeELResolver.CompositeIterator
I
- id - Variable in class com.sun.el.parser.SimpleNode
- Identifier() - Method in class com.sun.el.parser.ELParser
- IDENTIFIER - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- ifPresent(LambdaExpression) - Method in class com.sun.el.stream.Optional
- ILLEGAL_CHARACTER - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- image - Variable in class com.sun.el.parser.ELParserTokenManager
- image - Variable in class com.sun.el.parser.SimpleNode
- image - Variable in class com.sun.el.parser.Token
-
The string image of the token.
- IMPL_OBJ_START - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- importClass(String) - Method in class jakarta.el.ELManager
-
Import a class.
- importClass(String) - Method in class jakarta.el.ImportHandler
-
Import a class.
- importClass(String) - Method in class javax.el.ELManager
-
Import a class.
- importClass(String) - Method in class javax.el.ImportHandler
-
Import a class.
- importHandler - Variable in class jakarta.el.ELContext
- importHandler - Variable in class javax.el.ELContext
- ImportHandler - Class in jakarta.el
-
Handles imports of class names and package names.
- ImportHandler - Class in javax.el
-
Handles imports of class names and package names.
- ImportHandler() - Constructor for class jakarta.el.ImportHandler
- ImportHandler() - Constructor for class javax.el.ImportHandler
- importPackage(String) - Method in class jakarta.el.ELManager
-
Import a package.
- importPackage(String) - Method in class jakarta.el.ImportHandler
-
Import all the classes in a package.
- 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 jakarta.el.ELManager
-
Import a static field or method.
- importStatic(String) - Method in class jakarta.el.ImportHandler
-
Import a static field or method.
- 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.
- IN_EXPRESSION - Static variable in interface com.sun.el.parser.ELParserConstants
-
Lexical state.
- IN_MAP - Static variable in interface com.sun.el.parser.ELParserConstants
-
Lexical state.
- inBuf - Variable in class com.sun.el.parser.SimpleCharStream
- index - Variable in class jakarta.el.CompositeELResolver.CompositeIterator
- index - Variable in class javax.el.CompositeELResolver.CompositeIterator
- initFunctionMap - Variable in class jakarta.el.StandardELContext
- initFunctionMap - Variable in class javax.el.StandardELContext
- input_stream - Variable in class com.sun.el.parser.ELParserTokenManager
- inputStream - Variable in class com.sun.el.parser.SimpleCharStream
- instance - Static variable in class jakarta.el.ELUtil
-
The
ThreadLocal
variable used to record thejakarta.faces.context.FacesContext
instance for each processing thread. - instance - Static variable in class javax.el.ELUtil
-
The
ThreadLocal
variable used to record thejavax.faces.context.FacesContext
instance for each processing thread. - INSTANCEOF - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- Integer() - Method in class com.sun.el.parser.ELParser
- INTEGER_LITERAL - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- INVALID_LEXICAL_STATE - Static variable in exception class com.sun.el.parser.TokenMgrError
-
Tried to change to an invalid lexical state.
- invoke(EvaluationContext, Class[], Object[]) - Method in class com.sun.el.parser.AstChoice
- invoke(EvaluationContext, Class[], Object[]) - Method in class com.sun.el.parser.AstIdentifier
- invoke(EvaluationContext, Class[], Object[]) - Method in class com.sun.el.parser.AstValue
- invoke(EvaluationContext, Class[], Object[]) - Method in interface com.sun.el.parser.Node
- invoke(EvaluationContext, Class[], Object[]) - Method in class com.sun.el.parser.SimpleNode
- invoke(ELContext, Object[]) - Method in class com.sun.el.MethodExpressionImpl
-
Evaluates the expression relative to the provided context, invokes the method that was found using the supplied parameters, and returns the result of the method invocation.
- invoke(ELContext, Object[]) - Method in class com.sun.el.MethodExpressionLiteral
- invoke(ELContext, Object...) - Method in class jakarta.el.LambdaExpression
-
Invoke the encapsulated Lambda expression.
- invoke(ELContext, Object[]) - Method in class jakarta.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 com.sun.el.stream.StreamELResolver
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.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 jakarta.el.CompositeELResolver
-
Attempts to resolve and invoke the given
method
on the givenbase
object by querying all component resolvers. - invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.ELResolver
-
Attempts to resolve and invoke the given
method
on the givenbase
object. - invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.StaticFieldELResolver
-
Invokes a public static method or the constructor for a class.
- invoke(Object...) - Method in class jakarta.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.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.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 givenbase
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 givenbase
object. - invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.StaticFieldELResolver
-
Invokes a public static method or the constructor for a class.
- invokeConstructor(ELContext, Constructor<?>, Object[]) - Static method in class jakarta.el.ELUtil
- invokeConstructor(ELContext, Constructor<?>, Object[]) - Static method in class javax.el.ELUtil
- invokeMethod(ELContext, Method, Object, Object[]) - Static method in class com.sun.el.util.ReflectionUtil
- invokeMethod(ELContext, Method, Object, Object[]) - Static method in class jakarta.el.ELUtil
- invokeMethod(ELContext, Method, Object, Object[]) - Static method in class javax.el.ELUtil
- isAssignableFrom(Class<?>, Class<?>) - Static method in class com.sun.el.util.ReflectionUtil
- isAssignableFrom(Class<?>, Class<?>) - Static method in class jakarta.el.ELUtil
- isAssignableFrom(Class<?>, Class<?>) - Static method in class javax.el.ELUtil
- isBackwardCompatible22 - Variable in class com.sun.el.ExpressionFactoryImpl
- isBigDecimalOp(Object, Object) - Static method in class com.sun.el.lang.ELSupport
- isBigIntegerOp(Object, Object) - Static method in class com.sun.el.lang.ELSupport
- isBridge() - Method in class com.sun.el.util.ReflectionUtil.ConstructorWrapper
- isBridge() - Method in class com.sun.el.util.ReflectionUtil.MethodWrapper
- isBridge() - Method in class com.sun.el.util.ReflectionUtil.Wrapper
- isBridge() - Method in class jakarta.el.ELUtil.ConstructorWrapper
- isBridge() - Method in class jakarta.el.ELUtil.MethodWrapper
- isBridge() - Method in class jakarta.el.ELUtil.Wrapper
- isBridge() - Method in class javax.el.ELUtil.ConstructorWrapper
- isBridge() - Method in class javax.el.ELUtil.MethodWrapper
- isBridge() - Method in class javax.el.ELUtil.Wrapper
- isCoercibleFrom(Object, Class<?>) - Static method in class com.sun.el.util.ReflectionUtil
- isCoercibleFrom(Object, Class<?>) - Static method in class jakarta.el.ELUtil
- isCoercibleFrom(Object, Class<?>) - Static method in class javax.el.ELUtil
- isDoubleOp(Object, Object) - Static method in class com.sun.el.lang.ELSupport
- isDoubleStringOp(Object, Object) - Static method in class com.sun.el.lang.ELSupport
- isLambdaArgument(String) - Method in class com.sun.el.lang.EvaluationContext
- isLambdaArgument(String) - Method in class jakarta.el.ELContext
-
Inquires if the name is a LambdaArgument
- isLambdaArgument(String) - Method in class javax.el.ELContext
-
Inquires if the name is a LambdaArgument
- isLiteralText() - Method in class com.sun.el.MethodExpressionImpl
- isLiteralText() - Method in class com.sun.el.MethodExpressionLiteral
- isLiteralText() - Method in class com.sun.el.ValueExpressionImpl
- isLiteralText() - Method in class com.sun.el.ValueExpressionLiteral
- isLiteralText() - Method in class jakarta.el.Expression
-
Returns whether this expression was created from only literal text.
- isLiteralText() - Method in class javax.el.Expression
-
Returns whether this expression was created from only literal text.
- isLongOp(Object, Object) - Static method in class com.sun.el.lang.ELSupport
- isMethodCall() - Method in class com.sun.el.parser.AstValue.Target
- isMoreSpecific(ReflectionUtil.Wrapper, ReflectionUtil.Wrapper, Class<?>[], boolean) - Static method in class com.sun.el.util.ReflectionUtil
- isMoreSpecific(ELUtil.Wrapper, ELUtil.Wrapper, Class<?>[], boolean) - Static method in class jakarta.el.ELUtil
- isMoreSpecific(Class<?>, Class<?>, Class<?>, boolean) - Static method in class com.sun.el.util.ReflectionUtil
- isMoreSpecific(Class<?>, Class<?>, Class<?>, boolean) - Static method in class jakarta.el.ELUtil
- isMoreSpecific(Class<?>, Class<?>, Class<?>, boolean) - Static method in class javax.el.ELUtil
- isMoreSpecific(ELUtil.Wrapper, ELUtil.Wrapper, Class<?>[], boolean) - Static method in class javax.el.ELUtil
- isNameResolved(String) - Method in class jakarta.el.BeanNameResolver
-
Returns whether the given name is resolved by the BeanNameResolver
- isNameResolved(String) - Method in class jakarta.el.StandardELContext.LocalBeanNameResolver
- isNameResolved(String) - Method in class javax.el.BeanNameResolver
-
Returns whether the given name is resolved by the BeanNameResolver
- isNameResolved(String) - Method in class javax.el.StandardELContext.LocalBeanNameResolver
- isNumber(Object) - Static method in class com.sun.el.lang.ELArithmetic
- isNumberType(Class) - Static method in class com.sun.el.lang.ELArithmetic
- isParametersProvided() - Method in class com.sun.el.MethodExpressionImpl
- isParametersProvided() - Method in class com.sun.el.parser.AstMethodArguments
- isParametersProvided() - Method in class com.sun.el.parser.AstValue
- isParametersProvided() - Method in interface com.sun.el.parser.Node
- isParametersProvided() - Method in class com.sun.el.parser.SimpleNode
- isParametersProvided() - Method in class jakarta.el.MethodExpression
-
Return whether this MethodExpression was created with parameters.
- isParametersProvided() - Method in class javax.el.MethodExpression
-
Return whether this MethodExpression was created with parameters.
- isParmetersProvided() - Method in class jakarta.el.MethodExpression
-
Deprecated.
- isParmetersProvided() - Method in class javax.el.MethodExpression
-
Deprecated.
- isPresent() - Method in class com.sun.el.stream.Optional
- isPropertyResolved() - Method in class com.sun.el.lang.EvaluationContext
- isPropertyResolved() - Method in class jakarta.el.ELContext
-
Returns whether an
ELResolver
has successfully resolved a given (base, property) pair. - isPropertyResolved() - Method in class javax.el.ELContext
-
Returns whether an
ELResolver
has successfully resolved a given (base, property) pair. - isReadOnly - Variable in class jakarta.el.ArrayELResolver
- isReadOnly - Variable in class jakarta.el.BeanELResolver
- isReadOnly - Variable in class jakarta.el.ListELResolver
- isReadOnly - Variable in class jakarta.el.MapELResolver
- isReadOnly - Variable in class javax.el.ArrayELResolver
- isReadOnly - Variable in class javax.el.BeanELResolver
- isReadOnly - Variable in class javax.el.ListELResolver
- isReadOnly - Variable in class javax.el.MapELResolver
- isReadOnly() - Method in class jakarta.el.BeanELResolver.BeanProperty
- isReadOnly() - Method in class javax.el.BeanELResolver.BeanProperty
- isReadOnly(EvaluationContext) - Method in class com.sun.el.parser.AstChoice
- isReadOnly(EvaluationContext) - Method in class com.sun.el.parser.AstDeferredExpression
- isReadOnly(EvaluationContext) - Method in class com.sun.el.parser.AstDynamicExpression
- isReadOnly(EvaluationContext) - Method in class com.sun.el.parser.AstIdentifier
- isReadOnly(EvaluationContext) - Method in class com.sun.el.parser.AstValue
- isReadOnly(EvaluationContext) - Method in interface com.sun.el.parser.Node
- isReadOnly(EvaluationContext) - Method in class com.sun.el.parser.SimpleNode
- isReadOnly(ELContext) - Method in class com.sun.el.ValueExpressionImpl
- isReadOnly(ELContext) - Method in class com.sun.el.ValueExpressionLiteral
- isReadOnly(ELContext) - Method in class jakarta.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns
true
if a call toValueExpression.setValue(jakarta.el.ELContext, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class com.sun.el.stream.StreamELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ArrayELResolver
-
If the base object is a Java language array, returns whether a call to
ArrayELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.BeanELResolver
-
If the base object is not
null
, returns whether a call toBeanELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class jakarta.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(ELContext, Object, Object) - Method in class jakarta.el.CompositeELResolver
-
For a given
base
andproperty
, attempts to determine whether a call toCompositeELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
-
For a given
base
andproperty
, attempts to determine whether a call toELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ListELResolver
-
If the base object is a list, returns whether a call to
ListELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.MapELResolver
-
If the base object is a map, returns whether a call to
MapELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Inquires whether the static field is writable.
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.TypeConverter
- isReadOnly(String) - Method in class jakarta.el.BeanNameResolver
-
Indicates if the bean of the given name is read-only or writable
- isReadOnly(String) - Method in class jakarta.el.StandardELContext.LocalBeanNameResolver
- isReadOnly(String) - Method in class javax.el.BeanNameResolver
-
Indicates if the bean of the given name is read-only or writable
- isReadOnly(String) - Method in class javax.el.StandardELContext.LocalBeanNameResolver
- isReadOnly(ELContext) - Method in class javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns
true
if a call toValueExpression.setValue(javax.el.ELContext, java.lang.Object)
will always fail. - 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 toBeanELResolver.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(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
-
For a given
base
andproperty
, attempts to determine whether a call toCompositeELResolver.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
andproperty
, attempts to determine whether a call toELResolver.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
MapELResolver.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
- 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
- isStringFloat(String) - Static method in class com.sun.el.lang.ELSupport
- isVarArgs() - Method in class com.sun.el.util.ReflectionUtil.ConstructorWrapper
- isVarArgs() - Method in class com.sun.el.util.ReflectionUtil.MethodWrapper
- isVarArgs() - Method in class com.sun.el.util.ReflectionUtil.Wrapper
- isVarArgs() - Method in class jakarta.el.ELUtil.ConstructorWrapper
- isVarArgs() - Method in class jakarta.el.ELUtil.MethodWrapper
- isVarArgs() - Method in class jakarta.el.ELUtil.Wrapper
- isVarArgs() - Method in class javax.el.ELUtil.ConstructorWrapper
- isVarArgs() - Method in class javax.el.ELUtil.MethodWrapper
- isVarArgs() - Method in class javax.el.ELUtil.Wrapper
- iter - Variable in class com.sun.el.stream.Stream.Iterator1
- iterator() - Method in class com.sun.el.stream.Stream
- iterator(Iterator<Object>) - Method in interface com.sun.el.stream.Operator
- Iterator0() - Constructor for class com.sun.el.stream.Stream.Iterator0
- Iterator1(Iterator) - Constructor for class com.sun.el.stream.Stream.Iterator1
- Iterator2(Iterator) - Constructor for class com.sun.el.stream.Stream.Iterator2
J
- jakarta.el - package jakarta.el
-
Provides the API for Jakarta Expression Language 4.0
- Jakarta Expression Language Context - Search tag in package jakarta.el
- Section
- Jakarta Expression Language Context - Search tag in package javax.el
- Section
- Jakarta Expression Language Functions - Search tag in package jakarta.el
- Section
- Jakarta Expression Language Functions - Search tag in package javax.el
- Section
- Jakarta Expression Language in Stand-alone environment - Search tag in package jakarta.el
- Section
- Jakarta Expression Language in Stand-alone environment - Search tag in package javax.el
- Section
- Jakarta Expression Language Variables - Search tag in package jakarta.el
- Section
- Jakarta Expression Language Variables - Search tag in package javax.el
- Section
- javax.el - package javax.el
-
Provides the API for Jakarta Expression Language 4.0
- jj_2_1(int) - Method in class com.sun.el.parser.ELParser
- jj_2_2(int) - Method in class com.sun.el.parser.ELParser
- jj_2_3(int) - Method in class com.sun.el.parser.ELParser
- jj_2_4(int) - Method in class com.sun.el.parser.ELParser
- jj_2_5(int) - Method in class com.sun.el.parser.ELParser
- jj_2_6(int) - Method in class com.sun.el.parser.ELParser
- jj_2_rtns - Variable in class com.sun.el.parser.ELParser
- jj_3_1() - Method in class com.sun.el.parser.ELParser
- jj_3_2() - Method in class com.sun.el.parser.ELParser
- jj_3_3() - Method in class com.sun.el.parser.ELParser
- jj_3_4() - Method in class com.sun.el.parser.ELParser
- jj_3_5() - Method in class com.sun.el.parser.ELParser
- jj_3_6() - Method in class com.sun.el.parser.ELParser
- jj_3R_100() - Method in class com.sun.el.parser.ELParser
- jj_3R_101() - Method in class com.sun.el.parser.ELParser
- jj_3R_102() - Method in class com.sun.el.parser.ELParser
- jj_3R_103() - Method in class com.sun.el.parser.ELParser
- jj_3R_18() - Method in class com.sun.el.parser.ELParser
- jj_3R_19() - Method in class com.sun.el.parser.ELParser
- jj_3R_20() - Method in class com.sun.el.parser.ELParser
- jj_3R_21() - Method in class com.sun.el.parser.ELParser
- jj_3R_22() - Method in class com.sun.el.parser.ELParser
- jj_3R_23() - Method in class com.sun.el.parser.ELParser
- jj_3R_24() - Method in class com.sun.el.parser.ELParser
- jj_3R_25() - Method in class com.sun.el.parser.ELParser
- jj_3R_26() - Method in class com.sun.el.parser.ELParser
- jj_3R_27() - Method in class com.sun.el.parser.ELParser
- jj_3R_28() - Method in class com.sun.el.parser.ELParser
- jj_3R_29() - Method in class com.sun.el.parser.ELParser
- jj_3R_30() - Method in class com.sun.el.parser.ELParser
- jj_3R_31() - Method in class com.sun.el.parser.ELParser
- jj_3R_32() - Method in class com.sun.el.parser.ELParser
- jj_3R_33() - Method in class com.sun.el.parser.ELParser
- jj_3R_34() - Method in class com.sun.el.parser.ELParser
- jj_3R_35() - Method in class com.sun.el.parser.ELParser
- jj_3R_36() - Method in class com.sun.el.parser.ELParser
- jj_3R_37() - Method in class com.sun.el.parser.ELParser
- jj_3R_38() - Method in class com.sun.el.parser.ELParser
- jj_3R_39() - Method in class com.sun.el.parser.ELParser
- jj_3R_40() - Method in class com.sun.el.parser.ELParser
- jj_3R_41() - Method in class com.sun.el.parser.ELParser
- jj_3R_42() - Method in class com.sun.el.parser.ELParser
- jj_3R_43() - Method in class com.sun.el.parser.ELParser
- jj_3R_44() - Method in class com.sun.el.parser.ELParser
- jj_3R_45() - Method in class com.sun.el.parser.ELParser
- jj_3R_46() - Method in class com.sun.el.parser.ELParser
- jj_3R_47() - Method in class com.sun.el.parser.ELParser
- jj_3R_48() - Method in class com.sun.el.parser.ELParser
- jj_3R_49() - Method in class com.sun.el.parser.ELParser
- jj_3R_50() - Method in class com.sun.el.parser.ELParser
- jj_3R_51() - Method in class com.sun.el.parser.ELParser
- jj_3R_52() - Method in class com.sun.el.parser.ELParser
- jj_3R_53() - Method in class com.sun.el.parser.ELParser
- jj_3R_54() - Method in class com.sun.el.parser.ELParser
- jj_3R_55() - Method in class com.sun.el.parser.ELParser
- jj_3R_56() - Method in class com.sun.el.parser.ELParser
- jj_3R_57() - Method in class com.sun.el.parser.ELParser
- jj_3R_58() - Method in class com.sun.el.parser.ELParser
- jj_3R_59() - Method in class com.sun.el.parser.ELParser
- jj_3R_60() - Method in class com.sun.el.parser.ELParser
- jj_3R_61() - Method in class com.sun.el.parser.ELParser
- jj_3R_62() - Method in class com.sun.el.parser.ELParser
- jj_3R_63() - Method in class com.sun.el.parser.ELParser
- jj_3R_64() - Method in class com.sun.el.parser.ELParser
- jj_3R_65() - Method in class com.sun.el.parser.ELParser
- jj_3R_66() - Method in class com.sun.el.parser.ELParser
- jj_3R_67() - Method in class com.sun.el.parser.ELParser
- jj_3R_68() - Method in class com.sun.el.parser.ELParser
- jj_3R_69() - Method in class com.sun.el.parser.ELParser
- jj_3R_70() - Method in class com.sun.el.parser.ELParser
- jj_3R_71() - Method in class com.sun.el.parser.ELParser
- jj_3R_72() - Method in class com.sun.el.parser.ELParser
- jj_3R_73() - Method in class com.sun.el.parser.ELParser
- jj_3R_74() - Method in class com.sun.el.parser.ELParser
- jj_3R_75() - Method in class com.sun.el.parser.ELParser
- jj_3R_76() - Method in class com.sun.el.parser.ELParser
- jj_3R_77() - Method in class com.sun.el.parser.ELParser
- jj_3R_78() - Method in class com.sun.el.parser.ELParser
- jj_3R_79() - Method in class com.sun.el.parser.ELParser
- jj_3R_80() - Method in class com.sun.el.parser.ELParser
- jj_3R_81() - Method in class com.sun.el.parser.ELParser
- jj_3R_82() - Method in class com.sun.el.parser.ELParser
- jj_3R_83() - Method in class com.sun.el.parser.ELParser
- jj_3R_84() - Method in class com.sun.el.parser.ELParser
- jj_3R_85() - Method in class com.sun.el.parser.ELParser
- jj_3R_86() - Method in class com.sun.el.parser.ELParser
- jj_3R_87() - Method in class com.sun.el.parser.ELParser
- jj_3R_88() - Method in class com.sun.el.parser.ELParser
- jj_3R_89() - Method in class com.sun.el.parser.ELParser
- jj_3R_90() - Method in class com.sun.el.parser.ELParser
- jj_3R_91() - Method in class com.sun.el.parser.ELParser
- jj_3R_92() - Method in class com.sun.el.parser.ELParser
- jj_3R_93() - Method in class com.sun.el.parser.ELParser
- jj_3R_94() - Method in class com.sun.el.parser.ELParser
- jj_3R_95() - Method in class com.sun.el.parser.ELParser
- jj_3R_96() - Method in class com.sun.el.parser.ELParser
- jj_3R_97() - Method in class com.sun.el.parser.ELParser
- jj_3R_98() - Method in class com.sun.el.parser.ELParser
- jj_3R_99() - Method in class com.sun.el.parser.ELParser
- jj_add_error_token(int, int) - Method in class com.sun.el.parser.ELParser
- jj_consume_token(int) - Method in class com.sun.el.parser.ELParser
- jj_endpos - Variable in class com.sun.el.parser.ELParser
- jj_expentries - Variable in class com.sun.el.parser.ELParser
- jj_expentry - Variable in class com.sun.el.parser.ELParser
- jj_gc - Variable in class com.sun.el.parser.ELParser
- jj_gen - Variable in class com.sun.el.parser.ELParser
- jj_input_stream - Variable in class com.sun.el.parser.ELParser
- jj_kind - Variable in class com.sun.el.parser.ELParser
- jj_la - Variable in class com.sun.el.parser.ELParser
- jj_la1 - Variable in class com.sun.el.parser.ELParser
- jj_la1_0 - Static variable in class com.sun.el.parser.ELParser
- jj_la1_1 - Static variable in class com.sun.el.parser.ELParser
- jj_la1_init_0() - Static method in class com.sun.el.parser.ELParser
- jj_la1_init_1() - Static method in class com.sun.el.parser.ELParser
- jj_lastpos - Variable in class com.sun.el.parser.ELParser
- jj_lasttokens - Variable in class com.sun.el.parser.ELParser
- jj_ls - Static variable in class com.sun.el.parser.ELParser
- jj_nt - Variable in class com.sun.el.parser.ELParser
-
Next token.
- jj_ntk - Variable in class com.sun.el.parser.ELParser
- jj_ntk() - Method in class com.sun.el.parser.ELParser
- jj_rescan - Variable in class com.sun.el.parser.ELParser
- jj_rescan_token() - Method in class com.sun.el.parser.ELParser
- jj_save(int, int) - Method in class com.sun.el.parser.ELParser
- jj_scan_token(int) - Method in class com.sun.el.parser.ELParser
- jj_scanpos - Variable in class com.sun.el.parser.ELParser
- jjAddStates(int, int) - Method in class com.sun.el.parser.ELParserTokenManager
- jjbitVec0 - Static variable in class com.sun.el.parser.ELParserTokenManager
- jjbitVec2 - Static variable in class com.sun.el.parser.ELParserTokenManager
- jjbitVec3 - Static variable in class com.sun.el.parser.ELParserTokenManager
- jjbitVec4 - Static variable in class com.sun.el.parser.ELParserTokenManager
- jjbitVec5 - Static variable in class com.sun.el.parser.ELParserTokenManager
- jjbitVec6 - Static variable in class com.sun.el.parser.ELParserTokenManager
- jjbitVec7 - Static variable in class com.sun.el.parser.ELParserTokenManager
- jjbitVec8 - Static variable in class com.sun.el.parser.ELParserTokenManager
- JJCalls() - Constructor for class com.sun.el.parser.ELParser.JJCalls
- jjCanMove_0(int, int, int, long, long) - Static method in class com.sun.el.parser.ELParserTokenManager
- jjCanMove_1(int, int, int, long, long) - Static method in class com.sun.el.parser.ELParserTokenManager
- jjCheckNAdd(int) - Method in class com.sun.el.parser.ELParserTokenManager
- jjCheckNAddStates(int, int) - Method in class com.sun.el.parser.ELParserTokenManager
- jjCheckNAddTwoStates(int, int) - Method in class com.sun.el.parser.ELParserTokenManager
- jjFillToken() - Method in class com.sun.el.parser.ELParserTokenManager
- jjimage - Variable in class com.sun.el.parser.ELParserTokenManager
- jjimageLen - Variable in class com.sun.el.parser.ELParserTokenManager
- jjmatchedKind - Variable in class com.sun.el.parser.ELParserTokenManager
- jjmatchedPos - Variable in class com.sun.el.parser.ELParserTokenManager
- jjMoveNfa_0(int, int) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveNfa_1(int, int) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveNfa_2(int, int) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa0_0() - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa0_1() - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa0_2() - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa1_0(long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa1_1(long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa1_2(long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa2_1(long, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa2_2(long, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa3_1(long, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa3_2(long, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa4_1(long, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa4_2(long, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa5_1(long, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa5_2(long, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa6_1(long, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa6_2(long, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa7_1(long, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa7_2(long, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa8_1(long, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa8_2(long, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa9_1(long, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjMoveStringLiteralDfa9_2(long, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjnewLexState - Static variable in class com.sun.el.parser.ELParserTokenManager
-
Lex State array.
- jjnewStateCnt - Variable in class com.sun.el.parser.ELParserTokenManager
- jjnextStates - Static variable in class com.sun.el.parser.ELParserTokenManager
- jjround - Variable in class com.sun.el.parser.ELParserTokenManager
- jjrounds - Variable in class com.sun.el.parser.ELParserTokenManager
- jjStartNfa_0(int, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjStartNfa_1(int, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjStartNfa_2(int, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjStartNfaWithStates_0(int, int, int) - Method in class com.sun.el.parser.ELParserTokenManager
- jjStartNfaWithStates_1(int, int, int) - Method in class com.sun.el.parser.ELParserTokenManager
- jjStartNfaWithStates_2(int, int, int) - Method in class com.sun.el.parser.ELParserTokenManager
- jjstateSet - Variable in class com.sun.el.parser.ELParserTokenManager
- jjStopAtPos(int, int) - Method in class com.sun.el.parser.ELParserTokenManager
- jjStopStringLiteralDfa_0(int, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjStopStringLiteralDfa_1(int, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjStopStringLiteralDfa_2(int, long) - Method in class com.sun.el.parser.ELParserTokenManager
- jjstrLiteralImages - Static variable in class com.sun.el.parser.ELParserTokenManager
-
Token literal values.
- jjtAddChild(Node, int) - Method in interface com.sun.el.parser.Node
-
This method tells the node to add its argument to the node's list of children.
- jjtAddChild(Node, int) - Method in class com.sun.el.parser.SimpleNode
- JJTAND - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTASSIGN - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTBRACKETSUFFIX - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTCHOICE - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- jjtClose() - Method in interface com.sun.el.parser.Node
-
This method is called after all the child nodes have been added.
- jjtClose() - Method in class com.sun.el.parser.SimpleNode
- JJTCOMPOSITEEXPRESSION - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTCONCAT - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTDEFERREDEXPRESSION - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTDIV - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTDOTSUFFIX - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTDYNAMICEXPRESSION - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTELParserState - Class in com.sun.el.parser
- JJTELParserState() - Constructor for class com.sun.el.parser.JJTELParserState
- JJTEMPTY - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTEQUAL - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTFALSE - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTFLOATINGPOINT - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTFUNCTION - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- jjtGetChild(int) - Method in interface com.sun.el.parser.Node
-
This method returns a child node.
- jjtGetChild(int) - Method in class com.sun.el.parser.SimpleNode
- jjtGetNumChildren() - Method in interface com.sun.el.parser.Node
-
Return the number of children the node has.
- jjtGetNumChildren() - Method in class com.sun.el.parser.SimpleNode
- jjtGetParent() - Method in interface com.sun.el.parser.Node
- jjtGetParent() - Method in class com.sun.el.parser.SimpleNode
- JJTGREATERTHAN - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTGREATERTHANEQUAL - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTIDENTIFIER - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTINTEGER - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTLAMBDAEXPRESSION - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTLAMBDAPARAMETERS - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTLESSTHAN - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTLESSTHANEQUAL - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTLISTDATA - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTLITERALEXPRESSION - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTMAPDATA - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTMAPENTRY - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTMETHODARGUMENTS - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTMINUS - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTMOD - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTMULT - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTNEGATIVE - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- jjtNodeName - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTNOT - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTNOTEQUAL - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTNULL - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- jjtOpen() - Method in interface com.sun.el.parser.Node
-
This method is called after the node has been made the current node.
- jjtOpen() - Method in class com.sun.el.parser.SimpleNode
- JJTOR - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- jjtoSkip - Static variable in class com.sun.el.parser.ELParserTokenManager
- jjtoToken - Static variable in class com.sun.el.parser.ELParserTokenManager
- JJTPLUS - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- jjtree - Variable in class com.sun.el.parser.ELParser
- JJTSEMICOLON - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- jjtSetParent(Node) - Method in interface com.sun.el.parser.Node
-
This pair of methods are used to inform the node of its parent.
- jjtSetParent(Node) - Method in class com.sun.el.parser.SimpleNode
- JJTSTRING - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTTRUE - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTVALUE - Static variable in interface com.sun.el.parser.ELParserTreeConstants
- JJTVOID - Static variable in interface com.sun.el.parser.ELParserTreeConstants
K
- key - Variable in class com.sun.el.lang.ExpressionBuilder.NodeSoftReference
- key - Variable in class jakarta.el.BeanELResolver.BPSoftReference
- key - Variable in class javax.el.BeanELResolver.BPSoftReference
- kind - Variable in class com.sun.el.parser.Token
-
An integer that describes the kind of this token.
- klass - Variable in class jakarta.el.ELClass
- klass - Variable in class javax.el.ELClass
L
- lambdaArgs - Variable in class jakarta.el.ELContext
- lambdaArgs - Variable in class javax.el.ELContext
- LambdaExpression - Class in jakarta.el
-
Encapsulates a parameterized
ValueExpression
. - LambdaExpression - Class in javax.el
-
Encapsulates a parameterized
ValueExpression
. - LambdaExpression(List<String>, ValueExpression) - Constructor for class jakarta.el.LambdaExpression
-
Creates a new LambdaExpression.
- LambdaExpression(List<String>, ValueExpression) - Constructor for class javax.el.LambdaExpression
-
Creates a new LambdaExpression.
- LambdaExpression() - Method in class com.sun.el.parser.ELParser
- LambdaExpressionOrCall() - Method in class com.sun.el.parser.ELParser
- LambdaParameters() - Method in class com.sun.el.parser.ELParser
- LBRACK - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- LE0 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- LE1 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- lengthOfMatch - Variable in class com.sun.el.parser.ELParserTokenManager
- LETTER - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- LEXICAL_ERROR - Static variable in exception class com.sun.el.parser.TokenMgrError
-
Lexical error occured.
- LexicalError(boolean, int, int, int, String, char) - Static method in exception class com.sun.el.parser.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexStateNames - Static variable in class com.sun.el.parser.ELParserTokenManager
-
Lexer state names.
- limit(long) - Method in class com.sun.el.stream.Stream
- line - Variable in class com.sun.el.parser.SimpleCharStream
- ListData() - Method in class com.sun.el.parser.ELParser
- ListELResolver - Class in jakarta.el
-
Defines property resolution behavior on instances of
List
. - ListELResolver - Class in javax.el
-
Defines property resolution behavior on instances of
List
. - ListELResolver() - Constructor for class jakarta.el.ListELResolver
-
Creates a new read/write
ListELResolver
. - ListELResolver() - Constructor for class javax.el.ListELResolver
-
Creates a new read/write
ListELResolver
. - ListELResolver(boolean) - Constructor for class jakarta.el.ListELResolver
-
Creates a new
ListELResolver
whose read-only status is determined by the given parameter. - ListELResolver(boolean) - Constructor for class javax.el.ListELResolver
-
Creates a new
ListELResolver
whose read-only status is determined by the given parameter. - listeners - Variable in class jakarta.el.ELContext
- listeners - Variable in class javax.el.ELContext
- Literal() - Method in class com.sun.el.parser.ELParser
- LITERAL_EXPRESSION - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- LiteralExpression() - Method in class com.sun.el.parser.ELParser
- LocalBeanNameResolver() - Constructor for class jakarta.el.StandardELContext.LocalBeanNameResolver
- LocalBeanNameResolver() - Constructor for class javax.el.StandardELContext.LocalBeanNameResolver
- locale - Variable in class jakarta.el.ELContext
- locale - Variable in class javax.el.ELContext
- localName - Variable in class com.sun.el.lang.FunctionMapperImpl.Function
- localName - Variable in class com.sun.el.parser.AstFunction
- LONG - Static variable in class com.sun.el.lang.ELArithmetic
- LongDelegate() - Constructor for class com.sun.el.lang.ELArithmetic.LongDelegate
- LookaheadSuccess() - Constructor for exception class com.sun.el.parser.ELParser.LookaheadSuccess
- LOOP_DETECTED - Static variable in exception class com.sun.el.parser.TokenMgrError
-
Detected (and bailed out of) an infinite loop in the token manager.
- LPAREN - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- LT0 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- LT1 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
M
- m - Variable in class com.sun.el.lang.FunctionMapperImpl.Function
- m - Variable in class com.sun.el.util.ReflectionUtil.MethodWrapper
- m - Variable in class jakarta.el.ELUtil.MethodWrapper
- m - Variable in class javax.el.ELUtil.MethodWrapper
- map - Variable in class com.sun.el.lang.ExpressionBuilder.SoftConcurrentHashMap
- map - Variable in class jakarta.el.BeanELResolver.SoftConcurrentHashMap
- map - Variable in class jakarta.el.ELContext
- map - Variable in class javax.el.BeanELResolver.SoftConcurrentHashMap
- map - Variable in class javax.el.ELContext
- map(LambdaExpression) - Method in class com.sun.el.stream.Stream
- MapData() - Method in class com.sun.el.parser.ELParser
- MapELResolver - Class in jakarta.el
-
Defines property resolution behavior on instances of
Map
. - MapELResolver - Class in javax.el
-
Defines property resolution behavior on instances of
Map
. - MapELResolver() - Constructor for class jakarta.el.MapELResolver
-
Creates a new read/write
MapELResolver
. - MapELResolver() - Constructor for class javax.el.MapELResolver
-
Creates a new read/write
MapELResolver
. - MapELResolver(boolean) - Constructor for class jakarta.el.MapELResolver
-
Creates a new
MapELResolver
whose read-only status is determined by the given parameter. - MapELResolver(boolean) - Constructor for class javax.el.MapELResolver
-
Creates a new
MapELResolver
whose read-only status is determined by the given parameter. - MapEntry() - Method in class com.sun.el.parser.ELParser
- mapFunction(String, String, Method) - Method in class jakarta.el.ELManager
-
Maps a static method to Jakarta Expression Language function.
- mapFunction(String, String, Method) - Method in class jakarta.el.FunctionMapper
-
Adds a static method that can be used as a function.
- mapFunction(String, String, Method) - Method in class jakarta.el.StandardELContext.DefaultFunctionMapper
- 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.
- mapFunction(String, String, Method) - Method in class javax.el.StandardELContext.DefaultFunctionMapper
- marks - Variable in class com.sun.el.parser.JJTELParserState
- matches(Object, Object) - Method in class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
- matches(Object, Object) - Method in class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
- matches(Object, Object) - Method in class com.sun.el.lang.ELArithmetic.DoubleDelegate
- matches(Object, Object) - Method in class com.sun.el.lang.ELArithmetic.LongDelegate
- matches(Object, Object) - Method in class com.sun.el.lang.ELArithmetic
- matches(String, String) - Method in class com.sun.el.lang.FunctionMapperImpl.Function
- Math() - Method in class com.sun.el.parser.ELParser
- max() - Method in class com.sun.el.stream.Stream
- max(LambdaExpression) - Method in class com.sun.el.stream.Stream
- maxNextCharInd - Variable in class com.sun.el.parser.SimpleCharStream
- memento - Variable in class com.sun.el.lang.FunctionMapperFactory
- MessageFactory - Class in com.sun.el.util
- MessageFactory() - Constructor for class com.sun.el.util.MessageFactory
- MethodArguments() - Method in class com.sun.el.parser.ELParser
- MethodExpression - Class in jakarta.el
-
An
Expression
that refers to a method on an object. - MethodExpression - Class in javax.el
-
An
Expression
that refers to a method on an object. - MethodExpression() - Constructor for class jakarta.el.MethodExpression
- MethodExpression() - Constructor for class javax.el.MethodExpression
- MethodExpressionImpl - Class in com.sun.el
-
An
Expression
that refers to a method on an object. - MethodExpressionImpl() - Constructor for class com.sun.el.MethodExpressionImpl
- MethodExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class<?>, Class<?>[]) - Constructor for class com.sun.el.MethodExpressionImpl
- MethodExpressionLiteral - Class in com.sun.el
- MethodExpressionLiteral() - Constructor for class com.sun.el.MethodExpressionLiteral
- MethodExpressionLiteral(String, Class<?>, Class<?>[]) - Constructor for class com.sun.el.MethodExpressionLiteral
- MethodInfo - Class in jakarta.el
-
Holds information about a method that a
MethodExpression
evaluated to. - MethodInfo - Class in javax.el
-
Holds information about a method that a
MethodExpression
evaluated to. - MethodInfo(String, Class<?>, Class<?>[]) - Constructor for class jakarta.el.MethodInfo
-
Creates a new instance of
MethodInfo
with the given information. - MethodInfo(String, Class<?>, Class<?>[]) - Constructor for class javax.el.MethodInfo
-
Creates a new instance of
MethodInfo
with the given information. - MethodNotFoundException - Exception Class in jakarta.el
-
Thrown when a method could not be found while evaluating a
MethodExpression
. - MethodNotFoundException - Exception Class in javax.el
-
Thrown when a method could not be found while evaluating a
MethodExpression
. - MethodNotFoundException() - Constructor for exception class jakarta.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with no detail message. - MethodNotFoundException() - Constructor for exception class javax.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with no detail message. - MethodNotFoundException(String) - Constructor for exception class jakarta.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with the provided detail message. - MethodNotFoundException(String) - Constructor for exception class javax.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with the provided detail message. - MethodNotFoundException(String, Throwable) - Constructor for exception class jakarta.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with the given detail message and root cause. - MethodNotFoundException(String, Throwable) - Constructor for exception class javax.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with the given detail message and root cause. - MethodNotFoundException(Throwable) - Constructor for exception class jakarta.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with the given root cause. - MethodNotFoundException(Throwable) - Constructor for exception class javax.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with the given root cause. - MethodWrapper(Method) - Constructor for class com.sun.el.util.ReflectionUtil.MethodWrapper
- MethodWrapper(Method) - Constructor for class jakarta.el.ELUtil.MethodWrapper
- MethodWrapper(Method) - Constructor for class javax.el.ELUtil.MethodWrapper
- min() - Method in class com.sun.el.stream.Stream
- min(LambdaExpression) - Method in class com.sun.el.stream.Stream
- MINUS - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- mk - Variable in class com.sun.el.parser.JJTELParserState
- mod(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
- mod(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
- mod(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.DoubleDelegate
- mod(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.LongDelegate
- mod(Number, Number) - Method in class com.sun.el.lang.ELArithmetic
- mod(Object, Object) - Static method in class com.sun.el.lang.ELArithmetic
- MOD0 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- MOD1 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- momento - Variable in class com.sun.el.lang.VariableMapperFactory
- MULT - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- Multiplication() - Method in class com.sun.el.parser.ELParser
- multiply(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
- multiply(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
- multiply(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.DoubleDelegate
- multiply(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.LongDelegate
- multiply(Number, Number) - Method in class com.sun.el.lang.ELArithmetic
- multiply(Object, Object) - Static method in class com.sun.el.lang.ELArithmetic
N
- name - Variable in class com.sun.el.lang.FunctionMapperImpl.Function
- name - Variable in class jakarta.el.MethodInfo
- name - Variable in class javax.el.MethodInfo
- NE0 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- NE1 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- newInstance() - Static method in class jakarta.el.ExpressionFactory
-
Creates a new instance of a
ExpressionFactory
. - newInstance() - Static method in class javax.el.ExpressionFactory
-
Creates a new instance of a
ExpressionFactory
. - newInstance(String, ClassLoader, Properties) - Static method in class jakarta.el.FactoryFinder
-
Creates an instance of the specified class using the specified
ClassLoader
object. - newInstance(String, ClassLoader, Properties) - Static method in class javax.el.FactoryFinder
-
Creates an instance of the specified class using the specified
ClassLoader
object. - newInstance(Properties) - Static method in class jakarta.el.ExpressionFactory
-
Create a new instance of a
ExpressionFactory
, with optional properties. - newInstance(Properties) - Static method in class javax.el.ExpressionFactory
-
Create a new instance of a
ExpressionFactory
, with optional properties. - newToken(int) - Static method in class com.sun.el.parser.Token
-
Returns a new Token object, by default.
- next - Variable in class com.sun.el.parser.ELParser.JJCalls
- next - Variable in class com.sun.el.parser.Token
-
A reference to the next regular (non-special) token from the input stream.
- next() - Method in class com.sun.el.stream.Stream.Iterator2
- next() - Method in class jakarta.el.CompositeELResolver.CompositeIterator
- next() - Method in class javax.el.CompositeELResolver.CompositeIterator
- node - Variable in class com.sun.el.MethodExpressionImpl
- node - Variable in class com.sun.el.ValueExpressionImpl
- Node - Interface in com.sun.el.parser
- node_created - Variable in class com.sun.el.parser.JJTELParserState
- nodeArity() - Method in class com.sun.el.parser.JJTELParserState
- nodeCreated() - Method in class com.sun.el.parser.JJTELParserState
- nodes - Variable in class com.sun.el.parser.JJTELParserState
- NodeSoftReference(String, Node, ReferenceQueue<Node>) - Constructor for class com.sun.el.lang.ExpressionBuilder.NodeSoftReference
- NodeVisitor - Interface in com.sun.el.parser
- noneMatch(LambdaExpression) - Method in class com.sun.el.stream.Stream
- NonLiteral() - Method in class com.sun.el.parser.ELParser
- NOT0 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- NOT1 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- notAClass - Variable in class jakarta.el.ImportHandler
- notAClass - Variable in class javax.el.ImportHandler
- notifyAfterEvaluation(String) - Method in class com.sun.el.lang.EvaluationContext
- notifyAfterEvaluation(String) - Method in class jakarta.el.ELContext
-
Notifies the listeners after an Jakarta Expression Language expression is evaluated
- notifyAfterEvaluation(String) - Method in class javax.el.ELContext
-
Notifies the listeners after an Jakarta Expression Language expression is evaluated
- notifyBeforeEvaluation(String) - Method in class com.sun.el.lang.EvaluationContext
- notifyBeforeEvaluation(String) - Method in class jakarta.el.ELContext
-
Notifies the listeners before 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 com.sun.el.lang.EvaluationContext
- notifyPropertyResolved(Object, Object) - Method in class jakarta.el.ELContext
-
Notifies the listeners when the (base, property) pair is resolved
- notifyPropertyResolved(Object, Object) - Method in class javax.el.ELContext
-
Notifies the listeners when the (base, property) pair is resolved
- Null() - Method in class com.sun.el.parser.ELParser
- NULL - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- number - Variable in class com.sun.el.parser.AstFloatingPoint
- number - Variable in class com.sun.el.parser.AstInteger
O
- op - Variable in class com.sun.el.stream.Stream
- openNodeScope(Node) - Method in class com.sun.el.parser.JJTELParserState
- Operator - Interface in com.sun.el.stream
- Optional - Class in com.sun.el.stream
- Optional() - Constructor for class com.sun.el.stream.Optional
- Optional(Object) - Constructor for class com.sun.el.stream.Optional
- Or() - Method in class com.sun.el.parser.ELParser
- OR0 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- OR1 - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- orElse(Object) - Method in class com.sun.el.stream.Optional
- orElseGet(LambdaExpression) - Method in class com.sun.el.stream.Optional
- owner - Variable in class com.sun.el.lang.FunctionMapperImpl.Function
P
- packages - Variable in class jakarta.el.ImportHandler
- packages - Variable in class javax.el.ImportHandler
- paramString(Class<?>[]) - Static method in class com.sun.el.util.ReflectionUtil
- paramString(Class<?>[]) - Static method in class jakarta.el.ELUtil
- paramString(Class<?>[]) - Static method in class javax.el.ELUtil
- paramTypes - Variable in class com.sun.el.MethodExpressionImpl
- paramTypes - Variable in class com.sun.el.MethodExpressionLiteral
- paramTypes - Variable in class jakarta.el.MethodInfo
- paramTypes - Variable in class javax.el.MethodInfo
- parent - Variable in class com.sun.el.parser.SimpleNode
- parse(String) - Static method in class com.sun.el.parser.ELParser
- ParseException - Exception Class in com.sun.el.parser
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception class com.sun.el.parser.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(Token, int[][], String[]) - Constructor for exception class com.sun.el.parser.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- ParseException(String) - Constructor for exception class com.sun.el.parser.ParseException
- peek(LambdaExpression) - Method in class com.sun.el.stream.Stream
- peekNode() - Method in class com.sun.el.parser.JJTELParserState
- PLUS - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- popNode() - Method in class com.sun.el.parser.JJTELParserState
- prefix - Variable in class com.sun.el.lang.FunctionMapperImpl.Function
- prefix - Variable in class com.sun.el.parser.AstFunction
- prepare(Node) - Method in class com.sun.el.lang.ExpressionBuilder
-
Scan the expression nodes and captures the functions and variables used in this expression.
- prevCharIsCR - Variable in class com.sun.el.parser.SimpleCharStream
- prevCharIsLF - Variable in class com.sun.el.parser.SimpleCharStream
- PRIMITIVE_NAMES - Static variable in class com.sun.el.util.ReflectionUtil
- PRIMITIVES - Static variable in class com.sun.el.util.ReflectionUtil
- properties - Variable in class com.sun.el.ExpressionFactoryImpl
- properties - Static variable in class jakarta.el.BeanELResolver
- properties - Static variable in class javax.el.BeanELResolver
- property - Variable in class jakarta.el.ValueReference
- property - Variable in class javax.el.ValueReference
- propertyIter - Variable in class jakarta.el.CompositeELResolver.CompositeIterator
- propertyIter - Variable in class javax.el.CompositeELResolver.CompositeIterator
- propertyMap - Variable in class jakarta.el.BeanELResolver.BeanProperties
- propertyMap - Variable in class javax.el.BeanELResolver.BeanProperties
- PropertyNotFoundException - Exception Class in jakarta.el
-
Thrown when a property could not be found while evaluating a
ValueExpression
orMethodExpression
. - PropertyNotFoundException - Exception Class in javax.el
-
Thrown when a property could not be found while evaluating a
ValueExpression
orMethodExpression
. - PropertyNotFoundException() - Constructor for exception class jakarta.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with no detail message. - PropertyNotFoundException() - Constructor for exception class javax.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with no detail message. - PropertyNotFoundException(String) - Constructor for exception class jakarta.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with the provided detail message. - PropertyNotFoundException(String) - Constructor for exception class javax.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with the provided detail message. - PropertyNotFoundException(String, Throwable) - Constructor for exception class jakarta.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with the given detail message and root cause. - PropertyNotFoundException(String, Throwable) - Constructor for exception class javax.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with the given detail message and root cause. - PropertyNotFoundException(Throwable) - Constructor for exception class jakarta.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with the given root cause. - PropertyNotFoundException(Throwable) - Constructor for exception class javax.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with the given root cause. - PropertyNotWritableException - Exception Class in jakarta.el
-
Thrown when a property could not be written to while setting the value on a
ValueExpression
. - PropertyNotWritableException - Exception Class in javax.el
-
Thrown when a property could not be written to while setting the value on a
ValueExpression
. - PropertyNotWritableException() - Constructor for exception class jakarta.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with no detail message. - PropertyNotWritableException() - Constructor for exception class javax.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with no detail message. - PropertyNotWritableException(String) - Constructor for exception class jakarta.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with the provided detail message. - PropertyNotWritableException(String) - Constructor for exception class javax.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with the provided detail message. - PropertyNotWritableException(String, Throwable) - Constructor for exception class jakarta.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with the given detail message and root cause. - PropertyNotWritableException(String, Throwable) - Constructor for exception class javax.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with the given detail message and root cause. - PropertyNotWritableException(Throwable) - Constructor for exception class jakarta.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with the given root cause. - PropertyNotWritableException(Throwable) - Constructor for exception class javax.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with the given root cause. - propertyResolved(ELContext, Object, Object) - Method in class jakarta.el.EvaluationListener
-
Receives notification when the (base, property) pair is resolved
- propertyResolved(ELContext, Object, Object) - Method in class javax.el.EvaluationListener
-
Receives notification when the (base, property) pair is resolved
- pushNode(Node) - Method in class com.sun.el.parser.JJTELParserState
- put(Class<?>, BeanELResolver.BeanProperties) - Method in class jakarta.el.BeanELResolver.SoftConcurrentHashMap
- put(Class<?>, BeanELResolver.BeanProperties) - Method in class javax.el.BeanELResolver.SoftConcurrentHashMap
- put(String, Node) - Method in class com.sun.el.lang.ExpressionBuilder.SoftConcurrentHashMap
- putContext(Class<?>, Object) - Method in class jakarta.el.ELContext
-
Associates a context object with this
ELContext
. - putContext(Class<?>, Object) - Method in class jakarta.el.StandardELContext
- 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
- putContext(Class, Object) - Method in class com.sun.el.lang.EvaluationContext
- putIfAbsent(Class<?>, BeanELResolver.BeanProperties) - Method in class jakarta.el.BeanELResolver.SoftConcurrentHashMap
- putIfAbsent(Class<?>, BeanELResolver.BeanProperties) - Method in class javax.el.BeanELResolver.SoftConcurrentHashMap
- putIfAbsent(String, Node) - Method in class com.sun.el.lang.ExpressionBuilder.SoftConcurrentHashMap
Q
- QUESTIONMARK - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
R
- RBRACK - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- RCURL - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- readChar() - Method in class com.sun.el.parser.SimpleCharStream
-
Read a character.
- readExternal(ObjectInput) - Method in class com.sun.el.lang.FunctionMapperImpl.Function
- readExternal(ObjectInput) - Method in class com.sun.el.lang.FunctionMapperImpl
- readExternal(ObjectInput) - Method in class com.sun.el.lang.VariableMapperImpl
- readExternal(ObjectInput) - Method in class com.sun.el.MethodExpressionImpl
- readExternal(ObjectInput) - Method in class com.sun.el.MethodExpressionLiteral
- readExternal(ObjectInput) - Method in class com.sun.el.ValueExpressionImpl
- readExternal(ObjectInput) - Method in class com.sun.el.ValueExpressionLiteral
- readMethod - Variable in class jakarta.el.BeanELResolver.BeanProperty
- readMethod - Variable in class javax.el.BeanELResolver.BeanProperty
- reduce(LambdaExpression) - Method in class com.sun.el.stream.Stream
- reduce(Object, LambdaExpression) - Method in class com.sun.el.stream.Stream
- ReflectionUtil - Class in com.sun.el.util
-
Utilities for Managing Serialization and Reflection
- ReflectionUtil() - Constructor for class com.sun.el.util.ReflectionUtil
- ReflectionUtil.ConstructorWrapper - Class in com.sun.el.util
- ReflectionUtil.MethodWrapper - Class in com.sun.el.util
- ReflectionUtil.Wrapper - Class in com.sun.el.util
- refQ - Variable in class com.sun.el.lang.ExpressionBuilder.SoftConcurrentHashMap
- refQ - Variable in class jakarta.el.BeanELResolver.SoftConcurrentHashMap
- refQ - Variable in class javax.el.BeanELResolver.SoftConcurrentHashMap
- ReInit(ELParserTokenManager) - Method in class com.sun.el.parser.ELParser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class com.sun.el.parser.ELParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class com.sun.el.parser.ELParserTokenManager
-
Reinitialise parser.
- ReInit(InputStream) - Method in class com.sun.el.parser.ELParser
-
Reinitialise.
- ReInit(InputStream) - Method in class com.sun.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class com.sun.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class com.sun.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class com.sun.el.parser.ELParser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class com.sun.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class com.sun.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class com.sun.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class com.sun.el.parser.ELParser
-
Reinitialise.
- ReInit(Reader) - Method in class com.sun.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class com.sun.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int, int) - Method in class com.sun.el.parser.SimpleCharStream
-
Reinitialise.
- ReInitRounds() - Method in class com.sun.el.parser.ELParserTokenManager
- remove() - Method in class com.sun.el.stream.Stream.Iterator0
- remove() - Method in class jakarta.el.CompositeELResolver.CompositeIterator
- remove() - Method in class javax.el.CompositeELResolver.CompositeIterator
- reset() - Method in class com.sun.el.parser.JJTELParserState
- Resolution of Model Objects and their Properties - Search tag in package jakarta.el
- Section
- Resolution of Model Objects and their Properties - Search tag in package javax.el
- Section
- RESOLVABLE_AT_DESIGN_TIME - Static variable in class jakarta.el.ELResolver
-
The attribute name of the named attribute in the
FeatureDescriptor
that specifies whether the variable or property can be resolved at runtime. - 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 jakarta.el.ImportHandler
-
Resolve a class name.
- resolveClass(String) - Method in class javax.el.ImportHandler
-
Resolve a class name.
- resolveClassFor(String) - Method in class jakarta.el.ImportHandler
- resolveClassFor(String) - Method in class javax.el.ImportHandler
- resolved - Variable in class jakarta.el.ELContext
- resolved - Variable in class javax.el.ELContext
- resolveFunction(String, String) - Method in class com.sun.el.lang.FunctionMapperFactory
- resolveFunction(String, String) - Method in class com.sun.el.lang.FunctionMapperImpl
- resolveFunction(String, String) - Method in class jakarta.el.FunctionMapper
-
Resolves the specified prefix and local name into a
java.lang.Method
. - resolveFunction(String, String) - Method in class jakarta.el.StandardELContext.DefaultFunctionMapper
- resolveFunction(String, String) - Method in class javax.el.FunctionMapper
-
Resolves the specified prefix and local name into a
java.lang.Method
. - resolveFunction(String, String) - Method in class javax.el.StandardELContext.DefaultFunctionMapper
- resolvers - Variable in class jakarta.el.CompositeELResolver.CompositeIterator
- resolvers - Variable in class javax.el.CompositeELResolver.CompositeIterator
- resolveStatic(String) - Method in class jakarta.el.ImportHandler
-
Resolve a static field or method name.
- resolveStatic(String) - Method in class javax.el.ImportHandler
-
Resolve a static field or method name.
- resolveVariable(String) - Method in class com.sun.el.lang.VariableMapperFactory
- resolveVariable(String) - Method in class com.sun.el.lang.VariableMapperImpl
- resolveVariable(String) - Method in class jakarta.el.StandardELContext.DefaultVariableMapper
- resolveVariable(String) - Method in class jakarta.el.VariableMapper
- resolveVariable(String) - Method in class javax.el.StandardELContext.DefaultVariableMapper
- resolveVariable(String) - Method in class javax.el.VariableMapper
- ResourceBundleELResolver - Class in jakarta.el
-
Defines property resolution behavior on instances of
ResourceBundle
. - ResourceBundleELResolver - Class in javax.el
-
Defines property resolution behavior on instances of
ResourceBundle
. - ResourceBundleELResolver() - Constructor for class jakarta.el.ResourceBundleELResolver
- ResourceBundleELResolver() - Constructor for class javax.el.ResourceBundleELResolver
- returnType - Variable in class jakarta.el.MethodInfo
- returnType - Variable in class javax.el.MethodInfo
- rootNode() - Method in class com.sun.el.parser.JJTELParserState
- RPAREN - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
S
- Scope and Life Cycle - Search tag in class jakarta.el.ELProcessor
- Section
- Scope and Life Cycle - Search tag in class javax.el.ELProcessor
- Section
- SemiColon() - Method in class com.sun.el.parser.ELParser
- SEMICOLON - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- serialVersionUID - Static variable in class com.sun.el.lang.FunctionMapperImpl
- serialVersionUID - Static variable in class com.sun.el.lang.VariableMapperImpl
- serialVersionUID - Static variable in class com.sun.el.ValueExpressionLiteral
- serialVersionUID - Static variable in class jakarta.el.BeanELResolver.SoftConcurrentHashMap
- serialVersionUID - Static variable in class jakarta.el.ELContextEvent
- serialVersionUID - Static variable in exception class jakarta.el.ELException
- serialVersionUID - Static variable in class jakarta.el.Expression
- serialVersionUID - Static variable in class jakarta.el.MethodExpression
- serialVersionUID - Static variable in exception class jakarta.el.MethodNotFoundException
- serialVersionUID - Static variable in exception class jakarta.el.PropertyNotFoundException
- serialVersionUID - Static variable in exception class jakarta.el.PropertyNotWritableException
- serialVersionUID - Static variable in class jakarta.el.ValueExpression
- serialVersionUID - Static variable in class jakarta.el.ValueReference
- serialVersionUID - Static variable in class javax.el.BeanELResolver.SoftConcurrentHashMap
- serialVersionUID - Static variable in class javax.el.ELContextEvent
- serialVersionUID - Static variable in exception class javax.el.ELException
- serialVersionUID - Static variable in class javax.el.Expression
- serialVersionUID - Static variable in class javax.el.MethodExpression
- serialVersionUID - Static variable in exception class javax.el.MethodNotFoundException
- serialVersionUID - Static variable in exception class javax.el.PropertyNotFoundException
- serialVersionUID - Static variable in exception class javax.el.PropertyNotWritableException
- serialVersionUID - Static variable in class javax.el.ValueExpression
- serialVersionUID - Static variable in class javax.el.ValueReference
- setBeanValue(String, Object) - Method in class jakarta.el.BeanNameResolver
-
Sets a value to a bean of the given name.
- setBeanValue(String, Object) - Method in class jakarta.el.StandardELContext.LocalBeanNameResolver
- setBeanValue(String, Object) - Method in class javax.el.BeanNameResolver
-
Sets a value to a bean of the given name.
- setBeanValue(String, Object) - Method in class javax.el.StandardELContext.LocalBeanNameResolver
- setCurrentInstance(Map<String, ResourceBundle>) - Static method in class jakarta.el.ELUtil
-
Replace the Map with the argument context.
- setCurrentInstance(Map<String, ResourceBundle>) - Static method in class javax.el.ELUtil
-
Replace the Map with the argument context.
- setDebugStream(PrintStream) - Method in class com.sun.el.parser.ELParserTokenManager
-
Set debug output.
- setELContext(ELContext) - Method in class jakarta.el.ELManager
-
Set the ELContext used for parsing and evaluating Jakarta Expression Language expressions.
- setELContext(ELContext) - Method in class jakarta.el.LambdaExpression
-
Set the ELContext to use in evaluating the LambdaExpression.
- 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.
- setImage(String) - Method in class com.sun.el.parser.AstLiteralExpression
- setImage(String) - Method in class com.sun.el.parser.AstString
- setImage(String) - Method in class com.sun.el.parser.SimpleNode
- setLocale(Locale) - Method in class jakarta.el.ELContext
-
Sets the
Locale
for this instance. - setLocale(Locale) - Method in class javax.el.ELContext
-
Sets the
Locale
for this instance. - setLocalName(String) - Method in class com.sun.el.parser.AstFunction
- setPrefix(String) - Method in class com.sun.el.parser.AstFunction
- setPropertyResolved(boolean) - Method in class com.sun.el.lang.EvaluationContext
- setPropertyResolved(boolean) - Method in class jakarta.el.ELContext
-
Called to indicate that a
ELResolver
has successfully resolved a given (base, property) pair. - 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 com.sun.el.lang.EvaluationContext
- setPropertyResolved(Object, Object) - Method in class jakarta.el.ELContext
-
Called to indicate that a
ELResolver
has successfully resolved a given (base, property) pair and to notify theEvaluationListener
s. - 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 theEvaluationListener
s. - setTabSize(int) - Method in class com.sun.el.parser.SimpleCharStream
- setValue(EvaluationContext, Object) - Method in class com.sun.el.parser.AstChoice
- setValue(EvaluationContext, Object) - Method in class com.sun.el.parser.AstDeferredExpression
- setValue(EvaluationContext, Object) - Method in class com.sun.el.parser.AstDynamicExpression
- setValue(EvaluationContext, Object) - Method in class com.sun.el.parser.AstIdentifier
- setValue(EvaluationContext, Object) - Method in class com.sun.el.parser.AstSemiColon
- setValue(EvaluationContext, Object) - Method in class com.sun.el.parser.AstValue
- setValue(EvaluationContext, Object) - Method in interface com.sun.el.parser.Node
- setValue(EvaluationContext, Object) - Method in class com.sun.el.parser.SimpleNode
- setValue(ELContext, Object) - Method in class com.sun.el.ValueExpressionImpl
- setValue(ELContext, Object) - Method in class com.sun.el.ValueExpressionLiteral
- setValue(ELContext, Object) - Method in class jakarta.el.ValueExpression
-
Evaluates the expression relative to the provided context, and sets the result to the provided value.
- setValue(ELContext, Object, Object, Object) - Method in class com.sun.el.stream.StreamELResolver
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.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 jakarta.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 jakarta.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 jakarta.el.CompositeELResolver
-
Attempts to set the value of the given
property
object on the givenbase
object. - setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ELResolver
-
Attempts to set the value of the given
property
object on the givenbase
object. - setValue(ELContext, Object, Object, Object) - Method in class jakarta.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 jakarta.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 jakarta.el.ResourceBundleELResolver
-
If the base object is a ResourceBundle, throw a
PropertyNotWritableException
. - setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Attempts to write to a static field.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.TypeConverter
- setValue(String, Object) - Method in class jakarta.el.ELProcessor
-
Sets an expression with a new value.
- setValue(String, Object) - Method in class javax.el.ELProcessor
-
Sets an expression with a new value.
- 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.
- 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 givenbase
object. - setValue(ELContext, Object, Object, Object) - Method in class javax.el.ELResolver
-
Attempts to set the value of the given
property
object on the givenbase
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
- setVariable(String, ValueExpression) - Method in class com.sun.el.lang.VariableMapperFactory
- setVariable(String, ValueExpression) - Method in class com.sun.el.lang.VariableMapperImpl
- setVariable(String, ValueExpression) - Method in class jakarta.el.ELManager
-
Assign a ValueExpression to a Jakarta Expression Language variable, replacing any previous assignment to the same variable.
- setVariable(String, ValueExpression) - Method in class jakarta.el.StandardELContext.DefaultVariableMapper
- setVariable(String, ValueExpression) - Method in class jakarta.el.VariableMapper
-
Assign a ValueExpression to an Jakarta Expression Language variable, replacing any previously assignment to the same variable.
- setVariable(String, String) - Method in class jakarta.el.ELProcessor
-
Assign a Jakarta Expression Language expression to a Jakarta Expression Language 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.ELManager
-
Assign a ValueExpression to a Jakarta Expression Language variable, replacing any previous assignment to the same variable.
- setVariable(String, ValueExpression) - Method in class javax.el.StandardELContext.DefaultVariableMapper
- 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.
- SimpleCharStream - Class in com.sun.el.parser
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream(InputStream) - Constructor for class com.sun.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class com.sun.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class com.sun.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class com.sun.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class com.sun.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.sun.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class com.sun.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class com.sun.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int, int) - Constructor for class com.sun.el.parser.SimpleCharStream
-
Constructor.
- SimpleNode - Class in com.sun.el.parser
- SimpleNode(int) - Constructor for class com.sun.el.parser.SimpleNode
- size - Variable in class jakarta.el.CompositeELResolver.CompositeIterator
- size - Variable in class jakarta.el.CompositeELResolver
- size - Variable in class javax.el.CompositeELResolver.CompositeIterator
- size - Variable in class javax.el.CompositeELResolver
- SoftConcurrentHashMap() - Constructor for class com.sun.el.lang.ExpressionBuilder.SoftConcurrentHashMap
- SoftConcurrentHashMap() - Constructor for class jakarta.el.BeanELResolver.SoftConcurrentHashMap
- SoftConcurrentHashMap() - Constructor for class javax.el.BeanELResolver.SoftConcurrentHashMap
- sorted() - Method in class com.sun.el.stream.Stream
- sorted(LambdaExpression) - Method in class com.sun.el.stream.Stream
- source - Variable in class com.sun.el.stream.Stream
- sp - Variable in class com.sun.el.parser.JJTELParserState
- specialConstructor - Variable in exception class com.sun.el.parser.ParseException
-
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
- specialToken - Variable in class com.sun.el.parser.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- stack - Variable in class com.sun.el.parser.ELParserTokenManager
- StandardELContext - Class in jakarta.el
-
A standard ELContext suitable for use in a stand alone environment.
- StandardELContext - Class in javax.el
-
A standard ELContext suitable for use in a stand alone environment.
- StandardELContext(ELContext) - Constructor for class jakarta.el.StandardELContext
-
Construct a StandardELContext from another ELContext.
- StandardELContext(ExpressionFactory) - Constructor for class jakarta.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.
- StandardELContext(ExpressionFactory) - Constructor for class javax.el.StandardELContext
-
Construct a default ELContext for a stand-alone environment.
- StandardELContext.DefaultFunctionMapper - Class in jakarta.el
- StandardELContext.DefaultFunctionMapper - Class in javax.el
- StandardELContext.DefaultVariableMapper - Class in jakarta.el
- StandardELContext.DefaultVariableMapper - Class in javax.el
- StandardELContext.LocalBeanNameResolver - Class in jakarta.el
- StandardELContext.LocalBeanNameResolver - Class in javax.el
- START_DEFERRED_EXPRESSION - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- START_DYNAMIC_EXPRESSION - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- START_MAP - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- STATIC_LEXER_ERROR - Static variable in exception class com.sun.el.parser.TokenMgrError
-
An attempt wass made to create a second instance of a static token manager.
- StaticFieldELResolver - Class in jakarta.el
-
An
ELResolver
for resolving static fields, enum constants and static methods. - StaticFieldELResolver - Class in javax.el
-
An
ELResolver
for resolving static fields, enum constants and static methods. - StaticFieldELResolver() - Constructor for class jakarta.el.StaticFieldELResolver
- StaticFieldELResolver() - Constructor for class javax.el.StaticFieldELResolver
- staticFlag - Static variable in class com.sun.el.parser.SimpleCharStream
-
Whether parser is static.
- staticNameMap - Variable in class jakarta.el.ImportHandler
- staticNameMap - Variable in class javax.el.ImportHandler
- Stream - Class in com.sun.el.stream
- Stream(Stream, Operator) - Constructor for class com.sun.el.stream.Stream
- Stream(Iterator<Object>) - Constructor for class com.sun.el.stream.Stream
- Stream.Iterator0 - Class in com.sun.el.stream
- Stream.Iterator1 - Class in com.sun.el.stream
- Stream.Iterator2 - Class in com.sun.el.stream
- streamELResolver - Variable in class jakarta.el.StandardELContext
- streamELResolver - Variable in class javax.el.StandardELContext
- StreamELResolver - Class in com.sun.el.stream
- StreamELResolver() - Constructor for class com.sun.el.stream.StreamELResolver
- string - Variable in class com.sun.el.parser.AstString
- String() - Method in class com.sun.el.parser.ELParser
- STRING_LITERAL - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- substream(long) - Method in class com.sun.el.stream.Stream
- substream(long, long) - Method in class com.sun.el.stream.Stream
- subtract(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
- subtract(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
- subtract(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.DoubleDelegate
- subtract(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.LongDelegate
- subtract(Number, Number) - Method in class com.sun.el.lang.ELArithmetic
- subtract(Object, Object) - Static method in class com.sun.el.lang.ELArithmetic
- suffixNode - Variable in class com.sun.el.parser.AstValue.Target
- sum() - Method in class com.sun.el.stream.Stream
- SwitchTo(int) - Method in class com.sun.el.parser.ELParserTokenManager
-
Switch to specified lex state.
T
- tabSize - Variable in class com.sun.el.parser.SimpleCharStream
- target - Variable in class com.sun.el.lang.FunctionMapperFactory
- target - Variable in class com.sun.el.lang.VariableMapperFactory
- Target(Object, Node) - Constructor for class com.sun.el.parser.AstValue.Target
- theUnmodifiableListClass - Static variable in class jakarta.el.ListELResolver
- theUnmodifiableListClass - Static variable in class javax.el.ListELResolver
- theUnmodifiableMapClass - Static variable in class jakarta.el.MapELResolver
- theUnmodifiableMapClass - Static variable in class javax.el.MapELResolver
- throwUnhandled(Object, Object) - Static method in class com.sun.el.lang.ELSupport
- toArray() - Method in class com.sun.el.stream.Stream
- toClass(String, ClassLoader) - Static method in class jakarta.el.ELProcessor
-
Return the Class object associated with the class or interface with the given name.
- toClass(String, ClassLoader) - Static method in class javax.el.ELProcessor
-
Return the Class object associated with the class or interface with the given name.
- toFloat(String) - Static method in class com.sun.el.lang.ELSupport
- toInteger(Object) - Method in class jakarta.el.ArrayELResolver
- toInteger(Object) - Method in class jakarta.el.ListELResolver
- toInteger(Object) - Method in class javax.el.ArrayELResolver
- toInteger(Object) - Method in class javax.el.ListELResolver
- token - Variable in class com.sun.el.parser.ELParser
-
Current token.
- Token - Class in com.sun.el.parser
-
Describes the input token stream.
- Token() - Constructor for class com.sun.el.parser.Token
- token_source - Variable in class com.sun.el.parser.ELParser
-
Generated Token Manager.
- tokenBegin - Variable in class com.sun.el.parser.SimpleCharStream
- tokenImage - Static variable in interface com.sun.el.parser.ELParserConstants
-
Literal token values.
- tokenImage - Variable in exception class com.sun.el.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- TokenLexicalActions(Token) - Method in class com.sun.el.parser.ELParserTokenManager
- TokenMgrError - Exception Class in com.sun.el.parser
- TokenMgrError() - Constructor for exception class com.sun.el.parser.TokenMgrError
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for exception class com.sun.el.parser.TokenMgrError
- TokenMgrError(String, int) - Constructor for exception class com.sun.el.parser.TokenMgrError
- toList() - Method in class com.sun.el.stream.Stream
- toNumber(String) - Static method in class com.sun.el.lang.ELSupport
- toString() - Method in class com.sun.el.parser.AstFunction
- toString() - Method in class com.sun.el.parser.SimpleNode
- toString() - Method in class com.sun.el.parser.Token
-
Returns the image.
- toString() - Method in class com.sun.el.ValueExpressionImpl
- toString(String) - Method in class com.sun.el.parser.SimpleNode
- toTypeArray(String[]) - Static method in class com.sun.el.util.ReflectionUtil
-
Converts an array of Class names to Class types
- toTypeNameArray(Class[]) - Static method in class com.sun.el.util.ReflectionUtil
-
Converts an array of Class types to Class names
- TRUE - Static variable in interface com.sun.el.parser.ELParserConstants
-
RegularExpression Id.
- TYPE - Static variable in class jakarta.el.ELResolver
-
The attribute name of the named attribute in the
FeatureDescriptor
that specifies the runtime type of the variable or property. - 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 jakarta.el
-
A convenient class for writing an ELResolver to do custom type conversions.
- TypeConverter - Class in javax.el
-
A convenient class for writing an ELResolver to do custom type conversions.
- TypeConverter() - Constructor for class jakarta.el.TypeConverter
- TypeConverter() - Constructor for class javax.el.TypeConverter
- types - Variable in class com.sun.el.lang.FunctionMapperImpl.Function
U
- Unary() - Method in class com.sun.el.parser.ELParser
- unWrap() - Method in class com.sun.el.util.ReflectionUtil.ConstructorWrapper
- unWrap() - Method in class com.sun.el.util.ReflectionUtil.MethodWrapper
- unWrap() - Method in class com.sun.el.util.ReflectionUtil.Wrapper
- unWrap() - Method in class jakarta.el.ELUtil.ConstructorWrapper
- unWrap() - Method in class jakarta.el.ELUtil.MethodWrapper
- unWrap() - Method in class jakarta.el.ELUtil.Wrapper
- unWrap() - Method in class javax.el.ELUtil.ConstructorWrapper
- unWrap() - Method in class javax.el.ELUtil.MethodWrapper
- unWrap() - Method in class javax.el.ELUtil.Wrapper
- UpdateLineColumn(char) - Method in class com.sun.el.parser.SimpleCharStream
- upstream - Variable in class com.sun.el.stream.Stream
V
- value - Variable in class com.sun.el.stream.Optional
- value - Variable in class com.sun.el.ValueExpressionLiteral
- Value() - Method in class com.sun.el.parser.ELParser
- ValueExpression - Class in jakarta.el
-
An
Expression
that can get or set a value. - ValueExpression - Class in javax.el
-
An
Expression
that can get or set a value. - ValueExpression() - Constructor for class jakarta.el.ValueExpression
- ValueExpression() - Constructor for class javax.el.ValueExpression
- ValueExpressionImpl - Class in com.sun.el
-
An
Expression
that can get or set a value. - ValueExpressionImpl() - Constructor for class com.sun.el.ValueExpressionImpl
- ValueExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class<?>) - Constructor for class com.sun.el.ValueExpressionImpl
- ValueExpressionLiteral - Class in com.sun.el
- ValueExpressionLiteral() - Constructor for class com.sun.el.ValueExpressionLiteral
- ValueExpressionLiteral(Object, Class<?>) - Constructor for class com.sun.el.ValueExpressionLiteral
- ValuePrefix() - Method in class com.sun.el.parser.ELParser
- ValueReference - Class in jakarta.el
-
This encapsulates a base model object and one of its properties.
- ValueReference - Class in javax.el
-
This encapsulates a base model object and one of its properties.
- ValueReference(Object, Object) - Constructor for class jakarta.el.ValueReference
- ValueReference(Object, Object) - Constructor for class javax.el.ValueReference
- ValueSuffix() - Method in class com.sun.el.parser.ELParser
- variableMapper - Variable in class jakarta.el.StandardELContext
- variableMapper - Variable in class javax.el.StandardELContext
- VariableMapper - Class in jakarta.el
-
The interface to a map between Jakarta Expression Language variables and the Jakarta Expression Language expressions they are associated with.
- 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 jakarta.el.VariableMapper
- VariableMapper() - Constructor for class javax.el.VariableMapper
- VariableMapperFactory - Class in com.sun.el.lang
-
Creates a VariableMapper for the variables used in the expression.
- VariableMapperFactory(VariableMapper) - Constructor for class com.sun.el.lang.VariableMapperFactory
- VariableMapperImpl - Class in com.sun.el.lang
- VariableMapperImpl() - Constructor for class com.sun.el.lang.VariableMapperImpl
- variables - Variable in class jakarta.el.StandardELContext.DefaultVariableMapper
- variables - Variable in class javax.el.StandardELContext.DefaultVariableMapper
- varMapper - Variable in class com.sun.el.lang.EvaluationContext
- varMapper - Variable in class com.sun.el.lang.ExpressionBuilder
- varMapper - Variable in class com.sun.el.MethodExpressionImpl
- varMapper - Variable in class com.sun.el.ValueExpressionImpl
- vars - Variable in class com.sun.el.lang.VariableMapperImpl
- visit(Node) - Method in class com.sun.el.lang.ExpressionBuilder
- visit(Node) - Method in interface com.sun.el.parser.NodeVisitor
W
- wrap(Constructor<?>[]) - Static method in class com.sun.el.util.ReflectionUtil.Wrapper
- wrap(Constructor<?>[]) - Static method in class jakarta.el.ELUtil.Wrapper
- wrap(Constructor<?>[]) - Static method in class javax.el.ELUtil.Wrapper
- wrap(Method[], String) - Static method in class com.sun.el.util.ReflectionUtil.Wrapper
- wrap(Method[], String) - Static method in class jakarta.el.ELUtil.Wrapper
- wrap(Method[], String) - Static method in class javax.el.ELUtil.Wrapper
- Wrapper() - Constructor for class com.sun.el.util.ReflectionUtil.Wrapper
- Wrapper() - Constructor for class jakarta.el.ELUtil.Wrapper
- Wrapper() - Constructor for class javax.el.ELUtil.Wrapper
- writeExternal(ObjectOutput) - Method in class com.sun.el.lang.FunctionMapperImpl.Function
- writeExternal(ObjectOutput) - Method in class com.sun.el.lang.FunctionMapperImpl
- writeExternal(ObjectOutput) - Method in class com.sun.el.lang.VariableMapperImpl
- writeExternal(ObjectOutput) - Method in class com.sun.el.MethodExpressionImpl
- writeExternal(ObjectOutput) - Method in class com.sun.el.MethodExpressionLiteral
- writeExternal(ObjectOutput) - Method in class com.sun.el.ValueExpressionImpl
- writeExternal(ObjectOutput) - Method in class com.sun.el.ValueExpressionLiteral
- writeMethod - Variable in class jakarta.el.BeanELResolver.BeanProperty
- writeMethod - Variable in class javax.el.BeanELResolver.BeanProperty
Y
- yield(Object) - Method in class com.sun.el.stream.Stream.Iterator2
- yielded - Variable in class com.sun.el.stream.Stream.Iterator2
Z
- ZERO - Static variable in class com.sun.el.lang.ELArithmetic
- ZERO - Static variable in class com.sun.el.lang.ELSupport
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form