- ELArithmetic - Class in org.apache.el.lang
-
A helper class of Arithmetic defined by the EL Specification
- ELArithmetic() - Constructor for class org.apache.el.lang.ELArithmetic
-
- ELArithmetic.BigDecimalDelegate - Class in org.apache.el.lang
-
- ELArithmetic.BigIntegerDelegate - Class in org.apache.el.lang
-
- ELArithmetic.DoubleDelegate - Class in org.apache.el.lang
-
- ELArithmetic.LongDelegate - Class in org.apache.el.lang
-
- ELClass - Class in javax.el
-
- ELClass(Class<?>) - Constructor for class javax.el.ELClass
-
- ELContext - Class in javax.el
-
- ELContext() - Constructor for class javax.el.ELContext
-
- ELContextEvent - Class in javax.el
-
- ELContextEvent(ELContext) - Constructor for class javax.el.ELContextEvent
-
- ELContextListener - Interface in javax.el
-
- ELException - Exception in javax.el
-
Represents any of the exception conditions that can arise during expression
evaluation.
- ELException() - Constructor for exception javax.el.ELException
-
Creates an ELException with no detail message
- ELException(String) - Constructor for exception javax.el.ELException
-
Creates an ELException with the provided detail message.
- ELException(Throwable) - Constructor for exception javax.el.ELException
-
Creates an ELException with the given cause
- ELException(String, Throwable) - Constructor for exception javax.el.ELException
-
Creates an ELException with the given detail message and root cause.
- ELManager - Class in javax.el
-
- ELManager() - Constructor for class javax.el.ELManager
-
- ELParser - Class in org.apache.el.parser
-
- ELParser(InputStream) - Constructor for class org.apache.el.parser.ELParser
-
Constructor with InputStream.
- ELParser(InputStream, String) - Constructor for class org.apache.el.parser.ELParser
-
Constructor with InputStream and supplied encoding
- ELParser(Reader) - Constructor for class org.apache.el.parser.ELParser
-
Constructor.
- ELParser(ELParserTokenManager) - Constructor for class org.apache.el.parser.ELParser
-
Constructor with generated Token Manager.
- ELParserConstants - Interface in org.apache.el.parser
-
Token literal values and constants.
- ELParserTokenManager - Class in org.apache.el.parser
-
Token Manager.
- ELParserTokenManager(SimpleCharStream) - Constructor for class org.apache.el.parser.ELParserTokenManager
-
Constructor.
- ELParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.el.parser.ELParserTokenManager
-
Constructor.
- ELParserTreeConstants - Interface in org.apache.el.parser
-
- ELProcessor - Class in javax.el
-
- ELProcessor() - Constructor for class javax.el.ELProcessor
-
- ELResolver - Class in javax.el
-
- ELResolver() - Constructor for class javax.el.ELResolver
-
- ELSupport - Class in org.apache.el.lang
-
A helper class that implements the EL Specification
- ELSupport() - Constructor for class org.apache.el.lang.ELSupport
-
- EMPTY - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- enable_tracing() - Method in class org.apache.el.parser.ELParser
-
Enable tracing.
- endColumn - Variable in class org.apache.el.parser.Token
-
The column number of the last character of this Token.
- endLine - Variable in class org.apache.el.parser.Token
-
The line number of the last character of this Token.
- enterLambdaScope(Map<String, Object>) - Method in class javax.el.ELContext
-
Called when starting to evaluate a lambda expression so that the
arguments are available to the EL context during evaluation.
- enterLambdaScope(Map<String, Object>) - Method in class org.apache.el.lang.EvaluationContext
-
- EOF - Static variable in interface org.apache.el.parser.ELParserConstants
-
End of File.
- EQ0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- EQ1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- Equality() - Method in class org.apache.el.parser.ELParser
-
- equals(Object) - Method in class javax.el.Expression
-
- equals(ELContext, Object, Object) - Static method in class org.apache.el.lang.ELSupport
-
Compare two objects for equality, after coercing to the same type if appropriate.
- equals(Object) - Method in class org.apache.el.lang.FunctionMapperImpl.Function
-
- equals(Object) - Method in class org.apache.el.MethodExpressionImpl
-
Determines whether the specified object is equal to this
Expression.
- equals(Object) - Method in class org.apache.el.MethodExpressionLiteral
-
- equals(Object) - Method in class org.apache.el.parser.SimpleNode
-
- equals(Object) - Method in class org.apache.el.ValueExpressionImpl
-
- equals(Object) - Method in class org.apache.el.ValueExpressionLiteral
-
- equals(ValueExpressionLiteral) - Method in class org.apache.el.ValueExpressionLiteral
-
- eval(String) - Method in class javax.el.ELProcessor
-
- EvaluationContext - Class in org.apache.el.lang
-
- EvaluationContext(ELContext, FunctionMapper, VariableMapper) - Constructor for class org.apache.el.lang.EvaluationContext
-
- EvaluationListener - Class in javax.el
-
- EvaluationListener() - Constructor for class javax.el.EvaluationListener
-
- exitLambdaScope() - Method in class javax.el.ELContext
-
Called after evaluating a lambda expression to signal that the arguments
are no longer required.
- exitLambdaScope() - Method in class org.apache.el.lang.EvaluationContext
-
- ExpandBuff(boolean) - Method in class org.apache.el.parser.SimpleCharStream
-
- expectedTokenSequences - Variable in exception org.apache.el.parser.ParseException
-
Each entry in this array is an array of integers.
- EXPONENT - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- Expression - Class in javax.el
-
- Expression() - Constructor for class javax.el.Expression
-
- Expression() - Method in class org.apache.el.parser.ELParser
-
- ExpressionBuilder - Class in org.apache.el.lang
-
- ExpressionBuilder(String, ELContext) - Constructor for class org.apache.el.lang.ExpressionBuilder
-
- ExpressionFactory - Class in javax.el
-
- ExpressionFactory() - Constructor for class javax.el.ExpressionFactory
-
- ExpressionFactoryImpl - Class in org.apache.el
-
- ExpressionFactoryImpl() - Constructor for class org.apache.el.ExpressionFactoryImpl
-