- 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 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) - Method in class org.apache.commons.el.AndOperator
-
Applies the operator to the given value
- apply(Object, Object) - 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) - Method in class org.apache.commons.el.BinaryOperator
-
Applies the operator to the given pair of values
- apply(Object, Object) - Method in class org.apache.commons.el.DivideOperator
-
Applies the operator to the given value
- apply(Object) - Method in class org.apache.commons.el.EmptyOperator
-
Applies the operator to the given value
- apply(Object, Object) - Method in class org.apache.commons.el.EqualityOperator
-
Applies the operator to the given value
- apply(boolean) - Method in class org.apache.commons.el.EqualityOperator
-
Applies the operator given the fact that the two elements are
equal.
- apply(boolean) - Method in class org.apache.commons.el.EqualsOperator
-
Applies the operator given the fact that the two elements are
equal.
- apply(Object, Object) - 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) - 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) - Method in class org.apache.commons.el.IntegerDivideOperator
-
Applies the operator to the given value
- apply(Object, Object) - 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) - 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) - 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) - Method in class org.apache.commons.el.NotEqualsOperator
-
Applies the operator given the fact that the two elements are
equal.
- apply(Object) - Method in class org.apache.commons.el.NotOperator
-
Applies the operator to the given value
- apply(Object, Object) - 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) - 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) - Method in class org.apache.commons.el.UnaryMinusOperator
-
Applies the operator to the given value
- apply(Object) - Method in class org.apache.commons.el.UnaryOperator
-
Applies the operator to the given value
- applyArithmeticOperator(Object, Object, ArithmeticOperator) - 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) - 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) - Static method in class org.apache.commons.el.Coercions
-
Performs all of the necessary type conversions, then calls on the
appropriate operator.
- 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
-
- 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
-
- clear() - Method in class org.apache.commons.el.EnumeratedMap
-
- coerce(Object, Class) - 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) - Static method in class org.apache.commons.el.Coercions
-
Coerces a value to a Boolean
- coerceToCharacter(Object) - Static method in class org.apache.commons.el.Coercions
-
Coerces a value to a Character
- coerceToInteger(Object) - 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) - 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) - Static method in class org.apache.commons.el.Coercions
-
Coerces a value to the given primitive number class
- coerceToString(Object) - 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
-
- 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
-
- createApplicationScopeMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
-
Creates the Map that "wraps" application-scoped attributes
- 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.
- 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
- curChar - 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
-
- 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
-
- evaluate(Object, VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.ArraySuffix
-
Evaluates the expression in the given context, operating on the
given value.
- evaluate(VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.BinaryOperatorExpression
-
Evaluates to the literal value
- evaluate(VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.ComplexValue
-
Evaluates by evaluating the prefix, then applying the suffixes
- evaluate(VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.ConditionalExpression
-
Evaluates the conditional expression and returns the literal result
- evaluate(VariableResolver, FunctionMapper) - 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(Object, Class, VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
-
Evaluates the given parsed expression.
- evaluate(VariableResolver, FunctionMapper) - 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) - Method in class org.apache.commons.el.FunctionInvocation
-
Evaluates by looking up the name in the VariableResolver
- evaluate(VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.Literal
-
Evaluates to the literal value
- evaluate(VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.NamedValue
-
Evaluates by looking up the name in the VariableResolver
- evaluate(VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.UnaryOperatorExpression
-
Evaluates to the literal value
- evaluate(Object, VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.ValueSuffix
-
Evaluates the expression in the given context, operating on the
given value.
- 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
-
- expectedTokenSequences - Variable in exception org.apache.commons.el.parser.ParseException
-
Each entry in this array is an array of integers.
- 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() - 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
- 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
-
- 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
-
- getBeanInfoIndexedProperty(Class, String) - 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) - 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
-
- 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().
- 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) - 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
-
- 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) - 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.
- getLine() - Method in class org.apache.commons.el.parser.SimpleCharStream
-
Deprecated.
- 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.
- getMessageWithArgs(String, Object) - Static method in class org.apache.commons.el.MessageUtil
-
Returns a formatted message based on the provided template and
a single parameter.
- getMessageWithArgs(String, Object, Object) - Static method in class org.apache.commons.el.MessageUtil
-
Returns a formatted message based on the provided template and
provided parameter.
- getMessageWithArgs(String, Object, Object, Object) - Static method in class org.apache.commons.el.MessageUtil
-
Returns a formatted message based on the provided template and
provided parameter.
- getMessageWithArgs(String, Object, Object, Object, Object) - Static method in class org.apache.commons.el.MessageUtil
-
Returns a formatted message based on the provided template and
provided parameter.
- getMessageWithArgs(String, Object, Object, Object, Object, Object) - Static method in class org.apache.commons.el.MessageUtil
-
Returns a formatted message based on the provided template and
provided parameter.
- getMessageWithArgs(String, Object, Object, Object, Object, Object, Object) - Static method in class org.apache.commons.el.MessageUtil
-
Returns a formatted message based on the provided template and
provided parameter.
- 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.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.UnaryMinusOperator
-
Returns the symbol representing the operator
- getOperatorSymbol() - Method in class org.apache.commons.el.UnaryOperator
-
Returns the symbol representing the operator
- 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
-
- getProperty(String) - 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
-
- 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
- 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.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
-