- add_escapes(String) - Method in exception org.apache.commons.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.
- addEscapes(String) - Static method in class org.apache.commons.el.ExpressionEvaluatorImpl
-
Used to convert raw characters to their escaped version when
these raw version cannot be used as part of an ASCII string
literal.
- addEscapes(String) - Static method in error org.apache.commons.el.parser.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped)
equivalents in the given string
- AddExpression() - Method in class org.apache.commons.el.parser.ELParser
-
- adjustBeginLineColumn(int, int) - Method in class org.apache.commons.el.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- AND1 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- AND2 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- AndExpression() - Method in class org.apache.commons.el.parser.ELParser
-
- AndOperator - Class in org.apache.commons.el
-
The implementation of the and operator
- AndOperator() - Constructor for class org.apache.commons.el.AndOperator
-
Constructor
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.AndOperator
-
Applies the operator to the given value
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.ArithmeticOperator
-
Applies the operator to the given value
- apply(double, double) - Method in class org.apache.commons.el.ArithmeticOperator
-
Applies the operator to the given double values, returning a double
- apply(long, long) - Method in class org.apache.commons.el.ArithmeticOperator
-
Applies the operator to the given double values, returning a double
- apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.ArithmeticOperator
-
Applies the operator to the given BigDecimal values, returning a
BigDecimal.
- apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.ArithmeticOperator
-
Applies the operator to the given BigInteger values, returning a
BigInteger.
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.BinaryOperator
-
Applies the operator to the given pair of values
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.DivideOperator
-
Applies the operator to the given value
- apply(Object, Logger) - Method in class org.apache.commons.el.EmptyOperator
-
Applies the operator to the given value
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.EqualityOperator
-
Applies the operator to the given value
- apply(boolean, Logger) - Method in class org.apache.commons.el.EqualityOperator
-
Applies the operator given the fact that the two elements are
equal.
- apply(boolean, Logger) - Method in class org.apache.commons.el.EqualsOperator
-
Applies the operator given the fact that the two elements are
equal.
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.GreaterThanOperator
-
Applies the operator to the given value
- apply(double, double) - Method in class org.apache.commons.el.GreaterThanOperator
-
Applies the operator to the given double values
- apply(long, long) - Method in class org.apache.commons.el.GreaterThanOperator
-
Applies the operator to the given long values
- apply(String, String) - Method in class org.apache.commons.el.GreaterThanOperator
-
Applies the operator to the given String values
- apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.GreaterThanOperator
-
Applies the operator to the given BigDecimal values, returning a BigDecimal
- apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.GreaterThanOperator
-
Applies the operator to the given BigDecimal values, returning a BigDecimal
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
-
Applies the operator to the given value
- apply(double, double) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
-
Applies the operator to the given double values
- apply(long, long) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
-
Applies the operator to the given long values
- apply(String, String) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
-
Applies the operator to the given String values
- apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
-
Applies the operator to the given BigDecimal values, returning a BigDecimal
- apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
-
Applies the operator to the given BigDecimal values, returning a BigDecimal
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.IntegerDivideOperator
-
Applies the operator to the given value
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.LessThanOperator
-
Applies the operator to the given value
- apply(double, double) - Method in class org.apache.commons.el.LessThanOperator
-
Applies the operator to the given double values
- apply(long, long) - Method in class org.apache.commons.el.LessThanOperator
-
Applies the operator to the given long values
- apply(String, String) - Method in class org.apache.commons.el.LessThanOperator
-
Applies the operator to the given String values
- apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.LessThanOperator
-
Applies the operator to the given BigDecimal values, returning a BigDecimal
- apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.LessThanOperator
-
Applies the operator to the given BigDecimal values, returning a BigDecimal
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
-
Applies the operator to the given value
- apply(double, double) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
-
Applies the operator to the given double values
- apply(long, long) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
-
Applies the operator to the given long values
- apply(String, String) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
-
Applies the operator to the given String values
- apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
-
Applies the operator to the given BigDecimal values, returning a BigDecimal
- apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
-
Applies the operator to the given BigDecimal values, returning a BigDecimal
- apply(double, double) - Method in class org.apache.commons.el.MinusOperator
-
Applies the operator to the given double values, returning a double
- apply(long, long) - Method in class org.apache.commons.el.MinusOperator
-
Applies the operator to the given double values, returning a double
- apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.MinusOperator
-
Applies the operator to the given BigDecimal values, returning a BigDecimal.
- apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.MinusOperator
-
Applies the operator to the given BigInteger values, returning a BigInteger.
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.ModulusOperator
-
Applies the operator to the given value
- apply(double, double) - Method in class org.apache.commons.el.MultiplyOperator
-
Applies the operator to the given double values, returning a double
- apply(long, long) - Method in class org.apache.commons.el.MultiplyOperator
-
Applies the operator to the given double values, returning a double
- apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.MultiplyOperator
-
Applies the operator to the given BigDecimal values, returning a BigDecimal.
- apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.MultiplyOperator
-
Applies the operator to the given BigInteger values, returning a BigInteger.
- apply(boolean, Logger) - Method in class org.apache.commons.el.NotEqualsOperator
-
Applies the operator given the fact that the two elements are
equal.
- apply(Object, Logger) - Method in class org.apache.commons.el.NotOperator
-
Applies the operator to the given value
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.OrOperator
-
Applies the operator to the given value
- apply(double, double) - Method in class org.apache.commons.el.PlusOperator
-
Applies the operator to the given double values, returning a double
- apply(long, long) - Method in class org.apache.commons.el.PlusOperator
-
Applies the operator to the given double values, returning a double
- apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.PlusOperator
-
Applies the operator to the given BigDecimal values, returning a
BigDecimal.
- apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.PlusOperator
-
Applies the operator to the given BigInteger values, returning a
BigInteger.
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.RelationalOperator
-
Applies the operator to the given value
- apply(double, double) - Method in class org.apache.commons.el.RelationalOperator
-
Applies the operator to the given double values
- apply(long, long) - Method in class org.apache.commons.el.RelationalOperator
-
Applies the operator to the given long values
- apply(String, String) - Method in class org.apache.commons.el.RelationalOperator
-
Applies the operator to the given String values
- apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.RelationalOperator
-
Applies the operator to the given BigDecimal values, returning a BigDecimal
- apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.RelationalOperator
-
Applies the operator to the given BigDecimal values, returning a BigDecimal
- apply(Object, Logger) - Method in class org.apache.commons.el.UnaryMinusOperator
-
Applies the operator to the given value
- apply(Object, Logger) - Method in class org.apache.commons.el.UnaryOperator
-
Applies the operator to the given value
- applyArithmeticOperator(Object, Object, ArithmeticOperator, Logger) - Static method in class org.apache.commons.el.Coercions
-
Performs all of the necessary type conversions, then calls on the
appropriate operator.
- applyEqualityOperator(Object, Object, EqualityOperator, Logger) - Static method in class org.apache.commons.el.Coercions
-
Performs all of the necessary type conversions, then calls on the
appropriate operator.
- applyRelationalOperator(Object, Object, RelationalOperator, Logger) - Static method in class org.apache.commons.el.Coercions
-
Performs all of the necessary type conversions, then calls on the
appropriate operator.
- arg - Variable in class org.apache.commons.el.parser.ELParser.JJCalls
-
- argumentList - Variable in class org.apache.commons.el.FunctionInvocation
-
- ARITH_ERROR - Static variable in class org.apache.commons.el.Constants
-
- ARITH_OP_BAD_TYPE - Static variable in class org.apache.commons.el.Constants
-
- ARITH_OP_NULL - Static variable in class org.apache.commons.el.Constants
-
- ArithmeticOperator - Class in org.apache.commons.el
-
This is the superclass for all binary arithmetic operators
- ArithmeticOperator() - Constructor for class org.apache.commons.el.ArithmeticOperator
-
- ArraySuffix - Class in org.apache.commons.el
-
Represents an operator that obtains a Map entry, an indexed
value, a property value, or an indexed property value of an object.
- ArraySuffix(Expression) - Constructor for class org.apache.commons.el.ArraySuffix
-
Constructor
- ArraySuffix() - Method in class org.apache.commons.el.parser.ELParser
-
- ATTRIBUTE_EVALUATION_EXCEPTION - Static variable in class org.apache.commons.el.Constants
-
- ATTRIBUTE_PARSE_EXCEPTION - Static variable in class org.apache.commons.el.Constants
-
- AttrValueExpression() - Method in class org.apache.commons.el.parser.ELParser
-
- AttrValueString() - Method in class org.apache.commons.el.parser.ELParser
-
- available - Variable in class org.apache.commons.el.parser.SimpleCharStream
-
- CANT_FIND_INDEX - Static variable in class org.apache.commons.el.Constants
-
- CANT_GET_INDEXED_PROPERTY - Static variable in class org.apache.commons.el.Constants
-
- CANT_GET_INDEXED_VALUE_OF_NULL - Static variable in class org.apache.commons.el.Constants
-
- CANT_GET_NULL_INDEX - Static variable in class org.apache.commons.el.Constants
-
- CANT_GET_PROPERTY_OF_NULL - Static variable in class org.apache.commons.el.Constants
-
- CHARACTER_LOWER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
-
- CHARACTER_UPPER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
-
- checkInitialized(Logger) - Method in class org.apache.commons.el.BeanInfoManager
-
Makes sure that this class has been initialized, and synchronizes
the initialization if it's required.
- clear() - Method in class org.apache.commons.el.EnumeratedMap
-
- coerce(Object, Class, Logger) - Static method in class org.apache.commons.el.Coercions
-
Coerces the given value to the specified class.
- COERCE_TO_BOOLEAN - Static variable in class org.apache.commons.el.Constants
-
- COERCE_TO_CHARACTER - Static variable in class org.apache.commons.el.Constants
-
- COERCE_TO_NUMBER - Static variable in class org.apache.commons.el.Constants
-
- COERCE_TO_OBJECT - Static variable in class org.apache.commons.el.Constants
-
- coerceToBoolean(Object, Logger) - Static method in class org.apache.commons.el.Coercions
-
Coerces a value to a Boolean
- coerceToCharacter(Object, Logger) - Static method in class org.apache.commons.el.Coercions
-
Coerces a value to a Character
- coerceToInteger(Object, Logger) - Static method in class org.apache.commons.el.Coercions
-
Coerces a value to an Integer, returning null if the coercion
isn't possible.
- coerceToObject(Object, Class, Logger) - Static method in class org.apache.commons.el.Coercions
-
Coerces a value to the specified Class that is not covered by any
of the above cases
- coerceToPrimitiveNumber(Object, Class, Logger) - Static method in class org.apache.commons.el.Coercions
-
Coerces a value to the given primitive number class
- coerceToPrimitiveNumber(long, Class) - Static method in class org.apache.commons.el.Coercions
-
Coerces a long to the given primitive number class
- coerceToPrimitiveNumber(double, Class) - Static method in class org.apache.commons.el.Coercions
-
Coerces a double to the given primitive number class
- coerceToPrimitiveNumber(Number, Class) - Static method in class org.apache.commons.el.Coercions
-
Coerces a Number to the given primitive number class
- coerceToPrimitiveNumber(String, Class) - Static method in class org.apache.commons.el.Coercions
-
Coerces a String to the given primitive number class
- coerceToString(Object, Logger) - Static method in class org.apache.commons.el.Coercions
-
Coerces the specified value to a String
- Coercions - Class in org.apache.commons.el
-
This class contains the logic for coercing data types before
operators are applied to them.
- Coercions() - Constructor for class org.apache.commons.el.Coercions
-
- COLON - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- column - Variable in class org.apache.commons.el.parser.SimpleCharStream
-
- COMMA - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- COMPARABLE_ERROR - Static variable in class org.apache.commons.el.Constants
-
- ComplexValue - Class in org.apache.commons.el
-
Represents a dynamic value, which consists of a prefix and an
optional set of ValueSuffix elements.
- ComplexValue(Expression, List) - Constructor for class org.apache.commons.el.ComplexValue
-
Constructor
- COND - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- ConditionalExpression - Class in org.apache.commons.el
-
Represents a conditional expression.
- ConditionalExpression(Expression, Expression, Expression) - Constructor for class org.apache.commons.el.ConditionalExpression
-
Constructor
- ConditionalExpression() - Method in class org.apache.commons.el.parser.ELParser
-
- Constants - Class in org.apache.commons.el
-
This contains all of the non-public constants, including
messsage strings read from the resource file.
- Constants() - Constructor for class org.apache.commons.el.Constants
-
- containsKey(Object) - Method in class org.apache.commons.el.EnumeratedMap
-
- containsValue(Object) - Method in class org.apache.commons.el.EnumeratedMap
-
- convertStaticValueToExpectedType(String, Class, Logger) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
-
Converts the given String, specified as a static expression
string, to the given expected type.
- convertToExpectedType(Object, Class, Logger) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
-
Converts the given value to the specified expected type.
- convertToMap() - Method in class org.apache.commons.el.EnumeratedMap
-
Converts to a Map
- createApplicationScopeMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
-
Creates the Map that "wraps" application-scoped attributes
- createBeanInfoManager(Class) - Static method in class org.apache.commons.el.BeanInfoManager
-
Creates and registers the BeanInfoManager for the given class if
it isn't already registered.
- createBytes() - Static method in class org.apache.commons.el.PrimitiveObjects
-
- createCharacters() - Static method in class org.apache.commons.el.PrimitiveObjects
-
- createCookieMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
-
Creates the Map that maps cookie name to the first matching
Cookie in request.getCookies().
- createHeaderMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
-
Creates the Map that maps header name to single header
value.
- createHeadersMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
-
Creates the Map that maps header name to an array of header
values.
- createInitParamMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
-
Creates the Map that maps init parameter name to single init
parameter value.
- createIntegers() - Static method in class org.apache.commons.el.PrimitiveObjects
-
- createLongs() - Static method in class org.apache.commons.el.PrimitiveObjects
-
- createPageScopeMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
-
Creates the Map that "wraps" page-scoped attributes
- createParamMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
-
Creates the Map that maps parameter name to single parameter
value.
- createParamsMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
-
Creates the Map that maps parameter name to an array of parameter
values.
- createRequestScopeMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
-
Creates the Map that "wraps" request-scoped attributes
- createSessionScopeMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
-
Creates the Map that "wraps" session-scoped attributes
- createShorts() - Static method in class org.apache.commons.el.PrimitiveObjects
-
- curChar - Variable in class org.apache.commons.el.parser.ELParserTokenManager
-
- curLexState - Variable in class org.apache.commons.el.parser.ELParserTokenManager
-
- currentToken - Variable in exception org.apache.commons.el.parser.ParseException
-
This is the last token that has been consumed successfully.
- ELParser - Class in org.apache.commons.el.parser
-
Generated EL parser.
- ELParser(InputStream) - Constructor for class org.apache.commons.el.parser.ELParser
-
- ELParser(Reader) - Constructor for class org.apache.commons.el.parser.ELParser
-
- ELParser(ELParserTokenManager) - Constructor for class org.apache.commons.el.parser.ELParser
-
- ELParser.JJCalls - Class in org.apache.commons.el.parser
-
- ELParser.JJCalls() - Constructor for class org.apache.commons.el.parser.ELParser.JJCalls
-
- ELParserConstants - Interface in org.apache.commons.el.parser
-
- ELParserTokenManager - Class in org.apache.commons.el.parser
-
- ELParserTokenManager(SimpleCharStream) - Constructor for class org.apache.commons.el.parser.ELParserTokenManager
-
- ELParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.commons.el.parser.ELParserTokenManager
-
- EMPTY - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- EMPTY_STRING_TO_CHARACTER - Static variable in class org.apache.commons.el.Constants
-
- EmptyOperator - Class in org.apache.commons.el
-
The implementation of the empty operator
- EmptyOperator() - Constructor for class org.apache.commons.el.EmptyOperator
-
Constructor
- enable_tracing() - Method in class org.apache.commons.el.parser.ELParser
-
- END_EXPRESSION - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- endColumn - Variable in class org.apache.commons.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 org.apache.commons.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.
- entrySet() - Method in class org.apache.commons.el.EnumeratedMap
-
- EnumeratedMap - Class in org.apache.commons.el
-
This is a Map implementation driven by a data source that only
provides an enumeration of keys and a getValue(key) method.
- EnumeratedMap() - Constructor for class org.apache.commons.el.EnumeratedMap
-
- enumerateKeys() - Method in class org.apache.commons.el.EnumeratedMap
-
Returns an enumeration of the keys
- EOF - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- eol - Variable in exception org.apache.commons.el.parser.ParseException
-
The end of line string for this machine.
- EQ1 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- EQ2 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- EqualityExpression() - Method in class org.apache.commons.el.parser.ELParser
-
- EqualityOperator - Class in org.apache.commons.el
-
This is the superclass for all equality operators (==, !=)
- EqualityOperator() - Constructor for class org.apache.commons.el.EqualityOperator
-
- EqualsOperator - Class in org.apache.commons.el
-
The implementation of the equals operator
- EqualsOperator() - Constructor for class org.apache.commons.el.EqualsOperator
-
Constructor
- ERROR_GETTING_PROPERTY - Static variable in class org.apache.commons.el.Constants
-
- ERROR_IN_EQUALS - Static variable in class org.apache.commons.el.Constants
-
- errorCode - Variable in error org.apache.commons.el.parser.TokenMgrError
-
Indicates the reason why the exception is thrown.
- evaluate(Object, VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ArraySuffix
-
Evaluates the expression in the given context, operating on the
given value.
- evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.BinaryOperatorExpression
-
Evaluates to the literal value
- evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ComplexValue
-
Evaluates by evaluating the prefix, then applying the suffixes
- evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ConditionalExpression
-
Evaluates the conditional expression and returns the literal result
- evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.Expression
-
Evaluates the expression in the given context
- evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
-
Evaluates the given expression String
- evaluate(String, Class, VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
-
Evaluates the given expression string
- evaluate(VariableResolver) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
-
- evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ExpressionString
-
Evaluates the expression string by evaluating each element,
converting it to a String (using toString, or "" for null values)
and concatenating the results into a single String.
- evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.FunctionInvocation
-
Evaluates by looking up the name in the VariableResolver
- evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.Literal
-
Evaluates to the literal value
- evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.NamedValue
-
Evaluates by looking up the name in the VariableResolver
- evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.UnaryOperatorExpression
-
Evaluates to the literal value
- evaluate(Object, VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ValueSuffix
-
Evaluates the expression in the given context, operating on the
given value.
- evaluateIndex(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ArraySuffix
-
Gets the value of the index
- evaluateIndex(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.PropertySuffix
-
Gets the value of the index
- evaluator - Variable in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
-
- EXCEPTION_ACCESSING_ARRAY - Static variable in class org.apache.commons.el.Constants
-
- EXCEPTION_ACCESSING_LIST - Static variable in class org.apache.commons.el.Constants
-
- EXCEPTION_GETTING_BEANINFO - Static variable in class org.apache.commons.el.Constants
-
- ExpandBuff(boolean) - Method in class org.apache.commons.el.parser.SimpleCharStream
-
- expectedTokenSequences - Variable in exception org.apache.commons.el.parser.ParseException
-
Each entry in this array is an array of integers.
- expectedType - Variable in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
-
- EXPONENT - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- Expression - Class in org.apache.commons.el
-
The abstract class from which all expression types
derive.
- Expression() - Constructor for class org.apache.commons.el.Expression
-
- expression - Variable in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
-
- Expression() - Method in class org.apache.commons.el.parser.ELParser
-
- ExpressionEvaluatorImpl - Class in org.apache.commons.el
-
This is the main class for evaluating expression Strings.
- ExpressionEvaluatorImpl() - Constructor for class org.apache.commons.el.ExpressionEvaluatorImpl
-
Constructor
- ExpressionEvaluatorImpl(boolean) - Constructor for class org.apache.commons.el.ExpressionEvaluatorImpl
-
Constructor
- ExpressionEvaluatorImpl.JSTLExpression - Class in org.apache.commons.el
-
An object that encapsulates an expression to be evaluated by
the JSTL evaluator.
- ExpressionEvaluatorImpl.JSTLExpression(ExpressionEvaluatorImpl, String, Class, FunctionMapper) - Constructor for class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
-
- ExpressionString - Class in org.apache.commons.el
-
Represents an expression String consisting of a mixture of
Strings and Expressions.
- ExpressionString(Object[]) - Constructor for class org.apache.commons.el.ExpressionString
-
Constructor
- ExpressionString() - Method in class org.apache.commons.el.parser.ELParser
-
Returns a String if the expression string is a single String, an
Expression if the expression string is a single Expression, an
ExpressionString if it's a mixture of both.
- GE1 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- GE2 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- gen - Variable in class org.apache.commons.el.parser.ELParser.JJCalls
-
- generateParseException() - Method in class org.apache.commons.el.parser.ELParser
-
- get(Object) - Method in class org.apache.commons.el.EnumeratedMap
-
- getApplicationScopeMap() - Method in class org.apache.commons.el.ImplicitObjects
-
Returns the Map that "wraps" application-scoped attributes
- getArgumentList() - Method in class org.apache.commons.el.FunctionInvocation
-
- getAsMap() - Method in class org.apache.commons.el.EnumeratedMap
-
Converts the MapSource to a Map.
- getBeanClass() - Method in class org.apache.commons.el.BeanInfoManager
-
- getBeanInfo(Logger) - Method in class org.apache.commons.el.BeanInfoManager
-
Returns the BeanInfo for the class
- getBeanInfoIndexedProperty(Class, String, Logger) - Static method in class org.apache.commons.el.BeanInfoManager
-
Returns the BeanInfoIndexedProperty for the specified property in
the given class, or null if not found.
- getBeanInfoManager(Class) - Static method in class org.apache.commons.el.BeanInfoManager
-
Returns the BeanInfoManager for the specified class
- getBeanInfoProperty(Class, String, Logger) - Static method in class org.apache.commons.el.BeanInfoManager
-
Returns the BeanInfoProperty for the specified property in the
given class, or null if not found.
- getBeginColumn() - Method in class org.apache.commons.el.parser.SimpleCharStream
-
- getBeginLine() - Method in class org.apache.commons.el.parser.SimpleCharStream
-
- getBoolean(boolean) - Static method in class org.apache.commons.el.PrimitiveObjects
-
- getByte(byte) - Static method in class org.apache.commons.el.PrimitiveObjects
-
- getCharacter(char) - Static method in class org.apache.commons.el.PrimitiveObjects
-
- getColumn() - Method in class org.apache.commons.el.parser.SimpleCharStream
-
Deprecated.
- getCondition() - Method in class org.apache.commons.el.ConditionalExpression
-
- getCookieMap() - Method in class org.apache.commons.el.ImplicitObjects
-
Returns the Map that maps cookie name to the first matching
Cookie in request.getCookies().
- getDouble(double) - Static method in class org.apache.commons.el.PrimitiveObjects
-
- getElements() - Method in class org.apache.commons.el.ExpressionString
-
- getEndColumn() - Method in class org.apache.commons.el.parser.SimpleCharStream
-
- getEndLine() - Method in class org.apache.commons.el.parser.SimpleCharStream
-
- getEventSet(String, Logger) - Method in class org.apache.commons.el.BeanInfoManager
-
Returns the EventSetDescriptor for the given event set name, or
null if not found.
- getExpression() - Method in class org.apache.commons.el.BinaryOperatorExpression
-
- getExpression() - Method in class org.apache.commons.el.UnaryOperatorExpression
-
- getExpressions() - Method in class org.apache.commons.el.BinaryOperatorExpression
-
- getExpressionString() - Method in class org.apache.commons.el.ArraySuffix
-
Returns the expression in the expression language syntax
- getExpressionString() - Method in class org.apache.commons.el.BinaryOperatorExpression
-
Returns the expression in the expression language syntax
- getExpressionString() - Method in class org.apache.commons.el.BooleanLiteral
-
Returns the expression in the expression language syntax
- getExpressionString() - Method in class org.apache.commons.el.ComplexValue
-
Returns the expression in the expression language syntax
- getExpressionString() - Method in class org.apache.commons.el.ConditionalExpression
-
Returns the expression in the expression language syntax
- getExpressionString() - Method in class org.apache.commons.el.Expression
-
Returns the expression in the expression language syntax
- getExpressionString() - Method in class org.apache.commons.el.ExpressionString
-
Returns the expression in the expression language syntax
- getExpressionString() - Method in class org.apache.commons.el.FloatingPointLiteral
-
Returns the expression in the expression language syntax
- getExpressionString() - Method in class org.apache.commons.el.FunctionInvocation
-
Returns the expression in the expression language syntax
- getExpressionString() - Method in class org.apache.commons.el.IntegerLiteral
-
Returns the expression in the expression language syntax
- getExpressionString() - Method in class org.apache.commons.el.NamedValue
-
Returns the expression in the expression language syntax
- getExpressionString() - Method in class org.apache.commons.el.NullLiteral
-
Returns the expression in the expression language syntax
- getExpressionString() - Method in class org.apache.commons.el.PropertySuffix
-
Returns the expression in the expression language syntax
- getExpressionString() - Method in class org.apache.commons.el.StringLiteral
-
Returns the expression in the expression language syntax
- getExpressionString() - Method in class org.apache.commons.el.UnaryOperatorExpression
-
Returns the expression in the expression language syntax
- getExpressionString() - Method in class org.apache.commons.el.ValueSuffix
-
Returns the expression in the expression language syntax
- getFalseBranch() - Method in class org.apache.commons.el.ConditionalExpression
-
- getFloat(float) - Static method in class org.apache.commons.el.PrimitiveObjects
-
- getFunctionName() - Method in class org.apache.commons.el.FunctionInvocation
-
- getHeaderMap() - Method in class org.apache.commons.el.ImplicitObjects
-
Returns the Map that maps header name to a single header
values.
- getHeadersMap() - Method in class org.apache.commons.el.ImplicitObjects
-
Returns the Map that maps header name to an array of header
values.
- GetImage() - Method in class org.apache.commons.el.parser.SimpleCharStream
-
- getImplicitObjects(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
-
Finds the ImplicitObjects associated with the PageContext,
creating it if it doesn't yet exist.
- getIndex() - Method in class org.apache.commons.el.ArraySuffix
-
- getIndexedProperty(String, Logger) - Method in class org.apache.commons.el.BeanInfoManager
-
Returns the BeanInfoIndexedProperty for the given property name,
or null if not found.
- getIndexedPropertyDescriptor() - Method in class org.apache.commons.el.BeanInfoIndexedProperty
-
- getInitParamMap() - Method in class org.apache.commons.el.ImplicitObjects
-
Returns the Map that maps init parameter name to a single init
parameter values.
- getInteger(int) - Static method in class org.apache.commons.el.PrimitiveObjects
-
- getLine() - Method in class org.apache.commons.el.parser.SimpleCharStream
-
Deprecated.
- getLong(long) - Static method in class org.apache.commons.el.PrimitiveObjects
-
- getMessage() - Method in exception org.apache.commons.el.parser.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error org.apache.commons.el.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getName() - Method in class org.apache.commons.el.NamedValue
-
- getName() - Method in class org.apache.commons.el.PropertySuffix
-
- getNextToken() - Method in class org.apache.commons.el.parser.ELParser
-
- getNextToken() - Method in class org.apache.commons.el.parser.ELParserTokenManager
-
- getOperator() - Method in class org.apache.commons.el.UnaryOperatorExpression
-
- getOperators() - Method in class org.apache.commons.el.BinaryOperatorExpression
-
- getOperators() - Method in class org.apache.commons.el.UnaryOperatorExpression
-
- getOperatorSymbol() - Method in class org.apache.commons.el.AndOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.ArraySuffix
-
Returns the operator symbol
- getOperatorSymbol() - Method in class org.apache.commons.el.BinaryOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.DivideOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.EmptyOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.EqualsOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.GreaterThanOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.IntegerDivideOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.LessThanOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.LessThanOrEqualsOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.MinusOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.ModulusOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.MultiplyOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.NotEqualsOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.NotOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.OrOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.PlusOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.PropertySuffix
-
Returns the operator symbol
- getOperatorSymbol() - Method in class org.apache.commons.el.UnaryMinusOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.UnaryOperator
-
Returns the symbol representing the operator
- getOrCreateExpectedTypeMap(Class) - Static method in class org.apache.commons.el.ExpressionEvaluatorImpl
-
Creates or returns the Map that maps string literals to parsed
values for the specified expected type.
- getPageScopeMap() - Method in class org.apache.commons.el.ImplicitObjects
-
Returns the Map that "wraps" page-scoped attributes
- getParamMap() - Method in class org.apache.commons.el.ImplicitObjects
-
Returns the Map that maps parameter name to a single parameter
values.
- getParamsMap() - Method in class org.apache.commons.el.ImplicitObjects
-
Returns the Map that maps parameter name to an array of parameter
values.
- getPrefix() - Method in class org.apache.commons.el.ComplexValue
-
- getPrimitiveObjectClass(Class) - Static method in class org.apache.commons.el.PrimitiveObjects
-
If the given class is a primitive class, returns the object
version of that class.
- getProperty(String, Logger) - Method in class org.apache.commons.el.BeanInfoManager
-
Returns the BeanInfoProperty for the given property name, or null
if not found.
- getPropertyDescriptor() - Method in class org.apache.commons.el.BeanInfoProperty
-
- getPublicMethod(Method) - Static method in class org.apache.commons.el.BeanInfoManager
-
Returns a publicly-accessible version of the given method, by
searching for a public declaring class.
- getPublicMethod(Class, Method) - Static method in class org.apache.commons.el.BeanInfoManager
-
If the given class is public and has a Method that declares the
same name and arguments as the given method, then that method is
returned.
- getReadMethod() - Method in class org.apache.commons.el.BeanInfoIndexedProperty
-
- getReadMethod() - Method in class org.apache.commons.el.BeanInfoProperty
-
- getRequestScopeMap() - Method in class org.apache.commons.el.ImplicitObjects
-
Returns the Map that "wraps" request-scoped attributes
- getSessionScopeMap() - Method in class org.apache.commons.el.ImplicitObjects
-
Returns the Map that "wraps" session-scoped attributes
- getShort(short) - Static method in class org.apache.commons.el.PrimitiveObjects
-
- getStringResource(String) - Static method in class org.apache.commons.el.Constants
-
- GetSuffix(int) - Method in class org.apache.commons.el.parser.SimpleCharStream
-
- getSuffixes() - Method in class org.apache.commons.el.ComplexValue
-
- getToken(int) - Method in class org.apache.commons.el.parser.ELParser
-
- getTrueBranch() - Method in class org.apache.commons.el.ConditionalExpression
-
- getValue(Object) - Method in class org.apache.commons.el.EnumeratedMap
-
Returns the value associated with the given key, or null if not
found.
- getValue() - Method in class org.apache.commons.el.Literal
-
- getValueFromToken(String) - Static method in class org.apache.commons.el.BooleanLiteral
-
Parses the given token into the literal value
- getValueFromToken(String) - Static method in class org.apache.commons.el.FloatingPointLiteral
-
Parses the given token into the literal value
- getValueFromToken(String) - Static method in class org.apache.commons.el.IntegerLiteral
-
Parses the given token into the literal value
- getValueFromToken(String) - Static method in class org.apache.commons.el.StringLiteral
-
Parses the given token into the literal value
- getWriteMethod() - Method in class org.apache.commons.el.BeanInfoIndexedProperty
-
- getWriteMethod() - Method in class org.apache.commons.el.BeanInfoProperty
-
- GreaterThanOperator - Class in org.apache.commons.el
-
The implementation of the greater than operator
- GreaterThanOperator() - Constructor for class org.apache.commons.el.GreaterThanOperator
-
Constructor
- GreaterThanOrEqualsOperator - Class in org.apache.commons.el
-
The implementation of the greater than or equals operator
- GreaterThanOrEqualsOperator() - Constructor for class org.apache.commons.el.GreaterThanOrEqualsOperator
-
Constructor
- GT1 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- GT2 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- Identifier() - Method in class org.apache.commons.el.parser.ELParser
-
- IDENTIFIER - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- ILLEGAL_CHARACTER - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- image - Variable in class org.apache.commons.el.parser.Token
-
The string image of the token.
- IMPL_OBJ_START - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- ImplicitObjects - Class in org.apache.commons.el
-
This class is used to generate the implicit Map and List objects
that wrap various elements of the PageContext.
- ImplicitObjects(PageContext) - Constructor for class org.apache.commons.el.ImplicitObjects
-
Constructor
- IN_EXPRESSION - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- INAPPROPRIATE_FUNCTION_ARG_COUNT - Static variable in class org.apache.commons.el.Constants
-
- inBuf - Variable in class org.apache.commons.el.parser.SimpleCharStream
-
- initialize(Logger) - Method in class org.apache.commons.el.BeanInfoManager
-
Initializes by mapping property names to BeanInfoProperties
- input_stream - Variable in class org.apache.commons.el.parser.ELParserTokenManager
-
- inputStream - Variable in class org.apache.commons.el.parser.SimpleCharStream
-
- INTEGER_LITERAL - Static variable in interface org.apache.commons.el.parser.ELParserConstants
-
- INTEGER_LOWER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
-
- INTEGER_UPPER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
-
- IntegerDivideOperator - Class in org.apache.commons.el
-
The implementation of the integer divide operator
- IntegerDivideOperator() - Constructor for class org.apache.commons.el.IntegerDivideOperator
-
Constructor
- IntegerLiteral - Class in org.apache.commons.el
-
An expression representing an integer literal value.
- IntegerLiteral(String) - Constructor for class org.apache.commons.el.IntegerLiteral
-
Constructor
- IntegerLiteral() - Method in class org.apache.commons.el.parser.ELParser
-
- INVALID_LEXICAL_STATE - Static variable in error org.apache.commons.el.parser.TokenMgrError
-
Tried to change to an invalid lexical state.
- isBigDecimal(Object) - Static method in class org.apache.commons.el.Coercions
-
Returns true if the given object is BigDecimal.
- isBigInteger(Object) - Static method in class org.apache.commons.el.Coercions
-
Returns true if the given object is BigInteger.
- isEmpty() - Method in class org.apache.commons.el.EnumeratedMap
-
- isEqual(int) - Method in class org.apache.commons.el.RelationalOperator
-
Test return value of BigInteger/BigDecimal A.compareTo(B).
- isFloatingPointString(Object) - Static method in class org.apache.commons.el.Coercions
-
Returns true if the given string might contain a floating point
number - i.e., it contains ".", "e", or "E"
- isFloatingPointType(Object) - Static method in class org.apache.commons.el.Coercions
-
Returns true if the given Object is of a floating point type
- isFloatingPointType(Class) - Static method in class org.apache.commons.el.Coercions
-
Returns true if the given class is of a floating point type
- isGreater(int) - Method in class org.apache.commons.el.RelationalOperator
-
Test return value of BigInteger/BigDecimal A.compareTo(B).
- isIntegerType(Object) - Static method in class org.apache.commons.el.Coercions
-
Returns true if the given Object is of an integer type
- isIntegerType(Class) - Static method in class org.apache.commons.el.Coercions
-
Returns true if the given class is of an integer type
- isJavaIdentifier(String) - Static method in class org.apache.commons.el.StringLiteral
-
Returns true if the specified value is a legal java identifier
- isLess(int) - Method in class org.apache.commons.el.RelationalOperator
-
Test return value of BigInteger/BigDecimal A.compareTo(B).
- isLoggingError() - Method in class org.apache.commons.el.Logger
-
Returns true if the application should even bother to try logging
an error.
- isLoggingWarning() - Method in class org.apache.commons.el.Logger
-
Returns true if the application should even bother to try logging
a warning.
- isMutable() - Method in class org.apache.commons.el.EnumeratedMap
-
Returns true if it is possible for this data source to change
- isNumberClass(Class) - Static method in class org.apache.commons.el.Coercions
-
Returns true if the given class is Byte, Short, Integer, Long,
Float, Double, BigInteger, or BigDecimal